rainbow napkin
|
c32f3df3f3
|
Gave profile page a facelift in perperation for email/password update pop-ups.
|
2024-12-31 06:50:34 -05:00 |
|
rainbow napkin
|
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 |
|
rainbow napkin
|
4a865e8aa8
|
Protected socket.io connection with csrf-sync to prevent cross-site connections.
|
2024-12-29 23:06:11 -05:00 |
|
rainbow napkin
|
6c379321f7
|
Added CSRF token headers to ajax calls for /api/admin routes.
|
2024-12-29 22:40:20 -05:00 |
|
rainbow napkin
|
6dd8983a48
|
Added CSRF token headers to ajax calls for /api/channel routes.
|
2024-12-29 22:25:53 -05:00 |
|
rainbow napkin
|
106b0fcddb
|
Added CSRF protection to all API calls. /api/account AJAX calls updated.
|
2024-12-29 21:40:50 -05:00 |
|
rainbow napkin
|
7e0c8e72c5
|
Updated license text.
|
2024-12-29 15:27:05 -05:00 |
|
rainbow napkin
|
83f76af6e8
|
Added CSRF tokens to non-partial templates.
|
2024-12-29 15:02:37 -05:00 |
|
rainbow napkin
|
2ea3c72a61
|
Added !kick command. Updated perm check logic on chan ban to match.
|
2024-12-29 03:45:06 -05:00 |
|
rainbow napkin
|
ac8d789edb
|
Whoops.
|
2024-12-28 16:44:16 -05:00 |
|
rainbow napkin
|
5a262725c7
|
Added config security check.
|
2024-12-28 16:42:29 -05:00 |
|
rainbow napkin
|
3de4bff68d
|
Migrated user related sechamas to src/schemas/user/
|
2024-12-28 16:21:33 -05:00 |
|
rainbow napkin
|
3eddd0ea5b
|
Tidied up login page/navbar.
|
2024-12-28 15:55:03 -05:00 |
|
rainbow napkin
|
478edeeddf
|
Finished up with email password reset system.
|
2024-12-28 15:36:42 -05:00 |
|
rainbow napkin
|
3671b43789
|
Prettied up UI for password resets. Now to move on to email component.
|
2024-12-28 09:17:28 -05:00 |
|
rainbow napkin
|
ed698f40c7
|
Started work on URL-Token based password reset system. Email not yet implemented.
|
2024-12-28 04:30:08 -05:00 |
|
rainbow napkin
|
8ee92541de
|
Removed unnessicary console.log() calls.
|
2024-12-26 17:54:07 -05:00 |
|
rainbow napkin
|
9c18c23ad5
|
Basic brute force detection added. Accounts throttle by captcha after 5 failed attempts, and locked out for 24 hours after 200 attempts.
|
2024-12-26 17:46:35 -05:00 |
|
rainbow napkin
|
e0f53df176
|
Added 'altcha' captcha system for account and channel creation.
|
2024-12-26 06:09:49 -05:00 |
|
rainbow napkin
|
60801f0dc2
|
Alt account entries now deleted with account upon account deletion.
|
2024-12-25 05:52:03 -05:00 |
|
rainbow napkin
|
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 |
|
rainbow napkin
|
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 |
|
rainbow napkin
|
6b0a73e1c8
|
Fixed emote list .css
|
2024-12-22 21:28:27 -05:00 |
|
rainbow napkin
|
93cece48ea
|
Finished up with personal emotes.
|
2024-12-22 21:10:07 -05:00 |
|
rainbow napkin
|
a4a1f6a65b
|
Started work on personal emotes.
|
2024-12-22 13:46:08 -05:00 |
|
rainbow napkin
|
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 |
|
rainbow napkin
|
42d306e1f2
|
Emote Palette UI Complete
|
2024-12-21 16:47:19 -05:00 |
|
rainbow napkin
|
633884534c
|
Started work on emotes panel
|
2024-12-21 13:43:28 -05:00 |
|
rainbow napkin
|
6a10bf3dea
|
Updated commandPreprocessor to mark all emotes instead of just site-wide ones.
|
2024-12-21 11:09:08 -05:00 |
|
rainbow napkin
|
c3d016e1af
|
Per-Channel Emotes Implemented.
|
2024-12-21 11:01:00 -05:00 |
|
rainbow napkin
|
163cecf9f0
|
Updated backend to cache headers for embeded chat link
|
2024-12-20 02:31:37 -05:00 |
|
rainbow napkin
|
97717b525c
|
Added site-wide emote support.
|
2024-12-20 01:42:48 -05:00 |
|
rainbow napkin
|
41d0302ded
|
Finished up with emote management pane in adminPanel page.
|
2024-12-19 22:48:23 -05:00 |
|
rainbow napkin
|
90d67024b7
|
Started work on emote panel in admin page.
|
2024-12-18 07:05:29 -05:00 |
|
rainbow napkin
|
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 |
|
rainbow napkin
|
b9283607d6
|
Several improvements to chat pre/post processing
|
2024-12-17 20:44:14 -05:00 |
|
rainbow napkin
|
12922658b9
|
Started work on emotes schema and administration endpoints. Improvements to Link/Media embeds in chat.
|
2024-12-17 07:37:57 -05:00 |
|
rainbow napkin
|
1ce2fc3c22
|
Finished up with implementing media link embeds in chat.
|
2024-12-16 23:25:51 -05:00 |
|
rainbow napkin
|
23df4f88f9
|
Server now seperates links and media. Client now embeds links, but not media.
|
2024-12-16 09:01:41 -05:00 |
|
rainbow napkin
|
a83dbdcb7f
|
This commit is proof that I shouldn't be allowed to program anymore.
|
2024-12-16 04:39:43 -05:00 |
|
rainbow napkin
|
4474cc4b6d
|
commandPreprocessor.js now scrapes links out of chat message before sending to server.
|
2024-12-15 22:00:08 -05:00 |
|
rainbow napkin
|
805387b3da
|
Fixed bug in perm check middleware caused by last refactor
|
2024-12-15 21:41:59 -05:00 |
|
rainbow napkin
|
5ad1c99ead
|
Cleaning up User Model.
|
2024-12-15 19:59:00 -05:00 |
|
rainbow napkin
|
1bf89e62e7
|
Updated permissions validator to dynamically generate validation schema from DB schema.
|
2024-12-15 19:06:06 -05:00 |
|
rainbow napkin
|
58b6d18f26
|
Added spoofed tokebot profile and nameplate, made registering as tokebot impossible.
|
2024-12-15 18:20:29 -05:00 |
|
rainbow napkin
|
1d3906247a
|
cleaned up profile.ejs
|
2024-12-15 16:45:55 -05:00 |
|
rainbow napkin
|
169b863965
|
Added per-channel toke management pane in channel settings page.
|
2024-12-15 11:05:14 -05:00 |
|
rainbow napkin
|
a1fbbea7b7
|
Implemented custom per-channel !toke commands in back-end.
|
2024-12-15 09:51:32 -05:00 |
|
rainbow napkin
|
575244ac53
|
Basic housekeeping, as well as very basic work on per-channel !toke commands
|
2024-12-15 07:25:38 -05:00 |
|
rainbow napkin
|
dc01b8a15a
|
Added toke counter to statistics schema
|
2024-12-14 17:21:16 -05:00 |
|