Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-10 | fix finnish translation for lastfm | Raine Virta | |
2009-03-10 | lastfm: fix a bug of uri not showing in loved/neighbors/friends | Raine Virta | |
2009-03-10 | url: allow ignoring urls from specific users | Raine Virta | |
2009-03-10 | update finnish translation for lastfm | Raine Virta | |
2009-03-09 | reaction: spoken reactions should use plainreply, not reply | Giuseppe Bilotta | |
2009-03-09 | reaction: fix trigger regex to work with non-alphanumeric start/end. | Spencer Rinehart | |
only match on word boundaries at an end of a trigger if the character at that end of the trigger is a word character. In other words, the trigger "test" should require word boundaries on each side, but the trigger "@test" should only require one on the right side. | |||
2009-03-09 | youtube: fix video page detection in htmlfilter | Giuseppe Bilotta | |
2009-03-08 | keywords plugin: document some more features in help | Giuseppe Bilotta | |
2009-03-07 | messagemapper: fix regexp creation for double-optional templates | Giuseppe Bilotta | |
When a mapping template had a double optional key such as 'something [[double] optional]' the resuting regexp moved the spacing between the (converted) double brackets, requiring extra spacing before the 'optional' keyword. Fix by moving spacing inside all consecutive brackets before converting brackets into their regexp form. | |||
2009-03-07 | hangman: space scores | Giuseppe Bilotta | |
2009-03-07 | lastfm: clean up sort order events search mappings | Giuseppe Bilotta | |
Put some requirements for the sort_order specification, to prevent lastfm events at alan lomax to map lomax as a sort order. Also make the 'in' and 'order' words optional within the optional sord order block, rather than aside, to prevent them from being ignored in venue names. | |||
2009-03-07 | lastfm: refactor map options for events search | Giuseppe Bilotta | |
2009-03-07 | lastfm: handle network errors when looking for events by venue | Giuseppe Bilotta | |
2009-03-07 | lastfm: handle no events when searching by venue | Giuseppe Bilotta | |
2009-03-07 | lastfm: handle venue not found | Giuseppe Bilotta | |
2009-03-06 | load rubygems if available | Giuseppe Bilotta | |
Try loading rubygems as soon as we're set up, since it can be needed for gettext and a number of other things. This also allows us to get rid of some stupid convoluted tricks in utils. | |||
2009-03-06 | irc: monkeypatch Singleton to make _load and _dump public. | Spencer Rinehart | |
This is to fix a possible bug in newer versions of ruby where _load was declared private in singletons. This would lead to errors where Marshal could not restore the Singleton. This "bug" was introduced to ruby in revisions 16659 and 17396. | |||
2009-03-05 | lastfm: allow both 'sort by' and 'sorted by' | Giuseppe Bilotta | |
2009-03-05 | update finnish translation for lastfm | Raine Virta | |
2009-03-05 | lastfm: mention "events at <venue>" in the help | Raine Virta | |
2009-03-05 | lastfm: event sorting | Raine Virta | |
2009-03-05 | update finnish lastfm translation | Raine Virta | |
2009-03-05 | lastfm: use gettext in album format | Raine Virta | |
2009-03-05 | lastfm: fix bug of album not showing in nowplaying if there's no year | Raine Virta | |
2009-03-03 | finnish translation for Utils.comma_list | Raine Virta | |
2009-03-03 | lastfm: use Utils.comma_list in appropriate places | Raine Virta | |
2009-03-03 | utils: add a helper method for creating comma separated lists | Raine Virta | |
2009-03-03 | ircbot: enable gettext on "restarting, back in..." | Raine Virta | |
2009-03-03 | finnish translation for hangman plugin | Raine Virta | |
2009-03-03 | hangman: enable gettext on some replies and help | Raine Virta | |
2009-03-03 | hangman: make replies more compatible with gettext | Raine Virta | |
_() returns frozen strings in 1.92.0. This patch not only addresses that, but also makes some of the replies more flexible. | |||
2009-03-03 | finnish translation for last.fm plugin | Raine Virta | |
2009-03-03 | lastfm: make replies more compatible with gettext | Raine Virta | |
_() returns frozen strings in 1.92.0. This patch not only addresses that, but also makes some of the replies more flexible. | |||
2009-03-03 | finnish translation for Utils.timeago | Raine Virta | |
2009-03-03 | config: add alias config remove | Raine Virta | |
2009-03-03 | config: allow multiple values in config add and rm | Raine Virta | |
2009-03-03 | markov: ensure messages are cleaned before learning and replying. | Spencer Rinehart | |
Lines that began with or ended with spaces were breaking the learning thread. The call to clean_str was moved down into learn_line (and random_markov) so that all messages, including those being learned from files, get cleaned. | |||
2009-03-01 | PO file update | Giuseppe Bilotta | |
2009-03-01 | markov: v2 storage | Giuseppe Bilotta | |
Store chains as hashes mapping symbols to weights (and their totals) | |||
2009-02-28 | markov: refactor triplet learning | Giuseppe Bilotta | |
2009-02-28 | markov: refactor word picking | Giuseppe Bilotta | |
2009-02-28 | rss plugin: upper limit for watched feeds | Giuseppe Bilotta | |
Config option to set the maximum number of items that will be announced when a feed updates. 0 means all of them, anything else clips the list to the latest ones, and also announces that some of the updates will not be listed. | |||
2009-02-28 | plugins: allow plugins whitelisting | Raine Virta | |
If the whitelist is not empty, only load the specified plugins. | |||
2009-02-28 | plugins: refactor plugin scanning | Raine Virta | |
Refactor plugin scanning for cleaner distinction between core modules and plugins. | |||
2009-02-28 | Separate @dirs containing all botmodules (plugins and core modules) | Raine Virta | |
into @core_module_dirs and @plugin_dirs | |||
2009-02-27 | Italian PO update | Giuseppe Bilotta | |
2009-02-27 | hangman: fix score fetching to work for offline users. | Spencer Rinehart | |
m.server.get_user doesn't work for offline users so use what was given instead. | |||
2009-02-26 | finnish localization for basic expressions | Raine Virta | |
2009-02-26 | lastfm: add venue command | Raine Virta | |
2009-02-26 | lastfm: find events by venue | Raine Virta | |