Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-19 | Fix the tmux detection of the screen_detach plugin | mathieui | |
2015-01-15 | Fix a fallback path in bookmarks.py and use a single-dispatch function | mathieui | |
(if we gave parse_from_element an Element instead of a Conference object, it would crash) | |||
2015-01-15 | Fix a silent traceback in the otr plugin | mathieui | |
(the “X has not enabled OTR after n seconds.” would not be displayed) | |||
2015-01-15 | Make use of the $POEZIO_VENV and $POEZIO_VENV_COMMAND env variables if they ↵ | mathieui | |
exist (instead of having the user edit the scripts to tailor it to their needs) | |||
2015-01-15 | Fix a bug in the IRC plugin | mathieui | |
(forgot to add the arguments to one call) | |||
2015-01-13 | Add an /irc_query command to the irc plugin | Florent Le Coz | |
2015-01-11 | Fix a bug in the OTR plugin | mathieui | |
if the plugin attempted to start or refresh an OTR session on its own and the current tab was not this particular one, it would tb. Also make poezio beep and make tab states change for SMP actions. And update the documentation a bit. | |||
2015-01-08 | Remove the annoying (and pretty useless) warning about psi+ users | Florent Le Coz | |
2015-01-06 | Comment the /color command | Florent Le Coz | |
2015-01-06 | Trigger a /recolor when we set deterministic_nick_colors=true | Florent Le Coz | |
2015-01-06 | Fix little “typos” in the screen_detach plugin | Florent Le Coz | |
2015-01-05 | Log the plugin errors too | mathieui | |
2015-01-05 | Fix a traceback in the OTR plugin | mathieui | |
2015-01-04 | Fix #2578 (disable roster features with anonymous connections) | mathieui | |
2015-01-03 | Fix typos in the documentation | mathieui | |
2015-01-03 | Add a reorder plugin | mathieui | |
/reorder command to organize the tabs according to a fixed layout | |||
2015-01-03 | Do not trigger the “tab_change” event when going over a gaptab | mathieui | |
2015-01-03 | Fix #2523 (interoperability with jitsi) | mathieui | |
Disable fragmentation entirely | |||
2015-01-03 | Fix small issues in the OTR plugin | mathieui | |
2015-01-03 | Rework the OTR plugin | mathieui | |
- remove the allow_v1 and allow_v2 options (allow_v1 will now be always false, as no one would want it to true, and allow_v2 will always be true, which should also be what everyone wants until potr supports OTRv3) - add a “require_encryption” configuration option - move all the plugin-generated messages to module level, to improve readability - split up some parts and add comments | |||
2014-12-31 | Fix broken CTRL+arrow key shortcuts under some terms | Célestin Matte | |
2014-12-30 | Add a callback on enable_vertical_tab_list change | mathieui | |
2014-12-30 | Add a command to reload the config. | Eijebong | |
2014-12-30 | Fix #2448 (SMP in the OTR plugin) | mathieui | |
Add a /otrsmp <abort|ask|answer> command. also improve usability a bit, and mention the trust status in the info bar. | |||
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-29 | Fix #2561, Fix #2525 (broken GPG plugin) | mathieui | |
Fix issues in presence signatures (no tests SHA-512), typos, update gnupg.py to a recent version, fix the completion, and display the messages we send properly | |||
2014-12-24 | Merge branch 'master_rebased' of https://github.com/Perdu/poezio | 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-23 | Fix the irc plugin | mathieui | |
(and fuck the scoping of python closures) | |||
2014-12-20 | Remove the remaining pre-3.4 compatibility hacks | mathieui | |
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 | |
2014-12-19 | Fix /destroy_room (7/78) | mathieui | |
2014-12-19 | Fix /toggle (6/78) | mathieui | |
2014-12-19 | Add a missing import of the XEP-0048 URL element | mathieui | |
2014-12-19 | Remove an useless input method which was needed with threads | mathieui | |
2014-12-19 | Fix #2861 (fix /ignore and /unignore (5/78)) | mathieui | |
2014-12-18 | Set the version of the documentation to 0.9-dev as well | mathieui | |
2014-12-18 | Fix #2543 (irc plugin doesn't authenticate properly) | mathieui | |
Join the fake room first, then send the message to nickserv, then join initial rooms. Also add two commands and one option. | |||
2014-12-18 | Fix a hidden traceback in /set completion | mathieui | |
2014-12-18 | Allow -1 as a value for optional arguments in the args parser to collect an ↵ | mathieui | |
unspecified number of items | |||
2014-12-18 | Add a unit test for input completion | mathieui | |
incomplete, but will help catch obvious wrong behaviors if we change anything in the completions. |