Commit Graph

160 Commits

Author SHA1 Message Date
2cdc4e5441 fix: actually remove afk 2021-06-12 16:04:35 -04:00
f430b035c4 feat: add option for user input to ui 2021-06-12 14:45:45 -04:00
d42e97ad32 feat: count messages as user input for inactivity timer 2021-06-12 14:45:06 -04:00
45835c9328 chore: bump version to 1.1.2 2021-06-07 18:15:27 -04:00
4c5b1b4a5b chore(plugin): bump version to 1.5.2 2021-06-07 15:48:28 -04:00
52deb783ab chore(desktop): update installer 2021-06-07 15:29:50 -04:00
8d9b64c392 chore(desktop): bump version to 1.1.1 2021-06-07 15:25:40 -04:00
3ab905d470 chore(desktop): update dependencies 2021-06-07 15:25:19 -04:00
3df7a164ab chore: update solution 2021-06-07 02:01:52 -04:00
015a31d3de refactor: consolidate utils 2021-06-07 02:01:11 -04:00
beeb150618 chore: remove old notification properties 2021-06-07 01:59:36 -04:00
033a9d2339 refactor: update syntax 2021-06-07 01:58:53 -04:00
3ec1acb822 fix: use correct integer decoding algorithm 2021-06-06 21:05:47 -04:00
e8971d32a8 chore: clean up some warnings 2021-06-06 21:02:59 -04:00
883468f7cc fix: remove any newlines from client messages 2021-06-06 20:50:18 -04:00
c092bf2019 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
e41b90d63e feat: use hd icons 2021-04-13 10:46:11 -04:00
843d799f1e chore: bump version to 1.5.1 2021-04-05 15:09:16 -04:00
9df05ea0fd refactor: update to api level 3 2021-04-05 15:09:04 -04:00
fda68a8f23 fix: correct maximised size 2021-02-26 01:59:44 -05:00
945e3a4f6f chore: always copy libsodium to output dir 2021-02-16 20:22:51 -05:00
69fce2ec62 chore(plugin): remove old packages.config file 2021-02-16 20:14:48 -05:00
a9558c9124 chore(plugin): switch to sdk-style csproj 2021-02-16 20:13:40 -05:00
3f85ced4bf refactor: rename IEncodable to Encodable 2021-02-16 19:50:36 -05:00
c834921400 refactor: update Dalamud and use latest C# 2021-02-16 19:31:59 -05:00
4ffb5e298a fix: send empty player data if necessary 2021-02-16 19:31:32 -05:00
efc8e376f1 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
0e8b6008a3 fix: account for nonce in size calculation 2021-02-11 00:19:28 -05:00
bf18d146d2 chore(plugin): bump version to 1.5.0 2021-02-07 23:46:11 -05:00
a38b989f73 chore(desktop): bump version to 1.1.0 2021-02-07 23:46:02 -05:00
af65fb8f41 feat: remove bottom margin in compact mode 2021-02-07 15:47:15 -05:00
733084ab6b fix: add dumb workaround for link crash 2021-02-07 13:30:22 -05:00
f4a2612298 feat: add option to export cross-world icon as @ 2021-02-07 12:40:11 -05:00
77d3fe08aa fix: disable buttons when downloading update 2021-02-07 12:08:40 -05:00
fa3db91ecd feat: add auto-updater 2021-02-07 01:28:26 -05:00
d31a2be863 refactor: switch to latest C# version 2021-02-07 00:20:55 -05:00
2a61662842 fix: give icon to all windows 2021-02-07 00:18:14 -05:00
830de705a3 fix: only use sentry in release mode 2021-02-07 00:17:52 -05:00
e0726a49a4 refactor: use fork of MdXaml for Markdown 2021-02-07 00:17:12 -05:00
710e54972f feat: persist window location between launches 2021-02-06 14:58:34 -05:00
47a55c21ea feat: use new client negotiation process 2021-02-05 16:38:39 -05:00
748dbfa9be chore: update dependencies 2021-02-05 16:04:27 -05:00
43a614c535 feat: show errors from relay 2021-02-05 16:03:45 -05:00
3f336eabcc fix: place (R) before ip address 2021-02-05 15:55:43 -05:00
64bbb31263 fix: correctly send new public key on regen 2021-02-05 15:55:16 -05:00
766fc85934 fix: migrate from v1 configs 2021-02-05 15:54:19 -05:00
0f7f43c0db feat: send message to relay when disconnecting
Also fix reconnects.
2021-02-01 00:31:54 -05:00
784b980cb8 feat(desktop): add sentry 2021-01-30 23:05:14 -05:00
76687e1cc4 feat: add connection status 2021-01-24 21:24:29 -05:00
e562b588ac fix: connect to relay on start if configured 2021-01-24 18:47:14 -05:00