summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2014-02-24[registry] rbotdb script now imports tc databasesMatthias H
2014-02-24[registry] rbotdb registry-folder option, tcimportMatthias H
2014-02-21[remote] removed due to security concernsMatthias H
2014-02-20[registry] improved export/import/migrate script.Matthias H
2014-02-19[registry] standalone import/export/migrate scriptMatthias H
2014-02-18remove old/compat code no longer supportedMatthias H
2013-12-04bin/rbot: no verbose warning messagesMatthias H
$VERBOSE includes lots of useless messages that don't really help anyone IMHO
2011-01-12Load the 1.9 compatibility code earlierGiuseppe Bilotta
The compat19 code touches the monitor mixins which are used by the logger which is started as soon as ircbot.rb is loaded. To make sure the logger uses the compat code we must load compat19 before ircbot.
2010-06-28Version 0.9.15Giuseppe Bilotta
2009-08-26ruby 1.9: monkeypatch MonitorMixin and ConditionVariablefranz
ruby 1.9's ConditionVariable#wait is not implemented for timeout != nil, this patch adds an implementation for it (see ruby-core:15847) Also, since MonitorMixin is included into TCPSocket in rbot, and TCPSocket#send != Object#send in ruby 1.9, i changed that to use __send__.
2008-10-17Start working on 0.9.15Giuseppe Bilotta
2008-10-16Version 0.9.14Giuseppe Bilotta
2008-10-16Version rbot-0.9.14Giuseppe Bilotta
2008-09-02Version 0.9.13Giuseppe Bilotta
2008-08-09Start working on 0.9.13Giuseppe Bilotta
2008-08-08Version 0.9.12Giuseppe Bilotta
2008-07-29Start working on 0.9.12Giuseppe Bilotta
2008-07-24Version 0.9.11Giuseppe Bilotta
2008-07-18Version 0.9.11-rc3Giuseppe Bilotta
2008-07-10Version 0.9.11-rc2Giuseppe Bilotta
2008-07-01Version 0.9.11-rc1Giuseppe Bilotta
2008-06-21* initialize $version_timestamp to suppress a warningGiuseppe Bilotta
2008-06-20move bin/msgmerge-wrapper.rb to top level, as it is not intended for ↵Yaohan Chen
installation path/command for the msgmerge-wrapper can be adjusted with env var, if "ruby msgmerge-wrapper.rb" doesn't work on the platform
2008-06-20* directory independent launch_here.rb: 3rd attemptdmitry kim
2008-06-20bin/rbot: don't look for a svn revision if .svn doesn't existGiuseppe Bilotta
2008-06-07add wrapper for msgmerge to workaround gettext bug with "empty" pot filesYaohan Chen
2008-04-22Licensing uniformity: dual-license rbot core under MIT+acknowledgement and GPLv2Giuseppe Bilotta
2008-04-11* recalculate the relative version timestamp on !versiondmitry kim
2008-04-10+ show relative timestamp in git versiondmitry kim
2008-04-10rbot: don't fail in git checkout if git can't be runGiuseppe Bilotta
2008-03-28* bin/rbot-remote: doc typodmitry kim
2008-03-12- (bin/rbot) no need to set $KCODEdmitry kim
2008-03-12* we're now "git version", not "svn version" by defaultdmitry kim
2008-03-11Documentation cleanupsGiuseppe Bilotta
Fix typos, be more rdocish, and use the README as the main file
2008-02-11bin/rbot: be compatible with older gitsGiuseppe Bilotta
2007-11-07rbot should default to the debug level used by rubyGiuseppe Bilotta
2007-08-28git/svn: check if our git rev corresponds to some svn revGiuseppe Bilotta
2007-08-27Show the git version differentlyGiuseppe Bilotta
2007-08-27When running from a git repository, expose the current git revisionGiuseppe Bilotta
2007-08-27Check if the SVN_DIR is actually a git dir, and change accordinglyGiuseppe Bilotta
2007-04-25bin/rbot: only set when --loglevel is provided on the command lineGiuseppe Bilotta
2007-04-21+ pidfile support + command line option for pid file nameDmitry Kim
2007-04-09rbot launcher: report local changes on more occasionsGiuseppe Bilotta
2007-03-15+ Added remotectl plugin and an example druby API client implementationDmitry Kim
2007-02-20Use ASCII KCODE to prevent problems like missing characters or matching ↵Giuseppe Bilotta
failures when clients send messages in something else than UTF-8
2007-02-18Initial steps towards a namespace rationalizationGiuseppe Bilotta
2006-09-01rbot now tries to report svn revision when ran from a svn checkoutGiuseppe Bilotta
2006-07-31syncing with rbot-0.9.10 branchTom Gilbert
2006-07-31First shot at the new Irc framework. Bot is usable (sort of), but not all ↵Giuseppe Bilotta
functionality may work as expected (or at all). If you are testing it, please report. Auth is known to be nonfunctional
2006-07-29just some tiny tweaks. giuseppe! you have been busy! :)Tom Gilbert