3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-08-01 18:27:26 +02:00

Commit Graph

  • 7dbfd03c10 Update version Pragmatic Software 2021-06-23 20:03:51 -07:00
  • 50c051ed56 Refactor and polish Plugins/Remindme.pm Pragmatic Software 2021-06-23 20:03:30 -07:00
  • fec192ca69 Progress on refactoring and polishing everything Pragmatic Software 2021-06-23 16:42:15 -07:00
  • 008bba9ed4 doc/Modules.md: fix anchor links Pragmatic Software 2021-06-23 16:24:25 -07:00
  • e930c5a855 Battleship: revert previous commit Pragmatic Software 2021-06-23 16:09:39 -07:00
  • 8094db4f36 ActionTrigger: improve docs in comment header Pragmatic Software 2021-06-23 16:06:15 -07:00
  • 38985e1ac7 Plugins/Battleship: attempt to improve board rendering speed: disable IRC pacing, use NOTICE instead of PRIVMSG Pragmatic Software 2021-06-23 11:45:53 -07:00
  • 20134def36 EventQueue: rearrange subroutines in file more logically Pragmatic Software 2021-06-22 14:38:30 -07:00
  • af0938dfc3 EventQueue: add some unnecessary comments Pragmatic Software 2021-06-22 14:02:51 -07:00
  • db3320195e EventQueue: improve usage message; .* and * both work in remove Pragmatic Software 2021-06-22 13:56:15 -07:00
  • 883a62920d Progress on refactoring and polishing everything Pragmatic Software 2021-06-22 13:37:01 -07:00
  • b6c6100de1 Update version Pragmatic Software 2021-06-21 17:57:08 -07:00
  • 24872f14de Fix typo Pragmatic Software 2021-06-21 17:57:04 -07:00
  • cf3ca4e815 EventQueue: Rename do_next_event() to do_events() Pragmatic Software 2021-06-21 17:40:36 -07:00
  • 7d91eb1c6f Update version Pragmatic Software 2021-06-21 17:26:42 -07:00
  • 1a41f9aebb Refactor PBot::Timer into PBot::EventQueue Make better use of PBot::IRC's select loop Remove use of SIGALRM Pragmatic Software 2021-06-21 17:26:24 -07:00
  • dcd07d9a68 Update version Pragmatic Software 2021-06-21 11:34:01 -07:00
  • f2d3edd79b ValidateString: oops, this string is supposed to be UTF8 Pragmatic Software 2021-06-21 11:33:53 -07:00
  • 8f365d8eeb IRC.pm: minor syntax clean-up Pragmatic Software 2021-06-21 10:53:18 -07:00
  • d395fd41af SelectHandler: fix reader subref when closing handle Pragmatic Software 2021-06-21 07:30:42 -07:00
  • 06d986e11e Refactor SelectHandler to use PBot::IRC's select loop Pragmatic Software 2021-06-20 20:31:47 -07:00
  • 8b093d313c Progress on refactoring and polishing everything Pragmatic Software 2021-06-20 15:10:16 -07:00
  • 79e7fd4d29 MODULES: add Import::Into Pragmatic Software 2021-06-18 21:24:54 -07:00
  • 1c2b4da9ab Consolidate imports into PBot::Imports Pragmatic Software 2021-06-18 21:23:34 -07:00
  • 9b114006e0 Implement antiflood.join_flood_channel registry entry Pragmatic Software 2021-06-17 09:58:42 -07:00
  • 7fce39a349 README.md: fix function table Pragmatic Software 2021-06-13 20:38:15 -07:00
  • 34223f3482 Update README.md Pragmatic Software 2021-06-13 20:37:17 -07:00
  • d8a648a72b Update README.md Pragmatic Software 2021-06-13 19:35:24 -07:00
  • 9e8b627661 Add "forked" section to Net::IRC README Pragmatic Software 2021-06-13 19:23:26 -07:00
  • a7c4c377fe Fix README.md Pragmatic Software 2021-06-13 19:13:12 -07:00
  • 4fabcf2ffc Improve README.md Pragmatic Software 2021-06-13 19:04:13 -07:00
  • 4e15e3ce18 Simplify README a bit Pragmatic Software 2021-06-13 18:48:02 -07:00
  • 5a4c52cde0 Improve README.md Pragmatic Software 2021-06-13 18:35:00 -07:00
  • 6163f53076 Improve README.md Pragmatic Software 2021-06-13 18:24:19 -07:00
  • 4ec2863331 MODULES: AppConfig::Std used by modules/lookupbot.pl Pragmatic Software 2021-06-13 16:47:42 -07:00
  • dcb00562ea MODULES: Remove unused and Perl core modules Pragmatic Software 2021-06-13 16:42:28 -07:00
  • 41de649880 doc/Admin.md: improve capabilities section Pragmatic Software 2021-06-13 14:41:28 -07:00
  • a6d79b2fc5 Lowercase SSL_ registry keys for consistency (these are case-insensitive but it looks better) Pragmatic Software 2021-06-13 14:35:36 -07:00
  • 5cd72aa6c2 doc/QuickStart.md: correct irc.password to irc.identify_password Pragmatic Software 2021-06-12 13:58:14 -07:00
  • 1c1088ce48 Update doc/README.md Pragmatic Software 2021-06-12 13:54:03 -07:00
  • 4aeb907f93 Include mention of Dios in blurbs Pragmatic Software 2021-06-12 13:40:26 -07:00
  • 4385c931f9 Plugins/ActionTrigger: fix msg example comment Pragmatic Software 2021-06-12 12:38:57 -07:00
  • 3cd42d9e4f Update version Pragmatic Software 2021-06-12 10:27:07 -07:00
  • 34d347de12 IRCHandlers: correct error message typo irc.password -> irc.identify_password Pragmatic Software 2021-06-12 10:26:52 -07:00
  • 0d56e336be Correct user/client typos in previous blurbs Pragmatic Software 2021-06-12 02:34:54 -07:00
  • db8a7f1dd3 IRCHandlers: fix then/than typos in comments Pragmatic Software 2021-06-12 02:30:08 -07:00
  • 4041f181cb Add historical blurbs Pragmatic Software 2021-06-12 02:26:16 -07:00
  • 74d70b4003 Update version Pragmatic Software 2021-06-12 02:19:03 -07:00
  • f364317334 Fix ^C logger handling Pragmatic Software 2021-06-12 02:18:59 -07:00
  • b91fc6ec64 doc/QuickStart.md: improvements Pragmatic Software 2021-06-12 02:13:26 -07:00
  • 46143c1bf7 doc/QuickStart.md: improvements Pragmatic Software 2021-06-12 02:08:19 -07:00
  • 40c5c9c0a6 doc/QuickStart.md: improvements Pragmatic Software 2021-06-12 02:00:44 -07:00
  • 30da927d51 doc/QuickStart.md: improvements Pragmatic Software 2021-06-12 01:58:37 -07:00
  • 3653e3107b doc/QuickStart.md: add SASL and misc improvements Pragmatic Software 2021-06-12 01:50:45 -07:00
  • c5a3270f42 Update version Pragmatic Software 2021-06-12 01:31:20 -07:00
  • 8332939522 IRC/Connection.pm: fix repl_ -> rpl_ typos Pragmatic Software 2021-06-12 01:31:11 -07:00
  • 44f4d58378 Update README.md Pragmatic Software 2021-06-12 01:25:47 -07:00
  • 17d19b60b4 Update version Pragmatic Software 2021-06-12 01:23:41 -07:00
  • d101789347 Improve IRCv3 support and add SASL support Pragmatic Software 2021-06-12 01:23:37 -07:00
  • 7c90cd56d6 Update version Pragmatic Software 2021-06-11 16:50:13 -07:00
  • 96e276038e Progress on refactoring and polishing everything Pragmatic Software 2021-06-11 16:50:09 -07:00
  • 924b359842 MiscCommands: Fix die command Pragmatic Software 2021-06-11 16:49:56 -07:00
  • 632c201e19 Update version Pragmatic Software 2021-06-11 14:58:21 -07:00
  • 6a4e14ef8d Progress on refactoring and polishing everything Pragmatic Software 2021-06-11 14:58:16 -07:00
  • 06d0951e2a modules/get_title.pl: Fix Twitter URL titles Pragmatic Software 2021-06-11 14:57:29 -07:00
  • ade9f1e2c2 Remove perltidy format options Pragmatic Software 2021-06-11 14:55:41 -07:00
  • 2ff07cfe87 Progress on refactoring and polishing everything Pragmatic Software 2021-06-08 16:11:42 -07:00
  • bd63e2ab98 Update version Pragmatic Software 2021-06-08 15:53:21 -07:00
  • 3ddd190d89 Progress on refactoring and polishing everything Pragmatic Software 2021-06-08 15:52:47 -07:00
  • 1969794eb4 import_greybot.pl: update skip-list Pragmatic Software 2021-06-07 22:13:42 -07:00
  • db02212dad Update version Pragmatic Software 2021-06-06 21:47:16 -07:00
  • 33f82c6523 Fix remaining paste truncation Unicode issues Pragmatic Software 2021-06-06 21:47:06 -07:00
  • 45d6576b5a Add "Good-bye." final log message on exit Pragmatic Software 2021-06-06 21:44:42 -07:00
  • 307f4c3d9c PBot/Modules.pm: remove debug log statement Pragmatic Software 2021-06-06 21:34:45 -07:00
  • 613890707a Progress on refactoring and polishing everything Pragmatic Software 2021-06-06 19:12:14 -07:00
  • 6443c96f09 misc/greybot: add comments and minor clean-ups to import script Pragmatic Software 2021-06-06 09:49:20 -07:00
  • f500f4b354 LagChecker: Minor polish to cmd_lackcheck() Pragmatic Software 2021-06-05 13:37:49 -07:00
  • 8057e929ff Registry: process_trigger: clarify comments about @_ Pragmatic Software 2021-06-05 13:37:23 -07:00
  • 5be4a44353 MiscCommands: correct filename in header Pragmatic Software 2021-06-05 13:36:51 -07:00
  • 5fc4d8c86a Start refactoring and polishing everything Pragmatic Software 2021-06-05 13:20:03 -07:00
  • 990c4f1455 doc/Modules.md: update C Jeopardy documentation Pragmatic Software 2021-06-03 13:07:47 -07:00
  • 3b567e7fa6 doc/Admin.md: document notyposub user metadata Pragmatic Software 2021-06-03 10:13:22 -07:00
  • eebe788c27 Update version Pragmatic Software 2021-06-03 09:50:07 -07:00
  • 03e75c8dfd Plugins/TypoSub: rename user metadata no-typosub to notyposub to be consistent Pragmatic Software 2021-06-03 09:49:54 -07:00
  • 6cf489c435 Update version Pragmatic Software 2021-05-31 11:36:35 -07:00
  • 27bb3bab95 Add factoid > nick redirection (only for factoids, not for commands) Pragmatic Software 2021-05-31 11:36:29 -07:00
  • 5eb5e2e6ce Update version Pragmatic Software 2021-05-31 03:16:52 -07:00
  • 3732c07f13 DualIndexSQLiteObject: get_each: fix SQL expression Pragmatic Software 2021-05-31 03:16:48 -07:00
  • 6315de18fd Add misc/greybot import utility Pragmatic Software 2021-05-29 14:03:26 -07:00
  • 2318ad2ec5 Update version Pragmatic Software 2021-05-29 14:00:43 -07:00
  • f8c73d4f62 DualIndexSQLiteObject: get_each(): fix expression splitting Pragmatic Software 2021-05-29 14:00:22 -07:00
  • 943ea5670e Commands: Add nop command (disregards command) Pragmatic Software 2021-05-29 13:57:11 -07:00
  • 6b8d96a9ea Update version Pragmatic Software 2021-05-28 09:45:21 -07:00
  • 146d9b67a9 Add optional #channel.interpolate_factoids registry setting Pragmatic Software 2021-05-28 09:45:18 -07:00
  • 4f5174a1ca Update version Pragmatic Software 2021-05-26 23:59:24 -07:00
  • 133f4fa4ab Factoids: fix previous commit Pragmatic Software 2021-05-26 23:59:19 -07:00
  • 1c52041be2 Factoids: fix minor warning Pragmatic Software 2021-05-26 22:53:08 -07:00
  • 037b0796d1 Update version Pragmatic Software 2021-05-26 22:14:22 -07:00
  • 4b76dbf237 strictnamespace is now more strict Pragmatic Software 2021-05-26 21:42:01 -07:00
  • 520cce7ea8 Factoids: expand_factoid_vars() now respects factoid interpolate metadata Pragmatic Software 2021-05-25 13:28:08 -07:00