]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - lib/rbot/core
gettext support: initial works for language -> locale mappings
[user/henk/code/ruby/rbot.git] / lib / rbot / core /
2007-08-23 Giuseppe Bilottaauth core module: misplaced ) prevented gettext replacement
2007-08-23 Giuseppe BilottaNew Auth module: keep auth.password and botowner passwo...
2007-08-11 Dmitry Kim* (httputils) docs spelling
2007-08-11 Dmitry Kim* (httputils) avoid "method replaced" warning
2007-08-10 Dmitry Kim* (httputils) moved encoding/charsets magic into httpre...
2007-07-09 Yaohan Chenintegrated ruby-gettext
2007-05-10 Dmitry Kim+ (extends) :limit option support in ircify_html()
2007-04-26 Dmitry Kim+ (httputil) bruteforce truncated chars when guessing...
2007-04-15 Giuseppe BilottaHttpUtil: fix gunzipping with partial content; and...
2007-04-12 Giuseppe BilottaModule\#define_structure method: define a new Struct...
2007-04-11 Giuseppe BilottaHttpUtil: decompress gzipped body in partial_body too...
2007-04-11 Giuseppe Bilottause pretty printing with Logger (debug, info, warning...
2007-04-09 Giuseppe Bilottaauth: improve help
2007-04-09 Giuseppe Bilottaextends: pick_one and rand methods for Range
2007-04-09 Giuseppe BilottaMore require cleanups
2007-04-08 Giuseppe BilottaHttpUtil: require 'cgi' as it is now used in most query...
2007-04-08 Giuseppe BilottaHTML IRCification: support options. currently only...
2007-04-08 Giuseppe Bilottarss plugin: watching now relies on an ID built from...
2007-04-08 Giuseppe BilottaHTML IRCification: don't modify the receiver; provide...
2007-04-08 Giuseppe BilottaHttpUtil: inform servers that we accept gzipped data
2007-04-08 Giuseppe BilottaHttpUtil: decode gzipped content
2007-04-06 Dmitry Kim* (utils) fix stderr redirection in safe_exec()
2007-04-06 Giuseppe BilottaExtend Numeric class with a clip() method to force...
2007-04-05 Dmitry Kim+ (httputil) 'x-rbot-location' header in response objec...
2007-04-05 Giuseppe BilottaHttpUtil: try all detected charsets when converting...
2007-04-05 Giuseppe BilottaHTML IRCification: try to handle super and subscripts
2007-04-04 Giuseppe BilottaHTML IRCification: match p and br tags case insensitive
2007-04-03 Giuseppe BilottaRelocate help strings to proper locations, add help...
2007-04-02 Dmitry Kim* (httputil) transparent charset support in HTTP::Response
2007-04-01 Giuseppe Bilottafix charset detection
2007-04-01 Giuseppe BilottaMore first_par fixups
2007-04-01 Giuseppe BilottaStringlib/rbot/core/utils/extends.rbutfy_xml() method...
2007-04-01 Giuseppe Bilottahttputil: reinstate partial_body
2007-03-30 Dmitry Kim*** (httputil) major rework, new caching implementatio...
2007-03-30 Giuseppe BilottaUtils: the array returned by get_first_pars now contain...
2007-03-30 Dmitry Kim* (utils.rb) reflect the api/semantics changes in comments
2007-03-30 Dmitry Kim- (utils.rb) removed http_get, since it's obsoleted
2007-03-26 Giuseppe BilottaHttpUtils: inline rescue doesn't rescue LoadError,...
2007-03-26 Giuseppe BilottaUtils: more first par enhancements
2007-03-25 Giuseppe BilottaUtils: fix a stupid bug in rubygems require and add...
2007-03-25 Giuseppe BilottaUtils: retry after requiring rubygems if htmlentities...
2007-03-25 Giuseppe BilottaUtils: cleanup first html par code
2007-03-25 Giuseppe BilottaUtils: convert unknown numering HTML entities to the...
2007-03-25 Giuseppe BilottaHttpUtil: fix partial_body when no body was given,...
2007-03-25 Giuseppe BilottaUtils: try non-paragraphs if no paragraphs was found
2007-03-25 Giuseppe BilottaUtils: when looking for the first par in a web page...
2007-03-25 Giuseppe BilottaUtils: fix ircify_html (the final stripsvn diff lib...
2007-03-25 Giuseppe Bilottaurl plugin: customizable max amount of data to retrieve...
2007-03-24 Giuseppe Bilottahttputil and url plugin improvements, see ChangeLog
2007-03-05 Giuseppe BilottaRework netmask/hostname detection code to work around...
2007-02-23 Giuseppe BilottaUtils.secs_to_string now convert seconds to integers...
2007-02-18 Giuseppe BilottaInitial steps towards a namespace rationalization
2007-02-18 Giuseppe BilottaPlugin header boilerplating.
2007-02-18 Giuseppe Bilottabasics: respond to public pings too (i.e. to /ping...
2007-02-15 Giuseppe BilottaRegexp: IP address regexps where missing an octet
2007-02-15 Giuseppe BilottaMore Regexp madness. Fixes, optimizations, and a new...
2007-02-15 Giuseppe BilottaStart implementing common regular expressions to be...
2007-02-14 Giuseppe BilottaTry to fail more graciously when net/https is not loada...
2007-02-12 Giuseppe BilottaRemote Service Provider: increase security by preventin...
2007-02-12 Giuseppe BilottaRemote Service Provider: implement auth control for...
2007-02-12 Giuseppe BilottaRemote Service Provider now functional, although it...
2007-02-12 Giuseppe BilottaInitial work on a DRb-based remote service for rbot...
2007-02-10 Giuseppe BilottaPreserve safe save dir across rescans
2007-02-07 Giuseppe BilottaFix rbot quieting
2007-02-06 Giuseppe BilottaEnhance Utils tools to get first pars, allowing an...
2007-02-06 Giuseppe BilottaFix IRCification of HTML strings when only whitespace...
2007-02-06 Giuseppe BilottaMove code to get first par from a series of urls from...
2007-02-06 Giuseppe BilottaOptimizations to ircify_first_html_par
2007-02-06 Giuseppe BilottaMove code to find and ircify first par from search...
2007-02-06 Giuseppe BilottaMove extensions to standard classes into a specific...
2007-02-06 Giuseppe BilottaCreate an utils subdir in core, which will store all...
2007-02-04 Giuseppe BilottaMinor auth help fix
2007-01-30 Giuseppe BilottaCore botmodule config.rb has some (very little) facilit...
2006-10-02 Giuseppe BilottaFix help (one more time)
2006-10-02 Giuseppe BilottaUsage wants a parameter
2006-09-25 Giuseppe BilottaAdd help for ping
2006-09-21 Giuseppe BilottaNew auth framework is now backwards compatible: auth...
2006-08-31 Giuseppe BilottaFine tune and document 'permissions view' (auth core...
2006-08-29 Giuseppe BilottaIntroduce BotConfigValue permissions, to protect partic...
2006-08-25 Giuseppe BilottaOptimize auth module exploiting new message mapping...
2006-08-25 Giuseppe BilottaFix small typo in basics core botmodule
2006-08-17 Giuseppe BilottaFix help. For real
2006-08-06 Giuseppe BilottaUsers can now be imported from exported data files...
2006-08-06 Giuseppe BilottaFix some bugs when setting permissions; introduce the...
2006-08-06 Giuseppe BilottaPermissions can now be set and reset correctly
2006-08-06 Giuseppe BilottaBotuser information can now be exported
2006-08-06 Giuseppe BilottaWhen copying botusers, dup all the entries to prevent...
2006-08-06 Giuseppe BilottaAfter changing a botuser setting, the settings for...
2006-08-06 Giuseppe BilottaBotusers can now be copied and renamed
2006-08-06 Giuseppe BilottaBotusers can now be destroyed
2006-08-06 Giuseppe BilottaBotusers can now be created.
2006-08-06 Giuseppe BilottaUser management is now almost complete. The only missin...
2006-08-05 Giuseppe Bilottaauth botmodule now allows showing all user settings...
2006-08-05 Giuseppe BilottaRename the file core.rb to reflect the new botmoulde...
2006-08-05 Giuseppe BilottaInternally rename the core botmodule to basics
2006-08-05 Giuseppe BilottaAuth framework now allows automatic login and login...
2006-08-04 Giuseppe BilottaSome fixes for the help system. Still not perfect,...
2006-08-04 Giuseppe BilottaFix stupid bug introduced with the new debugging messag...
2006-08-03 Giuseppe BilottaMake keywords.rb into a plugin and sync with 0.9.10
2006-08-03 Giuseppe BilottaInitial version of the new auth coremodule
next