Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-25 | remind: fix presence of 'in', 'every' or 'at' in message | Giuseppe Bilotta | |
if 'in' was present in the message but not part of the time specification (e.g. because the specification was with 'every' or with 'at'), the parser would fail at the first attempt (look for time after 'in') and fail unnecessarily. Fix by trying all possibilities and only giving an error if none succeeds. | |||
2009-08-26 | Utils: time parsing routines | Giuseppe Bilotta | |
Add time parsing routines to Utils, to be used for human-to-computer conversion of time offsets. Refactored and enhanced from the remind plugin. | |||
2009-02-19 | remove whitespace | Raine Virta | |
2009-02-07 | remind plugin: added possibility to reference times that are the next day as ↵ | Raine Virta | |
hh:mm | |||
2007-08-26 | Call 'super' method from #cleanup() in all plugins | Giuseppe Bilotta | |
2007-02-20 | remind plugin: fix for repeated reminders failing after [717]. | Giuseppe Bilotta | |
2007-02-15 | remind plugin: one-shot reminders gave a reminder time with an extra period ↵ | Giuseppe Bilotta | |
added. Remove it, and add some minor optimizations | |||
2007-02-06 | Create an utils subdir in core, which will store all utility files that can ↵ | Giuseppe Bilotta | |
be reloaded without quitting the bot, and move httputil and utils to it | |||
2007-01-30 | auth -> auth_path fixes | Giuseppe Bilotta | |
2006-08-25 | Optimize remind plugin exploiting new message mapper | Giuseppe Bilotta | |
2006-07-20 | Clean up logging from the plugins | Giuseppe Bilotta | |
2005-07-29 | Fri Jul 29 13:07:56 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk> | Tom Gilbert | |
* Moved some stuff out of util.rb into the plugins that actually need them. Those methods didn't belong in util as they were plugin-specific. * moved a few more plugins to use map() where appropriate * made the url plugin only store unique urls | |||
2005-07-27 | rearrange repo for packaging | Tom Gilbert | |