UnfamiliarLegacy
fbb60cf9e3
Randomize nitro websocket port
2022-12-07 03:20:40 +01:00
sirjonasxx
1e33b3be1a
Merge pull request #142 from UnfamiliarLegacy/fix/nitro-cloudflare
...
Add cloudflare cookies support for Nitro WebSocket connections
2022-12-06 07:37:12 +01:00
UnfamiliarLegacy
c4c2d2bfe1
Add cloudflare cookies support for Nitro WebSocket connections
2022-12-05 02:25:14 +01:00
WiredSpast
542c7fc19a
Update messages_fi.properties
2022-11-18 09:52:32 +01:00
WiredSpast
bb0c372ee5
Update messages_fi.properties
2022-11-17 22:07:23 +01:00
WiredSpast
64d17c9ea7
Finnish using Google Translate
...
Attempted to translate Finnish using Google Translate
2022-11-13 02:25:59 +01:00
dependabot[bot]
ec6a355f89
Bump jsoup from 1.14.2 to 1.15.3 in /G-Earth
...
Bumps [jsoup](https://github.com/jhy/jsoup ) from 1.14.2 to 1.15.3.
- [Release notes](https://github.com/jhy/jsoup/releases )
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES )
- [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.14.2...jsoup-1.15.3 )
---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 22:58:31 +00:00
WiredSpast
f09d1a31d3
Updated TR messages
2022-08-17 19:01:39 +02:00
WiredSpast
0c76b31427
Fixed incorrect key
2022-08-15 16:42:07 +02:00
WiredSpast
4553804a48
Updated Turkish messages
2022-08-14 17:59:54 +02:00
WiredSpast
3144dae080
Added Turkish messages
2022-08-14 17:49:29 +02:00
WiredSpast
d0a838e777
Update german messages
2022-08-14 17:12:05 +02:00
WiredSpast
f71d71b412
Update german messages
2022-08-14 17:00:06 +02:00
WiredSpast
7871f4dc2a
Initial launch (no cache set) uses system language
2022-08-11 14:35:32 +02:00
WiredSpast
7a456bd1f3
Replaced GEarth.translation
calls to LanguageBundle
calls
2022-08-10 21:14:32 +02:00
WiredSpast
27207ff182
Replaced GEarth.translation
calls to LanguageBundle
calls
2022-08-10 21:13:22 +02:00
WiredSpast
76c96ea6a8
Replaced GEarth.translation
calls to LanguageBundle
calls
2022-08-10 21:12:02 +02:00
WiredSpast
d9ad066cb1
Realigned troubleshooting
label to CENTER_RIGHT
in Extra
tab
2022-08-10 20:20:52 +02:00
WiredSpast
541f06f293
Updated German
2022-08-10 19:36:16 +02:00
WiredSpast
60dbf62f38
Added German and Italian
2022-08-10 18:44:08 +02:00
WiredSpast
ef686a4eec
Merge remote-tracking branch 'origin/internationalization' into internationalization
2022-08-10 18:38:18 +02:00
WiredSpast
d4cb7b90ec
Oops
2022-08-10 18:38:02 +02:00
WiredSpast
383723342e
Changed properties encoding to UTF8 to support turkish letters
2022-08-10 18:35:21 +02:00
WiredSpast
de625d3efa
Merge branch 'sirjonasxx:master' into internationalization
2022-08-10 14:46:58 +02:00
WiredSpast
65fa47e6dc
Made translation dynamic (Doesn't require G-Earth to restart)
2022-08-10 14:45:57 +02:00
WiredSpast
c5dd4eb6d3
Replaced PT flag with BR flag
2022-08-08 18:49:02 +02:00
WiredSpast
0e0871241e
Fixed accents
2022-08-08 18:23:11 +02:00
WiredSpast
67c19fa0ed
Added language picker
2022-08-08 18:17:14 +02:00
WiredSpast
ed35ff996f
Merge pull request #5 from Alynva/patch-2
...
Update messages_pt.properties
2022-08-08 18:04:45 +02:00
Alisson Nunes
103f74130b
Update messages_pt.properties
...
Missing logger messages
2022-08-08 10:17:56 -03:00
sirjonasxx
0cdb5e6465
Merge pull request #136 from dorving/extension-store-fix
...
Fix for extension store on Mac
2022-08-06 23:42:03 +02:00
WiredSpast
f6f65a994c
Merge pull request #4
...
Updated spanish translation
2022-08-06 20:26:30 +02:00
denio4321
2bfb81836f
Updated spanish translation
2022-08-06 16:18:16 +02:00
WiredSpast
b8233fb40a
Fix accents
2022-08-06 11:11:23 +02:00
WiredSpast
a57aae8352
Merge Alynva pt
2022-08-06 10:44:37 +02:00
WiredSpast
bfb5393507
Merge pull request #3 from Laande/add-fr
...
add fr
2022-08-06 10:34:17 +02:00
Lande
bee9b14c8a
add fr
2022-08-06 10:23:15 +02:00
WiredSpast
fa70ef0308
Add packet logger internationalization
2022-08-06 03:12:47 +02:00
WiredSpast
ddb37d5fad
Internationalization
2022-08-06 00:56:27 +02:00
dorving
8b8c4fff72
Added dedicated loggers for each extension if logger flag is set
2022-07-12 01:58:12 +02:00
dorving
c603cdbd61
Fixed issues with network extensions rewrite, see desc
...
- specified NioServerSocketChannel in ServerBootstrap
- moved TCP_NO_DELAY option to child channels in ServerBootstrap
- swapped outgoing/incoming packet structure registration (also added some documentation)
2022-07-12 00:12:49 +02:00
dorving
047d948086
Slight housekeeping in NetworkExtensionClient
2022-07-11 22:09:51 +02:00
dorving
5f08eb599b
Added documentation to NetworkExtensionMessage.java
2022-07-11 05:23:03 +02:00
dorving
b3f8103a55
Rewritten NetworkExtension system to use Netty and cleaned up a lot of the code.
2022-07-11 04:53:12 +02:00
dorving
623a6488e8
Fixed typo in OSValidator.getOSFull "Mac" -> "Max"
...
- This fixes extension store on MacOS
2022-07-10 01:27:24 +02:00
sirjonasxx
630c43b07a
Merge pull request #130 from WiredSpast/master
...
Bugfix: Set G-Earth as owner of all alerts
2022-07-07 23:14:47 +02:00
sirjonasxx
7b515590ce
Merge pull request #134 from sirjonasxx/dependabot/maven/G-Earth/org.eclipse.jetty-jetty-http-9.4.48.v20220622
...
Bump jetty-http from 9.4.43.v20210629 to 9.4.48.v20220622 in /G-Earth
2022-07-07 23:14:18 +02:00
dependabot[bot]
ea89c6b45c
Bump jetty-http from 9.4.43.v20210629 to 9.4.48.v20220622 in /G-Earth
...
Bumps [jetty-http](https://github.com/eclipse/jetty.project ) from 9.4.43.v20210629 to 9.4.48.v20220622.
- [Release notes](https://github.com/eclipse/jetty.project/releases )
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.43.v20210629...jetty-9.4.48.v20220622 )
---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-http
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-07 21:01:00 +00:00
WiredSpast
5a713414a3
Set G-Earth as owner of all alerts
2022-05-21 13:51:50 +02:00
sirjonasxx
e5626ad587
Merge pull request #126 from dorving/net-extension-server-checks
...
Added boundary for size of packets read by extension server
2022-05-04 07:17:21 +02:00