3
0
mirror of https://github.com/pragma-/pbot.git synced 2026-01-19 16:47:57 +01:00

Commit Graph

  • 758ea3f028 Replace old documentation links Pragmatic Software 2019-12-29 11:12:06 -08:00
  • c6a952d2b1 Update version Pragmatic Software 2019-12-29 11:06:57 -08:00
  • 54a661955b Logger: rename log file to log-<start-up timestamp> at normal termination Pragmatic Software 2019-12-29 11:06:52 -08:00
  • 4fbdcd948f Logfile now lives in data_dir Pragmatic Software 2019-12-29 10:44:05 -08:00
  • 0f513f9581 Add useful GitHub markdown TOC tool Pragmatic Software 2019-12-29 10:01:16 -08:00
  • 00052452b6 ChanOps: anchor $botnick test in kick section of perform_op_commands Pragmatic Software 2019-12-28 23:20:55 -08:00
  • 54e75d934b Add invite command Pragmatic Software 2019-12-28 23:17:15 -08:00
  • b4f63a0be4 BotAdminCommands: ensure sl has valid arguments Pragmatic Software 2019-12-28 23:04:41 -08:00
  • e0b08ebf91 Update version Pragmatic Software 2019-12-28 22:58:28 -08:00
  • 8b82babde3 Convert google module to GoogleSearch plugin Pragmatic Software 2019-12-28 22:57:38 -08:00
  • 5c9f185af6 Plugins: ignore autoload entries that begin with a # comment Pragmatic Software 2019-12-28 22:28:39 -08:00
  • b35c6a0143 Strip .pm extension from plugin_autoload entries Pragmatic Software 2019-12-28 22:26:14 -08:00
  • 6d0cd3ef07 Plugins: move Plugins/autoload to data/plugin_autoload Pragmatic Software 2019-12-28 22:18:32 -08:00
  • 2942a44fd8 AntiKickAutoRejoin: do not enforce logged-in admins; respect whitelisted users Pragmatic Software 2019-12-28 22:02:22 -08:00
  • f108c437fe AntiRepeat: Do not enforce logged-in admins; respect dont_enforce_antiflood setting Pragmatic Software 2019-12-28 22:01:46 -08:00
  • 2106497f5d Registry: no longer need to use value keyword in regset command Pragmatic Software 2019-12-27 20:20:07 -08:00
  • 43093ee843 Services identification now customizable via registry Pragmatic Software 2019-12-27 19:28:51 -08:00
  • b6839cd33f ChanOpCommands: mode command: use MODES=x ircd mapping for max modes per command Pragmatic Software 2019-12-26 23:00:14 -08:00
  • c9391d7829 Add wildcard support to mode command Pragmatic Software 2019-12-26 19:24:35 -08:00
  • f621993083 Update version Pragmatic Software 2019-12-26 06:08:52 -08:00
  • a7866c1250 ChanOpCommands: add mode command (level 40) Pragmatic Software 2019-12-26 06:08:39 -08:00
  • 824999b98a registry: add op_nick and op_command default values Pragmatic Software 2019-12-26 05:50:03 -08:00
  • fe1f385053 ChanOps: op service/command can now be overridden via registry Pragmatic Software 2019-12-26 05:47:18 -08:00
  • 0b879cd987 AntiFlood: $conf{whitelist_file} no longer used; use only registry Pragmatic Software 2019-12-24 14:28:57 -08:00
  • 50f9bf4f9d doc: Adjustments to TOC Pragmatic Software 2019-12-23 17:41:26 -08:00
  • 630837d3b0 Correct Modules.md file extension Pragmatic Software 2019-12-23 17:34:06 -08:00
  • b16970c7ef Begin refactoring documentation [WIP] Pragmatic Software 2019-12-23 17:30:57 -08:00
  • 1d846fd00d Rename README to README.md Pragmatic Software 2019-12-23 09:48:09 -08:00
  • f52ab4f9e1 Move MODULES to root directory Pragmatic Software 2019-12-23 09:45:18 -08:00
  • 88e1498b77 pbot: add comment clarifying not to modify $bothome Pragmatic Software 2019-12-22 20:48:16 -08:00
  • 3aea9c009b PBot.md: convert from MediaWiki markdown to common markdown Pragmatic Software 2019-12-22 20:33:50 -08:00
  • 8ae4eaba9d Registry: remove config_dir Pragmatic Software 2019-12-21 21:49:59 -08:00
  • 05e8f2b4b0 Replace doc/PBot.html with doc/PBot.md Pragmatic Software 2019-12-21 20:13:43 -08:00
  • f345058b05 Update version Pragmatic Software 2019-12-21 19:59:29 -08:00
  • 259b292d6c Prune factoids somewhat Pragmatic Software 2019-12-21 19:56:04 -08:00
  • cc689d4a31 Registry: Default randomize_nick and autojoin_wait_for_nickserv to 0 Pragmatic Software 2019-12-21 19:48:56 -08:00
  • 2a805038a1 IRCHandlers: improve nickserv identify and autojoin Pragmatic Software 2019-12-21 19:44:22 -08:00
  • 3b93dbe4c3 Channels: add autojoin function Pragmatic Software 2019-12-21 19:43:05 -08:00
  • 274ee8dcd6 Plugins: Fix path loading Pragmatic Software 2019-12-21 19:33:53 -08:00
  • 0155fb27d8 Rename pbot.pl to pbot Pragmatic Software 2019-12-21 19:05:43 -08:00
  • 0e0f64531b Simplify pbot.pl and refactor PBot.pm. Command-line arguments can override registry entries. Remove config_dir. Use data_dir instead. Pragmatic Software 2019-12-21 19:04:39 -08:00
  • 755cb0d571 Plugins: use plugin_dir registry value Pragmatic Software 2019-12-21 19:01:59 -08:00
  • 532fc9c8fc Registry: add dont_save option to set() Pragmatic Software 2019-12-21 19:01:32 -08:00
  • 8185c7399f DualIndexHashObject: ensure file has contents before attempting to parse Pragmatic Software 2019-12-21 18:59:17 -08:00
  • 3011f16f6f Move config/* to data/ Pragmatic Software 2019-12-21 18:55:03 -08:00
  • 7559d1fe50 Update registry Pragmatic Software 2019-12-21 18:51:53 -08:00
  • f90e3893ae Add default data files Pragmatic Software 2019-12-21 17:18:16 -08:00
  • b1fda82171 VERSION.pm: Change revision to version Pragmatic Software 2019-12-21 15:26:44 -08:00
  • 4d9b3f09a7 Plugins are now autoloaded via entries listed in the Plugin/autoload file Pragmatic Software 2019-12-21 15:26:01 -08:00
  • 7506de77bc Spinach: add metadata file Pragmatic Software 2019-12-21 15:04:04 -08:00
  • 8c2217d280 Add default config/registry Pragmatic Software 2019-12-21 11:37:03 -08:00
  • a096429536 Remove pbot.sh Pragmatic Software 2019-12-21 11:36:52 -08:00
  • e8a2cfeb14 Remove quotegrabs data files Pragmatic Software 2019-12-20 00:27:49 -08:00
  • 37b7570c7f Factoids/Quotegrabs: use botnick value when exporting Pragmatic Software 2019-12-19 23:39:46 -08:00
  • 94eba5f161 PBot can now be started from any location, even symlinks Pragmatic Software 2019-12-19 23:29:56 -08:00
  • 82d29fa058 Battleship/Connect4: put logging behind debug flag, disabled by default Pragmatic Software 2019-12-19 23:01:16 -08:00
  • 9fd9e4f99c ActionTrigger: remove trailing comma from database creation Pragmatic Software 2019-12-19 22:57:54 -08:00
  • c788b2c5bd ActionTrigger: fix undefined reference when no triggers Pragmatic Software 2019-12-15 14:44:52 -08:00
  • d681f88f23 Plugins: fix default loading path Pragmatic Software 2019-12-15 14:41:25 -08:00
  • 9f065a510d wikipedia.pl: fix unescaped { in regex Pragmatic Software 2019-12-15 13:41:50 -08:00
  • cb6cff5bc7 Google search: add comments explaining where to get $api_key and $cx values Pragmatic Software 2019-12-15 11:53:08 -08:00
  • 6fcfe4572a Update version Pragmatic Software 2019-12-14 10:09:35 -08:00
  • eef14f68c9 Factoids: improve factoid variable expansion (now aware of --keyword-override and ref_from) Pragmatic Software 2019-12-14 10:09:28 -08:00
  • 75b7d05a69 ActionTrigger: silence undefined variable warnings Pragmatic Software 2019-12-14 09:54:38 -08:00
  • 0b6bd32961 Update version Pragmatic Software 2019-11-25 13:57:44 -08:00
  • 369a763af1 ChanOpCommands: ban/mute now use default timeout registry entries Pragmatic Software 2019-11-25 13:57:37 -08:00
  • 8b60162a10 Registry: can now set nick-specific registry values; e.g. default_ban_timeout.nick.pragma- Pragmatic Software 2019-11-25 13:56:55 -08:00
  • f4473832ee ActionTrigger: add repeat delay Pragmatic Software 2019-11-14 17:24:51 -08:00
  • 504296bdbb ActionTrigger: strip /me from ACTION messages Pragmatic Software 2019-11-09 20:04:22 -08:00
  • 644e1099d7 Remove empty unban_timeouts placeholder file Pragmatic Software 2019-11-08 08:34:59 -08:00
  • 12c20284a1 Plugins: Fix default location Pragmatic Software 2019-11-07 20:09:31 -08:00
  • e1d48f707d Update factoids Pragmatic Software 2019-09-04 20:18:46 -07:00
  • b8c77abd47 Improve and simplify pipe/subcmd logic Pragmatic Software 2019-09-04 20:18:32 -07:00
  • bc1cc61d06 Update factoids Pragmatic Software 2019-09-03 15:31:50 -07:00
  • 3b50b2dd3c Update factoids; uptime now works without vm Pragmatic Software 2019-09-02 10:40:31 -07:00
  • 9aa9c2e70e Update version Pragmatic Software 2019-09-02 10:36:40 -07:00
  • fcd3b6e64d FuncCommand: improve usage and help messages Pragmatic Software 2019-09-02 10:36:34 -07:00
  • 41d83d1b9b Remove back-up file Pragmatic Software 2019-09-01 11:08:08 -07:00
  • decd17f2bd Update version Pragmatic Software 2019-09-01 11:02:32 -07:00
  • 848536f183 MessageHistory: recall now ignores fix commands Pragmatic Software 2019-09-01 11:02:22 -07:00
  • ba65834b29 Remove duplicate line Pragmatic Software 2019-09-01 11:01:53 -07:00
  • fc8a1057c9 Move Plugins directory to root, out of PBot source tree Pragmatic Software 2019-09-01 11:01:18 -07:00
  • 60cf77d538 FuncCommand: use uri_escape_utf8 instead Pragmatic Software 2019-08-25 14:45:21 -07:00
  • 198a7d6c5b get_title: UTF8 decode title Pragmatic Software 2019-08-25 10:46:52 -07:00
  • 9c803b2d14 factlog now logs renames on both sides instead of only destination side Pragmatic Software 2019-08-25 08:53:59 -07:00
  • 78082792e5 FuncCommand: clarify a comment Pragmatic Software 2019-08-25 00:10:45 -07:00
  • 3034e7118f Fix minor typo Pragmatic Software 2019-08-25 00:05:51 -07:00
  • 048396c725 Update version Pragmatic Software 2019-08-24 23:58:15 -07:00
  • c5faf7fb9a FuncCommand: edit file description and minor clean-up Pragmatic Software 2019-08-24 23:58:07 -07:00
  • 081fdc9bad Update factoids (converted some commands to use func) Pragmatic Software 2019-08-24 20:35:50 -07:00
  • 239b79d48e FuncCommand: add unquote Pragmatic Software 2019-08-24 20:35:24 -07:00
  • 4e63f8435e FuncCommand: list now includes description in regex search Pragmatic Software 2019-08-24 19:35:56 -07:00
  • 84fcc7fd66 FuncCommand: replace tabs with spaces Pragmatic Software 2019-08-24 19:29:14 -07:00
  • d9728d3693 FuncCommand: add sed func based on krok's factoid Pragmatic Software 2019-08-24 19:25:21 -07:00
  • dec2e4980d Update version Pragmatic Software 2019-08-24 19:04:58 -07:00
  • 9204265c89 Update factoids Pragmatic Software 2019-08-24 19:04:46 -07:00
  • 2b33a2468c Add func command. Executes built-in bot functions as a command. Very useful! Pragmatic Software 2019-08-24 19:03:08 -07:00
  • 7f1173b9d6 BotAdminCommands: automate reload usage message Pragmatic Software 2019-08-24 18:18:07 -07:00
  • e06f484a6e RegistryCommands: Fix harmless typo Pragmatic Software 2019-08-24 17:31:24 -07:00
  • 9692abfcbf Update factoids Pragmatic Software 2019-08-24 15:11:59 -07:00