summaryrefslogtreecommitdiff
path: root/src/bookmark.py
AgeCommit message (Expand)Author
2014-10-20Remove the (sometimes wrong) default values in the config.get() callsmathieui
2014-10-20Change the API of Config.get_by_tabnamemathieui
2014-04-09Actually fix that bookmarks typo bugmathieui
2014-04-06fix a wrong naming in the previous commitmathieui
2014-04-06Code cleanupmathieui
2014-04-05Improve /bookmark *mathieui
2014-04-04Remove unused importsmathieui
2014-03-24Use RawConfigParser.get{int,bool,float} whenever possiblemathieui
2014-03-23Fix formatting, some typos, and unused code, and add docstringsmathieui
2013-06-08Fix setting autojoin with /bookmarkmathieui
2013-05-10Do not add a nick to each bookmarked roommathieui
2013-01-17Move to the upstream SleekXMPPmathieui
2012-12-20Fix #2186 (muc password in the config file)mathieui
2012-08-06Add a common.safeJID function, and use it everywheremathieui
2012-04-15Add a way to bookmark all the rooms at oncemathieui
2012-03-30Should fix the refresh issuemathieui
2012-03-13Fix bookmarksmathieui
2012-01-26Handle autojoin="1" for bookmarks.Florent Le Coz
2012-01-26Python 3.0/.1 compatibilitymathieui
2011-11-27Some function rewriting and docstrings for bookmark.pymathieui
2011-11-27Add a Bookmark.local() method for local bookmarksmathieui
2011-11-27It would be silly to erase the remote bookmarks when we just want not to use ...mathieui
2011-11-27Fix a tb in save_local()mathieui
2011-11-26Default to privatexml instead of pep for bookmarks storagemathieui
2011-11-26Add stanza generators for the <storage/> elementmathieui
2011-11-26Add save() methods to save bookmarks in every waymathieui
2011-11-26Add get_ methods to retrieve bookmarks locally/w/pubsub/privatexmlmathieui
2011-11-26Add a parser from xml Element to Bookmarkmathieui
2011-11-26Enhance the Bookmark classmathieui
2011-11-26Add a Bookmark classmathieui