Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-22 | Don't use internally deprecated methods | Anton Ryzhov | |
2012-07-26 | Enhance plugin config with attribute accessors. | Lance Stout | |
This makes updating the config after plugin initialization much easier. | |||
2012-07-10 | Update plugins to use session_bind handler for disco, and use plugin_end | Lance Stout | |
2012-06-19 | PEP8 formatting updates. | Lance Stout | |
2012-03-12 | Move XEP-0202 to new system. | Lance Stout | |
2011-08-26 | The ifrom parameter doesn't need special treatment. | Lance Stout | |
2011-08-04 | Actually, we can work around needing dateutil. | Lance Stout | |
If dateutil is present, we'll use that. If not, we'll use some regexes from the fixed_datetime module. | |||
2011-08-04 | Sadly, dateutil is not actually part of the standard lib. | Lance Stout | |
Thus, using the XEP-0082 and XEP-0202 introduces a dependency on the dateutil package (installable using pip install python-dateutil). Maybe we'll be able to rework how these plugins work to avoid needing dateutil, but for now this will have to do. | |||
2011-07-03 | Let XEP-0202 specify the local timezone offset in the config. | Lance Stout | |
2011-07-03 | Updated XEP-0202 plugin to new format and use XEP-0082. | Lance Stout | |