summaryrefslogtreecommitdiff
path: root/lib/rbot/core/userdata.rb
AgeCommit message (Expand)Author
2009-02-19remove whitespaceRaine Virta
2009-01-22+ (userdata) method delete_botdata(key)Simon Hafner
2008-04-22Licensing uniformity: dual-license rbot core under MIT+acknowledgement and GPLv2Giuseppe Bilotta
2007-12-07userdata: classes with singleton methods are not dumpable. dup the hash befor...Giuseppe Bilotta
2007-12-06userdata: don't extend the botuser hash to support dotted indices when migrat...Giuseppe Bilotta
2007-12-04userdata: extend userdata hash with DottedIndex accessGiuseppe Bilotta
2007-12-04New Auth Framework: migrate userdata on permificationGiuseppe Bilotta
2007-12-04New Auth Framework: migrate userdata on botuser copy/renameGiuseppe Bilotta
2007-10-21Suppress some warningsGiuseppe Bilotta
2007-09-24core/userdata: store transient data too, keyed by (first-and-only) netmaskGiuseppe Bilotta
2007-09-24core/userdata: always store nick-based dataGiuseppe Bilotta
2007-09-24core/userdata: refactor set_data_hash methodGiuseppe Bilotta
2007-09-23core/userdata: with_botdata methodGiuseppe Bilotta
2007-09-23core/userdata: bot_data -> botdataGiuseppe Bilotta
2007-09-23New Auth Framework: use Botuser#default? and owner? methodsGiuseppe Bilotta
2007-09-23UserData cote botmodule to handle user data storage/retrievalGiuseppe Bilotta