3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-02 01:18:40 +02:00
Commit Graph

255 Commits

Author SHA1 Message Date
Pragmatic Software
164ecc45a7 Update factoids and registry 2022-02-27 17:16:48 -08:00
Pragmatic Software
619ff86a94 Rename compiler factoid to vm-client 2022-02-14 16:47:46 -08:00
Pragmatic Software
3cfedcf3b8 Rename compiler_vm to pbot-vm and other misc applet updates 2022-02-14 16:33:29 -08:00
Pragmatic Software
3d97dc2c33 Rename "modules" to "applets"
"Applet" is a much better name for the external command-line
scripts and programs that can be loaded as PBot commands. They
will no longer be confused with Perl modules.

https://en.wikipedia.org/wiki/Applet
2021-11-19 18:05:50 -08:00
Pragmatic Software
4cf1e76169 Update commands and factoids 2021-10-19 21:14:52 -07:00
Pragmatic Software
31ae34e17e Remove obsolete generate_undos.pl script 2021-08-15 19:44:21 -07:00
Pragmatic Software
d1df2d325c Improve output of truncation text
Instead of "... [truncated; see http://xxx for full text.]" it more
concisely says "... <truncated; http://...>".

Increased irc.max_msg_len from a very conservative 425 to a more
generous 460. If you have very long channel names or nicknames, or if
you see things being truncated incorrectly, reduce this value.
2021-08-12 22:30:56 -07:00
Pragmatic Software
91073df113 data/commands: recall should not be run backgrounded 2021-08-12 22:28:52 -07:00
Pragmatic Software
487c84e824 Registry: remove plugin_dir 2021-08-02 04:40:45 -07:00
Pragmatic Software
837046a34b data: update last_update file 2021-07-26 22:44:05 -07:00
Pragmatic Software
c75be8b4b0 Refactor PBot::Core::Factoids into PBot::Core::Factoids::* 2021-07-26 21:39:44 -07:00
Pragmatic Software
547c4e7135 Update factoids 2021-07-19 17:09:57 -07:00
Pragmatic Software
9ab0355f86 data/registry: set strictnamespace to false 2021-07-19 16:33:27 -07:00
Pragmatic Software
c31487de10 data/registry: set default server to Libera 2021-07-14 15:59:54 -07:00
Pragmatic Software
34d4722580 Make directory structure more Perlish 2021-07-13 19:45:56 -07:00
Pragmatic Software
2c636bc8c1 Rename SSL to TLS 2021-07-10 22:47:33 -07:00
Pragmatic Software
3fef310980 Update factoids 2021-07-10 02:34:17 -07:00
Pragmatic Software
9e451743ea Update factoids 2021-07-06 13:12:38 -07:00
Naïm Favier
525fec0702
Plugins/Wolfram: add wolfram command (#58) 2021-07-06 12:03:30 -07:00
Pragmatic Software
5fc4d8c86a Start refactoring and polishing everything
More to come!
2021-06-05 13:20:03 -07:00
Pragmatic Software
b9b1259e93 Update factoids 2021-05-23 17:57:15 -07:00
Pragmatic Software
cbc10751e0 Update factoids 2021-05-23 16:12:28 -07:00
Pragmatic Software
f6c870539d Update factoids 2021-02-07 15:07:51 -08:00
Pragmatic Software
2a6749ef93 data/capabilities: fix metadata 2021-02-07 14:38:57 -08:00
Pragmatic Software
5241a6dc50 data: update some stuff 2021-02-07 14:25:41 -08:00
Pragmatic Software
21c40411d8 Plang can not be run as a background process 2020-09-29 18:50:13 -07:00
Pragmatic Software
a6b67299ee Update data/commands 2020-07-30 14:51:56 -07:00
Pragmatic Software
fdab3e3202 Add FuncPlural to plugin_autoload 2020-07-19 16:40:12 -07:00
Pragmatic Software
cc1dad6c78 Update factoids 2020-07-19 16:39:45 -07:00
Pragmatic Software
6fbff3184f Add Plang to data/plugin_autoload 2020-07-12 19:18:02 -07:00
Pragmatic Software
5883b7e2b5 data/commands: update data file 2020-06-19 12:06:13 -07:00
Pragmatic Software
efdf70b9bb data/capabilities: update data file 2020-06-18 09:31:34 -07:00
Pragmatic Software
136e220c9a Update factoids 2020-05-30 13:20:05 -07:00
Pragmatic Software
1ba71c4970 Update factoids 2020-05-04 18:29:32 -07:00
Pragmatic Software
8f983bcbda Add grep Function 2020-05-02 02:34:32 -07:00
Pragmatic Software
f347d1798b Finalize BanList refactor; add updater 2020-04-28 22:36:13 -07:00
Pragmatic Software
013fa6b51c data: update name for banlist/quietlist 2020-04-28 21:35:55 -07:00
Pragmatic Software
ff00903246 data: rename unban/unmute timeout files to banlist/quietlist 2020-04-28 21:35:10 -07:00
Pragmatic Software
5caa1619cd data: add name to JSON metadata 2020-04-25 07:40:00 -07:00
Pragmatic Software
030fe03526 data: add name to JSON metadata 2020-04-25 07:38:55 -07:00
Pragmatic Software
75731cd28a data: add name to JSON metadata 2020-04-24 23:09:57 -07:00
Pragmatic Software
8d9e3da249 Major refactor of Users 2020-04-23 16:19:36 -07:00
Pragmatic Software
815fe9b86a data/registry: store default irc.botnick value 2020-04-22 16:49:42 -07:00
Pragmatic Software
66f6d867e9 Remove redundant _name metadata from JSON files 2020-04-22 16:46:09 -07:00
Pragmatic Software
d2642d07bd data: add metadata to JSON files; add last_update 2020-04-21 22:43:03 -07:00
Pragmatic Software
73834144c8 Remove data/factoids 2020-03-09 19:52:16 -07:00
Pragmatic Software
e24835ea95 Switch over to SQLite backend for Factoids 2020-02-26 02:29:02 -08:00
Pragmatic Software
4d0f477140 data/factoids: remove some test factoids 2020-02-21 16:09:58 -08:00
Pragmatic Software
b5ddfc66f9 Update data/factoids 2020-02-21 09:08:20 -08:00
Pragmatic Software
7e49d65e4f Commands: rename execute-process to background-process 2020-02-14 23:17:19 -08:00