summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-12Fix #3035 (display config values on empty /set)mathieui
2015-04-10Save the bookmarks after changing the storage methodmathieui
also fix a check that would make the handler never trigger…
2015-04-08Fix a possible traceback in the OTR pluginmathieui
2015-03-18Do not traceback on /set without any argumentFlorent Le Coz
2015-03-18Fix the OTR timeout messagemathieui
for dynamic tabs.
2015-03-09Fix the second example in the simple_notify plugin docmathieui
2015-03-04Update the documentation for roster keysmathieui
2015-02-28Update the installation docmathieui
2015-02-26Only remove src/default_config.cfg after build if we are in a develop copymathieui
In order to not pollute src/; without this change a script doing on a sdist-built archive: ./setup.py build ./setup.py install would fail because src/default_config.cfg was removed after setup(), and data/default_config.cfg does not exist
2015-02-26Remove the “make” step from README.rstmathieui
2015-02-26The /list command should list rooms on the given fulljid, not just the bare jidFlorent Le Coz
2015-02-21Remove the unused "logfile" option and do not append 'logs' to every log pathmathieui
2015-02-21Add a -c/--check-config option to check the config filemathieui
It displays the missing options and the ones which are changed from the default values.
2015-02-21Add missing options to default_config.cfg and fix some valuesmathieui
2015-02-21Fix a bug in /bookmarkmathieui
2015-02-21Add a force_remote_bookmarks optionmathieui
2015-02-18Fix the uptime pluginmathieui
(slixmpp update)
2015-02-16Revert the --version thing, it is not supposed to display the software versionFlorent Le Coz
2015-02-16Remove the optparse backward compatibility, and fix the --version featureFlorent Le Coz
2015-02-10Fix the doc pathmathieui
“html” and “source” were inverted
2015-02-10Update setup filesmathieui
- remove “make uninstall” target which was broken a long time ago - move very install action to the setup.py (alias “make install” to “python setup.py install” - add some stuff to “make clean” - update the config.py to search the default config file using pkg_resources (more reliable than dirname(__file__)) - install the html doc only if available - use README.rst for the setup.py long_description - also, update the copyright notice to 2015
2015-02-10Rename README.rest in the MakefileFlorent Le Coz
2015-02-09Fix a color not going back to normal when adding a row in the BookmarksTabmathieui
2015-02-09Remove the setuptools from requirements.txt to avoid a setuptools bugmathieui
setuptools has slightly backwards (or forward)-incompatible changes when you update its version while still having libs installed with the old one. We only support python 3.4, which means the virtualenv comes with setuptools and pip already, so we don’t require to reinstall it. At worse, people will have to read the setup.py error message.
2015-02-09Add a bookmarkstab (fixes #2004)mathieui
now we can edit stuff, save or cancel those modifications, and change the chose storage easily
2015-02-09Refactor /bookmark to avoid code duplicationmathieui
2015-02-09Do not enable the cursor during full screen redrawmathieui
(and restore it afterwards) Could take care of some refresh issues with the position of the cursor
2015-02-09Change the bookmark interfacemathieui
move the modulename to bookmark → boookmarks add a bookmarklist class with remove module-level variables do a features check on startup before trying to fetch the bookmarks
2015-02-08Update the development documentationmathieui
talk about the command args parser, mention slixmpp
2015-02-08Fix some docstring spellingmathieui
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)