Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-09 | Actually fix that bookmarks typo bug | mathieui | |
2014-04-06 | fix a wrong naming in the previous commit | mathieui | |
2014-04-06 | Code cleanup | mathieui | |
fixes whitespace issues, some builtin overrides, and some enormous lines might make poezio run nanoseconds faster! | |||
2014-04-05 | Improve /bookmark * | mathieui | |
- /bookmark{_local,} * now keeps the order of the tabs, and puts the currently non-opened tabs at the end of the list. - also fix a bug in remote bookmark saving | |||
2014-04-04 | Remove unused imports | mathieui | |
(thanks eijebong) | |||
2014-03-24 | Use RawConfigParser.get{int,bool,float} whenever possible | mathieui | |
config.get('option', 'value').lower() == 'value' is just ugly and stupid, especially for bool. One if in basetabs:556 was also missing a comparison, leading to True whenever the option was set. | |||
2014-03-23 | Fix formatting, some typos, and unused code, and add docstrings | mathieui | |
- No idea why subclasses of ConversationTab were working before (info_header was overriden with None in __init__) - Or why the date parsing worked (“Exeception”) - Some more reformatting with pylint indications - Document each module in the tabs module | |||
2013-06-08 | Fix setting autojoin with /bookmark | mathieui | |
2013-05-10 | Do not add a nick to each bookmarked room | mathieui | |
2013-01-17 | Move to the upstream SleekXMPP | mathieui | |
- remove the decline command that is not in the trunk (and mediated declines are supported nowhere anyway) - change a bit xhtml-im support - change the bookmarks management a bit - Add a verification to avoid crashing when poezio will be launched the next time - Fix the (unrelated) bug when setting a jid affiliation | |||
2012-12-20 | Fix #2186 (muc password in the config file) | mathieui | |
Also use the passwords on start, and automatically use a password with /join if there is one. | |||
2012-08-06 | Add a common.safeJID function, and use it everywhere | mathieui | |
2012-04-15 | Add a way to bookmark all the rooms at once | mathieui | |
(/bookmark * or /bookmark_local *) | |||
2012-03-30 | Should fix the refresh issue | mathieui | |
2012-03-13 | Fix bookmarks | mathieui | |
2012-01-26 | Handle autojoin="1" for bookmarks. | Florent Le Coz | |
2012-01-26 | Python 3.0/.1 compatibility | mathieui | |
2011-11-27 | Some function rewriting and docstrings for bookmark.py | mathieui | |
2011-11-27 | Add a Bookmark.local() method for local bookmarks | mathieui | |
2011-11-27 | It would be silly to erase the remote bookmarks when we just want not to use ↵ | mathieui | |
them | |||
2011-11-27 | Fix a tb in save_local() | mathieui | |
2011-11-26 | Default to privatexml instead of pep for bookmarks storage | mathieui | |
(since private xml sadly has a better support) | |||
2011-11-26 | Add stanza generators for the <storage/> element | mathieui | |
2011-11-26 | Add save() methods to save bookmarks in every way | mathieui | |
2011-11-26 | Add get_ methods to retrieve bookmarks locally/w/pubsub/privatexml | mathieui | |
2011-11-26 | Add a parser from xml Element to Bookmark | mathieui | |
2011-11-26 | Enhance the Bookmark class | mathieui | |
2011-11-26 | Add a Bookmark class | mathieui | |