summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2008-11-11UNO plugin: add top and topwin commands to helpGiuseppe Bilotta
2008-11-03script plugin: improve helpGiuseppe Bilotta
2008-11-03script plugin: script allow/deny high level UIGiuseppe Bilotta
2008-11-03script plugin: per-script permissionsGiuseppe Bilotta
2008-11-03script plugin: hook on message() rather than listen()Giuseppe Bilotta
2008-10-27UNO plugin: give cards to correct player at endgameGiuseppe Bilotta
If the winner played a Reverse in response to a picker, the previous player should pick the cards, and not the next one. This is not really important at the moment because we score by giving points to the winner instead of taking them from losers, but we fix it for correctness. It'll be especially useful when we'll implement the other scoring too.
2008-10-27* (lastfm) fix a bug resulting in the change of the lastfm api output. ↵Casey Link
now_playing works again Lastfm removed the <date> element from track's which are currently being played, which caused the plugin to die. Now we detect if the <date> element exists.
2008-10-27* (lastfm) change the interface for associating an irc nick with a lastfm ↵Casey Link
user. this way it is more intuitive.
2008-10-27* (grouphug) fix for grouphug layout changesCasey Link
2008-10-27url plugin: only handle URls that have something past the protocolGiuseppe Bilotta
2008-10-16rss plugin: 'headlines' uses date if handle not presentGiuseppe Bilotta
When the feed handle is empty or not used (e.g. during rss show), the headlines output filter will display the date before the title.
2008-10-16rss plugin: strip feed title of initial/final whitespaceGiuseppe Bilotta
2008-10-16rss plugin: 'headlines' output formatGiuseppe Bilotta
A simple output format that only provides feed titles, skipping all other data, including the feed link. Requested by step on #rbot.
2008-10-16rss plugin: use %{at} instead of @ in output filtersGiuseppe Bilotta
2008-10-14UNO plugin: fix playable cards during picksGiuseppe Bilotta
A bug in the logic allowed a +2 to be playable on a Reverse of the wrong color (e.g. g+2, gr, r+2).
2008-10-06figlet: strip first and last empty line(s)Giuseppe Bilotta
2008-09-24seen plugin: don't update seen info on topic infoGiuseppe Bilotta
2008-09-05+ plugins/games/quiz: '!quiz stop' command implementeddmitry kim
2008-08-22iplookup plugin: fix brokage from IPv6 supportGiuseppe Bilotta
Commit ff949fe1c9dd0c179ecdce9340c04c05242d3a48 "iplookup plugin: support IPv6 too" broke the main iplookup method by forgetting to initialize reply correctly. Fix it, and replace String#+= usage with String#<< which is more efficient speed- and memory-wise.
2008-08-21geoip plugin: only retrieve host info once on WHOISGiuseppe Bilotta
2008-08-21geoip plugin: thread commandGiuseppe Bilotta
2008-08-13geoip plugin: fixed host regexRaine Virta
2008-08-13geoip plugin: had to change host name of the new lookup serverRaine Virta
2008-08-13nickrecover plugin: work more than once per sessionGiuseppe Bilotta
2008-08-13geoip plugin: new service for geoip-lookup along with some other enhancementsRaine Virta
2008-08-11geoip plugin: now stacking whois requests to prevent overlapsRaine Virta
2008-08-11geoip plugin: added nick based network-wide lookup and fixed some charset issuesRaine Virta
2008-08-11geoip pluginRaine Virta
2008-08-09quakeauth plugin: don't identify on connect if we're not on quakenetGiuseppe Bilotta
2008-08-09quakeauth plugin: don't error out when identifying with m == nilGiuseppe Bilotta
2008-08-08lastfm plugin: support 'lastfm username' as the help suggestsGiuseppe Bilotta
2008-08-08quakeauth plugin v2Raine Virta
This patch introduces the ability for the bot to register itself to the Q bot, together with a number of other enhancements.
2008-08-08markov plugin: always plain replies when chipping inGiuseppe Bilotta
2008-08-08wow plugin: return String form of realm from get_realm_statusGiuseppe Bilotta
This is needed to prevent an error from being raised when core.reply_with_nick is true
2008-08-07wow plugin: fix realm extraction xpathGiuseppe Bilotta
2008-08-06wow plugin: message tweaksGiuseppe Bilotta
2008-08-06wow plugin: rbotify XML retrievalGiuseppe Bilotta
2008-08-06qauth plugin: stricter default permissions on commandsGiuseppe Bilotta
2008-08-06qauth plugin: typos in helpGiuseppe Bilotta
2008-08-06nickserv plugin: regexp tweaks and case insensitivityGiuseppe Bilotta
2008-08-06markov plugin: don't echo a line a line that is just a substring of the ↵Giuseppe Bilotta
input line
2008-08-06markov plugin: configurable maximum number of wordsGiuseppe Bilotta
2008-08-06markov plugin: use symbol when deleting obsolete config keyGiuseppe Bilotta
2008-08-03iplookup plugin: userip is not implemented yet, say itGiuseppe Bilotta
2008-08-03iplookup plugin: support IPv6 tooGiuseppe Bilotta
This is achieved by moving the check for IP vs hostname in the iplookup() method itself, and using the existing regexps to check if a string is an IP or not.
2008-08-03nickrecover plugin: improve logic to start/stop recoveryGiuseppe Bilotta
2008-08-03iplookup plugin: don't blockGiuseppe Bilotta
2008-08-03markov plugin: add ability to ignore channels and not just single usersGiuseppe Bilotta
2008-08-01quotes plugin: lastquote commandGiuseppe Bilotta
2008-07-30nickrecover plugin: helpGiuseppe Bilotta