Commit Graph

32 Commits

Author SHA1 Message Date
Niels Simenon acf60eeca0 Added Magic 8-Ball game. 2022-10-28 00:22:00 +02:00
ThePendulum ad782a5126 Merged SChat and IRC support. 2022-10-19 01:24:13 +02:00
ThePendulum f7a392e4e0 Fixed webcam event breaking mash listener. 2022-10-13 01:46:57 +02:00
ThePendulum bbe057eea2 Fixed kill command not working in PM. 2022-09-24 17:52:13 +02:00
ThePendulum fb88ded822 Retrying on connection failure. 2022-09-19 16:17:23 +02:00
ThePendulum 802639d830 Including stack trace in error log. 2022-07-15 17:49:01 +02:00
ThePendulum 1f98681693 Passing points to onMessage, fixes NaN points. 2022-01-08 00:26:01 +01:00
ThePendulum 5adb55692f Added whisper option. Whispering answer feedback in Trivia timeout mode, added command help. 2022-01-07 22:52:44 +01:00
ThePendulum e87e6d47f9 Reauthenticating for every connect attempt to ensure session is still valid. 2022-01-06 23:55:41 +01:00
ThePendulum 2c0966754b Moved kill comand to game module, expanded ecosystem file. 2021-11-16 19:23:51 +01:00
ThePendulum f455635e0a Added kill command and PM2 ecosystem file with restart delay. 2021-11-16 19:10:58 +01:00
ThePendulum 9c5bcbdd22 Stripping off @-prefix from points username. 2021-11-16 00:40:02 +01:00
ThePendulum 76210411f8 Fixed leadboard slicing wrong end of list, allowing points lookup by username. 2021-11-15 22:50:25 +01:00
ThePendulum e5caa3a0fb Reading original body when available. 2021-11-15 21:55:42 +01:00
ThePendulum fbd898d2ee Added message user object fallback. 2021-11-15 20:54:00 +01:00
ThePendulum 18ffdefffb Added say command with operator config. 2021-11-15 20:44:34 +01:00
ThePendulum 429f10b49f Fixed set points breaking when called without options. 2021-11-12 16:47:59 +01:00
ThePendulum 6ac189235c Added ping and duck, showing category in trivia. 2021-11-12 16:43:20 +01:00
ThePendulum 448f0ce3bd Using room map instead of list, fixing user join registration. 2021-11-10 00:06:28 +01:00
ThePendulum d56b3f456b Writing points to instance-specific file. 2021-11-09 13:17:53 +01:00
ThePendulum d9f1181fcb Added debug level parameter. 2021-11-09 13:15:12 +01:00
ThePendulum 11225c7aa6 Added debug logger. 2021-11-09 03:11:29 +01:00
ThePendulum 2a9311f021 Check room exists before removing user. 2021-11-08 02:48:26 +01:00
ThePendulum 114555be66 Only adding users to known rooms. 2021-11-06 02:14:33 +01:00
ThePendulum c3639b15e6 Capping leaderboard number. 2021-11-06 01:38:06 +01:00
ThePendulum 09f1f5a14a Added rudimentary Trivia game. 2021-11-06 01:33:52 +01:00
ThePendulum 2be37f96b5 Added anagram solver and dictionary lookup to mash game. Added error handling to controller. 2021-11-04 03:53:25 +01:00
ThePendulum c3585ad08b Added socket reconnection. 2021-11-04 01:51:43 +01:00
ThePendulum d36fe65612 Added linting. 2021-11-01 16:06:48 +01:00
ThePendulum 126113bc9b Added leaderboard. 2021-11-01 03:45:04 +01:00
ThePendulum bcebf73f43 Added command handling and a word mash game. 2021-11-01 01:12:17 +01:00
ThePendulum 755411b9c1 Auth, connect and room join with greeting. 2021-10-31 22:33:18 +01:00