3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-02 17:38:50 +02:00
Commit Graph

3064 Commits

Author SHA1 Message Date
Pragmatic Software
b6839cd33f ChanOpCommands: mode command: use MODES=x ircd mapping for max modes per command 2019-12-26 23:00:14 -08:00
Pragmatic Software
c9391d7829 Add wildcard support to mode command 2019-12-26 19:24:35 -08:00
Pragmatic Software
f621993083 Update version 2019-12-26 06:08:52 -08:00
Pragmatic Software
a7866c1250 ChanOpCommands: add mode command (level 40) 2019-12-26 06:08:39 -08:00
Pragmatic Software
824999b98a registry: add op_nick and op_command default values 2019-12-26 05:50:03 -08:00
Pragmatic Software
fe1f385053 ChanOps: op service/command can now be overridden via registry 2019-12-26 05:47:18 -08:00
Pragmatic Software
0b879cd987 AntiFlood: $conf{whitelist_file} no longer used; use only registry 2019-12-24 14:28:57 -08:00
Pragmatic Software
50f9bf4f9d doc: Adjustments to TOC 2019-12-23 17:41:26 -08:00
Pragmatic Software
630837d3b0 Correct Modules.md file extension 2019-12-23 17:34:06 -08:00
Pragmatic Software
b16970c7ef Begin refactoring documentation [WIP] 2019-12-23 17:30:57 -08:00
Pragmatic Software
1d846fd00d Rename README to README.md 2019-12-23 09:48:09 -08:00
Pragmatic Software
f52ab4f9e1 Move MODULES to root directory 2019-12-23 09:45:18 -08:00
Pragmatic Software
88e1498b77 pbot: add comment clarifying not to modify $bothome 2019-12-22 20:48:16 -08:00
Pragmatic Software
3aea9c009b PBot.md: convert from MediaWiki markdown to common markdown 2019-12-22 20:33:50 -08:00
Pragmatic Software
8ae4eaba9d Registry: remove config_dir 2019-12-21 21:49:59 -08:00
Pragmatic Software
05e8f2b4b0 Replace doc/PBot.html with doc/PBot.md 2019-12-21 20:13:43 -08:00
Pragmatic Software
f345058b05 Update version 2019-12-21 19:59:29 -08:00
Pragmatic Software
259b292d6c Prune factoids somewhat 2019-12-21 19:56:04 -08:00
Pragmatic Software
cc689d4a31 Registry: Default randomize_nick and autojoin_wait_for_nickserv to 0 2019-12-21 19:48:56 -08:00
Pragmatic Software
2a805038a1 IRCHandlers: improve nickserv identify and autojoin 2019-12-21 19:44:22 -08:00
Pragmatic Software
3b93dbe4c3 Channels: add autojoin function 2019-12-21 19:43:05 -08:00
Pragmatic Software
274ee8dcd6 Plugins: Fix path loading 2019-12-21 19:33:53 -08:00
Pragmatic Software
0155fb27d8 Rename pbot.pl to pbot 2019-12-21 19:05:43 -08:00
Pragmatic Software
0e0f64531b Simplify pbot.pl and refactor PBot.pm.
Command-line arguments can override registry entries.
Remove config_dir. Use data_dir instead.
2019-12-21 19:04:39 -08:00
Pragmatic Software
755cb0d571 Plugins: use plugin_dir registry value 2019-12-21 19:01:59 -08:00
Pragmatic Software
532fc9c8fc Registry: add dont_save option to set() 2019-12-21 19:01:32 -08:00
Pragmatic Software
8185c7399f DualIndexHashObject: ensure file has contents before attempting to parse 2019-12-21 18:59:17 -08:00
Pragmatic Software
3011f16f6f Move config/* to data/ 2019-12-21 18:55:03 -08:00
Pragmatic Software
7559d1fe50 Update registry 2019-12-21 18:51:53 -08:00
Pragmatic Software
f90e3893ae Add default data files 2019-12-21 17:18:16 -08:00
Pragmatic Software
b1fda82171 VERSION.pm: Change revision to version 2019-12-21 15:26:44 -08:00
Pragmatic Software
4d9b3f09a7 Plugins are now autoloaded via entries listed in the Plugin/autoload file 2019-12-21 15:26:01 -08:00
Pragmatic Software
7506de77bc Spinach: add metadata file 2019-12-21 15:04:04 -08:00
Pragmatic Software
8c2217d280 Add default config/registry 2019-12-21 11:37:03 -08:00
Pragmatic Software
a096429536 Remove pbot.sh 2019-12-21 11:36:52 -08:00
Pragmatic Software
e8a2cfeb14 Remove quotegrabs data files 2019-12-20 00:27:49 -08:00
Pragmatic Software
37b7570c7f Factoids/Quotegrabs: use botnick value when exporting 2019-12-19 23:39:46 -08:00
Pragmatic Software
94eba5f161 PBot can now be started from any location, even symlinks 2019-12-19 23:29:56 -08:00
Pragmatic Software
82d29fa058 Battleship/Connect4: put logging behind debug flag, disabled by default 2019-12-19 23:01:16 -08:00
Pragmatic Software
9fd9e4f99c ActionTrigger: remove trailing comma from database creation 2019-12-19 22:57:54 -08:00
Pragmatic Software
c788b2c5bd ActionTrigger: fix undefined reference when no triggers 2019-12-15 14:44:52 -08:00
Pragmatic Software
d681f88f23 Plugins: fix default loading path 2019-12-15 14:41:25 -08:00
Pragmatic Software
9f065a510d wikipedia.pl: fix unescaped { in regex 2019-12-15 13:41:50 -08:00
Pragmatic Software
cb6cff5bc7 Google search: add comments explaining where to get $api_key and $cx values 2019-12-15 11:53:08 -08:00
Pragmatic Software
6fcfe4572a Update version 2019-12-14 10:09:35 -08:00
Pragmatic Software
eef14f68c9 Factoids: improve factoid variable expansion (now aware of --keyword-override and ref_from) 2019-12-14 10:09:28 -08:00
Pragmatic Software
75b7d05a69 ActionTrigger: silence undefined variable warnings 2019-12-14 09:54:38 -08:00
Pragmatic Software
0b6bd32961 Update version 2019-11-25 13:57:44 -08:00
Pragmatic Software
369a763af1 ChanOpCommands: ban/mute now use default timeout registry entries 2019-11-25 13:57:37 -08:00
Pragmatic Software
8b60162a10 Registry: can now set nick-specific registry values; e.g. default_ban_timeout.nick.pragma- 2019-11-25 13:56:55 -08:00