Commit graph

73 commits

Author SHA1 Message Date
9df7f52e9e Finished up with chat prompt autocomplete. 2025-01-05 00:05:19 -05:00
acbe0400c4 Added proper toke and username autocompletion. 2025-01-04 11:19:24 -05:00
7624e1928a Updated ban UI to handle IP-Bans. 2025-01-01 23:00:03 -05:00
977e8e1e2e Finished up with IP-Ban functionality on the back-end. Just need to finish up with UI. 2025-01-01 17:36:43 -05:00
756c42ceaa Added optional alt-inclusion to channel-wide bans. 2024-12-31 20:03:25 -05:00
40c004795b Finished up with email verification system and profile page redux. 2024-12-31 14:28:12 -05:00
c32f3df3f3 Gave profile page a facelift in perperation for email/password update pop-ups. 2024-12-31 06:50:34 -05:00
a51152a89d Finished up with email change backend. Just need to make a prompt on the profile page for our AJAX call. 2024-12-30 09:43:25 -05:00
106b0fcddb Added CSRF protection to all API calls. /api/account AJAX calls updated. 2024-12-29 21:40:50 -05:00
7e0c8e72c5 Updated license text. 2024-12-29 15:27:05 -05:00
83f76af6e8 Added CSRF tokens to non-partial templates. 2024-12-29 15:02:37 -05:00
2ea3c72a61 Added !kick command. Updated perm check logic on chan ban to match. 2024-12-29 03:45:06 -05:00
3de4bff68d Migrated user related sechamas to src/schemas/user/ 2024-12-28 16:21:33 -05:00
478edeeddf Finished up with email password reset system. 2024-12-28 15:36:42 -05:00
3671b43789 Prettied up UI for password resets. Now to move on to email component. 2024-12-28 09:17:28 -05:00
ed698f40c7 Started work on URL-Token based password reset system. Email not yet implemented. 2024-12-28 04:30:08 -05:00
60801f0dc2 Alt account entries now deleted with account upon account deletion. 2024-12-25 05:52:03 -05:00
980c84afff Added alt-detection. Just need to set up pre-delete for userModel function to remove refrences to itself on alt accounts 2024-12-24 10:57:55 -05:00
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
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
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
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
805387b3da Fixed bug in perm check middleware caused by last refactor 2024-12-15 21:41:59 -05:00
5ad1c99ead Cleaning up User Model. 2024-12-15 19:59:00 -05:00
58b6d18f26 Added spoofed tokebot profile and nameplate, made registering as tokebot impossible. 2024-12-15 18:20:29 -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
dc01b8a15a Added toke counter to statistics schema 2024-12-14 17:21:16 -05:00
80f0c5435f Added tokelist to user profile. 2024-12-14 07:03:25 -05:00
0b84c51cbf Toke statistics now recorded in user DB document. 2024-12-13 23:53:18 -05:00
d85f906a69 Started work on toke logic 2024-12-13 18:28:48 -05:00
5fe1620c20 Finished up with toke command list in admin panel. 2024-12-12 19:23:11 -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
d516fed309 Added basic toke command loading/storage logic 2024-12-10 22:23:29 -05:00
f8efe5b99e Added !clear command 2024-12-10 18:51:21 -05:00
df18b4d783 Added !serverannounce command. 2024-12-08 15:09:25 -05:00
375cdfb3d8 Added channel-wide !announce command 2024-12-08 14:38:56 -05:00
3d184f29da Prettied up channel.css, small schema updates 2024-12-06 05:16:47 -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
279640a7e7 Updated userSchema to store flair by reference 2024-12-03 06:21:43 -05:00
2dbf3b97d5 Added more granular permissions. 2024-12-02 20:33:18 -05:00
ef4894e409 Added rankfighting to ban. 2024-12-02 19:50:26 -05:00
b138b26f27 Added kickConnections to channelManager 2024-12-01 20:48:42 -05:00
0432c9d1cc kick/logout on channel/site rank change 2024-12-01 20:09:45 -05:00