Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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-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-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-04-14 | Fix #2714 (make bare /bookmark use the current room password if there is one) | mathieui | |
2015-02-03 | Add a random arg to /color | Eijebong | |
2015-01-08 | Remove the annoying (and pretty useless) warning about psi+ users | Florent Le Coz | |
2014-12-30 | Update color in all tabs with /color | Célestin Matte | |
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 a traceback in /role | mathieui | |
2014-12-19 | Fix #2861 (fix /ignore and /unignore (5/78)) | mathieui | |
2014-12-04 | fix wrong argument name (2/78) | Florent Le Coz | |
2014-11-25 | fix wrong argument name (1/78) | Florent Le Coz | |
2014-11-25 | Parse command arguments using a decorator and make things more consistent | Florent Le Coz | |
Avoid surprises with some commands accepting quoted arguments and some other not. fix #2555 | |||
2014-11-25 | Implement MUC self-ping to regularly check if we are still in the room | Florent Le Coz | |
2014-10-31 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui | |
Conflicts: src/bookmark.py src/config.py src/connection.py src/core/commands.py src/core/core.py src/core/handlers.py src/windows/info_bar.py src/windows/muc.py src/windows/roster_win.py src/windows/text_win.py src/xhtml.py | |||
2014-10-20 | Remove the (sometimes wrong) default values in the config.get() calls | mathieui | |
2014-10-20 | Change the API of Config.get_by_tabname | mathieui | |
Make the "default" parameter optional and thus move it to the end of the command with the other optional parameters. And change all the calls. | |||
2014-10-14 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui | |
Conflicts: src/core/handlers.py src/tabs/xmltab.py | |||
2014-10-12 | Output the result of the /info command in the MUC window | mathieui | |
and not the global info buffer | |||
2014-10-10 | Fix /me display in delayed messages | mathieui | |
2014-08-01 | Fix the data form retrieval, by making it non-blocking | Florent Le Coz | |
2014-07-06 | Fix #2534 (display who changed the topic) | mathieui | |
2014-05-06 | Provide our own (non-blocking) wrappers for room configuration functions | mathieui | |
2014-05-05 | Revert "Fix #2072 (only resize a tab if the size changed since the last ↵ | mathieui | |
display)" This reverts commit b46f0f5e266c321632738ca40839759486b47a7e. Conflicts: src/tabs/muclisttab.py Doing this made the unresized elements refresh in the old subwins, causing glitches and weirdness. And anyway, the only problematic element is the TextWin (rebuilding all the lines of a buffer is expensive), but it already checks if the width changed. | |||
2014-05-03 | Fix #2072 (only resize a tab if the size changed since the last display) | mathieui | |
2014-04-30 | Remove Tab.get_name() and use Tab.name instead | mathieui | |
(keep a get_name() fallback just in case for now) | |||
2014-04-29 | Fix a traceback in /topic (with no argument) | mathieui | |
2014-04-29 | Fix most UI issues with introduced in 0caf941 | mathieui | |
2014-04-28 | Update CHANGELOG | mathieui | |
(also, fix a traceback-typo) | |||
2014-04-28 | Make the size modular, remove small-size lock (also seems to fix #2155) | mathieui | |
some stuff is now hidden wen the window size gets too small (might need some adjustments). The info buffer in the roster tab, the userlist in mucs, the vertical tab list, the info buffer everywhere, etc… | |||
2014-04-26 | 80-columns wrap for MucTab and fix some completions | mathieui | |
- fix the /version completion with spaces - fix the /unignore completion with spaces |