rbot-remote: allow override of function
[rbot] / lib /
2021-06-09  Giuseppe Bilottafix: webservice dispatch syntax check
2021-06-09  Giuseppe Bilottafix: webservice message user type
2021-06-05  Giuseppe Bilottabot: reorder fork sequence github/master
2021-06-05  Giuseppe Bilottalogger: don't actually close the console logger
2021-06-05  Giuseppe Bilottafix: write override behavior
2021-06-05  Giuseppe Bilottafix: restore logging of session start/end
2021-06-05  Giuseppe Bilottalogger: fix STDERR recursion
2021-06-05  Giuseppe Bilottafix: stderr vs stdout write override
2021-05-29  Giuseppe Bilottafix: restart logger thread after fork
2021-05-29  Giuseppe Bilottafix: preserve loglevels across options and files
2021-05-29  Giuseppe BilottaCatch another non-standard error
2020-04-24  Matthias Heckerrefactor: remove global bot instance, closes #42
2020-04-22  Matthias Heckerensures the path reported by gems does exists
2020-04-16  Matthias Heckercore: sets plugin_path to loaded plugins
2020-04-15  Matthias Heckerrefactor: wordlist shouldn't use bot singleton #35
2020-04-15  Matthias Heckerrefactor: remove unused userdata module
2020-04-14  Matthias Heckerfix nick renaming during connection
2020-04-14  Matthias Heckerrefactor: httputil no longer core module see #38
2020-04-14  Matthias Heckerhttputil: remove obsolete version_1_2 declaration
2020-04-14  Matthias Heckerremove obsolete require of net/https
2020-04-13  Matthias Heckermessage: add #thanks method, similar to okay
2020-04-08  Matthias Heckerfix: in-memory registry persist correctly
2020-04-06  Matthias Heckerplugin(points): +/- must come after, closes #34
2020-04-06  Matthias Heckerregistry: add in-memory implementation for tests
2020-04-06  Matthias Heckerfix: gettext updated each_textdomain > each_text_domains
2020-04-03  Matthias Heckerplugin(search): fix wolfram and gdef, removed some
2020-04-02  Matthias Heckerplugin(search): fix search and gcalc, closes #28, #29
2020-03-31  Matthias Heckerrefactor: logger moved away from ircbot (exp.)
2020-03-29  Matthias Heckerfix: plugins delegate disregarding all options given
2020-03-28  Matthias Heckeralways log to stdout with debug flag
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 origin/journal
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...
next