summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-10fix finnish translation for lastfmRaine Virta
2009-03-10lastfm: fix a bug of uri not showing in loved/neighbors/friendsRaine Virta
2009-03-10url: allow ignoring urls from specific usersRaine Virta
2009-03-10update finnish translation for lastfmRaine Virta
2009-03-09reaction: spoken reactions should use plainreply, not replyGiuseppe Bilotta
2009-03-09reaction: 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-09youtube: fix video page detection in htmlfilterGiuseppe Bilotta
2009-03-08keywords plugin: document some more features in helpGiuseppe Bilotta
2009-03-07messagemapper: fix regexp creation for double-optional templatesGiuseppe 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-07hangman: space scoresGiuseppe Bilotta
2009-03-07lastfm: clean up sort order events search mappingsGiuseppe 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-07lastfm: refactor map options for events searchGiuseppe Bilotta
2009-03-07lastfm: handle network errors when looking for events by venueGiuseppe Bilotta
2009-03-07lastfm: handle no events when searching by venueGiuseppe Bilotta
2009-03-07lastfm: handle venue not foundGiuseppe Bilotta
2009-03-06load rubygems if availableGiuseppe 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-06irc: 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-05lastfm: allow both 'sort by' and 'sorted by'Giuseppe Bilotta
2009-03-05update finnish translation for lastfmRaine Virta
2009-03-05lastfm: mention "events at <venue>" in the helpRaine Virta
2009-03-05lastfm: event sortingRaine Virta
2009-03-05update finnish lastfm translationRaine Virta
2009-03-05lastfm: use gettext in album formatRaine Virta
2009-03-05lastfm: fix bug of album not showing in nowplaying if there's no yearRaine Virta
2009-03-03finnish translation for Utils.comma_listRaine Virta
2009-03-03lastfm: use Utils.comma_list in appropriate placesRaine Virta
2009-03-03utils: add a helper method for creating comma separated listsRaine Virta
2009-03-03ircbot: enable gettext on "restarting, back in..."Raine Virta
2009-03-03finnish translation for hangman pluginRaine Virta
2009-03-03hangman: enable gettext on some replies and helpRaine Virta
2009-03-03hangman: make replies more compatible with gettextRaine 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-03finnish translation for last.fm pluginRaine Virta
2009-03-03lastfm: make replies more compatible with gettextRaine 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-03finnish translation for Utils.timeagoRaine Virta
2009-03-03config: add alias config removeRaine Virta
2009-03-03config: allow multiple values in config add and rmRaine Virta
2009-03-03markov: 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-01PO file updateGiuseppe Bilotta
2009-03-01markov: v2 storageGiuseppe Bilotta
Store chains as hashes mapping symbols to weights (and their totals)
2009-02-28markov: refactor triplet learningGiuseppe Bilotta
2009-02-28markov: refactor word pickingGiuseppe Bilotta
2009-02-28rss plugin: upper limit for watched feedsGiuseppe 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-28plugins: allow plugins whitelistingRaine Virta
If the whitelist is not empty, only load the specified plugins.
2009-02-28plugins: refactor plugin scanningRaine Virta
Refactor plugin scanning for cleaner distinction between core modules and plugins.
2009-02-28Separate @dirs containing all botmodules (plugins and core modules)Raine Virta
into @core_module_dirs and @plugin_dirs
2009-02-27Italian PO updateGiuseppe Bilotta
2009-02-27hangman: 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-26finnish localization for basic expressionsRaine Virta
2009-02-26lastfm: add venue commandRaine Virta
2009-02-26lastfm: find events by venueRaine Virta