index
:
user/henk/code/ruby/rbot.git
fix/deprecated_gethostbyname
main
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2007-09-02
message.rb: convenience method to get the botuser corresponding the message s...
Giuseppe Bilotta
2007-09-02
registry.rb: suppress warning when @recovery is not defined
Giuseppe Bilotta
2007-09-02
plugins.rb: use fast delegation hash
Giuseppe Bilotta
2007-09-02
ircbot.rb: correct Exception#pretty_print() definition
Giuseppe Bilotta
2007-09-02
plugins.rb: set up fast delegation hash
Giuseppe Bilotta
2007-09-02
plugins.rb: minor #delegate() optimization
Giuseppe Bilotta
2007-09-02
ircbot.rb: add '/rbot' to the SOURCE_URL
Giuseppe Bilotta
2007-09-02
config botmodule: support CTCP commands VERSION and SOURCE
Giuseppe Bilotta
2007-09-02
Refactor version string construction
Giuseppe Bilotta
2007-09-02
* move 'version' help to the module that actually supports the command
Giuseppe Bilotta
2007-09-02
* CTCP replies always use the same CTCP command. Use the new syntax to reply ...
Giuseppe Bilotta
2007-09-02
+ ctcp_listen plugin delegate
Giuseppe Bilotta
2007-09-02
* (message.rb) CTCP commands may have no parameters
Giuseppe Bilotta
2007-09-02
+ cleaner support for CTCP commands
Giuseppe Bilotta
2007-09-02
botuser.rb: fix typo in debug message
Giuseppe Bilotta
2007-09-01
* (ircsocket) removed timer, added writer thread, refactored writer logic a bit
Dmitry Kim
2007-08-31
* (timer) stop the bot timer for shutdown / rescan
Dmitry Kim
2007-08-30
* (message.rb) dear tango_! i think i know what r1073 was. here's my version.
Dmitry Kim
2007-08-30
* (timers) failures made more verbose; reverted timer.block()s in ircbot.rb
Dmitry Kim
2007-08-30
!!! (message.rb) dear tango_! i have no idea what r1073 is! -jsn.
Dmitry Kim
2007-08-30
* (ircbot) block autosave timer during rescan/restart
Dmitry Kim
2007-08-30
core/config: remove leftover heavy-load debug line
Giuseppe Bilotta
2007-08-30
dbhash.rb: fix stupid typo
Giuseppe Bilotta
2007-08-30
message.rb: try to handle situations where the source isn't an Irc::User
Giuseppe Bilotta
2007-08-30
+ (timer) comments + documentation
Dmitry Kim
2007-08-30
*** (timer) new timer implementation
Dmitry Kim
2007-08-29
* (httputil) increased open_timeout to 20 since resolving still takes a while
Dmitry Kim
2007-08-29
Put the Irc attributes back where they belong
Giuseppe Bilotta
2007-08-29
Color codes and Irc.color(fg, bg) methods to ease color display
Giuseppe Bilotta
2007-08-29
ColorRx: accept a color specification with no foreground color
Giuseppe Bilotta
2007-08-29
Add Italic (\011) constant to complement Underline, Reverse and Bold
Giuseppe Bilotta
2007-08-29
HttpUtil: match /gzip/ regexp instead of exact (x-)gzip to survive nonconform...
Giuseppe Bilotta
2007-08-29
Flatten out Language module and class
Giuseppe Bilotta
2007-08-28
basics botmodule: use #to_s to stringify multiword parameters
Giuseppe Bilotta
2007-08-28
ircbot: improve quit/restart message propagation
Giuseppe Bilotta
2007-08-28
ircsocket: raise errors occurred while spooling so that bot is aware of them
Giuseppe Bilotta
2007-08-27
GetText: add Config.datadir-based locale search path.
Giuseppe Bilotta
2007-08-27
Language.from_locale now checks if the corresponding .lang file exist before ...
Giuseppe Bilotta
2007-08-27
Call 'super' from the correct place in httputil
Giuseppe Bilotta
2007-08-26
Only use locale functions when GetText was loaded
Giuseppe Bilotta
2007-08-26
Call 'super' method from #cleanup() in core modules too
Giuseppe Bilotta
2007-08-26
Report plugin loading failues as errors, not as warnings
Giuseppe Bilotta
2007-08-26
timer: tick when rescheduling
Giuseppe Bilotta
2007-08-26
auth core module: fix a bug in the permissions set argument parser
Giuseppe Bilotta
2007-08-26
Use rbot's own warning() command instead of Ruby built-in warn()
Giuseppe Bilotta
2007-08-26
Translate Utils.secs_to_string strings
Giuseppe Bilotta
2007-08-26
gettextize some more strings
Giuseppe Bilotta
2007-08-26
Remove extra (un)bolding from 'help failed plugins' help text
Giuseppe Bilotta
2007-08-26
Output gettext textdomain information when setting the language, not when loa...
Giuseppe Bilotta
2007-08-26
Sanitize language string by downcasing, and use the sanitized string both for...
Giuseppe Bilotta
[next]