summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-08Update the pyenv documentation to mention pythonz toomathieui
(and move the custom compilation on the top, as that’s what’s easiest
2015-02-07Entirely ditch distutils for setuptoolsmathieui
(it wasn’t working anyways, except for building the poopt module)
2015-02-07Change the sphinx theme to one derived from readthedocsmathieui
(without stuff like the unicode codepoint agressions and external resources) This should be cleaner and look good on mobile devices too.
2015-02-07Move README to README.rstmathieui
reformat minor stuff, and update the links to the chatroom
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-24Add a check to abort early if the pyvenv command needed in update.sh ↵mathieui
doesn’t exist
2015-01-24Document $POEZIO_VENV and $POEZIO_VENV_COMMANDmathieui
2015-01-23Line-wrap CHANGELOG at 80 cols againmathieui
because apparently it makes some people grumpy
2015-01-21Update CHANGELOGmathieui
2015-01-21Fix a small error in setup.pymathieui
2015-01-21Remove another snippet of pre-3.4 compatibilitymathieui
2015-01-21Ignore stderr when doing the git revision checkmathieui
(and use the older --git-dir instead of -C)
2015-01-21Update the setup.py to 0.9 and use PEP 440 for development buildsmathieui
detect the number of git commit since the last tag and use that
2015-01-20Remove the ?OTR Error: prefix when displaying an OTR errormathieui
2015-01-20Make the ncurses unicode check earliermathieui
and improve the message.
2015-01-20Add a check for python ncurses unicode supportmathieui
Exit almost gracefully instead of generating gigabytes of error logs. TODO: pressure the python maintainers into dropping ncurses and curses support, and use ncursesw only instead.
2015-01-19Properly ignore stderr and redirect stdout when execute a commandFlorent Le Coz
fix #2933
2015-01-19Fix the tmux detection of the screen_detach pluginmathieui
2015-01-15Fix a fallback path in bookmarks.py and use a single-dispatch functionmathieui
(if we gave parse_from_element an Element instead of a Conference object, it would crash)
2015-01-15Fix a silent traceback in the otr pluginmathieui
(the “X has not enabled OTR after n seconds.” would not be displayed)
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