summaryrefslogtreecommitdiff
path: root/src/tabs
AgeCommit message (Expand)Author
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-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
2014-10-22Typomathieui
2014-10-20Remove the (sometimes wrong) default values in the config.get() callsmathieui
2014-10-20Change the API of Config.get_by_tabnamemathieui
2014-10-14Merge branch 'master' of git.poez.io:poezio into slixmathieui
2014-10-12Color the JID in locking/unlocking messagesmathieui
2014-10-12Output the result of the /info command in the MUC windowmathieui
2014-10-11Add a /dump <filename> command to the XML tabmathieui
2014-10-10Fix /me display in delayed messagesmathieui
2014-08-08Fix a traceback on command_win: matchin_names() must return strings, not JIDsFlorent Le Coz
2014-08-01Entirely remove the g_lock (used to avoid a few race conditions with ncures)Florent Le Coz
2014-08-01Fix a few blocking iq, and remove all block=False function argumentsFlorent Le Coz
2014-08-01Little comments fixFlorent Le Coz
2014-08-01Fix the data form retrieval, by making it non-blockingFlorent Le Coz