Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-07 | Time parsing: also parse months and years | Giuseppe Bilotta | |
2010-03-07 | rfc2812: Fix multiple RPL_WHOISCHANNELS handling | Robin H. Johnson | |
The new Freenode ircd returns multiple RPL_WHOISCHANNELS lines (split based on length), and they must be merged, otherwise only the last ends up as the list of channels that the bot is in. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | |||
2010-02-25 | nickserv: add a missing colon | Raine Virta | |
2010-02-25 | reaction: fix can_add? method logic | Raine Virta | |
It should now follow this logic: * Allow everyone to create basic replies * Require specific permissions for cmd and ruby reactions | |||
2010-02-25 | reaction: reverse permission check | Raine Virta | |
2010-02-13 | geoip: Add blogama and allow for fallback options | David Gadling | |
2010-02-10 | react: restrict command reactions by default | Giuseppe Bilotta | |
Anybody can create a dangerous reaction, and then trick the owner into triggering it. Credits to apoc for spotting this. | |||
2010-01-26 | markov: detect addressing-by-nick in channel | Voker57 | |
and filter it in smart way | |||
2010-01-25 | markov: fix delay | Giuseppe Bilotta | |
markov.delay had the wrong default, and its use didn't have any degree of randomness in it. Set the default to 5 and use rand() again. | |||
2010-01-25 | markov: unify should_talk | Giuseppe Bilotta | |
Unify probability check for addressed and non-addressed case by passing the message as a parameter to should_talk and picking the probability accordingly. | |||
2010-01-25 | markov: whitespace cleanup | Giuseppe Bilotta | |
2010-01-26 | markov: removed unnecessary mutexes | Voker57 | |
These were slowing down learning process greatly and do not make sense as far as I can see: learning is always done only by single thread anyway. | |||
2010-01-26 | markov: close registry correctly | Voker57 | |
2010-01-26 | markov: Intern only when it makes sense | Voker57 | |
2010-01-26 | markov: stats | Voker57 | |
2010-01-26 | markov: Moved weighted pick to separate function | Voker57 | |
2010-01-26 | markov: learn message after maybe replying to it. | Voker57 | |
2010-01-26 | markov: bidirectional line generating | Voker57 | |
2010-01-26 | markov: ignore word patterns | Voker57 | |
2010-01-26 | markov: fixed parameter type | Voker57 | |
2010-01-26 | markov: use not only first two first words for building phrase | Voker57 | |
2010-01-26 | markov: separate probability for answering when adressed | Voker57 | |
2010-01-26 | markov: read-only list | Voker57 | |
2010-01-26 | markov: made delay an option, fixed non-replied status | Voker57 | |
2010-01-25 | Message 'prefixed?' method | Giuseppe Bilotta | |
This is used to tell apart colloquial messages to the bot ("botname, do this") from classic bot-style interface ("!do this"). | |||
2009-12-21 | message: Allow forcefully prepending of the nick when replying | Alex Legler | |
2009-12-21 | ircbot/rfc2812/message: Add banlist message handling | Alex Legler | |
2009-12-21 | ircbot: Delegate ERR_NOSUCHNICK and ERR_NOSUCHCHANNEL events to plugins | Alex Legler | |
2009-12-21 | hangman: expand %{site} in help | Giuseppe Bilotta | |
2009-12-21 | spotify: fail on load if Spotify module is not available | Raine Virta | |
2009-12-21 | spotify: handle errors | Raine Virta | |
2009-12-21 | add spotify plugin | Raine Virta | |
2009-12-21 | lastfm: use Spotify from lib_spotify | Raine Virta | |
2009-12-21 | add lib_spotify plugin | Raine Virta | |
2009-12-21 | lastfm: wrap artist name with bold in now_playing output | Raine Virta | |
2009-12-21 | lastfm: use CGI.escape on query part of spotify searches | Raine Virta | |
2009-12-21 | lastfm: remove dashes from Spotify queries | Raine Virta | |
2009-12-21 | lastfm: show spotify links on now_playing if possible | Raine Virta | |
2009-12-21 | lastfm: fix detection of invalid username on now_playing | Raine Virta | |
2009-11-30 | When a translator fails to initialize, map its command to respond the reason | Yaohan Chen | |
2009-11-30 | Simplify support for using "auto" to detect source language | Yaohan Chen | |
When "auto" is used as source language, Google Translate detects the source language. However there is no need to hardcode Google Translate as the only translator supporting "auto". If another translator supports language detection, we can add "auto" to its supported source languages. If no translator in default_list supports translating from "auto", the existing code already responds with a message saying so. | |||
2009-11-30 | translator: use google's RESTful interface for google_translate | Raine Virta | |
2009-11-30 | translator: fix random bug caused by undefined variables | Raine Virta | |
2009-11-06 | irclog: don't kill logger thread on false can_log_on | Giuseppe Bilotta | |
Change a return to a next. Leftover from the refactoring of the logger into its own thread. Thanks to gelraen for spotting this. | |||
2009-11-05 | remote: bring up to date with changes in MessageMapper | Giuseppe Bilotta | |
2009-11-05 | remote: use permit? instead of allow? | Giuseppe Bilotta | |
We cannot signal back to the user from the UI anyway. | |||
2009-11-03 | dice: restore + killed by ec5745fa7abd47b8ca12bd783b0759079dff9917 | Giuseppe Bilotta | |
2009-11-01 | urban: fix numpages being nil in some cases | Raine Virta | |
2009-11-01 | tumblr: better guess for group name on ## channels | Giuseppe Bilotta | |
2009-11-01 | IRC Framework: Channel.npname() | Giuseppe Bilotta | |
Returns the unprefixed part of a channel name |