summaryrefslogtreecommitdiff
path: root/src/tabs
AgeCommit message (Expand)Author
2015-05-26Disable the MUC self ping by defaultFlorent Le Coz
2015-05-26Properly yield an error on /add without argumentsFlorent Le Coz
2015-05-21Handle not-well-formed XML in the XML tab buffermathieui
2015-05-16Merge branch 'self-ping' into HEADFlorent Le Coz
2015-05-11Remove gettext support, as we don’t want to translate poezio, and it takes ...Emmanuel Gil Peyrot
2015-05-10The previous commit, but correctly done this timeFlorent Le Coz
2015-05-10Fix the completion of /win when a listtab is openFlorent Le Coz
2015-05-06Remove unreachable code.Emmanuel Gil Peyrot
2015-05-06Add a missing “return logs” in PrivateTab while loading the logs.Emmanuel Gil Peyrot
2015-04-14Fix #2714 (make bare /bookmark use the current room password if there is one)mathieui
2015-04-13Display error messages inside a conversationmathieui
2015-04-12Fix #3029 (reset completion when a command is executed)mathieui
2015-02-09Add a bookmarkstab (fixes #2004)mathieui
2015-02-03Add a random arg to /colorEijebong
2015-01-28Minor fixes to the certificate warning prompt (#2949)mathieui
2015-01-08Remove the annoying (and pretty useless) warning about psi+ usersFlorent Le Coz
2015-01-04Fix #2578 (disable roster features with anonymous connections)mathieui
2014-12-30Update color in all tabs with /colorCélestin Matte
2014-12-30Only graphically ack a message if it was sent by usmathieui
2014-12-24Make it possible to change the nick of a user not in the room, and change col...Célestin Matte
2014-12-24Add nick_color_aliases (default: true), to look for color of aliasesCélestin Matte
2014-12-24Unset color with /color <nick> unsetCélestin Matte
2014-12-24Add a muc_color section in the config file to permanently fix a color to a nickCélestin Matte
2014-12-24Add a /color command to fix color for a nickCélestin Matte
2014-12-20Add a deterministic_nick_colors option (default: true)mathieui
2014-12-19Do not assign the result of get_room_form because it does not return anythingmathieui
2014-12-19Fix /info (9/78)mathieui
2014-12-19Fix a traceback in /rolemathieui
2014-12-19Fix /last_activity (8/78)mathieui
2014-12-19Fix #2861 (fix /ignore and /unignore (5/78))mathieui
2014-12-17Add completions for /cert_add and /cert_fetchmathieui
2014-12-17Fix the file (/import & /export) completion on the roster tabmathieui
2014-12-11Fix #2847 (SASL External support)mathieui
2014-12-10Fix command_name’s argumentsFlorent Le Coz
2014-12-08Fix #2754 (make /xhtml send a message with receipts, chatstates and display i...mathieui
2014-12-08Add a visual “feature check” for chat states toomathieui
2014-12-08Fix /filter_xmlmaskmathieui
2014-12-07Fix #2570 (add /filter_jid to XMLTab, and syntax highlighting)mathieui
2014-12-04fix wrong argument name (2/78)Florent Le Coz
2014-11-29Fix /namemathieui
2014-11-25fix wrong argument name (1/78)Florent Le Coz
2014-11-25Parse command arguments using a decorator and make things more consistentFlorent Le Coz
2014-11-25Implement MUC self-ping to regularly check if we are still in the roomFlorent Le Coz
2014-11-13Merge branch 'master' of git.poez.io:poezio into slixmathieui
2014-11-13Fix a typo in /unlock helpmathieui
2014-11-12Merge branch 'master' of git.poez.io:poezio into slixmathieui
2014-11-12Don’t display a feature check of the remote party if it doesn’t support a...mathieui
2014-10-31Merge branch 'master' of git.poez.io:poezio into slixmathieui
2014-10-30Use a space instead of a cross while checking featuresmathieui
2014-10-25Make the features disco in chat more user-friendlymathieui