index
:
user/henk/code/ruby/rbot.git
fix/deprecated_gethostbyname
main
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
rbot
/
plugins
/
quiz.rb
Age
Commit message (
Expand
)
Author
2007-02-12
quiz plugin: more UTF-8 workarounds while we wait for Ruby 2.0
Giuseppe Bilotta
2007-02-11
quiz plugin: initial support for unicode (UTF-8) answers
Giuseppe Bilotta
2007-02-10
quiz plugin: online and on-disk sources can now be customized
Giuseppe Bilotta
2007-02-07
Rubify ugly unhilight_nick code
Giuseppe Bilotta
2007-02-07
quiz plugin: dottification of nicks made optional, defaults to true
Giuseppe Bilotta
2007-02-06
Suppress a couple of warnings
Giuseppe Bilotta
2007-02-01
Previous commit also implemented quiz autoask delay, but I had forgotten to l...
Giuseppe Bilotta
2007-02-01
salut plugin: don't try matching something when we know nothing
Giuseppe Bilotta
2007-01-30
quiz plugin was failing on private messages. Fix the problem
Giuseppe Bilotta
2007-01-11
Fix more ranking bugs, hopefully prevent corruption
Giuseppe Bilotta
2007-01-11
Stupid typo in previous commit
Giuseppe Bilotta
2007-01-11
The quiz scores databases can get corrupt sometimes. Until we find how and wh...
Giuseppe Bilotta
2007-01-07
Make sure the quiz plugin doesn't fail when win messages haven't been found
Giuseppe Bilotta
2007-01-05
Fix a bug in quiz.rb listen()
Giuseppe Bilotta
2006-12-22
Only react on PrivMessage in salut and quiz
Giuseppe Bilotta
2006-10-25
When contacted in private, quiz plugin now uses 'private' as a key instead of...
Giuseppe Bilotta
2006-10-25
Minor quiz cleanups
Giuseppe Bilotta
2006-10-24
Initial implementation of proper caching based on last-modified and etag HTTP...
Giuseppe Bilotta
2006-09-20
Bugfix for the quiz plugin: With newly created games (no scores yet known) th...
Mark Kretschmann
2006-09-20
Quiz plugin: Improve error handling.
Mark Kretschmann
2006-09-04
Fix regression in the quiz plugin: The same winning messages would be repeate...
Mark Kretschmann
2006-08-26
Separate out the winning messages in an extra file, as advised by tango_.
Mark Kretschmann
2006-08-25
Remove some legacy code.
Mark Kretschmann
2006-08-25
Initial import of the multiplayer trivia quiz game for rbot.
Mark Kretschmann