Commit Graph

168 Commits

Author SHA1 Message Date
ThePendulum 453a3b1b42 Fixed letters game board timeout. 2024-04-02 01:09:31 +02:00
ThePendulum a1a9d698e2 Showing board 5 instead of 4 times in letters game. 2024-04-02 01:04:58 +02:00
ThePendulum 61e935b925 Showing board 4 instead of 3 times in letters game. 2024-04-02 00:56:19 +02:00
ThePendulum bad5dc52f7 Added user point merging utility. 2024-03-08 00:49:37 +01:00
ThePendulum b6cc3d716b Using cookie instead of http session so we can strip Domain attribute. 2024-02-11 17:33:19 +01:00
ThePendulum 69bc1c9e6e Added points merge utility. 2024-01-13 03:55:46 +01:00
ThePendulum 73e60b81f1 Added ping. 2024-01-13 02:26:03 +01:00
ThePendulum cb5de62e1c Reverted SocketIO to ws. 2024-01-13 01:29:10 +01:00
ThePendulum 47484ba7e2 Preventing ~solve when numbers game is in progress. 2024-01-02 16:15:37 +01:00
ThePendulum 03dfe8e437 Exposing numbers game solver through command. 2024-01-02 02:13:11 +01:00
ThePendulum 9f8f503f13 Removed reconnect logic, handled by SocketIO. 2023-12-07 22:05:51 +01:00
ThePendulum ed5337d828 Fixed socket close event listener. 2023-12-05 20:55:39 +01:00
ThePendulum 59424af388 Only using websockets. 2023-11-21 01:03:25 +01:00
ThePendulum 39a27f501e Refactored for SocketIO server. 2023-11-13 22:56:46 +01:00
ThePendulum b3ab3bf1ba Fixed kill announce for IRC.. 2023-08-21 23:12:02 +02:00
ThePendulum 98a1aa8fff Revealing who used kill command in all active rooms. 2023-08-17 22:38:43 +02:00
ThePendulum 9966c79a26 Added milliseconds to Duck result. 2023-07-18 23:35:53 +02:00
ThePendulum b9be447dba Upgraded Clive to new room user ID data. 2023-07-11 16:41:38 +02:00
ThePendulum 00b92f445e Using distance for duck times. 2023-06-26 22:56:35 +02:00
Niels Simenon c85ec3440b Added target user to chat. 2023-05-06 01:32:30 +02:00
Niels Simenon d263c42d38 Allow arithmetic functions in numbers. 2023-04-12 17:17:49 +02:00
Niels Simenon 27a82b9cdd Disallowing functions and non-arithmetic operators in numbers. 2023-04-12 17:13:24 +02:00
Niels Simenon 29ce536ffd Fixed IRC message target. 2023-04-11 01:31:12 +02:00
Niels Simenon e584389453 Fixed reversed IRC recipient logic. 2023-04-11 01:09:40 +02:00
Niels Simenon 44386cf096 Added recipient to IRC message. 2023-04-11 00:51:50 +02:00
Niels Simenon 21feb37d21 Fixed logical typo. 2023-04-11 00:47:45 +02:00
Niels Simenon 73117e7614 Changed conversation determination in chat. 2023-04-11 00:46:40 +02:00
Niels Simenon da9c85d90c Added PM support to chat. 2023-04-11 00:37:03 +02:00
Niels Simenon 2860630921 Changed default number name from big to large, added nums to short commands. 2023-04-10 16:50:39 +02:00
Niels Simenon 8aef44b2d9 Moved consonant bias to config, increased slightly to 0.6. 2023-04-10 16:34:53 +02:00
Niels Simenon 6817f51b83 Moved available letters to config. 2023-04-10 16:25:08 +02:00
Niels Simenon 91eaa9d709 Improved Letters distribution. Added conundrum to mash. 2023-04-10 16:06:53 +02:00
Niels Simenon cfcb48224b Disallowing fractions in numbers game, fixed stop output, added generic calculator to numbers. 2023-04-10 14:26:28 +02:00
Niels Simenon 4fbd366bb9 Added numbers game. 2023-04-10 05:54:27 +02:00
Niels Simenon 74342ab07b Added chat token reset. WIP numbers game. 2023-04-10 01:23:19 +02:00
Niels Simenon 68cefc0e2a Added word limit to chat bot. 2023-04-09 22:47:19 +02:00
Niels Simenon c4d328b409 Passing user identifier to OpenAI API. 2023-04-09 16:04:19 +02:00
Niels Simenon ef30c41758 Added username parameter to chat token, tracking by username. 2023-04-09 15:54:39 +02:00
Niels Simenon 4b8077f7e7 Fixed token text error. 2023-04-09 15:48:30 +02:00
Niels Simenon ad7f1f548e Increased default chat cut-off. 2023-04-09 15:45:41 +02:00
Niels Simenon a946e0447b Using instance name for local database. 2023-04-09 02:01:58 +02:00
Niels Simenon e5a10d8059 Added knex module. 2023-04-09 01:54:25 +02:00
Niels Simenon 21a90a51cf Added token limits to OpenAI chat. 2023-04-09 01:44:22 +02:00
Niels Simenon 8f37ee145e Fixed chat prompt regex breaking if no username prefix is configured. 2023-04-09 00:20:29 +02:00
Niels Simenon 3a660a0c1c Updated recommended node version. Added hostname to system uptime. 2023-04-09 00:14:35 +02:00
Niels Simenon c17c51dcd1 Added OpenAI chat bot. 2023-04-09 00:07:16 +02:00
Niels Simenon 6c3a887f3f Hinting punctuation in Trivia. 2023-02-02 01:45:37 +01:00
Niels Simenon 174dfdedfa Using room users API. 2022-11-26 17:53:27 +01:00
Niels Simenon 87f2e81794 Fixed checking username on non-existent user. 2022-11-26 16:49:29 +01:00
Niels Simenon d624602a1d Added JavaScript 'game'. 2022-11-08 22:21:43 +01:00