Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-17 | Lower the priority of the “joined” tab to be lower than the ↵ | louiz’ | |
“message” ones fix #3192 | |||
2016-04-09 | Fix #3182 (/xhtml should send message with type=chat) | mathieui | |
2015-12-29 | Remove a newly-added unused import | mathieui | |
2015-12-29 | muctab: Cleanup the /names implementation | Nicolas Braud-Santoni | |
2015-11-04 | Don’t refresh everything uselessy on a correction | mathieui | |
(refresh will be triggered by the caller if needed) | |||
2015-11-04 | Don’t always reset the completion on command execution | mathieui | |
e.g. if there is nothing to reset | |||
2015-10-08 | Fix a display issue with the contact info win | mathieui | |
(the line above was never used and could contain garbage from elsewhere) TODO: fix the way we arrange information inside it to fit more stuff | |||
2015-10-05 | Fix #3130 (self-ping & /cycle not using known room password) | mathieui | |
2015-09-05 | Use the right text color in /info | mathieui | |
2015-08-31 | Fix the join message where a space was colored while it should not be | Florent Le Coz | |
2015-07-31 | Only reset the self-ping event timer if there was already an enabled timer | Florent 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-30 | Add a selected_row attribute to the roster tab | mathieui | |
(for easier API access) | |||
2015-07-24 | Fix some display issue in the rostertab | Florent Le Coz | |
fix #3076 | |||
2015-07-21 | /cycle: explicitly set MUC JID and nick | Georg Lukas | |
2015-07-21 | self-ping: increase timeout to 60s | Georg Lukas | |
2015-07-21 | self-ping: /cycle instead of /part | Georg Lukas | |
2015-07-21 | reset self-ping timer on every MUC message | Georg Lukas | |
2015-07-17 | Fix an ordering issues in the MUC userlist | mathieui | |
users changing affiliations or roles weren’t moved around properly | |||
2015-06-22 | Improve the performance of the userlist refresh | mathieui | |
Also only run one regex on search_for_color() | |||
2015-06-21 | Do not beep on outgoing carbons (fix #3049, fix #3091) | mathieui | |
2015-06-06 | Fix /list when no server is provided | mathieui | |
(thanks eijebong) | |||
2015-05-26 | Disable the MUC self ping by default | Florent Le Coz | |
Because it doesn’t work, due to a lot of factors, and we can’t fix them. | |||
2015-05-26 | Properly yield an error on /add without arguments | Florent Le Coz | |
2015-05-21 | Handle not-well-formed XML in the XML tab buffer | mathieui | |
happens with whitespace keepalive at least | |||
2015-05-16 | Merge branch 'self-ping' into HEAD | Florent Le Coz | |
Conflicts: src/tabs/muctab.py | |||
2015-05-11 | Remove gettext support, as we don’t want to translate poezio, and it takes ↵ | Emmanuel Gil Peyrot | |
more than 1ms per call. | |||
2015-05-10 | The previous commit, but correctly done this time | Florent Le Coz | |
2015-05-10 | Fix the completion of /win when a listtab is open | Florent Le Coz | |
And probably some other things that use ListTab.matching_names() | |||
2015-05-06 | Remove unreachable code. | Emmanuel Gil Peyrot | |
2015-05-06 | Add a missing “return logs” in PrivateTab while loading the logs. | Emmanuel Gil Peyrot | |
2015-04-14 | Fix #2714 (make bare /bookmark use the current room password if there is one) | mathieui | |
2015-04-13 | Display error messages inside a conversation | mathieui | |
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-12 | Fix #3029 (reset completion when a command is executed) | mathieui | |
2015-02-09 | Add a bookmarkstab (fixes #2004) | mathieui | |
now we can edit stuff, save or cancel those modifications, and change the chose storage easily | |||
2015-02-03 | Add a random arg to /color | Eijebong | |
2015-01-28 | Minor 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-08 | Remove the annoying (and pretty useless) warning about psi+ users | Florent Le Coz | |
2015-01-04 | Fix #2578 (disable roster features with anonymous connections) | mathieui | |
2014-12-30 | Update color in all tabs with /color | Célestin Matte | |
2014-12-30 | Only graphically ack a message if it was sent by us | mathieui | |
2014-12-24 | Make it possible to change the nick of a user not in the room, and change ↵ | Célestin Matte | |
color of its aliases | |||
2014-12-24 | Add nick_color_aliases (default: true), to look for color of aliases | Célestin Matte | |
2014-12-24 | Unset color with /color <nick> unset | Célestin Matte | |
2014-12-24 | Add a muc_color section in the config file to permanently fix a color to a nick | Célestin Matte | |
2014-12-24 | Add a /color command to fix color for a nick | Célestin Matte | |
2014-12-20 | Add a deterministic_nick_colors option (default: true) | mathieui | |
2014-12-19 | Do not assign the result of get_room_form because it does not return anything | mathieui | |
2014-12-19 | Fix /info (9/78) | mathieui | |
2014-12-19 | Fix a traceback in /role | mathieui | |
2014-12-19 | Fix /last_activity (8/78) | mathieui | |