3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-27 06:19:25 +01:00
Go to file
Pragmatic Software 54ac8ec0ef Convert message history to use SQLite database instead of Perl hashtable
Added MessageHistory.pm and MessageHistory_SQLite.pm.  May eventually port
and add MessageHistory_Hashtable.pm as was done with Quotegrabs, but this is
not particularly high on the todo list.

Antiflood.pm has been updated to use the new MessageHistory API.

The `recall` command has been moved from Quotegrabs into MessageHistory.  It
also now has the ability to ignore messages containing the recall command
itself, for improved usability.

Likewise, the `grab` command will now ignore previous `grab` commands when
grabbing by regex in order to prevent accidentally grabbing previous grab
attempts.

The `join` and `part` commands have been improved to accept multiple channels,
and `part` will use the current channel if none is provided.
2014-05-13 10:15:52 +00:00
build build: updated update-version.pl to use /usr/bin/perl shebang 2011-01-22 08:33:16 +00:00
config config: updated example in admins file 2011-01-26 02:34:55 +00:00
data Quotegrabs.pm now uses quotegrabs_db API for interfacing with storage backend 2014-05-06 05:15:27 +00:00
doc Update PBot.html documentation 2014-04-26 15:20:38 +00:00
misc Factoids and Quotegrabs HTML exported tables can now be filtered 2014-03-03 09:24:33 +00:00
modules compiler_vm: Improve a couple of output sanitization regexs 2014-05-08 13:07:24 +00:00
PBot Convert message history to use SQLite database instead of Perl hashtable 2014-05-13 10:15:52 +00:00
pbot.pl Convert message history to use SQLite database instead of Perl hashtable 2014-05-13 10:15:52 +00:00
pbot.sh pbot.sh: strange behavior with &> -- using 2> instead 2011-12-12 06:01:51 +00:00