summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-12+ WelcomeMessage classGiuseppe Bilotta
2008-04-12plugins: make delegate() aware of ignored and fake messagesGiuseppe Bilotta
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.
2008-04-12test for event thresholddoki_pen
2008-04-12event delegation thresholdsdoki_pen
2008-04-12uno plugin: top scores and winsGiuseppe Bilotta
2008-04-12uno plugin: channel and player statsGiuseppe Bilotta
2008-04-11uno plugin: a Reverse on a Reverse on a +X should be playable regardless of ↵Giuseppe Bilotta
color
2008-04-11uno plugin: Reverse with two players and a picker should bounce the pickGiuseppe Bilotta
2008-04-11uno plugin: mark all legit moves as not challengeableGiuseppe Bilotta
2008-04-11uno plugin: don't fail to drop players that left the channelGiuseppe Bilotta
2008-04-11uno plugin: W+4 can be challengedGiuseppe Bilotta
2008-04-11uno plugin: allow playing a double +2 cardGiuseppe Bilotta
2008-04-11uno plugin: correct handling of drops and forced game endsGiuseppe Bilotta
2008-04-11* recalculate the relative version timestamp on !versiondmitry kim
2008-04-10uno plugin: pick or pass are the same when +X are pendingGiuseppe Bilotta
2008-04-10+ show relative timestamp in git versiondmitry kim
2008-04-10filters: suppress a warningGiuseppe Bilotta
2008-04-10rbot: don't fail in git checkout if git can't be runGiuseppe Bilotta
2008-04-10adds test for add_botmodules bug fix.doki_pen
2008-04-10Bug fix, priority order needs to be marked dirty when modules added.doki_pen
2008-04-10uno plugin: document playability of two equal cardsGiuseppe Bilotta
2008-04-10uno plugin: player replacementGiuseppe Bilotta
2008-04-10uno plugin: allow players to drop from the gameGiuseppe Bilotta
2008-04-10uno plugin: uno end commandGiuseppe Bilotta
2008-04-10uno plugin: when players join mid-game, give them an average number of gardsGiuseppe Bilotta
2008-04-10uno plugin: more extensive helpGiuseppe Bilotta
2008-04-10uno plugin: rework play_card param matching, allowing color spec for wildGiuseppe Bilotta
2008-04-10quotes plugin: modernize dispatcher, add localizationGiuseppe Bilotta
2008-04-10plugins: reinstate debug lines in privmsg()Giuseppe Bilotta
2008-04-10uno plugin: TODOsGiuseppe Bilotta
2008-04-10uno plugin: always bolden player namesGiuseppe Bilotta
2008-04-10uno plugin: public announce of people on joinGiuseppe Bilotta
2008-04-10plugins: mark priorities dirty on rescanGiuseppe Bilotta
2008-04-09uno plugin: fix check for card presenceGiuseppe Bilotta
2008-04-09math plugin: stringify answer for replyGiuseppe Bilotta
Some Ruby versions seem to have a problem when answer is a Fixnum, so make the .to_s conversion explicit
2008-04-09math plugin: report errors with full backtraceGiuseppe Bilotta
2008-04-09hl2 plugin: handle send errors as wellGiuseppe Bilotta
2008-04-09uno plugin: don't trigger in-game commands if they have parameters they ↵Giuseppe Bilotta
shouldn't have
2008-04-09Added unit test for botmodule event priorities.doki_pen
2008-04-09Added event priorities to modules.doki_pen
2008-04-09uno plugin: sort dealt cards tooGiuseppe Bilotta
2008-04-09uno plugin: colorize color pickGiuseppe Bilotta
2008-04-09uno plugin: fix playing cards after a Reverse after a +somethingGiuseppe Bilotta
2008-04-09uno plugin: fix endgame with positive pickerGiuseppe Bilotta
2008-04-09uno plugin: fix playability check for Reverse vs +xGiuseppe Bilotta
2008-04-09uno plugin: sort players' cardsGiuseppe Bilotta
2008-04-09uno plugin: downcase parametersGiuseppe Bilotta
2008-04-09uno plugin: don't reset the @picker until cards are assignedGiuseppe Bilotta
2008-04-09uno game: non-wilds can't be played on a +something unless they're the right ↵Giuseppe Bilotta
color
2008-04-09uno plugin: endgameGiuseppe Bilotta