Commit Graph

20 Commits

Author SHA1 Message Date
ChomeNS
e53c726afe feat: add chat packet types [S] [P] [D] to logger and console, but not discord, irc, nor any other places to save space since they have limited message length 2025-07-26 07:48:36 +07:00
ChomeNS
2b6f3f213e feat: 1.21.7 2025-07-09 18:09:58 +07:00
ChomeNS
a915cbbe4b feat: localization (hopefully i didn't miss anything but surely i will)
it took around 4 hours but i think it's pretty normal for such things like this
2025-05-06 16:11:09 +07:00
ChomeNS
a01f749577 refactor: use fastutil 💨💨💨
i hope i didn't miss some things
2025-05-02 15:00:31 +07:00
ChomeNS
66ab8ceb07 refactor: show chomens mod verified message encrypted via chomens mod instead of tellraw 2025-05-01 11:48:07 +07:00
ChomeNS
b1925edf00 refactor: make some constant things that are List immutable by using List.of() 2025-04-23 16:15:17 +07:00
ChomeNS
061371f40b refactor: move all information things for chomens mod into the encrypted payload and some improvements 2025-04-19 15:34:38 +07:00
ChomeNS
14bdf45c89 feat: draft for extras messaging on chomens mod, not sure how to implement on minecraft side :( 2025-04-19 14:05:27 +07:00
ChomeNS
decd15a926 refactor: have global Listener interface instead of creating one in each plugin
not sure how much this improves the code, readability and/or the performance but i hope they are better
2025-04-16 15:34:20 +07:00
ChomeNS
ed4e7573a9 refactor: use final on basically everything
i'm kinda tired of the inconsistency since some stuff are non-final and some are final so i just made everything final, not sure how much it impacts on stuff but everything should be fine, there were around 1,400 replacements according to the idea code analyzer
2025-04-09 17:05:11 +07:00
ChomeNS
2764673f21 feat: also log suspected chomens mod replay attack 👀 2025-04-09 15:14:09 +07:00
ChomeNS
ed71cdc55a feat: prevent replay attacks on chomens mod for those kind of server owners and aren't very nice and also the kind of people that spies on cores (like me !!!) 2025-04-09 14:57:46 +07:00
ChomeNS
dd2b8ce26d fix: duplicate connected player in chomens mod 2025-04-08 17:59:01 +07:00
ChomeNS
93f582bba0 feat: smp-like encryption for chomens mod instead of public-private keys 2025-04-08 16:42:17 +07:00
ChomeNS
90323d3552 refactor: Reformat Code with chome NS code style !!!
too lazy to export it somewhere, if you need it feel free to ask me
2025-04-01 09:58:31 +07:00
ChomeNS
1e6421a17c feat: chunking on chomens mod (only sending for now)
fix: `writeString` not working correctly (i put the normal string length instead of the bytes length lol)
2025-03-26 18:32:59 +07:00
ChomeNS
b6133600f5 refactor: improve the chat messages checking a bit 2025-03-26 08:52:21 +07:00
ChomeNS
05854223b1 refactor: second ticker in TickPlugin 2025-03-25 20:05:50 +07:00
ChomeNS
a2b564abf5 feat: make the chomens mod integration feel more like chomens proxy and also fix AuthPlugin
most stuff are still pretty broken, there's no chunking things yet, so long datas will simply just break, but it works!
2025-03-25 19:14:27 +07:00
ChomeNS
265a35080b feat: chomens mod integration (completely unused)
i will probably make it a server instead idk, right now i just wanted to make the chipmunkmod core refill silent
2025-03-25 10:10:23 +07:00