Commit Graph

2972 Commits

Author SHA1 Message Date
Pragmatic Software 19f0644966 StdinReader: restore `from` to pbot@stdin 2021-06-24 19:31:08 -07:00
Pragmatic Software 1140d1fbb4 Update version 2021-06-24 19:28:10 -07:00
Pragmatic Software cd8f07e276 StdinReader: no longer need bot trigger to invoke commands 2021-06-24 19:28:03 -07:00
Pragmatic Software eaea0c970e IRCHandlers: fix minor typo in comment 2021-06-24 19:18:38 -07:00
Pragmatic Software 85b5ddf272 Update version 2021-06-24 18:40:12 -07:00
Pragmatic Software 4e3e547ba7 IRCHandlers: handle RPL_NONONREG 2021-06-24 18:40:05 -07:00
Pragmatic Software f1c5b8c706 Progress on refactoring and polishing everything 2021-06-24 18:28:49 -07:00
Pragmatic Software 7dbfd03c10 Update version 2021-06-23 20:03:51 -07:00
Pragmatic Software fec192ca69 Progress on refactoring and polishing everything 2021-06-23 16:42:15 -07:00
Pragmatic Software 20134def36 EventQueue: rearrange subroutines in file more logically 2021-06-22 14:38:30 -07:00
Pragmatic Software af0938dfc3 EventQueue: add some unnecessary comments 2021-06-22 14:02:51 -07:00
Pragmatic Software db3320195e EventQueue: improve usage message; `.*` and `*` both work in `remove` 2021-06-22 13:56:15 -07:00
Pragmatic Software 883a62920d Progress on refactoring and polishing everything 2021-06-22 13:37:01 -07:00
Pragmatic Software b6c6100de1 Update version 2021-06-21 17:57:08 -07:00
Pragmatic Software 24872f14de Fix typo 2021-06-21 17:57:04 -07:00
Pragmatic Software cf3ca4e815 EventQueue: Rename do_next_event() to do_events() 2021-06-21 17:40:36 -07:00
Pragmatic Software 7d91eb1c6f Update version 2021-06-21 17:26:42 -07:00
Pragmatic Software 1a41f9aebb Refactor PBot::Timer into PBot::EventQueue
Make better use of PBot::IRC's select loop
Remove use of SIGALRM
2021-06-21 17:26:24 -07:00
Pragmatic Software dcd07d9a68 Update version 2021-06-21 11:34:01 -07:00
Pragmatic Software f2d3edd79b ValidateString: oops, this string is supposed to be UTF8 2021-06-21 11:33:53 -07:00
Pragmatic Software 8f365d8eeb IRC.pm: minor syntax clean-up 2021-06-21 10:53:18 -07:00
Pragmatic Software d395fd41af SelectHandler: fix reader subref when closing handle 2021-06-21 07:30:42 -07:00
Pragmatic Software 06d986e11e Refactor SelectHandler to use PBot::IRC's select loop 2021-06-20 20:31:47 -07:00
Pragmatic Software 8b093d313c Progress on refactoring and polishing everything 2021-06-20 15:10:16 -07:00
Pragmatic Software 1c2b4da9ab Consolidate imports into PBot::Imports 2021-06-18 21:23:34 -07:00
Pragmatic Software 9b114006e0 Implement `antiflood.join_flood_channel` registry entry 2021-06-17 09:58:42 -07:00
Pragmatic Software 9e8b627661 Add "forked" section to Net::IRC README 2021-06-13 19:23:26 -07:00
Pragmatic Software a6d79b2fc5 Lowercase SSL_ registry keys for consistency (these are case-insensitive but it looks better) 2021-06-13 14:35:36 -07:00
Pragmatic Software 4aeb907f93 Include mention of Dios in blurbs 2021-06-12 13:40:26 -07:00
Pragmatic Software 3cd42d9e4f Update version 2021-06-12 10:27:07 -07:00
Pragmatic Software 34d347de12 IRCHandlers: correct error message typo irc.password -> irc.identify_password 2021-06-12 10:26:52 -07:00
Pragmatic Software 0d56e336be Correct user/client typos in previous blurbs 2021-06-12 02:34:54 -07:00
Pragmatic Software db8a7f1dd3 IRCHandlers: fix then/than typos in comments 2021-06-12 02:30:08 -07:00
Pragmatic Software 4041f181cb Add historical blurbs 2021-06-12 02:26:16 -07:00
Pragmatic Software 74d70b4003 Update version 2021-06-12 02:19:03 -07:00
Pragmatic Software f364317334 Fix ^C logger handling 2021-06-12 02:18:59 -07:00
Pragmatic Software c5a3270f42 Update version 2021-06-12 01:31:20 -07:00
Pragmatic Software 8332939522 IRC/Connection.pm: fix repl_ -> rpl_ typos 2021-06-12 01:31:11 -07:00
Pragmatic Software 17d19b60b4 Update version 2021-06-12 01:23:41 -07:00
Pragmatic Software d101789347 Improve IRCv3 support and add SASL support 2021-06-12 01:23:37 -07:00
Pragmatic Software 7c90cd56d6 Update version 2021-06-11 16:50:13 -07:00
Pragmatic Software 96e276038e Progress on refactoring and polishing everything 2021-06-11 16:50:09 -07:00
Pragmatic Software 924b359842 MiscCommands: Fix `die` command 2021-06-11 16:49:56 -07:00
Pragmatic Software 632c201e19 Update version 2021-06-11 14:58:21 -07:00
Pragmatic Software 6a4e14ef8d Progress on refactoring and polishing everything 2021-06-11 14:58:16 -07:00
Pragmatic Software 2ff07cfe87 Progress on refactoring and polishing everything 2021-06-08 16:11:42 -07:00
Pragmatic Software bd63e2ab98 Update version 2021-06-08 15:53:21 -07:00
Pragmatic Software 3ddd190d89 Progress on refactoring and polishing everything 2021-06-08 15:52:47 -07:00
Pragmatic Software db02212dad Update version 2021-06-06 21:47:16 -07:00
Pragmatic Software 33f82c6523 Fix remaining paste truncation Unicode issues
Uses Unicode::Truncate CPAN module to truncate UTF-8 strings to byte lengths
without corruption.
2021-06-06 21:47:06 -07:00
Pragmatic Software 45d6576b5a Add "Good-bye." final log message on exit 2021-06-06 21:44:42 -07:00
Pragmatic Software 307f4c3d9c PBot/Modules.pm: remove debug log statement 2021-06-06 21:34:45 -07:00
Pragmatic Software 613890707a Progress on refactoring and polishing everything
More to come!
2021-06-06 19:12:14 -07:00
Pragmatic Software f500f4b354 LagChecker: Minor polish to cmd_lackcheck() 2021-06-05 13:37:49 -07:00
Pragmatic Software 8057e929ff Registry: process_trigger: clarify comments about @_ 2021-06-05 13:37:23 -07:00
Pragmatic Software 5be4a44353 MiscCommands: correct filename in header 2021-06-05 13:36:51 -07:00
Pragmatic Software 5fc4d8c86a Start refactoring and polishing everything
More to come!
2021-06-05 13:20:03 -07:00
Pragmatic Software eebe788c27 Update version 2021-06-03 09:50:07 -07:00
Pragmatic Software 6cf489c435 Update version 2021-05-31 11:36:35 -07:00
Pragmatic Software 27bb3bab95 Add `factoid > nick` redirection (only for factoids, not for commands) 2021-05-31 11:36:29 -07:00
Pragmatic Software 5eb5e2e6ce Update version 2021-05-31 03:16:52 -07:00
Pragmatic Software 3732c07f13 DualIndexSQLiteObject: get_each: fix SQL expression 2021-05-31 03:16:48 -07:00
Pragmatic Software 2318ad2ec5 Update version 2021-05-29 14:00:43 -07:00
Pragmatic Software f8c73d4f62 DualIndexSQLiteObject: get_each(): fix expression splitting 2021-05-29 14:00:22 -07:00
Pragmatic Software 943ea5670e Commands: Add `nop` command (disregards command) 2021-05-29 13:57:11 -07:00
Pragmatic Software 6b8d96a9ea Update version 2021-05-28 09:45:21 -07:00
Pragmatic Software 146d9b67a9 Add optional #channel.interpolate_factoids registry setting 2021-05-28 09:45:18 -07:00
Pragmatic Software 4f5174a1ca Update version 2021-05-26 23:59:24 -07:00
Pragmatic Software 133f4fa4ab Factoids: fix previous commit 2021-05-26 23:59:19 -07:00
Pragmatic Software 1c52041be2 Factoids: fix minor warning 2021-05-26 22:53:08 -07:00
Pragmatic Software 037b0796d1 Update version 2021-05-26 22:14:22 -07:00
Pragmatic Software 4b76dbf237 strictnamespace is now more strict 2021-05-26 21:42:01 -07:00
Pragmatic Software 520cce7ea8 Factoids: expand_factoid_vars() now respects factoid `interpolate` metadata 2021-05-25 13:28:08 -07:00
Pragmatic Software 48c3132978 Update version 2021-04-04 23:17:24 -07:00
Pragmatic Software 09a810468c Update version 2021-02-07 14:37:20 -08:00
Pragmatic Software 6c5d20e265 WebPaste: remove unnecessary $result var 2021-02-07 13:55:41 -08:00
Pragmatic Software 8403063d34 WebPaste: restore ix.io (but disabled) 2021-02-07 13:51:58 -08:00
Pragmatic Software 46866bbad6 Merge branch 'master' of github.com:pragma-/pbot 2021-02-07 13:45:37 -08:00
Pragmatic Software aff8a38f19 HashObjects, Users: use `: ` instead of ` => ` as output separator 2021-02-07 13:43:39 -08:00
Pragmatic Software 0977f9aa1e Factoids: do not encode JSON in expand_action_arguments() 2021-02-07 13:42:23 -08:00
Pragmatic Software 80a4060dab Modules: minor syntax formatting correction 2021-02-07 13:41:22 -08:00
Pragmatic Software c400ffda10 MessageHistory: use `max_recall_count` registry setting 2021-02-07 13:40:40 -08:00
Naïm Favier 39abe32613
replace ix.io with 0x0.st (#57)
* replace ix.io with 0x0.st

* use form-data instead of urlencoded for 0x0.st
2021-02-07 13:33:24 -08:00
Pragmatic Software d32a3dae0f Update version 2020-10-23 00:22:28 -07:00
Pragmatic Software 41a15799d0 BanList: fix call to enqueue_unban 2020-10-23 00:22:15 -07:00
Pragmatic Software 1d80be0012 MessageHistory: fix indentation 2020-10-23 00:21:27 -07:00
Pragmatic Software 55f146e62d Update version 2020-10-05 15:23:10 -07:00
Pragmatic Software 3e7798abe0 Users: `userset` without key lists all keys and values again 2020-10-05 15:23:05 -07:00
Pragmatic Software 82fa35b8ff Update version 2020-09-29 19:49:28 -07:00
Pragmatic Software 49d81072cd Factoids: stricter search for get_meta() 2020-09-29 19:27:04 -07:00
Pragmatic Software bbc3eeca9a Update version 2020-09-29 12:29:48 -07:00
Pragmatic Software c7b2386ff6 Fix "unable to close filehandle __ANONIO__ properly" warning 2020-09-29 12:29:40 -07:00
Pragmatic Software f504a5e2ff Utils/ParseDate: Clean up error message 2020-09-28 19:26:17 -07:00
Pragmatic Software 52beb45654 Update version 2020-09-27 14:02:56 -07:00
Pragmatic Software 88d2c283a9 ProcessManager: remove unnecessary die 2020-09-27 14:02:47 -07:00
Pragmatic Software cdb11ccf4c ProcessManager: strip "propagated" 2020-09-26 16:01:52 -07:00
Pragmatic Software 2dcfa0b9cf Update version 2020-09-19 13:15:18 -07:00
Pragmatic Software 9abc92486d Users: lowercase key in `userset` 2020-09-19 12:21:51 -07:00
Pragmatic Software 8947d0ca98 Update version 2020-09-12 16:28:44 -07:00
Pragmatic Software c929d4c68f Update version 2020-09-03 13:33:21 -07:00