Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-07 | * typo in italian lart | Giuseppe Bilotta | |
2009-04-07 | reaction: document 'reaction move' syntax | Giuseppe Bilotta | |
2009-04-04 | hone the finnish translation for seen plugin a bit | Raine Virta | |
2009-04-02 | imdb: fix for missing director | Giuseppe Bilotta | |
Director information was missing because IMDB had changed its 'info' div box to include an id. Cope with it. | |||
2009-03-25 | messagemapper: include defaults in options | Giuseppe Bilotta | |
This change allows the use of :defaults in maps to define values for parameters which are not actually present in the map itself. We also move the initialization further down, to skip it in case of early returns. | |||
2009-03-24 | factoids: fix 'facts search' | Giuseppe Bilotta | |
2009-03-22 | Separate gemspec from Rakefile | Giuseppe Bilotta | |
The benefit of this separation is that hosting services such as GitHub will automatically build a gem every time the version in the spec is changed. The underside of this separation is that hosting services such as GitHub will automatically build a gem every time the version is changed. To allow the automatic gem generation to trigger on the release of 0.9.15, we demoted the version in the spec to 0.9.14. This gimmick is needed because the gem spec doesn't allow non-numeric versions. Since the gemspec is now standalone, it uses Dir instead of FileList, which is equivalent for our use case. Moreover, the Rakefile only defines the gem tasks if the spec is present. | |||
2009-03-20 | search: fix gcalc regexp again | Giuseppe Bilotta | |
2009-03-20 | BIG PO file update | Giuseppe Bilotta | |
2009-03-20 | seen: keep nick in ACTION message | Giuseppe Bilotta | |
2009-03-20 | finnish translation for seen plugin | Raine Virta | |
2009-03-20 | seen: change format of ACTIONs | Raine Virta | |
2009-03-20 | seen: use gettext | Raine Virta | |
2009-03-16 | Rakefile: package launch_here.rb too | Giuseppe Bilotta | |
And clean up some Rakefile crud while we're at it | |||
2009-03-16 | rss: whitespace fix for handle_wrap | Giuseppe Bilotta | |
2009-03-15 | url: load filters, defaulting to the htmlinfo filter group | Giuseppe Bilotta | |
2009-03-15 | rss: allow easier customization of output formats | Giuseppe Bilotta | |
Rather than hard-coding the handle, date and title formatting, make it customizable via appropriate *_wrap keys. | |||
2009-03-15 | extends: String#wrap_nonempty | Giuseppe Bilotta | |
We sometimes want to wrap a nonempty String with a given prefix and postfix. This method makes it a breeze. | |||
2009-03-15 | rss: refactor item date generation | Giuseppe Bilotta | |
2009-03-15 | rss: configurable announce method | Giuseppe Bilotta | |
Since the RSS update announcements do not expect any form of reply, they could be considered the typical IRC message that should use NOTICE rather than PRIVMSG. However, for backwards compatibility and since NOTICEs are not always appreciated (and since their handling from clients is not always optimal, either), we still allow rss announces to use the traditional method, and that is in fact selected as default. Explicit rss show request always go with PRIVMSG. | |||
2009-03-15 | rss: clean up options parsing in printFormattedRss | Giuseppe Bilotta | |
2009-03-13 | rss: refactor rss types loading | Giuseppe Bilotta | |
Make use of the new custom filter loading procedure to move most of the type definitions into its own file (data/rbot/filters/rss.rb) and only define some essential ones in the plugin itself. As an added benefit, user types can be loaded from filters/rss.rb and rss/types.rb in the botclass directory. | |||
2009-03-13 | filters: BotModule user filter loading | Giuseppe Bilotta | |
2009-03-11 | rss: more detailed forum type | Giuseppe Bilotta | |
2009-03-10 | update finnish translation for lastfm | Raine Virta | |
2009-03-10 | lastfm: allow bolding in translations in nowplaying | Raine Virta | |
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 | |