Commit Graph

809 Commits

Author SHA1 Message Date
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
5fbf255704 Added jitpack.yml to specify java 17 2022-07-15 00:01:28 +02:00
dorving
35ac6158cb Changed target version to java 17 2022-07-14 23:56:44 +02:00
dorving
43f1272012 Added gradle 2022-07-14 23:47:54 +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
dorving
714a1b5e86
Merge branch 'sirjonasxx:master' into master 2022-07-10 01:24:02 +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
Dorving
ea5227cd3a Renamed g_mem_mac to G-Mem 2022-05-03 07:14:17 +02:00
Dorving
20cf678d4b Added newline for error message when packet length exceeds max 2022-05-03 06:57:36 +02:00
Dorving
0547d84d81 Removed redundant availability check for incoming extension connection 2022-05-03 06:56:37 +02:00
Dorving
d6a0eaa788 Upgraded jetty version that patches vulnerability 2022-05-03 06:37:14 +02:00
Dorving
31e3d571d7 Merge remote-tracking branch 'origin/master' 2022-05-03 06:33:51 +02:00
sirjonasxx
a98bab39cc
Merge pull request #119 from Laande/master
snyk vuln
2022-05-03 06:31:16 +02:00
sirjonasxx
5ac1593dae
Merge pull request #127 from dorving/client-handshake-checks
Wrapped RC4 table checks in try catch block (#106)
2022-05-03 06:28:57 +02:00
Dorving
4e2415f671 Upgraded to java 17, switched to gradle, added new G-Mem for mac
- uses badass runtime plugin to create platform-specific images (https://badass-runtime-plugin.beryx.org/releases/latest/).
- uses kotlin based gradle build script.
- uses openjfx's plugin to obtain the required javafx modules
- added G-Wasm jar to repo for now, maven link is broken for me
- added g_mem_mac executable (https://github.com/dorving/g_mem_mac)
- added MacOS readable icon (.icns format)
- removed unused and broken imports from PortRequester.java and GEarth.java
- added GEarthLauncher.java (see docs for reason)
2022-05-03 06:27:46 +02:00
sirjonasxx
765dbd6f01 Merge branch 'master' of https://github.com/sirjonasxx/G-Earth 2022-05-03 06:13:48 +02:00
sirjonasxx
bd31153149 remove option to not use new structures 2022-05-03 06:12:33 +02:00
Dorving
4bfa5d6b84 Removed Rc4Obtainer.DEBUG condition from printing stack traces 2022-04-11 05:06:00 +02:00
Dorving
35748038a9 Increased size of NetworkExtensionsProducer.MAX_PACKET_BODY_SIZE (#125) 2022-04-11 04:55:04 +02:00
Dorving
82ae7dc7a9 Validate headerId first in NetworkExtensionsProducer (#125) 2022-04-11 04:42:12 +02:00
Dorving
c2c0e2b0cb Wrapped RC4 table checks in try catch block (#106)
- also cleaned up code a bit
2022-04-11 04:17:45 +02:00
Dorving
99b349e9b0 Slight clarification in variable naming and documentation 2022-04-11 03:19:31 +02:00
Dorving
0951dba4c4 Added boundary for size of packets read by extension server
- Also added documentation and refactored the code
2022-04-11 03:16:18 +02:00
sirjonasxx
8cd429cc23
Merge pull request #124 from WiredSpast/patch-1
Fix for certificatePath which includes spaces
2022-04-10 14:12:00 +02:00
WiredSpast
3d6e7d5b32
Fix for certificatePath which includes spaces 2022-04-10 13:57:20 +02:00