summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-24Make the color for information messages themableFlorent Le Coz
2012-01-24Remove all the .replace('"', '\\"') which are useless since the newFlorent Le Coz
2012-01-24Fix the comments in the theming.py fileFlorent Le Coz
2012-01-24Merge branch 'master' of http://git.louiz.org/poezioFlorent Le Coz
2012-01-24Display colors for /me messages in a better way.Florent Le Coz
2012-01-21Do not quotify topic completionmathieui
2012-01-15Fixes #2319mathieui
2012-01-11Fix the alias pluginmathieui
2012-01-10Fix image: syntax in the docFlorent Le Coz
2012-01-10And the simple_notify documentationFlorent Le Coz
2012-01-10And add the missing files.Florent Le Coz
2012-01-10Add a simple_notify pluginFlorent Le Coz
2011-12-29Fix the resize issues with the /configure tabmathieui
2011-12-28Fix various issues with the /configure tabmathieui
2011-12-19Fix a little incoherence in /querymathieui
2011-12-18Fix the completion for /decline and /invitemathieui
2011-12-18Doc for invitationsmathieui
2011-12-18Add a /invites commandmathieui
2011-12-18Beep when receiving a MUC invitation (by default)mathieui
2011-12-15Make non-remote commands work.Florent Le Coz
2011-12-12ALWAYS display affiliation or role changes, in MucTabs. fixes #2309Florent Le Coz
2011-12-12Avoid a traceback on focusing a PrivateTab from a MucTab we already left. fix...Florent Le Coz
2011-12-10Improve /names commandmathieui
2011-12-09Add manfraid to thanks section.Florent Le Coz
2011-12-09Fix sorting columns when a room has no name. (we use '' instead of None)Florent Le Coz
2011-12-09/recolor random works correctly.Florent Le Coz
2011-12-09Fixe 2104manfraid
2011-11-28Add a /remove_bookmark commandmathieui
2011-11-28Add a /bookmarks commandmathieui
2011-11-28Fix the informations displayed on /bookmark and /bookmark_remotemathieui
2011-11-28Correct documentatiomathieui
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-27Doc/config file for this new optionmathieui
2011-11-27Add a new option 'use_remote_bookmarks' to force local bookmarks ifmathieui
2011-11-27Fix a tb in save_local()mathieui
2011-11-26Document the new optionmathieui
2011-11-26(re-)Document the /bookmark commandsmathieui
2011-11-26Add the new option to the default config filemathieui
2011-11-26Completion for /bookmark and /bookmark_localmathieui
2011-11-26Add a new /bookmark_local command (that acts like the old one)mathieui
2011-11-26Adapt the startup to the new bookmarks systemmathieui
2011-11-26Default to privatexml instead of pep for bookmarks storagemathieui
2011-11-26Load the XEP-0048 plugin on startupmathieui
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