rDrama/files/classes
Ben Rog-Wilhelm 310c6c4424
Rig up chat to be suitable for a Doge election. (Hopefully.) (#692)
* Integrate chat from upstream

Substantially borrowed from upstream ref: 13a208ee88e55 (before they
started editing generated artefacts instead of source).

Integrated, including:
  - Remove previously removed features: emoji, hats, and name colors
  - Compensate for lack of unified root template
  - Add React build process to Dockerfile and `bootstrap/init.sh`
  - Preliminary integration of chat websocket workers

For testing, modify `supervisord.conf.dev` to put chat on port 80 and
the site service on some other port. Then visit: http://localhost/chat

Still to do:
  - Access control for specific small-groups (and admins probably):
    Set the values somewhere (site_settings.json? Redis?) and use for
    authorization in `chat_is_allowed`.
  - Proxying only /chat to the websocket workers
  - Chat persistance across restarts: either Redis devops or to DB

* Add nginx server to do appropriate redirection.

* Add necessary columns to User.

* Wire up chat permissions.

* Reload chat on source change.

* Add a better structure for slash commands and add/remove functionality.

* Stop putting up previews of slash commands.

* We require more whitespace.

* Strip DMs out entirely, I currently do not want to deal with them.

* Change "Users Online" to just "Users".

* Clean up a little more DM detritus.

* Save chat history in database.

* Remove unnecessary hefty query to the DB.

* Clean up optimistic messages.

* Initial implementation of notification icon.

* Update readme a little bit.

* Fix notification highlight (mostly).

* Remove chat version number that will never be updated.

* Fix: Errors on logged-out users.

* Add function to nuke the chat state.

* Update DB.

* Add a dedicated deployable docker image.

* Fix: init_build.sh execute bit not set.

* Whoops, screwed up the abort() call.

* Relax chat rate limiter.

* Remove a somewhat silly comment.

* Remove an unnecessary g.db.add().

---------

Co-authored-by: TLSM <duolsm@outlook.com>
2023-09-04 12:42:20 -05:00
..
cron simplify visibility states using the new visstates 2023-07-13 14:13:13 -05:00
__init__.py Rig up chat to be suitable for a Doge election. (Hopefully.) (#692) 2023-09-04 12:42:20 -05:00
alts.py post scheduling (#554) 2023-03-29 16:32:48 -05:00
award.py post scheduling (#554) 2023-03-29 16:32:48 -05:00
badges.py post scheduling (#554) 2023-03-29 16:32:48 -05:00
base.py 🏦 Database Change: convert created utc to datetimez for volunteer_janitor (#679) 2023-08-25 01:00:09 -05:00
chat_message.py Rig up chat to be suitable for a Doge election. (Hopefully.) (#692) 2023-09-04 12:42:20 -05:00
clients.py post scheduling (#554) 2023-03-29 16:32:48 -05:00
comment.py Compensate for a currently-unsolved bug involving notifications with weird states. 2023-08-25 02:25:29 -05:00
domains.py post scheduling (#554) 2023-03-29 16:32:48 -05:00
flags.py 🏦 Database Change: convert created utc to datetimez for flags (#633) 2023-07-28 05:41:11 -05:00
follows.py 🏦 Database Change: convert created utc to datetimez for follows (#666) 2023-08-02 17:36:16 -05:00
leaderboard.py Fix leaderboard 500 on production (NotImplementedError) (#563) 2023-03-29 17:45:28 -05:00
marsey.py fix MovedIn20Warning 2023-03-14 13:32:47 -05:00
mod_logs.py excise country club (#665) 2023-08-08 23:51:39 -05:00
notifications.py 🏦 Database Change: convert created utc to datetimez for notifications (#668) 2023-08-02 21:35:05 -05:00
saves.py post scheduling (#554) 2023-03-29 16:32:48 -05:00
submission.py excise country club (#665) 2023-08-08 23:51:39 -05:00
subscriptions.py fix MovedIn20Warning 2023-03-14 13:32:47 -05:00
user.py Rig up chat to be suitable for a Doge election. (Hopefully.) (#692) 2023-09-04 12:42:20 -05:00
userblock.py fix MovedIn20Warning 2023-03-14 13:32:47 -05:00
usernotes.py 🏦 Database Change: convert created utc to datetimez for usernotes (#669) 2023-08-02 21:46:48 -05:00
views.py post scheduling (#554) 2023-03-29 16:32:48 -05:00
visstate.py Don't show users post content from users they've blocked (#639) 2023-07-22 19:47:44 -05:00
volunteer_janitor.py Fix: Volunteer timestamp field doesn't default properly 2023-08-25 11:21:17 -05:00
votes.py 🏦 Database Change: convert created utc to datetimez for votes (#670) 2023-08-02 22:16:29 -05:00