Commit Graph

4715 Commits

Author SHA1 Message Date
Pragmatic Software 5d3507421e
Plugin/Wordle: fix not detecting duplicate letters 2024-03-09 20:29:25 -08:00
Pragmatic Software 26a2b36122
Plugin/UrlTitles: improve logic of `show_url_titles` 2024-03-09 19:37:17 -08:00
Pragmatic Software ca7670da3d
Plugin/Wordle: add `letters` subcommand to display good/unknown letters 2024-03-09 15:42:59 -08:00
Pragmatic Software 961da6f09f
cpanfile: add missing modules 2024-03-09 15:41:37 -08:00
Pragmatic Software fa29212bc3
Plugin/Wordle: add ability to start custom Wordles 2024-03-07 15:59:46 -08:00
Pragmatic Software e251ccb7a1
Plugin/Wordle: misc improvements:
* remove initial "? ? ? ? ?" text after first guess
* show count of guesses when solved
* remove "Wordle: " text
2024-03-07 10:20:53 -08:00
Pragmatic Software d8a67ae0c5
Plugin/Wordle: silence uninitialized warning 2024-03-07 09:09:59 -08:00
Pragmatic Software 440a72c71e
Plugin/Wordle: minor refactor 2024-03-07 08:59:41 -08:00
Pragmatic Software 435faaa18c
Add Wordle plugin; update games section of README 2024-03-07 03:17:07 -08:00
Pragmatic Software 7d3cd3f215
Plugin/Spinach: fix subroutine signatures 2024-03-06 15:07:09 -08:00
Pragmatic Software 1cb6a114b8
Plugin/Battleship: fix bomb input constraints
Players who have been removed or have lost can no longer attack.

Fix attack range checks.
2024-03-05 22:00:55 -08:00
Pragmatic Software 4b5e3d0d41
Plugin/Battleship: fix show_battlefield() sub signature 2024-03-05 21:01:32 -08:00
Pragmatic Software d4880854db
Plugin/WordMorph: add search subcommand to find words by regex 2024-02-22 18:56:52 -08:00
Pragmatic Software eb5b1540d5
Plugins/WordMorph: `custom` optionally accepts number of steps instead of second word 2024-01-26 19:01:42 -08:00
Pragmatic Software cdb41e4334
WordMorph: merge SCOWLv3 and NWL2020 2024-01-10 17:10:49 -08:00
Pragmatic Software 6515f34f40
Update Plang submodule 2023-11-23 16:05:40 -08:00
Pragmatic Software 48e2692b5b
Update Plang submodule 2023-11-15 14:19:18 -08:00
Pragmatic Software 7347fef521
EventQueue: minor whitespace correction 2023-11-14 10:44:43 -08:00
Pragmatic Software afa124e0d3
Commands/ChanOp: Group multiple unbans/unmutes together into one command 2023-11-14 10:42:16 -08:00
Pragmatic Software 7b69980eff
Plugin/Plang: update output_value() to accept scope argument 2023-11-09 20:42:20 -08:00
Pragmatic Software 522915dfde
Update Plang submodule 2023-11-09 20:35:35 -08:00
Pragmatic Software d5ea8f5bea
Update Plang submodule 2023-11-05 09:29:06 -08:00
Pragmatic Software c09b76337d
Update Plang submodule (added UFCS!) 2023-10-30 00:50:53 -07:00
Pragmatic Software cc18f0509e
Update Plang submodule 2023-10-28 03:06:55 -07:00
Pragmatic Software e4ba141aef
Update Plang submodule 2023-10-27 19:28:28 -07:00
Pragmatic Software 1c28c178f6
Update Plang submodule 2023-10-26 23:12:35 -07:00
Pragmatic Software 451c6ace2e
Plugin/Connect4: make send_message() delay argument optional 2023-09-28 13:28:23 -07:00
Pragmatic Software 2096df16d6
Factoids: process regex factoids when implicitly invoked 2023-09-24 11:24:20 -07:00
Pragmatic Software 5ffde32d46
Factoids: disregard error messages when not explicitly invoked 2023-09-23 13:52:10 -07:00
Pragmatic Software 53e990bd32
applets/c2english: correct order of pointers in direct abstract declarators 2023-09-21 17:33:33 -07:00
Pragmatic Software eb301ea948
applets/c2english: fix switch case labels 2023-09-21 16:53:21 -07:00
Pragmatic Software 59b7ee7115
docs: Fix broken link; describe user-capability groups as "roles" 2023-08-19 16:44:26 -07:00
Pragmatic Software fe3e7c80cb
Interpreter: disallow /msg from vm-client 2023-08-19 16:36:26 -07:00
Pragmatic Software 64b4d8a53c Handlers/Server: fix constant look-up (was previously moved from hash to constant) 2023-07-30 16:46:04 -07:00
Pragmatic Software d4cc3bf7f2 Plugin/ActionTrigger: handle QUIT triggers per-channel 2023-07-19 00:23:54 -07:00
Pragmatic Software 58ac29c4db Plugin/UrlTitles: add title to "ignored title" log message 2023-06-13 23:22:43 -07:00
Pragmatic Software bfa08ee8d6 Plugin/UrlTitles: add logging to reveal why some URLs are disregarded 2023-06-13 23:19:21 -07:00
Pragmatic Software f3ad345340 Core/Interpreter: require whitespace in front of bot name for suffix-trigger 2023-05-21 16:16:06 -07:00
Pragmatic Software 38a0b8705f doc/Commands: add example of nesting pipes and substitutions 2023-05-20 09:39:49 -07:00
Pragmatic Software 8934936658 Perform anti-flood checking on NOTICEs to channels 2023-05-14 15:56:17 -07:00
Pragmatic Software 48daaa91ca Core/Handlers: Do not auto-reply to NOTICEs 2023-05-14 15:38:51 -07:00
Pragmatic Software 2b36286c22 Interpreter: extract_bracketed: missed a state change 2023-05-11 11:02:16 -07:00
Pragmatic Software bc05915905 Interpreter: improve parsing of embedded commands 2023-05-11 08:08:38 -07:00
Pragmatic Software bd6af472e8 Interpreter: remove left-over malformed section 2023-05-11 06:08:26 -07:00
Pragmatic Software b37ae41be7 README.md: add link to setting up join-flood enforcement 2023-05-07 15:15:56 -07:00
Pragmatic Software bc2b610031 docs/AntiAbuse: update automatic join-flood enforcement section 2023-05-07 15:04:42 -07:00
Pragmatic Software ef03b6c090 docs/AntiAbuse: update automatic join-flood enforcement section 2023-05-07 14:47:46 -07:00
Pragmatic Software 9b1435c411 doc/Registry: add `antiflood.join_flood_channel` item to table 2023-05-07 14:35:24 -07:00
Pragmatic Software 62a69c16c3 docs/AntiAbuse: update automatic join-flood enforcement section 2023-05-07 14:31:01 -07:00
Pragmatic Software 620ebe0ecb doc/VirtualMachine: add QEMU instructions 2023-05-07 14:23:27 -07:00