Commit Graph
26 Commits
Author SHA1 Message Date
Selis 4b6aa323e9 Bugfix for the Bugfix 2023-08-14 01:07:10 +02:00
Selis 95826dcb4b SQL Injection Fix 2023-08-13 21:50:03 +02:00
ItsSelis 10d2178516 More 515 Compatibility 2023-06-05 19:29:40 +02:00
ItsSelis 31c756e3ba Minifies JS & Updates Vue 2022-09-03 09:49:04 +02:00
Heroman 8a9df3b2ea Fixes in-chat icons being broken 2022-07-20 18:55:27 +10:00
VerySoft 36ca8211e2 Make vchat warning only fire if vchat is enabled
ME USE OLD CHAT

ME NOT LIKE THAT IT WARNS ME THAT VCHAT ISN'T WORKING EVERY TIME WHEN I HAVE THE PREFERENCE FOR IT DISABLED

So, this makes it only warn you about vchat not working if you have vchat enabled.
2022-06-11 03:00:05 -04:00
VerkisterandGitHub 2fbc301ec9 Fixes a vchat runtime
Sometimes the proc above returns something that is not a list.
2021-11-30 17:33:14 +02:00
Aronai Sieyes 0da0c54388 Convert almost all alert() to tgui_alert() 2021-06-25 17:03:35 -04:00
NeertiandVirgoBot 767e655310 Linter Introduction + Cleanup 2021-05-25 23:19:34 -04:00
ShadowLarkens 3f652d84f8 13x Performance for Export chatlog, update rust_g to 0.4.6-vorestation 2020-10-19 18:24:37 -07:00
AtermoneraandVirgoBot 3669657656 Fixes Runtime in vchat_client.dm,85: Cannot execute null.is preference enabled (#7557) 2020-08-25 00:32:25 -04:00
AtermoneraandVirgoBot a26d43c7f9 Merge pull request #7353 from Shadow-Quill/CheckExportTick
[SEMI-URGENT] Fixes hanging/crashing server when using the Export-Chatlog verb in OOC
2020-07-19 23:38:46 -04:00
Leshana c6f29c3525 Fix loading of history on connect.
The for loop that used to do it loaded the wrong messages.
New method calculates correctly and also doesn't spend time loading from database if we're going to throw it away.
2020-05-26 15:50:50 -04:00
Leshana ac8922bdf5 Check vchat loaded flag before attempting to call putmessage 2020-05-25 16:02:58 -04:00
AtermoneraandVirgoBot f0bf4efcca Adds vchat export chatlog verb (#7214) 2020-05-24 17:24:24 -04:00
Aronai Sieyes bd298810f2 Redo examining in general and tweak getFlatIcon 2020-05-06 18:37:46 -04:00
AtermoneraandVirgoBot 83c1a512e2 Adds pref to toggle vchat without 60s wait for linux users (#6980) 2020-04-12 00:51:57 -04:00
Aronai Sieyes b2605300f2 Mergey Merge Polaris VChat 2020-03-29 15:37:43 -04:00
Aronai SieyesandVirgoBot 8a33afaff6 VChat: Redone chat output done in Vue.js 2020-03-27 17:08:14 -04:00
Aronai Sieyes dafd19c708 Some VChat Tweaks
- Chat remains between client reconnects if your client didn't close (so things like using the reconnect button, or autoreconnects at round end when that feels like working)
- The client doesn't send pings to the server, the server sends pings to the client. This fixes AFK measurements for AFK kick purposes.
- Turn latency indicator into a green/red indicator to show if you're connected, and when clicked will perform a one-time ping (and block doing it again for 10 seconds). It will display '?ms' if it never got a reply, or '999ms' if it did, but it was over 1s.
2020-03-04 20:53:35 -05:00
Aronai Sieyes 61a3fbda5f VChat Improvements
Hopefully, anyway.
- Arbitrary font size setting
- Line height setting
- Multiple crush settings
- Rewrote how tabs work hopefully for performance
- Hidden messages are actually put elsewhere
- Attempts to correct chat backlog restore on rejoin
2020-03-02 22:35:49 -05:00
Aronai Sieyes a5af4695fc Disable bicon() icon object cache, and create text tag cache 2020-03-01 15:02:08 -05:00
Aronai Sieyes 97d312a3dd Reduce fallback time in case of linux users etc 2020-02-29 14:23:03 -05:00
Arokha Sieyes 323288059d Fix duplicate IDs in VChat and add more logging 2020-02-20 00:47:32 -05:00
ShadowLarkensandArokha Sieyes 22c85075f4 Ported tg asset cache 2020-02-19 19:55:01 -05:00
Arokha SieyesandLeshana d5b820fc58 VChat: Redone chat output in Vue.js
Co-authored-by: Leshana <Leshana@users.noreply.github.com>
2020-02-19 19:55:01 -05:00