summaryrefslogtreecommitdiff
path: root/src/tabs
AgeCommit message (Collapse)Author
2015-07-31Only reset the self-ping event timer if there was already an enabled timerFlorent Le Coz
Otherwise we could, for example, enable a self-ping event on non-joined rooms where we just displayed an error message. And that’s bad.
2015-07-30Add a selected_row attribute to the roster tabmathieui
(for easier API access)
2015-07-24Fix some display issue in the rostertabFlorent Le Coz
fix #3076
2015-07-21/cycle: explicitly set MUC JID and nickGeorg Lukas
2015-07-21self-ping: increase timeout to 60sGeorg Lukas
2015-07-21self-ping: /cycle instead of /partGeorg Lukas
2015-07-21reset self-ping timer on every MUC messageGeorg Lukas
2015-07-17Fix an ordering issues in the MUC userlistmathieui
users changing affiliations or roles weren’t moved around properly
2015-06-22Improve the performance of the userlist refreshmathieui
Also only run one regex on search_for_color()
2015-06-21Do not beep on outgoing carbons (fix #3049, fix #3091)mathieui
2015-06-06Fix /list when no server is providedmathieui
(thanks eijebong)
2015-05-26Disable the MUC self ping by defaultFlorent Le Coz
Because it doesn’t work, due to a lot of factors, and we can’t fix them.
2015-05-26Properly yield an error on /add without argumentsFlorent Le Coz
2015-05-21Handle not-well-formed XML in the XML tab buffermathieui
happens with whitespace keepalive at least
2015-05-16Merge branch 'self-ping' into HEADFlorent Le Coz
Conflicts: src/tabs/muctab.py
2015-05-11Remove gettext support, as we don’t want to translate poezio, and it takes ↵Emmanuel Gil Peyrot
more than 1ms per call.
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
And probably some other things that use ListTab.matching_names()
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
if the error has the same id as a sent message, it will be displayed with a cross where there is usually a checkmark (ack), and the received error will be appended to the message, in red. if it does not have a know id, it will be added as another message to the conversation, without a nick, and in red.
2015-04-12Fix #3029 (reset completion when a command is executed)mathieui
2015-02-09Add a bookmarkstab (fixes #2004)mathieui
now we can edit stuff, save or cancel those modifications, and change the chose storage easily
2015-02-03Add a random arg to /colorEijebong
2015-01-28Minor fixes to the certificate warning prompt (#2949)mathieui
- slightly lower the CPU usage (callback instead of active waiting w/ sleep) - make the terminal beep so the user knows something happened - prevent the user “escaping” the prompt by pressing /, s, or S
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 ↵Célestin Matte
color of its aliases
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
- Add two new options, keyfile and certfile, which must be both set for the auth to work. - if both are set, then poezio doesn’t force-prompt a password if there is none specified - add /cert_add, /cert_fetch, /cert_disable, /cert_revoke and /certs commands. - add a page of documentation on the process
2014-12-10Fix command_name’s argumentsFlorent Le Coz
2014-12-08Fix #2754 (make /xhtml send a message with receipts, chatstates and display ↵mathieui
it properly) (also make the message appear in PrivateTabs)
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
Also add /filter_from and /filter_to, and allow chaining filters.
2014-12-04fix wrong argument name (2/78)Florent Le Coz