aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFiles
* run formatterElizabeth Hunt2023-11-203
|
* forgor Link importElizabeth (Lizzy) Hunt2023-11-201
|
* link to man pages in bots tabElizabeth (Lizzy) Hunt2023-11-201
|
* create bot docsElizabeth (Lizzy) Hunt2023-11-201
|
* grab authorization header rather than post messageElizabeth (Lizzy) Hunt2023-11-201
|
* safe char regex exclusivityElizabeth (Lizzy) Hunt2023-11-071
|
* space should be a safe character >:(Elizabeth (Lizzy) Hunt2023-10-111
|
* add health checkElizabeth Hunt2023-10-092
|
* be more lax with the ssh message rate limitElizabeth (Lizzy) Hunt2023-10-091
|
* add colors to chatsshElizabeth Hunt2023-10-0910
|
* trongleposting betaElizabeth Hunt2023-10-041
|
* initial promptElizabeth Hunt2023-10-0410
|
* update demo with new uiElizabeth Hunt2023-09-191
|
* update dependencies and fix discriminator matching on usernameElizabeth Hunt2023-09-145
|
* log setup webElizabeth Hunt2023-09-131
|
* Use flipElizabeth Hunt2023-06-101
|
* Add node to scopes in webElizabeth Hunt2023-05-291
|
* fix citext migration issuesElizabeth (Lizzy) Hunt2023-05-291
|
* Update README.mdElizabeth (Lizzy) Hunt2023-05-291
|
* Bots (#23)Elizabeth (Lizzy) Hunt2023-05-2926
| | | | | | | | | * squash all the things for bots * fix warnings * change colors a bit and README updates * fix frontend warnings
* change log level to info for prod, add info statement on player joinLizzy Hunt2023-05-062
|
* send notification only from process where player joined and when discord ↵Lizzy Hunt2023-05-062
| | | | thread id hasn't been created, set prod log level to info for better debugging
* README changes, create thread on join, update package-lock (#21)Elizabeth (Lizzy) Hunt2023-04-225
|
* Syntax highlighting in the README looks betterLizzy Hunt2023-03-181
|
* Update README.mdLizzy Hunt2023-03-151
|
* Add uci menu and fix previous game viewer wrap around move indexLizzy Hunt2023-03-152
|
* Increase game moves column sizeLizzy Hunt2023-03-131
|
* Move history (#18)Lizzy Hunt2023-03-138
| | | | | * store move history * Add previous game viewer
* Update README.mdLizzy Hunt2023-02-281
|
* Revert "Sudoku"Simponic2023-02-261
| | | | This reverts commit f671aa8da3e3e0bdda7bc5dfb53b3a79cebcdc17.
* Merge branch 'main' of github.com:Simponic/chesshSimponic2023-02-264
|\
| * Update build_server.shLizzy Hunt2023-02-241
| |
| * Update README.mdLizzy Hunt2023-02-241
| |
| * Update README.mdLizzy Hunt2023-02-241
| |
| * Update README.mdLizzy Hunt2023-02-241
| |
| * Better READMELizzy Hunt2023-02-243
| |
* | SudokuSimponic2023-02-261
|/
* Presentation (#17)Lizzy Hunt2023-02-236
| | | | | | | | | * Initial presentation * More pres * More presentation * Presentation link
* Render currently connected node on main menuLizzy Hunt2023-02-221
|
* Change config module to DiscordNotifications for reschedule delaySimponic2023-02-151
|
* Remove trailing quotationSimponic2023-02-121
|
* Format buildscripts (pretty unsubstantial but needed to happen :3)Simponic2023-02-119
|
* Add vim keybindings, man pagesSimponic2023-02-116
|
* Show previous move in message body, which notification is now instant, add ↵Simponic2023-02-084
| | | | check highlighting
* Increase move notificatino delay, decrease creation notification delay, and ↵Simponic2023-02-033
| | | | surround username in quotes for ssh config
* Fix warningsSimponic2023-02-011
|
* Discord threads (#16)Simponic2023-02-017
| | | | | * Add initial support for discord threads * Finish thread creation
* Do not send notifications when game is over & fix promotion screen (#15)Simponic2023-02-012
|
* Ensure status is continue before sending notifsLogan Hunt2023-02-011
|
* Discord notifs (#14)Simponic2023-02-0112
| | | | | | | * Add role id to config * Add discord notifications for games * Fix discord discriminant tests