Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-21 | [webservice] dispatch command in post aswell | Matthias H | |
2014-02-21 | [unicode] fix to ignore invalid-unicode | Matthias H | |
2014-02-21 | [remote] removed due to security concerns | Matthias H | |
2014-02-21 | [webservice] control bot through http interface | Matthias H | |
2014-02-21 | [plugin] ri fixed, simple no longer available :( | Matthias H | |
I set it to ansi, but thats not really any better. At least it doesnt crash. | |||
2014-02-21 | [auth] randomized default password | Matthias H | |
2014-02-21 | [plugin] youtube fixed, added help text | Matthias H | |
Used the httputils api wrongly, had no help text. | |||
2014-02-21 | [plugin] wow removed, uses broken api. | Matthias H | |
The xml is no longer available. Could be fixed using this: http://us.battle.net/api/wow/realm/status?realm=Hyjal | |||
2014-02-21 | [plugin] tube removed | Matthias H | |
2014-02-21 | [plugin] urban fixed | Matthias H | |
2014-02-21 | [plugin] threat removed, broken | Matthias H | |
2014-02-20 | [remote] server imho shouldnt be listen by default | Matthias H | |
2014-02-20 | [plugin] spotify plugin removed | Matthias H | |
2014-02-20 | [core] unicode plugin that sets server encoding | Matthias H | |
2014-02-20 | [plugin] imdb small parser fix | Matthias H | |
2014-02-20 | [registry] daybreak engine small fix | Matthias H | |
2014-02-20 | [plugin] removed lastm, many things broken. | Matthias H | |
I registered the api key ae97541e36fd005a1cfbad12ce85db39 but even then, there is just too much broken. I don't use lastfm, so no fix from me. | |||
2014-02-20 | [plugin] removed iplookup, doesnt work | Matthias H | |
2014-02-20 | [plugin] insult, small fix | Matthias H | |
2014-02-20 | [plugin] removed grouphug, ceased to exist | Matthias H | |
2014-02-20 | [plugins] random permissions fix | Matthias H | |
2014-02-20 | [plugin] googlefight fixed regexp | Matthias H | |
2014-02-20 | [plugin] geoip small fixes, needs more work | Matthias H | |
2014-02-20 | [plugin] removed freshmeat, doesnt exist anymore | Matthias H | |
2014-02-20 | [plugin] fortune: fixed bin/not-found | Matthias H | |
2014-02-20 | [plugin] removed forecast, old/unsupported dep | Matthias H | |
2014-02-20 | [plugin] removed digg, broken api | Matthias H | |
2014-02-20 | [plugin] fixed chucknorris for 2.0 | Matthias H | |
2014-02-20 | [plugin] removed debugger plugin | Matthias H | |
2014-02-20 | [plugin] del.icio.us ceased to exist. | Matthias H | |
2014-02-20 | [plugin] removed dictclient, outdated deps. | Matthias H | |
Uses an outdated and unmaintained ruby gem. | |||
2014-02-20 | [plugins] fixed oxford only, all others are broken. | Matthias H | |
Removed the broken dicts except for oxford, renamed the plugin. | |||
2014-02-20 | [registry] improved export/import/migrate script. | Matthias H | |
2014-02-19 | [registry] registry folder with suffix, added daybreak engine | Matthias H | |
2014-02-19 | [registry] standalone import/export/migrate script | Matthias H | |
2014-02-18 | log fatal/error messages to stderr, but check if daemonized first! | Matthias H | |
2014-02-18 | remove old/compat code no longer supported | Matthias H | |
2014-02-18 | [registry] removed temp logging | Matthias H | |
2014-02-18 | removes bdb&tc registry; adds dbm registry | Matthias H | |
This removes the existing registries, ruby-bdb (Berkeley DB) and tokyocabinet, instead it creates a new registry based on ruby DBM. Ruby-bdb has long since been abandoned in favor for rubys DBM and tokyocabinet also has been ceased development since 2011 (for kyotocabinet). | |||
2013-12-06 | url: more flexibility with first_par | Matthias H | |
2013-12-06 | workaround for broken pretty_inspect | Matthias H | |
2013-12-06 | launch_here: fixed shebang | Matthias Hecker | |
2013-12-06 | httputil: fixes encoding issues with 1.9+ | Matthias Hecker | |
(incompatible with 1.8) | |||
2013-12-04 | bin/rbot: no verbose warning messages | Matthias H | |
$VERBOSE includes lots of useless messages that don't really help anyone IMHO | |||
2013-12-04 | Revert "always print FATAL and ERROR logmessages to STDERR" | Matthias Hecker | |
This reverts commit c4d629ad86aae3b8bb4669650df57875252bea92. | |||
2013-12-04 | gettext: change depricated and removed setlocale | Matthias Hecker | |
2013-11-15 | plugins: improve error handling on load | Giuseppe Bilotta | |
Support OAuth2::Error braindead extension to StandardError and wrap loading in an outer rescue to catch problems with the error handling. | |||
2013-11-14 | twitter: filter ret.latest status if non specified | Matthias Hecker | |
2013-11-14 | twitter: changed filter title, to only contain usr | Matthias Hecker | |
2013-11-14 | twitter: fixes the htmlfilter used by url plugin | Matthias Hecker | |