summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-01-26Fix the alias pluginmathieui
2012-01-26Add a simple_notify pluginFlorent Le Coz
And also fix some issues, like the split of the exec_command arguments. And the doc for the plugin, too.
2012-01-26Fix the resize issues with the /configure tabmathieui
2012-01-26Fix various issues with the /configure tabmathieui
Vertical tab list, text not erased from previous tab
2012-01-26Fix a little incoherence in /querymathieui
2012-01-26Fix the completion for /decline and /invitemathieui
2012-01-26Add a /invites commandmathieui
2012-01-26Beep when receiving a MUC invitation (by default)mathieui
2012-01-26Make non-remote commands work.Florent Le Coz
2012-01-26ALWAYS display affiliation or role changes, in MucTabs. fixes #2309Florent Le Coz
2012-01-26Avoid a traceback on focusing a PrivateTab from a MucTab we already left. ↵Florent Le Coz
fixed #2308
2012-01-26Improve /names commandmathieui
2012-01-26Add manfraid to thanks section.Florent Le Coz
2012-01-26Fix sorting columns when a room has no name. (we use '' instead of None)Florent Le Coz
2012-01-26/recolor random works correctly.Florent Le Coz
2012-01-26Fixe 2104manfraid
2012-01-26Fix a crash on empty command in muclisttabFlorent Le Coz
2012-01-26Fixes #2241mathieui
2012-01-26show_tab_names option lets you display the name of the tabs in the ↵Florent Le Coz
horizontal bar
2012-01-26Fix a traceback when using ^W with xhtml-immathieui
(it does not work perfectly as it should, but it doesn’t crash anymore, at least)
2012-01-26Add an XML tab (/xml_tab) to view incoming/outgoing stanzasmathieui
Fixes #2074
2012-01-26Python 3.0/.1 compatibilitymathieui
2012-01-26Curses operations must operate within the lockmathieui
2012-01-26We can now configure each conversation independently, for some options.Florent Le Coz
Fixed #2039.
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-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
them
2011-11-27Add a new option 'use_remote_bookmarks' to force local bookmarks ifmathieui
needed
2011-11-27Fix a tb in save_local()mathieui
2011-11-26Completion for /bookmark and /bookmark_localmathieui
2011-11-26Add a new /bookmark_local command (that acts like the old one)mathieui
And modify the /bookmark command to send bookmarks online
2011-11-26Adapt the startup to the new bookmarks systemmathieui
2011-11-26Default to privatexml instead of pep for bookmarks storagemathieui
(since private xml sadly has a better support)
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
2011-11-26Add a Bookmark classmathieui
2011-11-25Fix an error on data_forms tabFlorent Le Coz
2011-11-25Fix split of args for /groupaddFlorent Le Coz
2011-11-25Fix /me in history messages in a better way.Florent Le Coz
2011-11-25Fix something with /me etc.Florent Le Coz
2011-11-25/recolor now reloads OWN_NICK_COLOR from the theme, and also add anFlorent Le Coz
option to make /recolor choose random colors for others’ nicks.
2011-11-25Use the nick color for the “*” char in /me messages.Florent Le Coz
2011-11-25/me now works in all chatabsFlorent Le Coz
fixes #2302