0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Jan 19, 2025 — Jan 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
rearrange repo for packaging More... over 20 years ago
version update More... over 20 years ago
set a name to avoid spamming help with all the options More... over 20 years ago
use new maps api More... over 20 years ago
allow failed requirements tests to fall back to defaults and continue More... over 20 years ago
switch fortune to use new maps More... over 20 years ago
switch the fish plugin to use the new map mechanism More... over 20 years ago
* Prevent multiple plugin registrations of the same name * reworking the config system to use yaml for persistence * reworking the config system key names * on first startup, the bot will prompt for the essential startup config * new config module for configuring the bot at runtime * new config module includes new configurables, for example changing the bot's language at runtime. * various other fixes * New way of mapping plugins to strings, using maps. These may be familiar to rails users. This is to reduce the amount of regexps plugins currently need to do to parse arguments. The old method (privmsg) is still supported, of course. Example plugin now: def MyPlugin < Plugin def foo(m, params) m.reply "bar" end More... over 20 years ago
bit of error checking/reporting More... over 20 years ago
fix up the new http util to work properly with GET's More... over 20 years ago
Wed Jul 20 23:30:01 BST 2005 Tom Gilbert <[email protected]> More... over 20 years ago
rework the tube plugin's html parser a bit, to enable it to work properly with tricky station names, such as hammersmity & city. More... over 20 years ago
update ChangeLog More... over 20 years ago
Add new httputil object to the bot object, to be used by plugins etc that wish to make http requests. It sets up all the proxies etc for them according to bot config. More... over 20 years ago
enable in-channel usage More... over 20 years ago
at some point over the last couple of years, the ruby http library started throwing timeout exceptions from .new, wheras they used to come from .get. This means timeouts kill the bot so I've moved all the http code into the begin block. More... over 20 years ago
starting on an http interface for configuring the bot More... over 20 years ago
update ChangeLog More... over 20 years ago
that wasn't ideal More... over 20 years ago
typo More... over 20 years ago
various fixes by me, plus most of Rene's patch (#1). More... over 20 years ago
added karmastats to the karma plugin More... over 20 years ago
german language file submitted by Rene More... over 20 years ago
autoop plugin submitted by Rene Nussbaumer, tweaked by me. More... over 20 years ago
Rudolf Polzer pointed out (a while ago, I forgot to apply this fix) an issue with rbot's string handling. Most ircds are pretty liberal about lines ending in various combinations of \r, \n, etc. More... over 20 years ago
this is a common error More... over 20 years ago
Webrick functionality is now in a plugin More... over 20 years ago
fix for new xml format More... over 20 years ago
fixy More... over 20 years ago
fix http usage, other tweaks More... almost 21 years ago