rbot
15 years agoplugins/rss: add support for an '<all>' target atj/pulsewidth
Adam James [Sun, 30 Mar 2008 01:31:26 +0000 (02:31 +0100)] 
plugins/rss: add support for an '<all>' target

15 years agofish plugin: fix text translation after babelfish moved to Yahoo, and disable non...
Giuseppe Bilotta [Wed, 14 May 2008 23:12:56 +0000 (01:12 +0200)] 
fish plugin: fix text translation after babelfish moved to Yahoo, and disable non-working URL translation

15 years agofish plugin: fix text translation after babelfish moved to Yahoo, and disable non...
Giuseppe Bilotta [Wed, 14 May 2008 23:11:53 +0000 (01:11 +0200)] 
fish plugin: fix text translation after babelfish moved to Yahoo, and disable non-working URL translation

16 years agofixed typo in help auth
Moritz 'moemoe' Augsburger [Sat, 3 May 2008 23:16:11 +0000 (01:16 +0200)] 
fixed typo in help auth

16 years ago* unicode.rb: @old_kcode --> @@old_kcode [we aren't always called as an instance]
dmitry kim [Wed, 30 Apr 2008 23:46:41 +0000 (03:46 +0400)] 
* unicode.rb: @old_kcode --> @@old_kcode [we aren't always called as an instance]

16 years agomessagemapper: Regexp#mm_cleanup method instead of repeated (and wrong) progressive...
Giuseppe Bilotta [Wed, 30 Apr 2008 22:41:15 +0000 (00:41 +0200)] 
messagemapper: Regexp#mm_cleanup method instead of repeated (and wrong) progressive cleanup

16 years agomessagemapper.rb: keep options when removing captures in regexps
Giuseppe Bilotta [Wed, 30 Apr 2008 22:24:22 +0000 (00:24 +0200)] 
messagemapper.rb: keep options when removing captures in regexps

16 years agorfc2812.rb: handle mode changes like -o+b
Giuseppe Bilotta [Wed, 30 Apr 2008 22:17:02 +0000 (00:17 +0200)] 
rfc2812.rb: handle mode changes like -o+b

16 years agoseen plugin: use case instead of ifs, and clean up a little
Giuseppe Bilotta [Tue, 29 Apr 2008 20:54:15 +0000 (22:54 +0200)] 
seen plugin: use case instead of ifs, and clean up a little

16 years agoseen plugin: fix seen data for nick change
Giuseppe Bilotta [Tue, 29 Apr 2008 20:38:00 +0000 (22:38 +0200)] 
seen plugin: fix seen data for nick change

16 years agoconfig core botmodule: only show possible keys summary when more than one key was...
Giuseppe Bilotta [Wed, 23 Apr 2008 22:29:28 +0000 (00:29 +0200)] 
config core botmodule: only show possible keys summary when more than one key was found

16 years agoconfig core botmodule: bolden keys on search
Giuseppe Bilotta [Wed, 23 Apr 2008 22:28:28 +0000 (00:28 +0200)] 
config core botmodule: bolden keys on search

16 years agocore: refactor signal trapping, and call it from initialize()
Giuseppe Bilotta [Wed, 23 Apr 2008 17:06:50 +0000 (19:06 +0200)] 
core: refactor signal trapping, and call it from initialize()

16 years agocore: restart on SIGHUP
Giuseppe Bilotta [Wed, 23 Apr 2008 16:33:44 +0000 (18:33 +0200)] 
core: restart on SIGHUP

16 years agoUpdate AUTHORS
Giuseppe Bilotta [Tue, 22 Apr 2008 08:37:20 +0000 (10:37 +0200)] 
Update AUTHORS

16 years agoLicensing uniformity: dual-license rbot core under MIT+acknowledgement and GPLv2
Giuseppe Bilotta [Tue, 22 Apr 2008 07:53:22 +0000 (09:53 +0200)] 
Licensing uniformity: dual-license rbot core under MIT+acknowledgement and GPLv2

16 years agouno plugin: most commands should only trigger after the game has started
Giuseppe Bilotta [Mon, 21 Apr 2008 21:43:23 +0000 (23:43 +0200)] 
uno plugin: most commands should only trigger after the game has started

16 years agouno plugin: only allow to pick a color after a wild
Giuseppe Bilotta [Mon, 21 Apr 2008 21:37:04 +0000 (23:37 +0200)] 
uno plugin: only allow to pick a color after a wild

16 years agorss plugin: return from select_nonempty() as soon as nonempty is found
Giuseppe Bilotta [Sat, 19 Apr 2008 09:39:18 +0000 (11:39 +0200)] 
rss plugin: return from select_nonempty() as soon as nonempty is found

Don't map over all parameters, because some parameters might not respond
to empty?. Also, it's unnecessarily slow. Just return as soon as we
found a nonempty parameter.

16 years agocore/irclog: black and whitelists
Giuseppe Bilotta [Sat, 19 Apr 2008 08:15:02 +0000 (10:15 +0200)] 
core/irclog: black and whitelists

16 years agocore/irclog: config option for max open files
Giuseppe Bilotta [Sat, 19 Apr 2008 07:18:31 +0000 (09:18 +0200)] 
core/irclog: config option for max open files

16 years ago* make the daemonization thing to suck less (wrt standard io channels)
dmitry kim [Thu, 17 Apr 2008 21:38:31 +0000 (01:38 +0400)] 
* make the daemonization thing to suck less (wrt standard io channels)

16 years agoupdate .po files
Giuseppe Bilotta [Wed, 16 Apr 2008 22:44:17 +0000 (00:44 +0200)] 
update .po files

16 years agogettext: support anonymous modules (and thus plugins) with newer gettext
Giuseppe Bilotta [Wed, 16 Apr 2008 21:49:41 +0000 (23:49 +0200)] 
gettext: support anonymous modules (and thus plugins) with newer gettext

While older ruby-gettext raised when trying to bind for anonymous
modules (such as the ones that wrap rbot plugins), newer versions just
provide an empty array. This makes the previous fix (which used rescue)
ineffective.

Solve by rescuing with [] (so that older gettext behaves like the new
one) and then adding Object if the list is indeed empty.

16 years ago+ ircbot logging: log_session_end on restarts, too
dmitry kim [Tue, 15 Apr 2008 21:59:03 +0000 (01:59 +0400)] 
+ ircbot logging: log_session_end on restarts, too

16 years ago* ircbot logging: fixed the logger thread wrt daemonizing
dmitry kim [Tue, 15 Apr 2008 21:06:28 +0000 (01:06 +0400)] 
* ircbot logging: fixed the logger thread wrt daemonizing

16 years ago+ ircbot logging: atomic multiline log records
dmitry kim [Tue, 15 Apr 2008 19:07:02 +0000 (23:07 +0400)] 
+ ircbot logging: atomic multiline log records

16 years ago* ircbot logging: $log_queue / logger thread
dmitry kim [Tue, 15 Apr 2008 18:54:55 +0000 (22:54 +0400)] 
* ircbot logging: $log_queue / logger thread

16 years agodebug logging: don't raise on SecurityError
Giuseppe Bilotta [Tue, 15 Apr 2008 13:01:37 +0000 (15:01 +0200)] 
debug logging: don't raise on SecurityError

Some scripts (from the scripts plugin) can trigger the logging functions
(debug, warning, info etc) in a $SAFE context: this causes the logger to
fail. Catch SecurityError in raw_log() to prevent these valid scripts from
failing.

16 years agoscript plugin: report_error() method
Giuseppe Bilotta [Tue, 15 Apr 2008 13:01:26 +0000 (15:01 +0200)] 
script plugin: report_error() method

16 years ago+ core/irclog: stamp/close logs on rescan/restart
dmitry kim [Tue, 15 Apr 2008 01:25:45 +0000 (05:25 +0400)] 
+ core/irclog: stamp/close logs on rescan/restart

16 years ago+ core/irclog: expiration for the open logfiles cache
dmitry kim [Tue, 15 Apr 2008 01:14:25 +0000 (05:14 +0400)] 
+ core/irclog: expiration for the open logfiles cache

16 years ago+ core/irclog: time stamp on open
dmitry kim [Tue, 15 Apr 2008 00:29:37 +0000 (04:29 +0400)] 
+ core/irclog: time stamp on open

16 years agoirclog: uniformize logging style
Giuseppe Bilotta [Tue, 15 Apr 2008 00:03:04 +0000 (02:03 +0200)] 
irclog: uniformize logging style

16 years agoirclog core module: dispatch from listen() to catch double-delegated messages early
Giuseppe Bilotta [Mon, 14 Apr 2008 23:54:07 +0000 (01:54 +0200)] 
irclog core module: dispatch from listen() to catch double-delegated messages early

16 years agoircbot.rb: fix some IRC log refactoring issues
Giuseppe Bilotta [Mon, 14 Apr 2008 23:48:33 +0000 (01:48 +0200)] 
ircbot.rb: fix some IRC log refactoring issues

16 years agoIRC logging refactoring
Giuseppe Bilotta [Mon, 14 Apr 2008 23:21:34 +0000 (01:21 +0200)] 
IRC logging refactoring

16 years agouno plugin: more help
Giuseppe Bilotta [Mon, 14 Apr 2008 21:34:57 +0000 (23:34 +0200)] 
uno plugin: more help

16 years agouno plugin: initialize top10 counter both for inline and spread lists
Giuseppe Bilotta [Mon, 14 Apr 2008 20:55:05 +0000 (22:55 +0200)] 
uno plugin: initialize top10 counter both for inline and spread lists

16 years agoutils: URI fragment is sometimes found in id attribute to A tag
Giuseppe Bilotta [Mon, 14 Apr 2008 20:32:38 +0000 (22:32 +0200)] 
utils: URI fragment is sometimes found in id attribute to A tag

16 years agoutils: don't hang when getting first par with nonexistant uri-fragment
Giuseppe Bilotta [Mon, 14 Apr 2008 20:22:55 +0000 (22:22 +0200)] 
utils: don't hang when getting first par with nonexistant uri-fragment

When an URL is passed which has a uri-fragment referring to a
nonexisting named ref, the bot should not hang with 100% CPU usage
while trying to match a horribly designed regular expression.

Fix by using a much simpler regexp and post-match.

16 years agouno plugin: command to transfer game ownership
Giuseppe Bilotta [Mon, 14 Apr 2008 19:09:06 +0000 (21:09 +0200)] 
uno plugin: command to transfer game ownership

16 years agouno plugin: game starter how has temporary full uno::manage permissions for the game
Giuseppe Bilotta [Mon, 14 Apr 2008 17:58:31 +0000 (19:58 +0200)] 
uno plugin: game starter how has temporary full uno::manage permissions for the game

16 years agoauth core botmodule: it's p, not params
Giuseppe Bilotta [Mon, 14 Apr 2008 17:49:04 +0000 (19:49 +0200)] 
auth core botmodule: it's p, not params

16 years ago+ temporary permissions
Giuseppe Bilotta [Mon, 14 Apr 2008 15:33:19 +0000 (17:33 +0200)] 
+ temporary permissions

16 years agouno plugin: cleanly end all games on cleanup()
Giuseppe Bilotta [Mon, 14 Apr 2008 15:16:17 +0000 (17:16 +0200)] 
uno plugin: cleanly end all games on cleanup()

16 years agouno plugin: clean up game management permissions
Giuseppe Bilotta [Mon, 14 Apr 2008 15:04:35 +0000 (17:04 +0200)] 
uno plugin: clean up game management permissions

16 years agoyoutube plugin: update filters to new YouTube layout
Giuseppe Bilotta [Sun, 13 Apr 2008 23:03:21 +0000 (01:03 +0200)] 
youtube plugin: update filters to new YouTube layout

16 years agouno plugin: remove completed TODOs
Giuseppe Bilotta [Sun, 13 Apr 2008 22:08:02 +0000 (00:08 +0200)] 
uno plugin: remove completed TODOs

16 years agoplugins: rework delegate() to accept options
Giuseppe Bilotta [Sun, 13 Apr 2008 01:41:55 +0000 (03:41 +0200)] 
plugins: rework delegate() to accept options

16 years ago+ UnknownMessage class
Giuseppe Bilotta [Sat, 12 Apr 2008 23:46:46 +0000 (01:46 +0200)] 
+ UnknownMessage class

16 years ago+ NamesMessage class
Giuseppe Bilotta [Sat, 12 Apr 2008 23:44:26 +0000 (01:44 +0200)] 
+ NamesMessage class

16 years agorfc2812: parse User mode changes, even though they aren't handled yet
Giuseppe Bilotta [Sat, 12 Apr 2008 23:30:34 +0000 (01:30 +0200)] 
rfc2812: parse User mode changes, even though they aren't handled yet

16 years agorfc2812: clean up channel mode handling
Giuseppe Bilotta [Sat, 12 Apr 2008 23:16:16 +0000 (01:16 +0200)] 
rfc2812: clean up channel mode handling

16 years ago+ ModeChangeMessage class
Giuseppe Bilotta [Sat, 12 Apr 2008 22:53:56 +0000 (00:53 +0200)] 
+ ModeChangeMessage class

16 years ago+ MotdMessage class
Giuseppe Bilotta [Sat, 12 Apr 2008 22:03:47 +0000 (00:03 +0200)] 
+ MotdMessage class

16 years ago+ delegate notice() for NoticeMessage
Giuseppe Bilotta [Sat, 12 Apr 2008 21:48:54 +0000 (23:48 +0200)] 
+ delegate notice() for NoticeMessage

16 years ago+ WelcomeMessage class
Giuseppe Bilotta [Sat, 12 Apr 2008 21:43:37 +0000 (23:43 +0200)] 
+ WelcomeMessage class

16 years agoplugins: make delegate() aware of ignored and fake messages
Giuseppe Bilotta [Sat, 12 Apr 2008 20:07:10 +0000 (22:07 +0200)] 
plugins: make delegate() aware of ignored and fake messages

By convention, ignored messages will only be delegated to plugins with
negative priority, while fake messages will only be delegated to plugins
with positive priority.

16 years agotest for event threshold
doki_pen [Sat, 12 Apr 2008 15:36:56 +0000 (11:36 -0400)] 
test for event threshold

16 years agoevent delegation thresholds
doki_pen [Sat, 12 Apr 2008 15:38:50 +0000 (11:38 -0400)] 
event delegation thresholds

16 years agouno plugin: top scores and wins
Giuseppe Bilotta [Sat, 12 Apr 2008 07:53:59 +0000 (09:53 +0200)] 
uno plugin: top scores and wins

16 years agouno plugin: channel and player stats
Giuseppe Bilotta [Sat, 12 Apr 2008 07:26:07 +0000 (09:26 +0200)] 
uno plugin: channel and player stats

16 years agouno plugin: a Reverse on a Reverse on a +X should be playable regardless of color
Giuseppe Bilotta [Fri, 11 Apr 2008 19:00:06 +0000 (21:00 +0200)] 
uno plugin: a Reverse on a Reverse on a +X should be playable regardless of color

16 years agouno plugin: Reverse with two players and a picker should bounce the pick
Giuseppe Bilotta [Fri, 11 Apr 2008 18:53:49 +0000 (20:53 +0200)] 
uno plugin: Reverse with two players and a picker should bounce the pick

16 years agouno plugin: mark all legit moves as not challengeable
Giuseppe Bilotta [Fri, 11 Apr 2008 17:20:35 +0000 (19:20 +0200)] 
uno plugin: mark all legit moves as not challengeable

16 years agouno plugin: don't fail to drop players that left the channel
Giuseppe Bilotta [Fri, 11 Apr 2008 17:07:29 +0000 (19:07 +0200)] 
uno plugin: don't fail to drop players that left the channel

16 years agouno plugin: W+4 can be challenged
Giuseppe Bilotta [Fri, 11 Apr 2008 15:18:41 +0000 (17:18 +0200)] 
uno plugin: W+4 can be challenged

16 years agouno plugin: allow playing a double +2 card
Giuseppe Bilotta [Fri, 11 Apr 2008 13:31:40 +0000 (15:31 +0200)] 
uno plugin: allow playing a double +2 card

16 years agouno plugin: correct handling of drops and forced game ends
Giuseppe Bilotta [Fri, 11 Apr 2008 10:26:45 +0000 (12:26 +0200)] 
uno plugin: correct handling of drops and forced game ends

16 years ago* recalculate the relative version timestamp on !version
dmitry kim [Thu, 10 Apr 2008 22:30:59 +0000 (02:30 +0400)] 
* recalculate the relative version timestamp on !version

16 years agouno plugin: pick or pass are the same when +X are pending
Giuseppe Bilotta [Thu, 10 Apr 2008 18:32:29 +0000 (20:32 +0200)] 
uno plugin: pick or pass are the same when +X are pending

16 years ago+ show relative timestamp in git version
dmitry kim [Thu, 10 Apr 2008 18:26:24 +0000 (22:26 +0400)] 
+ show relative timestamp in git version

16 years agofilters: suppress a warning
Giuseppe Bilotta [Thu, 10 Apr 2008 17:17:21 +0000 (19:17 +0200)] 
filters: suppress a warning

16 years agorbot: don't fail in git checkout if git can't be run
Giuseppe Bilotta [Thu, 10 Apr 2008 16:59:54 +0000 (18:59 +0200)] 
rbot: don't fail in git checkout if git can't be run

16 years agoadds test for add_botmodules bug fix.
doki_pen [Thu, 10 Apr 2008 14:17:22 +0000 (10:17 -0400)] 
adds test for add_botmodules bug fix.

16 years agoBug fix, priority order needs to be marked dirty when modules added.
doki_pen [Thu, 10 Apr 2008 14:13:46 +0000 (10:13 -0400)] 
Bug fix, priority order needs to be marked dirty when modules added.

16 years agouno plugin: document playability of two equal cards
Giuseppe Bilotta [Thu, 10 Apr 2008 12:58:03 +0000 (14:58 +0200)] 
uno plugin: document playability of two equal cards

16 years agouno plugin: player replacement
Giuseppe Bilotta [Thu, 10 Apr 2008 12:48:22 +0000 (14:48 +0200)] 
uno plugin: player replacement

16 years agouno plugin: allow players to drop from the game
Giuseppe Bilotta [Thu, 10 Apr 2008 12:16:32 +0000 (14:16 +0200)] 
uno plugin: allow players to drop from the game

16 years agouno plugin: uno end command
Giuseppe Bilotta [Thu, 10 Apr 2008 11:36:35 +0000 (13:36 +0200)] 
uno plugin: uno end command

16 years agouno plugin: when players join mid-game, give them an average number of gards
Giuseppe Bilotta [Thu, 10 Apr 2008 11:23:49 +0000 (13:23 +0200)] 
uno plugin: when players join mid-game, give them an average number of gards

16 years agouno plugin: more extensive help
Giuseppe Bilotta [Thu, 10 Apr 2008 10:34:47 +0000 (12:34 +0200)] 
uno plugin: more extensive help

16 years agouno plugin: rework play_card param matching, allowing color spec for wild
Giuseppe Bilotta [Thu, 10 Apr 2008 10:12:34 +0000 (12:12 +0200)] 
uno plugin: rework play_card param matching, allowing color spec for wild

16 years agoquotes plugin: modernize dispatcher, add localization
Giuseppe Bilotta [Thu, 10 Apr 2008 06:45:29 +0000 (08:45 +0200)] 
quotes plugin: modernize dispatcher, add localization

16 years agoplugins: reinstate debug lines in privmsg()
Giuseppe Bilotta [Thu, 10 Apr 2008 06:05:01 +0000 (08:05 +0200)] 
plugins: reinstate debug lines in privmsg()

16 years agouno plugin: TODOs
Giuseppe Bilotta [Wed, 9 Apr 2008 22:52:01 +0000 (00:52 +0200)] 
uno plugin: TODOs

16 years agouno plugin: always bolden player names
Giuseppe Bilotta [Wed, 9 Apr 2008 22:41:40 +0000 (00:41 +0200)] 
uno plugin: always bolden player names

16 years agouno plugin: public announce of people on join
Giuseppe Bilotta [Wed, 9 Apr 2008 22:09:50 +0000 (00:09 +0200)] 
uno plugin: public announce of people on join

16 years agoplugins: mark priorities dirty on rescan
Giuseppe Bilotta [Wed, 9 Apr 2008 22:07:27 +0000 (00:07 +0200)] 
plugins: mark priorities dirty on rescan

16 years agouno plugin: fix check for card presence
Giuseppe Bilotta [Wed, 9 Apr 2008 21:45:21 +0000 (23:45 +0200)] 
uno plugin: fix check for card presence

16 years agomath plugin: stringify answer for reply
Giuseppe Bilotta [Wed, 9 Apr 2008 21:31:59 +0000 (23:31 +0200)] 
math plugin: stringify answer for reply

Some Ruby versions seem to have a problem when answer is a Fixnum, so
make the .to_s conversion explicit

16 years agomath plugin: report errors with full backtrace
Giuseppe Bilotta [Wed, 9 Apr 2008 21:31:26 +0000 (23:31 +0200)] 
math plugin: report errors with full backtrace

16 years agohl2 plugin: handle send errors as well
Giuseppe Bilotta [Wed, 9 Apr 2008 21:13:50 +0000 (23:13 +0200)] 
hl2 plugin: handle send errors as well

16 years agouno plugin: don't trigger in-game commands if they have parameters they shouldn't...
Giuseppe Bilotta [Wed, 9 Apr 2008 21:09:11 +0000 (23:09 +0200)] 
uno plugin: don't trigger in-game commands if they have parameters they shouldn't have

16 years agoAdded unit test for botmodule event priorities.
doki_pen [Wed, 9 Apr 2008 12:37:23 +0000 (08:37 -0400)] 
Added unit test for botmodule event priorities.

16 years agoAdded event priorities to modules.
doki_pen [Wed, 9 Apr 2008 12:34:15 +0000 (08:34 -0400)] 
Added event priorities to modules.

16 years agouno plugin: sort dealt cards too
Giuseppe Bilotta [Wed, 9 Apr 2008 20:24:40 +0000 (22:24 +0200)] 
uno plugin: sort dealt cards too

16 years agouno plugin: colorize color pick
Giuseppe Bilotta [Wed, 9 Apr 2008 20:22:27 +0000 (22:22 +0200)] 
uno plugin: colorize color pick

16 years agouno plugin: fix playing cards after a Reverse after a +something
Giuseppe Bilotta [Wed, 9 Apr 2008 20:02:00 +0000 (22:02 +0200)] 
uno plugin: fix playing cards after a Reverse after a +something