summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-15Make 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-15Fix a bug in the IRC pluginmathieui
(forgot to add the arguments to one call)
2015-01-13Add an /irc_query command to the irc pluginFlorent Le Coz
2015-01-11Fix a bug in the OTR pluginmathieui
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-08Remove the annoying (and pretty useless) warning about psi+ usersFlorent Le Coz
2015-01-06Comment the /color commandFlorent Le Coz
2015-01-06Trigger a /recolor when we set deterministic_nick_colors=trueFlorent Le Coz
2015-01-06Fix little “typos” in the screen_detach pluginFlorent Le Coz
2015-01-05Log the plugin errors toomathieui
2015-01-05Fix a traceback in the OTR pluginmathieui
2015-01-04Fix #2578 (disable roster features with anonymous connections)mathieui
2015-01-03Fix typos in the documentationmathieui
2015-01-03Add a reorder pluginmathieui
/reorder command to organize the tabs according to a fixed layout
2015-01-03Do not trigger the “tab_change” event when going over a gaptabmathieui
2015-01-03Fix #2523 (interoperability with jitsi)mathieui
Disable fragmentation entirely
2015-01-03Fix small issues in the OTR pluginmathieui
2015-01-03Rework the OTR pluginmathieui
- 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-31Fix broken CTRL+arrow key shortcuts under some termsCélestin Matte
2014-12-30Add a callback on enable_vertical_tab_list changemathieui
2014-12-30Add a command to reload the config.Eijebong
2014-12-30Fix #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-30Update color in all tabs with /colorCélestin Matte
2014-12-30Only graphically ack a message if it was sent by usmathieui
2014-12-29Fix #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-24Merge branch 'master_rebased' of https://github.com/Perdu/poeziomathieui
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-23Fix the irc pluginmathieui
(and fuck the scoping of python closures)
2014-12-20Remove the remaining pre-3.4 compatibility hacksmathieui
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 /destroy_room (7/78)mathieui
2014-12-19Fix /toggle (6/78)mathieui
2014-12-19Add a missing import of the XEP-0048 URL elementmathieui
2014-12-19Remove an useless input method which was needed with threadsmathieui
2014-12-19Fix #2861 (fix /ignore and /unignore (5/78))mathieui
2014-12-18Set the version of the documentation to 0.9-dev as wellmathieui
2014-12-18Fix #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-18Fix a hidden traceback in /set completionmathieui
2014-12-18Allow -1 as a value for optional arguments in the args parser to collect an ↵mathieui
unspecified number of items
2014-12-18Add a unit test for input completionmathieui
incomplete, but will help catch obvious wrong behaviors if we change anything in the completions.
2014-12-17Update CHANGELOG and versionsmathieui
2014-12-17Fix scrolling inside the input when the text is small enough to fitmathieui
(e.g. during a completion, the input might scroll due to the length of the completed item, and not go back to its original state without this change)
2014-12-17Add completions for /cert_add and /cert_fetchmathieui