Commit Graph

30 Commits

Author SHA1 Message Date
Anna 1fd170da0b
fix: work around party icons 2023-05-25 13:49:06 -04:00
Anna 29d94198df
refactor: update to 6.0 2021-12-07 02:23:49 -05:00
Anna 7545475eeb
refactor: further update for net5 2021-09-10 10:36:49 -04:00
Anna f53bc7a3c7
feat(plugin): add PeepingTom integration 2021-07-04 21:09:38 -04:00
Anna 03778f8300
chore: clean up some warnings 2021-06-06 21:02:59 -04:00
Anna 1c2a0dde5e
fix: remove any newlines from client messages 2021-06-06 20:50:18 -04:00
Anna 12ec6c177e
feat: handle message queue delay and fix wrapping
Make message wrapping work with non-English languages.

Special-case /tell wrapping to send to the correct recipient.

Add an artificial wait between sending messages in the queue,
longer for public commands to prevent rate-limiting.
2021-06-06 20:45:39 -04:00
Anna 0000a1da66
refactor: update to api level 3 2021-04-05 15:09:04 -04:00
Anna 6897bc2d8d
refactor: rename IEncodable to Encodable 2021-02-16 19:50:36 -05:00
Anna 4a8e6155f7
fix: send empty player data if necessary 2021-02-16 19:31:32 -05:00
Anna 8058e44d3d
fix: use the outgoing message queue for all messages
Also move logic for sending player data and availability onto the main thread to prevent race condition issues.
2021-02-12 19:43:57 -05:00
Anna 2eb7aa5770
fix: account for nonce in size calculation 2021-02-11 00:19:28 -05:00
Anna 52edba1dbe
feat: handle relay disconnects 2021-01-24 18:01:48 -05:00
Anna ed34db2131
feat: begin adding relay support 2021-01-19 23:03:53 -05:00
Anna 4be585c2de
feat(plugin): add chat channel change message 2021-01-08 17:32:22 -05:00
Anna a8b569dffb
feat: handle sig failures better 2021-01-07 16:27:16 -05:00
Anna aeec5c24b2
fix(server): don't rely on payload being unknown 2020-12-22 09:05:10 -05:00
Anna 75435a3777
refactor: clean up unused name formatting 2020-12-12 21:49:44 -05:00
Anna 6f1e5de720
fix(plugin): send player data when available after moving 2020-12-06 22:37:11 -05:00
Anna b4c3656955
feat(plugin): update to new Lumina
Use new Lumina to parse chat formats.
2020-11-27 19:28:32 -05:00
Anna 061abec6a6
refactor: break message file into parts 2020-11-17 23:29:34 -05:00
Anna e1a9478ee8
feat: add server scanning 2020-11-06 15:19:42 -05:00
Anna 9e4528169a
fix: handle null preferences correctly 2020-11-05 20:38:38 -05:00
Anna 155cd7f438
feat: add preferences and better backlog ordering 2020-11-05 19:48:21 -05:00
Anna ad24154a86
refactor: add constructors for messages 2020-11-01 10:31:56 -05:00
Anna a2531c3511
refactor(plugin): fix some code warnings 2020-10-31 21:28:11 -04:00
Anna ad58b8a331
feat: add option to reject new clients
Also check for magic bytes for new protocol change.
2020-10-26 16:00:06 -04:00
Anna 1fb547c737
feat: use configured colours for chunks 2020-10-25 23:21:16 -04:00
Anna d0e17a2ac7
feat: add server discovery 2020-10-25 11:42:34 -04:00
Anna b934dedcfb
chore: initial commit 2020-10-23 17:24:32 -04:00