pbot/data
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
..
factoids Add nickometer module 2014-05-01 03:40:56 +00:00
mh Add utility to view/analyze message_history off-line 2014-03-11 00:05:58 +00:00
quotegrabs Quotegrabs.pm now uses quotegrabs_db API for interfacing with storage backend 2014-05-06 05:15:27 +00:00
quotegrabs.sqlite3 Quotegrabs.pm now uses quotegrabs_db API for interfacing with storage backend 2014-05-06 05:15:27 +00:00
unban_timeouts Added empty unban_timeouts file 2011-01-20 00:30:59 +00:00
view_message_history.pl Add utility to view/analyze message_history off-line 2014-03-11 00:05:58 +00:00