3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-07-31 17:57:32 +02:00

Commit Graph

  • 0e8e642ff3 Update version Pragmatic Software 2021-07-23 16:41:55 -07:00
  • 4b3c5d58cf Finish moving commands from Core to Commands Pragmatic Software 2021-07-23 16:41:32 -07:00
  • 4b80131473 Update version Pragmatic Software 2021-07-23 10:13:23 -07:00
  • 7f3650004e Utils/PriorityQueue: simplify find_enqueue_position with an alias for $self->{queue} Pragmatic Software 2021-07-23 10:13:19 -07:00
  • d4f9240c3d Update version Pragmatic Software 2021-07-23 07:27:27 -07:00
  • c69c512226 Improve Wiktionary output Pragmatic Software 2021-07-23 07:25:36 -07:00
  • 2229eecca4 Progress on moving commands from Core to Commands Pragmatic Software 2021-07-23 07:24:30 -07:00
  • 6b785622aa Update version Pragmatic Software 2021-07-22 06:59:43 -07:00
  • ab66843bf6 Updates: Recent changes require bot restart Pragmatic Software 2021-07-22 06:59:38 -07:00
  • b2660352fd Update version Pragmatic Software 2021-07-22 05:36:56 -07:00
  • b990d482c1 Rename LoadPackages to LoadModules Pragmatic Software 2021-07-22 05:36:46 -07:00
  • 51c061f31d Update version Pragmatic Software 2021-07-22 05:09:10 -07:00
  • dfda37227d Refactor Utils::LoadPackages to use @INC Pragmatic Software 2021-07-22 05:09:07 -07:00
  • c6f8490491 Update version Pragmatic Software 2021-07-21 13:57:24 -07:00
  • 76c15baf63 cpanfile: add missing semi-colon Pragmatic Software 2021-07-21 13:57:20 -07:00
  • 15e04c40ad Update version Pragmatic Software 2021-07-21 12:43:36 -07:00
  • a21c475681 Progress on polishing things Pragmatic Software 2021-07-21 12:43:30 -07:00
  • 91da60bf72 Update version Pragmatic Software 2021-07-21 10:49:41 -07:00
  • 2ec89864bd Fix cmd_factfind not being found Pragmatic Software 2021-07-21 10:49:38 -07:00
  • fb0bfc4c2f Update version Pragmatic Software 2021-07-21 10:08:11 -07:00
  • d4d9b37e76 Commands: Fix cmdset, cmdunset and help commands Pragmatic Software 2021-07-21 10:08:07 -07:00
  • 8d0d5bc711 Update version Pragmatic Software 2021-07-20 23:20:47 -07:00
  • fd21e38e2c Rename PBot::PBot to PBot::Core Pragmatic Software 2021-07-20 23:20:24 -07:00
  • 237d124dc7 Update version Pragmatic Software 2021-07-20 23:06:16 -07:00
  • abfbc558e8 Progress on refactoring and polishing everything Pragmatic Software 2021-07-20 23:06:03 -07:00
  • e1d6b1b950 Update version Pragmatic Software 2021-07-20 22:44:59 -07:00
  • f0e617fef7 Move core packages into PBot/Core Pragmatic Software 2021-07-20 22:44:51 -07:00
  • 799424fcfa IRCHandlers/Server: remove redundant nicknameinuse handler Pragmatic Software 2021-07-20 22:01:26 -07:00
  • 31e2a32f35 EventDispatcher: fix typo in comment Pragmatic Software 2021-07-20 22:00:30 -07:00
  • 767467b904 Update version Pragmatic Software 2021-07-20 21:38:15 -07:00
  • ea63ef8fe8 Massive reorganization Pragmatic Software 2021-07-20 21:38:07 -07:00
  • 547c4e7135 Update factoids Pragmatic Software 2021-07-19 17:09:57 -07:00
  • feead79ad7 DualIndexSQLiteObject: remove left-over whitespace Pragmatic Software 2021-07-19 17:03:10 -07:00
  • 9142d526d1 Update version Pragmatic Software 2021-07-19 16:58:30 -07:00
  • eecf756b07 Refactor DualIndexSqliteObject Pragmatic Software 2021-07-19 16:57:02 -07:00
  • 9ab0355f86 data/registry: set strictnamespace to false Pragmatic Software 2021-07-19 16:33:27 -07:00
  • b4447d4b4a NickList: clean up comments Pragmatic Software 2021-07-19 10:54:17 -07:00
  • 9890ca99ee Add some comments about priority levels Pragmatic Software 2021-07-19 10:49:42 -07:00
  • 354f278cb2 PriorityQueue: add update_priority() Pragmatic Software 2021-07-18 20:49:11 -07:00
  • fcb726d42e Update version Pragmatic Software 2021-07-18 18:36:24 -07:00
  • a503ce4ec0 NickList: add priorities for event handlers Pragmatic Software 2021-07-18 18:35:35 -07:00
  • b970ee9aa6 EventDispatcher: store event handlers in priority queue Pragmatic Software 2021-07-18 18:23:42 -07:00
  • d380422d14 PriorityQueue: rename get_entry to get Pragmatic Software 2021-07-18 18:14:28 -07:00
  • a6b2536663 EventQueue: use PriorityQueue class Pragmatic Software 2021-07-18 17:58:48 -07:00
  • 5818829068 Add PBot::Utils::PriorityQueue Pragmatic Software 2021-07-18 17:55:01 -07:00
  • 6f7a07a1fb Update version Pragmatic Software 2021-07-17 17:04:17 -07:00
  • b154fe2b5b Significant speed-up when invoking Factoids using DualIndexSQLiteObject as backend Pragmatic Software 2021-07-17 17:04:12 -07:00
  • e05cc6a33e Update version Pragmatic Software 2021-07-16 19:08:34 -07:00
  • a7cedd2354 Logger: Add milliseconds to timestamp Pragmatic Software 2021-07-16 19:08:28 -07:00
  • 329709ab4c script/pbot: use $RealBin so symlinking works Pragmatic Software 2021-07-16 12:00:34 -07:00
  • f5232879e3 Users: fix minor warning Pragmatic Software 2021-07-16 11:56:23 -07:00
  • b4ae4f8ea0 doc/QuickStart.md: "lengthly" -> "lengthy" Pragmatic Software 2021-07-16 05:23:38 -07:00
  • 57ac2f7f88 doc/Admin.md: fix typo Pragmatic Software 2021-07-15 19:36:32 -07:00
  • 20be752560 cpanfile: add missing urban module Pragmatic Software 2021-07-15 18:02:49 -07:00
  • b0dbe9231f doc/QuickStart.md: add note about completing system perl Pragmatic Software 2021-07-15 17:56:11 -07:00
  • eb40d30289 doc/FAQ.md: minor fixes Pragmatic Software 2021-07-15 17:24:42 -07:00
  • 9da9ba648a doc/FAQ.md: minor fixes Pragmatic Software 2021-07-15 17:16:03 -07:00
  • 8adf4ad5a3 doc/FAQ.md: minor fixes Pragmatic Software 2021-07-15 17:09:42 -07:00
  • 468eedca2d doc/FAQ.md: minor fixes Pragmatic Software 2021-07-15 17:06:18 -07:00
  • 343b065461 doc/FAQ.md: minor fixes Pragmatic Software 2021-07-15 17:01:38 -07:00
  • 9a9bbdb718 doc/FAQ.md: minor fixes Pragmatic Software 2021-07-15 16:42:06 -07:00
  • 2cab3192bf doc/FAQ.md: minor fixes Pragmatic Software 2021-07-15 16:38:26 -07:00
  • 33f8405890 doc/FAQ.md: increase heading size Pragmatic Software 2021-07-15 16:35:17 -07:00
  • 50618f6c74 doc/FAQ.md: add question about updating to new version Pragmatic Software 2021-07-15 16:33:37 -07:00
  • f8e33a6571 doc/Commands.md: fix links Pragmatic Software 2021-07-15 16:30:18 -07:00
  • 6cdeeeb9b1 doc/QuickStart.md: document updates/ directory Pragmatic Software 2021-07-15 16:07:50 -07:00
  • e058f2d869 doc/FAQ.md: fix typo Pragmatic Software 2021-07-15 15:55:23 -07:00
  • 368586719a doc/FAQ.md: fix TOC Pragmatic Software 2021-07-15 15:54:06 -07:00
  • 08d622c257 doc/FAQ.md: add question involving preserve_whitespace Pragmatic Software 2021-07-15 15:53:24 -07:00
  • e83eb87724 README.md: minor tweaks Pragmatic Software 2021-07-15 11:21:33 -07:00
  • 3ba960123f README.md: Add "output customization" Pragmatic Software 2021-07-15 11:13:34 -07:00
  • f4ba0500af doc: Minor corrections Pragmatic Software 2021-07-15 09:20:31 -07:00
  • 474e18dd94 Update some documentation Pragmatic Software 2021-07-15 09:13:52 -07:00
  • faa614d07d Update QuickStart.md Pragmatic Software 2021-07-14 20:47:35 -07:00
  • 4ccc94de19 Move lib/Plang back to root Pragmatic Software 2021-07-14 20:33:52 -07:00
  • 73abe25ce8 Move Plang to lib/Plang Pragmatic Software 2021-07-14 20:29:13 -07:00
  • ed201d882c Move Plang to lib/Plang Pragmatic Software 2021-07-14 20:17:07 -07:00
  • 7610f5f8ec Document ~/.pbot/PBot/Plugin for third-party plugins Pragmatic Software 2021-07-14 19:57:55 -07:00
  • 28f04acd04 doc/QuickStart.md: minor tweaks Pragmatic Software 2021-07-14 18:42:23 -07:00
  • 0bbac96b44 doc/QuickStart.md: minor tweaks Pragmatic Software 2021-07-14 18:39:24 -07:00
  • 80eb37f14c doc: Update QuickStart with detailed information about installing Perl and CPAN modules Pragmatic Software 2021-07-14 18:33:35 -07:00
  • 381030ebd3 doc/QuickStart.md: replace MODULES with cpanfile Pragmatic Software 2021-07-14 17:08:30 -07:00
  • 3f3a926430 Merge branch 'master' of github.com:pragma-/pbot Pragmatic Software 2021-07-14 17:04:42 -07:00
  • 5cff495c20 README.md: fix links Pragmatic Software 2021-07-14 17:04:26 -07:00
  • 0d1116c45c
    Replacing faulty link to the Plugins directory (#59) cranberry 2021-07-15 01:23:12 +02:00
  • c953365dd6 Remove MODULES in favor of cpanfile Pragmatic Software 2021-07-14 16:07:55 -07:00
  • 99090bf77d Add cpanfile Pragmatic Software 2021-07-14 16:00:04 -07:00
  • c31487de10 data/registry: set default server to Libera Pragmatic Software 2021-07-14 15:59:54 -07:00
  • c4aa1ee7ce Update version Pragmatic Software 2021-07-13 20:14:11 -07:00
  • 5a2cc49100 VERSION: Correct URL Pragmatic Software 2021-07-13 20:13:48 -07:00
  • e3d0e4abcc Update docs Pragmatic Software 2021-07-13 20:07:15 -07:00
  • 888b51cdce doc/QuickStart.md: Updated for new directory structure Pragmatic Software 2021-07-13 20:02:28 -07:00
  • 101c6f3a05 README.md: update path to plugins Pragmatic Software 2021-07-13 19:53:11 -07:00
  • 287722395c Update version Pragmatic Software 2021-07-13 19:45:59 -07:00
  • 34d4722580 Make directory structure more Perlish Pragmatic Software 2021-07-13 19:45:56 -07:00
  • c2dd870172 Update version Pragmatic Software 2021-07-13 15:23:17 -07:00
  • 1dd4180f1f MessageHistory: use all aka ids when recalling messages Pragmatic Software 2021-07-13 15:23:04 -07:00
  • d4e47c0eb1 updates: Add hostmask field to Messages table Pragmatic Software 2021-07-13 15:22:08 -07:00
  • 205074966d Update version Pragmatic Software 2021-07-13 15:17:13 -07:00
  • 355adcfced Merge branch 'master' of github.com:pragma-/pbot Pragmatic Software 2021-07-13 14:58:28 -07:00