Commit graph

83 commits

Author SHA1 Message Date
6e785dc211 Database now stores hashes of recently used IP's for all users. They are retained for seven days AFTER their LAST use. 2024-12-23 15:17:07 -05:00
6b0a73e1c8 Fixed emote list .css 2024-12-22 21:28:27 -05:00
93cece48ea Finished up with personal emotes. 2024-12-22 21:10:07 -05:00
a4a1f6a65b Started work on personal emotes. 2024-12-22 13:46:08 -05:00
db5fac83ab Updated chat post-processor to handle embedded command examples (both ! and /), embedded usernames, and embedded channel names 2024-12-21 20:42:31 -05:00
42d306e1f2 Emote Palette UI Complete 2024-12-21 16:47:19 -05:00
633884534c Started work on emotes panel 2024-12-21 13:43:28 -05:00
6a10bf3dea Updated commandPreprocessor to mark all emotes instead of just site-wide ones. 2024-12-21 11:09:08 -05:00
c3d016e1af Per-Channel Emotes Implemented. 2024-12-21 11:01:00 -05:00
97717b525c Added site-wide emote support. 2024-12-20 01:42:48 -05:00
41d0302ded Finished up with emote management pane in adminPanel page. 2024-12-19 22:48:23 -05:00
90d67024b7 Started work on emote panel in admin page. 2024-12-18 07:05:29 -05:00
255e6e0d7f Added Endpoints and AJAX Helper Functions for emote management, as well as imporvements to link embedding. 2024-12-17 21:51:34 -05:00
b9283607d6 Several improvements to chat pre/post processing 2024-12-17 20:44:14 -05:00
12922658b9 Started work on emotes schema and administration endpoints. Improvements to Link/Media embeds in chat. 2024-12-17 07:37:57 -05:00
1ce2fc3c22 Finished up with implementing media link embeds in chat. 2024-12-16 23:25:51 -05:00
23df4f88f9 Server now seperates links and media. Client now embeds links, but not media. 2024-12-16 09:01:41 -05:00
4474cc4b6d commandPreprocessor.js now scrapes links out of chat message before sending to server. 2024-12-15 22:00:08 -05:00
169b863965 Added per-channel toke management pane in channel settings page. 2024-12-15 11:05:14 -05:00
a1fbbea7b7 Implemented custom per-channel !toke commands in back-end. 2024-12-15 09:51:32 -05:00
575244ac53 Basic housekeeping, as well as very basic work on per-channel !toke commands 2024-12-15 07:25:38 -05:00
80f0c5435f Added tokelist to user profile. 2024-12-14 07:03:25 -05:00
3902554e6b Prettied up tokebot callouts 2024-12-13 22:19:43 -05:00
ffd2094f16 Finished up with toke logic. 2024-12-13 22:07:00 -05:00
5fe1620c20 Finished up with toke command list in admin panel. 2024-12-12 19:23:11 -05:00
59fe38a5fe Added dynamic container to improve settings page rendering when undersized. 2024-12-12 06:41:33 -05:00
864304f13b Added tokeCommand delete endpoint and ajax call, replaced all raw error responses. 2024-12-12 05:11:47 -05:00
af7f4219a5 Started work on site-wide toke command management & errorHandler 2024-12-11 07:16:42 -05:00
f8efe5b99e Added !clear command 2024-12-10 18:51:21 -05:00
375cdfb3d8 Added channel-wide !announce command 2024-12-08 14:38:56 -05:00
0182c6927e add !whisper command for tiny chats 2024-12-08 13:05:09 -05:00
4c1f0f10a7 Added basic serverside command logic (no commands yet) 2024-12-08 08:55:49 -05:00
358d01d730 Improved local command processing. 2024-12-08 08:24:57 -05:00
77dc865022 Added browser-side command parser and /high command. 2024-12-08 08:18:30 -05:00
ff69762a1f Finished up cleaning css. 2024-12-08 05:53:00 -05:00
b13e2bde24 Continued css clean-up. 2024-12-08 04:33:17 -05:00
920948bcc1 started seperating out theme css by page 2024-12-06 08:40:39 -05:00
3d184f29da Prettied up channel.css, small schema updates 2024-12-06 05:16:47 -05:00
247caa5c23 Fixed bug w/ userList resizing when panel unpinned 2024-12-06 05:06:33 -05:00
3ba5c4ae32 Added fixCutoff() call to setPinnedPanel() 2024-12-06 04:58:55 -05:00
8f60e4531c Cleaned clickdragger, no longer fudges by a pixel 2024-12-06 04:54:07 -05:00
99e76d72f4 Fixed weird bug with child clickdragger resizing 2024-12-06 04:35:22 -05:00
7fb981d778 Fix userlist to properly handle longboi usernames 2024-12-06 02:41:32 -05:00
b853d75836 Fixed aspect lock while toggling cinema mode. 2024-12-05 06:43:58 -05:00
8233d36f52 Fixed edge case in userlist when resizing. 2024-12-05 06:26:15 -05:00
499c0aa555 Improved invisible white-space injection. 2024-12-05 05:56:36 -05:00
3f0af3a519 Fixed userlist breaking the page layout 2024-12-05 04:46:57 -05:00
a20bb99af2 Fixed bug with aspectLock which broke other UX 2024-12-05 04:22:24 -05:00
ee5a8d9516 Replaced window.prompt()/alert() with custom popup 2024-12-05 03:46:44 -05:00
8ccb9003cc highLevel syncs across chans, shows in userlist 2024-12-03 20:27:37 -05:00