Commit Graph

114 Commits

Author SHA1 Message Date
UnfamiliarLegacy
1c6d086bff Add HTTP(S) MITM and replace websocket in config 2021-11-26 04:12:47 +01:00
UnfamiliarLegacy
dbf692cb3d Added nitro button, reworked last selected client mode 2021-11-26 01:06:57 +01:00
sirjonasxx
c2fcee21b9 potential bugfix 2021-10-26 13:14:09 +02:00
sirjonasxx
6621a468f1 remove PacketInfoSupport -> methods now built-in 2021-08-14 03:30:38 +02:00
sirjonasxx
9efb62c8cd Merge branch 'development' of https://github.com/sirjonasxx/G-Earth into development 2021-08-14 02:06:13 +02:00
sirjonasxx
ec6e4c1c41 rename things 2021-08-14 02:06:03 +02:00
sirjonasxx
8838beb5d0
Merge pull request #92 from XePeleato/master-clean
Add PortChecker
2021-07-31 00:54:05 +02:00
Eduardo Alonso
e9c7996a2f Add PortChecker
* This helps troubleshooting in case the proxy port is already being used by another program.
2021-07-31 00:15:19 +02:00
sirjonasxx
3bf10cf2c8 fix AIR for linux with wine or proton 2021-07-26 23:54:25 +00:00
sirjonasxx
103d2c66f5 cool 2021-07-06 18:04:00 +02:00
sirjonasxx
50fc4b4107 grtgrtgrg 2021-04-29 02:38:27 +02:00
sirjonasxx
170f1b4760 gfncvng 2021-04-29 01:52:35 +02:00
sirjonasxx
12f5c83175 thuireuighofl 2021-04-29 01:32:19 +02:00
sirjonasxx
0132978fb9 yes 2021-04-28 15:42:09 +02:00
sirjonasxx
0e84169f9e fix byte expression 2021-04-28 02:28:36 +02:00
sirjonasxx
1c3193ec57 some renaming 2021-04-27 22:08:08 +02:00
sirjonasxx
b41ac108af move stuff around 2021-04-27 04:16:53 +02:00
sirjonasxx
eb7c9f1829 packetlogger changes 2021-04-25 18:05:15 +02:00
sirjonasxx
b7bf03f313 internal extensions 2021-04-25 15:41:32 +02:00
sirjonasxx
7030fcb9f2 more packet stuff 2021-04-23 20:26:15 +02:00
sirjonasxx
74a72d199b new expressions 2021-04-23 17:38:10 +02:00
sirjonasxx
0975d66379 integrate into extensions and packetlogger 2021-04-23 02:00:53 +02:00
sirjonasxx
e51dcbaff8 beginnings of a new hash/name system 2021-04-23 00:17:02 +02:00
sirjonasxx
964813dfe7 add something 2021-04-22 02:58:50 +02:00
sirjonasxx
ea2bea6990 clienttype, correct harble api, 1.3.3 2021-03-02 02:17:29 +01:00
sirjonasxx
ba371c4d5b add Float datatype 2021-02-12 00:20:10 +01:00
sirjonasxx
1466fdef0e add sandbox to initial autoconnect hotels 2021-02-11 23:25:15 +01:00
sirjonasxx
fbef4ad4ab short 2021-01-17 05:02:55 +01:00
sirjonasxx
21b0b22a2c
Update HPacket.java 2021-01-07 14:35:59 +01:00
Eduardo Alonso
56cc99e0e6 Fix encoding for appended strings
If a packet is constructed using the expression form, PacketStringUtils will encode properly the string like this:
String latin = new String(actualString.toString().getBytes(StandardCharsets.UTF_8), StandardCharsets.ISO_8859_1);

This does not happen if the packet is constructed using the Object... constructor,
and packets like this:

 new HPacket(10, 2, 100000, "Dragón de Fuego Azul", 3).toExpression();

 will show � instead of ó.
 Whereas:

 new HPacket("{l}{h:10}{i:2}{i:100000}{s:\"Dragón de Fuego Azul\"}{i:3}").toExpression();

 would display the string correctly.
2021-01-07 13:27:10 +01:00
sirjonasxx
698e9591a5 dfghj,gh 2021-01-04 18:35:51 +01:00
sirjonasxx
eefd1bade5 stuff 2021-01-03 02:44:05 +01:00
sirjonasxx
4849cb5479 packets stuff 2020-12-29 19:19:25 +01:00
sirjonasxx
065aebeb76 potential solution to session close 2020-12-28 17:46:42 +01:00
sirjonasxx
b13cba0cf4 packet structure & predictor changes 2020-12-27 23:46:48 +01:00
sirjonasxx
6b9e3451e0 headerid -> short 2020-12-27 22:19:50 +01:00
sirjonasxx
7c840ae98a hproxy hclient 2020-12-27 22:14:43 +01:00
sirjonasxx
6ae5306899 HPacket Long 2020-12-27 21:53:46 +01:00
sirjonasxx
1ad3a52c33 unity proxy provider 2020-12-27 21:32:04 +01:00
sirjonasxx
1ddfbbe420 unity packethandler 2020-12-27 21:31:53 +01:00
sirjonasxx
5f262cde16 local websocket port requester 2020-12-27 21:31:05 +01:00
sirjonasxx
cfd73cb19f fix1 2020-12-25 04:52:28 +01:00
sirjonasxx
3e111d3ccc integrate chrome extension with g-earth 2020-12-25 04:12:30 +01:00
sirjonasxx
118e7587ac things and anime 2020-12-25 00:17:54 +01:00
sirjonasxx
1f58290393 packet expression things 2020-10-04 17:28:18 +02:00
sirjonasxx
cde38f5f0d HPacket charset argument for string utils (incomplete) 2020-08-19 17:27:01 +02:00
sirjonasxx
e89e34c877 f 2020-06-14 11:23:08 +00:00
sirjonasxx
04d921d52b undo 2020-06-14 11:13:36 +00:00
sirjonasxx
7ea507da98 higher sockettimeout for SOCKS 2020-06-12 00:12:41 +02:00
sirjonasxx
7470fb4533 specify port iptables linux only 2020-06-11 21:36:13 +02:00