- 13 Apr, 2015 6 commits
-
-
mathieui authored
-
louiz’ authored
-
mathieui authored
if the error has the same id as a sent message, it will be displayed with a cross where there is usually a checkmark (ack), and the received error will be appended to the message, in red. if it does not have a know id, it will be added as another message to the conversation, without a nick, and in red.
-
mathieui authored
-
mathieui authored
e.g. /set . notify_messages false would set the option for a section named after the current tab.
-
mathieui authored
(the command args parser would never parse three args, making /set unable to set section-specific options)
-
- 12 Apr, 2015 3 commits
- 10 Apr, 2015 1 commit
-
-
mathieui authored
also fix a check that would make the handler never trigger…
-
- 08 Apr, 2015 1 commit
-
-
mathieui authored
-
- 18 Mar, 2015 2 commits
- 09 Mar, 2015 1 commit
-
-
mathieui authored
-
- 04 Mar, 2015 1 commit
-
-
mathieui authored
-
- 28 Feb, 2015 1 commit
-
-
mathieui authored
-
- 26 Feb, 2015 3 commits
- 21 Feb, 2015 5 commits
- 18 Feb, 2015 1 commit
-
-
mathieui authored
(slixmpp update)
-
- 16 Feb, 2015 2 commits
- 10 Feb, 2015 3 commits
-
-
mathieui authored
“html” and “source” were inverted
-
mathieui authored
- 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
-
louiz’ authored
-
- 09 Feb, 2015 6 commits
-
-
mathieui authored
-
mathieui authored
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.
-
mathieui authored
now we can edit stuff, save or cancel those modifications, and change the chose storage easily
-
mathieui authored
-
mathieui authored
(and restore it afterwards) Could take care of some refresh issues with the position of the cursor
-
mathieui authored
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
-
- 08 Feb, 2015 3 commits
- 07 Feb, 2015 1 commit
-
-
mathieui authored
(it wasn’t working anyways, except for building the poopt module)
-