]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - lib
plugin(script): remove deprecated $SAFE
[user/henk/code/ruby/rbot.git] / lib /
2020-03-27 Matthias Heckergem: support for newest ruby versions
2020-03-27 Matthias HeckerMerge pull request #2 from mroch/patch-1
2020-03-27 Matthias HeckerMerge pull request #4 from ahpook/rename_karma
2016-03-25 Matthias Heckerfixes registry for 2.3.0, bug caused by wrong #get_impl
2015-12-15 Eric SorensonRenames the 'karma' plugin to a 'points' system
2015-07-04 Matthias Heckerwebservice: add erb template render methods
2015-07-04 Matthias Heckerjournal: introduce ensure_payload_index
2015-07-04 Matthias Heckerjournal: wrap postgres client in single thread
2015-06-24 Matthias Heckerjournal: move journal accessor in coremodule
2015-06-21 Matthias Heckerjournal: simplified irc logging
2015-06-20 Matthias Heckerjournal: irc logging module
2015-06-20 Matthias Heckerjournal: allow hash/proc for query in count and remove
2015-06-20 Matthias Heckerjournal: start with core botmodule, api changes
2015-06-15 Matthias Heckerjournal: add mongodb storage backend
2015-06-14 Matthias Heckerjournal: cleanup
2015-06-14 Matthias Heckerjournal, integrated in bot
2015-06-14 Matthias Heckerjournal: even more tests
2015-06-14 Matthias Heckerjournal: more postgres tests
2015-06-14 Matthias Heckerjournal: finishing postgres adapter
2015-06-14 Matthias Heckerjournal: started implementing postgres storage
2015-06-13 Matthias Heckerjournal: unsubscribe added
2015-06-13 Matthias Heckerintroducing a persistent message queue, the "journal"
2015-06-13 Matthias Heckerplugins, improved how we lookup plugins filename
2015-06-13 Matthias Heckerintroduce reload alias for rescan
2015-06-13 Matthias Heckerlogging, irc fix loglevel i messed up
2015-06-13 Matthias Heckerlogging improved in irc
2015-06-13 Matthias Heckerlogging, print >=warning to stderr
2015-06-13 Matthias Heckerlogging: proper stderr logger for error/fatal
2015-03-11 Matthias Hplugins fix missing save for 1.9
2015-03-11 Matthias Hplugins: allow rescanning of one botmodule only
2015-03-09 Matthias Hupdated copyright notice and authors
2015-03-09 Matthias Hruby 2.2: fix a obscure regexp escaping bug
2015-03-09 Matthias Hwebservice: fix cleanup typo
2015-01-12 Matthias Hweb service: fix basic auth handler
2015-01-12 Matthias Hweb service: response helper methods
2015-01-12 Matthias Hweb service: alias web module mixins
2015-01-12 Matthias Hmessagemapper: refactor options are really the params
2015-01-12 Matthias Hweb service: parse uri params; small improvements
2015-01-11 Matthias Hweb service: better integration in rbot
2015-01-11 Matthias Hagent: remove proxy opt-out for plugins
2014-12-02 M. Hecker[url] fixes encoding error in encoding detection code...
2014-09-03 M. HeckerMerge branch 'fork' of github.com:4poc/rbot into fork
2014-09-03 M. Hecker[webservice] expose webservice to plugins
2014-07-18 Matthias Hadd a first basic colorformat string function
2014-07-17 Matthias H[agent] add options for ssl and proxy
2014-05-03 M. Hecker[registry] fix subregistry re-use (closes #1)
2014-04-29 M. Hecker[webservice] add /ping test route
2014-03-27 Matthias H[httputil] fix unknown fallback encoding
2014-03-06 Matthias H[registry] improved tests, sqlite/tc bugfixes
2014-03-06 Matthias H[registry] small refactoring and added flush test
2014-03-06 Matthias H[registry] added sqlite3 database adapter
2014-03-06 Matthias H[config] adds a new param store_default
2014-03-05 Matthias Hecker[registry] migrate tc directory name to registry_tc
2014-03-05 Matthias Hecker[ssl] fix for missing ca path
2014-03-05 Matthias Hecker[registry] use tc by-default if available
2014-02-28 Matthias H[httputil] fix to ignore recoding errors
2014-02-24 Matthias H[webservice] log requests to seperate file in profile
2014-02-24 Matthias H[webservice] response as json if asked to
2014-02-24 Matthias H[registry] optimize at every restart/rescan
2014-02-24 Matthias H[registry] refactoring into a abstract and factory
2014-02-24 Matthias H[agent] wip core mechanize agent plugin
2014-02-21 Matthias H[webservice] dispatch command in post aswell
2014-02-21 Matthias H[unicode] fix to ignore invalid-unicode
2014-02-21 Matthias H[remote] removed due to security concerns
2014-02-21 Matthias H[webservice] control bot through http interface
2014-02-21 Matthias H[auth] randomized default password
2014-02-20 Matthias H[remote] server imho shouldnt be listen by default
2014-02-20 Matthias H[core] unicode plugin that sets server encoding
2014-02-20 Matthias H[registry] daybreak engine small fix
2014-02-19 Matthias H[registry] registry folder with suffix, added daybreak...
2014-02-18 Matthias Hlog fatal/error messages to stderr, but check if daemon...
2014-02-18 Matthias Hremove old/compat code no longer supported
2014-02-18 Matthias H[registry] removed temp logging
2014-02-18 Matthias Hremoves bdb&tc registry; adds dbm registry
2013-12-06 Matthias Hworkaround for broken pretty_inspect
2013-12-06 Matthias Heckerhttputil: fixes encoding issues with 1.9+
2013-12-04 Matthias HeckerRevert "always print FATAL and ERROR logmessages to...
2013-12-04 Matthias Heckergettext: change depricated and removed setlocale
2013-11-15 Giuseppe Bilottaplugins: improve error handling on load
2013-11-14 OblomovMerge pull request #20 from 4poc/ssl-verify
2013-11-14 Matthias Heckeralways print FATAL and ERROR logmessages to STDERR
2013-11-14 Matthias Hallow to verify ssl connections against a CA.
2013-11-02 Matthias Hruby 2.0.0: better fix for the ThreadError
2013-11-02 Matthias Hruby 2.0.0: changes sigtrapping, fixes ThreadError
2013-11-02 Matthias Hruby 2.0.0: fix for changed @waiters in compat19
2013-11-02 Giuseppe BilottaSolve Socket vs URI IPv6 handling in Ruby
2013-11-02 Giuseppe Bilottaruby 1.9+: specify file encodings
2013-04-25 Jay Thomasutils: fixed secs_to_string output for one-element...
2013-04-25 Jay Thomasextends: updated shuffle method
2012-09-27 Giuseppe Bilottabdb: message when wrong bdb module is loaded
2012-08-31 Giuseppe Bilottabdb: restore errors should be logged as errors
2012-07-14 Giuseppe BilottaUpdate gettext support
2012-05-14 Giuseppe Bilottautils: support hex HTML entities
2012-04-30 Giuseppe Bilottadb adaptors: nil internal variable when closing
2012-03-04 Giuseppe BilottaRubyGems obsoleted *and* b0rked all_load_path, try...
2012-03-03 Giuseppe Bilottahttputil: work (sub-par) without iconv
2011-12-08 Giuseppe BilottaImprove first par detection without hpricot
2011-10-24 Giuseppe BilottaExit for good when getting a DBFatal error
2011-09-15 Giuseppe BilottaBetter handling of akills and other form of disconnections
2011-08-30 Giuseppe BilottaAn unparseable message from the server is a ServerError
next