Commit Graph

4666 Commits

Author SHA1 Message Date
Pragmatic Software 620ebe0ecb doc/VirtualMachine: add QEMU instructions 2023-05-07 14:23:27 -07:00
Pragmatic Software 329c8db33c Factoids: fix `factrem`/`forget`
Somehow I missed the `remove()` subroutine when converting
to subroutine signatures...
2023-05-07 13:47:25 -07:00
Pragmatic Software 2c36f624b2 docs/AntiAbuse: clarify that `#stop-join-flood` may be shared 2023-05-07 13:30:17 -07:00
Pragmatic Software a14f810a78 Update docs 2023-05-07 13:26:31 -07:00
Pragmatic Software d75cf1d0ad Update docs 2023-05-07 13:22:37 -07:00
Pragmatic Software 097c657f0c Commands/ChanOp: minor code-formatting clean-up 2023-05-05 18:59:35 -07:00
Pragmatic Software 15d7abf5ec Plugin/RunCommand: fix subroutine argument 2023-05-05 12:28:36 -07:00
Pragmatic Software e6149cc35c doc/Admin.md: ban/unmute: add examples 2023-05-04 21:18:25 -07:00
Pragmatic Software db9752c6c0 doc/Admin.md: update ban/mute usage 2023-05-04 21:12:49 -07:00
Pragmatic Software 1bb5fe031d Use quietlist when setting mutes 2023-05-04 16:30:35 -07:00
Pragmatic Software b04c06f396 Refactor ban/unmute commands 2023-05-04 16:03:24 -07:00
Pragmatic Software c9112ac809 applets/date.sh: posix directory no longer exists on current distro 2023-05-04 12:19:22 -07:00
Pragmatic Software 06650963a3 applets/pbot-vm: increase length to trigger "Same output" 2023-04-28 00:48:37 -07:00
Pragmatic Software 8555e8f00e Core/BanList: correct ban_user() arguments 2023-04-28 00:46:22 -07:00
Pragmatic Software 2c3f8fb9fe Fix some inconsistent arguments 2023-04-21 15:56:43 -07:00
Pragmatic Software cfaa5cfd4e Fix inconsistent argument 2023-04-17 13:04:10 -07:00
Pragmatic Software 860a6be156 Fix some inconsistent arguments 2023-04-17 10:33:02 -07:00
Pragmatic Software 208df255a1 Update comment 2023-04-13 23:42:46 -07:00
Pragmatic Software 7ddb32ea16 Update core to use subroutine signatures 2023-04-13 21:04:12 -07:00
Pragmatic Software c6db4b1e6b Update plugins to use subroutine signatures 2023-04-13 17:08:27 -07:00
Pragmatic Software cd60ac9fc7 Update plugins to use subroutine signatures 2023-04-13 17:01:23 -07:00
Pragmatic Software afd07bcd57 Bump minimum Perl version to 5.20 for signatures feature 2023-04-13 11:37:39 -07:00
Pragmatic Software 3180d11303 Plugin/Quotegrabs: polish Storage/SQLite.pm a bit 2023-04-13 11:21:30 -07:00
Pragmatic Software cdbbf9c183 Plugin/Quotegrabs: minor clean-up of previous commit 2023-04-10 10:46:43 -07:00
Pragmatic Software 8bf243a9fd Plugin/Quotegrabs: `rq` now "shuffles" through quotes without repeats 2023-04-10 08:06:35 -07:00
Pragmatic Software d8b19eff68 Plugin/Quotegrabs: `rq` now properly searches multi-grabs 2023-03-30 06:33:33 -07:00
Pragmatic Software 640f866829 applets/unicode.pl: limit `U+XXXX..U+XXXX` range to 100 characters 2023-03-23 18:20:22 -07:00
Pragmatic Software 3340589207 applets/unicode.pl: keep newlines for pasting; increase search limit 2023-03-23 17:56:40 -07:00
Pragmatic Software 0236043fe9 applets/unicode.pl: more concise output; require -s for search 2023-03-23 17:40:06 -07:00
Pragmatic Software d6b6e1ac50 applets/unicode.pl: improve usage message 2023-03-23 17:22:34 -07:00
Pragmatic Software 7ef6145792 Update factoids
Added `unicode` applet command.
2023-03-23 17:18:00 -07:00
Pragmatic Software bfabf3e308 Add applets/unicode.pl
A quick-and-dirty simplified interface to https://github.com/garabik/unicode
with support for searching by name/description and querying by character
or U+XXXX code-point.
2023-03-23 17:15:19 -07:00
Pragmatic Software 8b8205ce12 Update factoids 2023-03-23 14:57:45 -07:00
Pragmatic Software 05cf63e00c Interpreter: fix $0 in commands that use &{subs} 2023-03-23 08:56:58 -07:00
Pragmatic Software ca21999d5d applets/wiktionary: fix UTF-8 issue 2023-03-19 14:50:52 -07:00
Pragmatic Software 00077e0eef applets/urban: fix yet another UTF-8 issue 2023-03-19 14:23:27 -07:00
Pragmatic Software 0cd4ce5220 pbot-vm: guest-server: update serial ports 2023-03-13 13:33:10 -07:00
Pragmatic Software 3ada433527 Refactor UTF-8 fix 2023-03-12 18:28:50 -07:00
Pragmatic Software b9a89e10d6 Fix UTF-8 encoding 2023-03-12 18:10:44 -07:00
Pragmatic Software 6565c516e9 pbot-vm: remove "command:" text from -paste output 2023-03-12 16:12:58 -07:00
Pragmatic Software e736051de5 Fix UTF-8 encoding 2023-03-12 16:06:04 -07:00
Pragmatic Software e908dd1640 Update factoids 2023-02-25 13:46:53 -08:00
Pragmatic Software 110f019bf2 MessageHistory: `recall`: fix incorrect whitespace appended to text argument if `-t` is not used 2023-02-24 20:50:19 -08:00
Pragmatic Software 13b09be29a Commands/Factoids: `factchange`: handle escaped delimiters 2023-02-23 13:16:17 -08:00
Pragmatic Software 8d5b992b4c Update copyright 2023-02-20 21:31:52 -08:00
Pragmatic Software 92672c19d3 doc/Commands: add `preserve_whitespace` to metadata list 2023-02-13 16:32:09 -08:00
Pragmatic Software 1eaf85239f NickList: handle nickchange before any other handlers 2023-02-13 16:27:26 -08:00
Pragmatic Software 21d06bc149 IRC: do not debug PONG events 2023-02-13 16:06:24 -08:00
Pragmatic Software 7da7883d9d pbot-vm: guest-gdb: stricter match for main() 2023-02-09 21:04:30 -08:00
Pragmatic Software 224a00949a pbot-vm: guest-gdb: fix potential undefined `$start` when optimizations are enabled 2023-02-09 13:39:10 -08:00