Commit Graph

  • 9d54a9746c remove unused variable wish 2023-12-02 21:16:26 +11:00
  • a604836b62 enumerate missing clients wish 2023-12-02 21:16:07 +11:00
  • 11bac4ecf3 handle UnreserveSrg wish 2023-12-02 21:10:52 +11:00
  • df173e9edf refactor TransitMessage handler wish 2023-12-02 20:15:22 +11:00
  • 622b2efa03 refactor TransitMessage handler wish 2023-12-02 18:38:33 +11:00
  • 64427fd317 refactor TransitMessage handler wish 2023-12-02 17:51:20 +11:00
  • d50eb923ba validate additional SysLogin data wish 2023-12-01 00:51:05 +11:00
  • 4bae0e5758 add option to alter maximum Clan Members wish 2023-11-30 23:07:13 +11:00
  • 22a02f9291 Merge pull request #105 from rockisch/signv2-user-token-id Matthew 2023-11-29 20:36:30 -08:00
  • b14b75ee23 Make sure signv2 returns user token ID rockisch 2023-11-30 01:11:38 -03:00
  • b7c5fe70e7 Merge branch 'main' into feature/discord-login Matthew 2023-11-29 10:52:01 -08:00
  • 51e1860a92 add support for multiple Conquest War targets wish 2023-11-30 00:35:39 +11:00
  • a108a67522 add support for multiple Conquest War targets wish 2023-11-30 00:34:51 +11:00
  • 67e791be2b parse & stub PostSeibattle wish 2023-11-30 00:31:09 +11:00
  • 58708eaaf2 fix GetUdSchedule response wish 2023-11-30 00:30:32 +11:00
  • c46a3a78f0 fix GetEarthStatus response wish 2023-11-30 00:07:36 +11:00
  • 617d600f9a test TSP accumulation wish 2023-11-30 00:07:09 +11:00
  • 4376ed6678 partial backport EnumerateShop wish 2023-11-29 23:41:06 +11:00
  • 15739ad0d2 fix PostTowerInfo not incrementing wish 2023-11-29 23:15:32 +11:00
  • 4a962e2701 fix SaveDecoMyset on first save wish 2023-11-29 23:14:34 +11:00
  • c996975bf1 correct EnumerateShop response wish 2023-11-29 21:38:32 +11:00
  • e914cf406b limit EnumerateShop responses wish 2023-11-29 21:37:41 +11:00
  • ea981ca70f add Koban Shop items to OtherShops.sql wish 2023-11-29 21:36:50 +11:00
  • 1d816a8a6a Merge pull request #104 from matthe815/feature/custom-prefix Matthew 2023-11-28 15:14:58 -08:00
  • d7b400c812 revise command descriptions wish 2023-11-28 23:41:54 +11:00
  • 1cd60eb5ae hide disabled commands wish 2023-11-28 23:41:22 +11:00
  • 8d02c9f907 remove unnecessary dependency change wish 2023-11-28 23:40:47 +11:00
  • acf942075c use fallback backStage wish 2023-11-28 23:13:26 +11:00
  • 2502b47077 simplify SaveDecoMyset wish 2023-11-28 22:25:36 +11:00
  • 2199e07be8 simplify SaveDecoMyset wish 2023-11-28 22:07:20 +11:00
  • 7b7b2874c5 fix: Fixed description for reload command. Matthew 2023-11-27 16:14:32 -05:00
  • eeeb998040 Merge branch 'ZeruLight:main' into feature/discord-login Matthew 2023-11-27 12:44:25 -08:00
  • de5c3addd1 fix: Show config prefix instead of just ! Matthew 2023-11-27 15:34:28 -05:00
  • 88652e1dc0 chore: Change command name to show the prefix instead. Matthew 2023-11-27 15:32:52 -05:00
  • 325f6bebb9 Merge branch 'ZeruLight:main' into feature/custom-prefix Matthew 2023-11-27 12:29:15 -08:00
  • dcac7b433e update Go dependencies wish 2023-11-27 23:10:25 +11:00
  • 7d0ef7db23 enable save pointers in legacy versions G1->G2 wish 2023-11-27 22:20:17 +11:00
  • ce849ef06e enable save pointers in legacy versions G3->G9.1 wish 2023-11-27 22:09:02 +11:00
  • c152e2d0b9 verify save pointers in legacy versions G3->G9.1 wish 2023-11-27 22:00:47 +11:00
  • f0744b4040 disable KQF command before G10 wish 2023-11-27 21:59:58 +11:00
  • bc12f4cd3b fix DecoMyset responses in legacy versions wish 2023-11-27 21:03:26 +11:00
  • a846a71ca3 rewrite stringstack.go wish 2023-11-27 20:45:03 +11:00
  • 23bc66eda5 fix: Consider prefix length when slicing. Matthew 2023-11-27 04:07:44 -05:00
  • ce773a6c56 feat: Finish help command and add description to commands. Matthew 2023-11-27 04:05:15 -05:00
  • 76ba7cb942 feat: Custom prefixes and basic help command Matthew 2023-11-27 03:41:48 -05:00
  • a77d6d53aa refactor: Remove reverted mutex changes Matthew 2023-11-27 03:27:20 -05:00
  • 7d630088a4 refactor: Fix code formatting and reset config Matthew 2023-11-27 03:23:30 -05:00
  • a4745f05d5 refactor: Clean up random token implementation Matthew 2023-11-27 03:03:48 -05:00
  • 523266fc68 refactor: Move realtime channels to its own config Matthew 2023-11-27 02:18:01 -05:00
  • 38b57c6d98 refactor: Change to using rand.Read instead of whatever the hell else was before Matthew 2023-11-27 01:08:40 -05:00
  • d2e9e3d1a9 fix: Fix default config (whoops) Matthew 2023-11-26 16:49:11 -05:00
  • 226adddc43 feat: Generate hashes for Discord and allow password resets Matthew 2023-11-26 16:47:54 -05:00
  • 50946b9c68 Merge branch 'ZeruLight:main' into feature/discord-login Matthew 2023-11-26 09:18:54 -08:00
  • 3c6067c8a6 port partial fix/mutex-rework wish 2023-11-26 23:22:56 +11:00
  • fc4476ed8c Merge branch 'main' of github.com:ZeruLight/Erupe wish 2023-11-26 20:55:00 +11:00
  • 22b1d1b716 Merge pull request #99 from rockisch/dev-proxy wish 2023-11-26 20:50:27 +11:00
  • 8f8e82b3b4 Merge pull request #99 from rockisch/dev-proxy wish 2023-11-26 20:50:27 +11:00
  • a2f488e5e3 move ProxyPort config out of DevMode wish 2023-11-26 20:50:08 +11:00
  • 662c137467 update MezFes config for SignV2 wish 2023-11-26 20:44:13 +11:00
  • dfc359f5e2 structure & change config for MezFes wish 2023-11-26 19:42:27 +11:00
  • a0fbfc248b fix TimeWeekX inconsistencies & limit MezFes duration wish 2023-11-26 19:21:31 +11:00
  • b3af01b803 use seconds for arbitrary durations in config wish 2023-11-26 18:54:04 +11:00
  • 33665130cf feat: Discord basic implementation Matthew 2023-11-26 01:22:51 -05:00
  • 7e5fd73496 rename Event Quest cycling 'duration' to 'days' wish 2023-11-26 13:06:49 +11:00
  • a0970de48c review pass for Event Quest cycling wish 2023-11-26 13:02:17 +11:00
  • d799932f70 Merge pull request #101 from rockisch/signv2-changes stratic-dev 2023-11-24 08:33:17 +00:00
  • ae7044c771 Merge pull request #81 from Malckyor/main Matthew 2023-11-24 00:26:27 -08:00
  • b823cbf2ae chore: Rename schema to prevent confusion Matthew 2023-11-24 03:25:35 -05:00
  • 0481b15b9b Allow signv2 response to be configured rockisch 2023-11-23 22:12:36 -03:00
  • 2481d4871f Ensure save export can be changed in the future rockisch 2023-11-23 20:54:27 -03:00
  • a0b50bdf8d Implement final changes for custom launcher rockisch 2023-11-15 18:33:12 -03:00
  • aa77b52233 add legacy support for Frontier Point exchanges wish 2023-11-23 00:00:23 +11:00
  • f9d7f56ccb fix Frontier Point exchanges wish 2023-11-22 23:54:59 +11:00
  • 0550fb21b5 parse & handle PlayFreeGacha wish 2023-11-22 22:59:36 +11:00
  • ab6c86ce8e optimise Gacha code & fix rarity bug wish 2023-11-22 22:54:18 +11:00
  • 3f9c2e87f1 Merge branch 'main' of github.com:ZeruLight/Erupe wish 2023-11-22 21:31:19 +11:00
  • 5a6ced5a41 document unknown Festa values wish 2023-11-22 21:19:07 +11:00
  • 46eb75a866 Merge pull request #100 from ZeruLight/fix/legacy-distitem wish 2023-11-22 20:49:07 +11:00
  • b32c154fa0 decode EnumerateDistItem over multiple versions wish 2023-11-22 19:05:57 +11:00
  • e39630564e Add dev proxy config rockisch 2023-11-22 00:01:04 -03:00
  • d4ddf7bc25 initial legacy support for DistItem wish 2023-11-21 23:46:33 +11:00
  • 43f8cef35d fix server-side messages using wrong CID wish 2023-11-21 21:48:15 +11:00
  • c86b95fe40 Merge branch 'main' of https://github.com/Malckyor/Erupe into pr/81 Matthew 2023-11-19 14:35:25 -05:00
  • e141b7980c chore: Fix config Matthew 2023-11-19 14:35:20 -05:00
  • 524009039c Merge branch 'main' into main Matthew 2023-11-19 14:34:30 -05:00
  • 46587b8d01 fix: Fix variables Matthew 2023-11-19 14:27:53 -05:00
  • 3b33c1917c sql: Remove new migration code from old patch-schema Matthew 2023-11-19 13:52:03 -05:00
  • 8dbc54fa14 config: Fixed config back to default values Matthew 2023-11-19 13:49:19 -05:00
  • ffb0d25a43 docs: Fixed and cleaned a bit of the documentation Matthew 2023-11-19 13:48:43 -05:00
  • 858a9adb17 chore: Removed debug code Matthew 2023-11-19 13:45:30 -05:00
  • 6bd2b637a7 refactor: Moved quest duration variables to uint8 Matthew 2023-11-19 13:44:11 -05:00
  • 3778d03402 feat: Default to always active if inactive time is not set Matthew 2023-11-19 13:39:59 -05:00
  • 405e65346b add LogMessageData DevModeOption & disable Logging by default wish 2023-11-20 00:58:24 +11:00
  • e9fa4e5261 fix LogOutboundMessages not working wish 2023-11-20 00:49:50 +11:00
  • bcf2ba40e5 fix possible integer bounding issues wish 2023-11-20 00:13:49 +11:00
  • b6cc8c3a12 fix incorrect Client Version string wish 2023-11-20 00:01:22 +11:00
  • 105a118163 filter workflow triggers wish 2023-11-19 23:13:34 +11:00
  • e066e9566f remove duplicate CleanupObject wish 2023-11-19 23:13:12 +11:00
  • d7d3e7c61f update parsing of CastBinary & EnterStage wish 2023-11-19 23:12:58 +11:00
  • e5fa0501b7 add packet time profiling wish 2023-11-19 20:17:03 +11:00