summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-26Add an XML tab (/xml_tab) to view incoming/outgoing stanzasmathieui
Fixes #2074
2012-01-26Python 3.0/.1 compatibilitymathieui
2012-01-26Add the doc to the installed filesmathieui
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.
2012-01-25Fixes #2316mathieui
2012-01-25Add affiliation chars in the thememathieui
2012-01-24New participant list. Displaying the nick color, the affiliation, role, ↵Florent Le Coz
chatstate and status!
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
way to express colors in messages.
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
And also fix some issues, like the split of the exec_command arguments. And the doc for the plugin, too.
2011-12-29Fix the resize issues with the /configure tabmathieui
2011-12-28Fix various issues with the /configure tabmathieui
Vertical tab list, text not erased from previous tab
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. ↵Florent Le Coz
fixed #2308
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
them
2011-11-27Doc/config file for this new optionmathieui
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-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
And modify the /bookmark command to send bookmarks online