summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-01-27[Link Mauve] Add the ability to send and receive Attention (XEP-0224).Florent Le Coz
2012-01-27Merge branch 'master' of https://git.louiz.org/poezioFlorent Le Coz
2012-01-27Typo.Florent Le Coz
2012-01-26Fixes #2312 (delay element in normal conversations)mathieui
2012-01-26Add an auto_reconnect optionmathieui
2012-01-26Merge branch 'master' of https://git.louiz.org/poezioFlorent Le Coz
Conflicts: src/theming.py src/windows.py
2012-01-26Handle autojoin="1" for bookmarks.Florent Le Coz
2012-01-26Make /theme error more descriptiveFlorent Le Coz
2012-01-26New participant list. Displaying the nick color, the affiliation, role, ↵Florent Le Coz
chatstate and status!
2012-01-26Make the color for information messages themableFlorent Le Coz
2012-01-26Remove all the .replace('"', '\\"') which are useless since the newFlorent Le Coz
way to express colors in messages.
2012-01-26Fix the comments in the theming.py fileFlorent Le Coz
2012-01-26Display colors for /me messages in a better way.Florent Le Coz
2012-01-26Do not quotify topic completionmathieui
2012-01-26Fixes #2319mathieui
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.
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