Go to file
Pragmatic Software 239e3de8ea Quotegrabs.pm now uses quotegrabs_db API for interfacing with storage backend
Two quotegrabs_db backends are now availble:

  * Quotegrabs_Hashtable.pm: the original hashtable implementation
  * Quotegrabs_SQLite.pm: the new SQLite implementation

Quotegrabs_SQLite.pm is now the default quotegrabs_db backend.

This was done to reduce the memory footprint of the bot by not needing to
keep the entire quotegrabs table in memory any longer.

A similiar change will be coming soon to the Factoids table as well as the
MessageHistory table.
2014-05-06 05:15:27 +00:00
PBot Quotegrabs.pm now uses quotegrabs_db API for interfacing with storage backend 2014-05-06 05:15:27 +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 More nickometer tweaks 2014-05-02 03:57:19 +00:00
pbot.pl Quotegrabs.pm now uses quotegrabs_db API for interfacing with storage backend 2014-05-06 05:15:27 +00:00
pbot.sh pbot.sh: strange behavior with &> -- using 2> instead 2011-12-12 06:01:51 +00:00