Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-06 | Do not instantiate the roster at module level | mathieui | |
. | |||
2014-04-06 | Do not instantiate the message logger at module level | mathieui | |
. | |||
2014-04-06 | Do not instantiate the Config at module load | mathieui | |
delayed execution is cleaner and less error-prone | |||
2014-04-04 | Remove unused imports | mathieui | |
(thanks eijebong) | |||
2014-01-30 | Exit on SIGPIPE | Mathieu Pasquet | |
2013-08-03 | Logs errors by default, in a dedicated file | mathieui | |
- log_errors option, true by default - errors go in log_dir/errors.log (so $XDG_DATA_HOME/errors.log by default) This should help a lot for debugging, and provide a way for people to easily give debug traces without useless or personal infos. | |||
2013-05-26 | Update setup.py to use distutils | mathieui | |
(use new default directory, install the plugins as a separate python module…) | |||
2013-02-28 | Fix signal handling | mathieui | |
- reload the config/theme with SIGUSR1 - quit properly with SIGHUP/SIGTERM | |||
2012-10-13 | Add a “debug” attribute to Core | mathieui | |
2012-08-31 | Fix a traceback when a group has no name and a crash when dns gets interrupted | mathieui | |
- http://pastebin.archlinux.fr/449676 | |||
2012-04-02 | Fixes #2350 (reloading static resources on SIGHUP) | mathieui | |
2011-10-02 | By default, log only critical messages. This avoid | Florent Le Coz | |
warnings to be displayed on stdout if no debug file was specified | |||
2011-09-11 | Change license to zlib (MIT sucks :() | Florent Le Coz | |
2011-09-06 | Change license to MIT | Florent Le Coz | |
2011-03-07 | pylint | Florent Le Coz | |
2011-03-05 | Kind of big cleanup. | Florent Le Coz | |
Core and Connection classes are now used as singletons, we do not need to pass them to each Tab and Win. This remove a lot of arguments to varius methods. | |||
2011-01-12 | Finish the two default themes | Florent Le Coz | |
And remove the automatic copy of the config files | |||
2011-01-08 | Handle authentication and connection errors. fixed #1994 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2011-01-01 | update copyright date | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-12-26 | fixed #1988 Traceback handler | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-09 | fix some little issues. Rename gui to core, use logging lib instead of the ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
custom debug option. Add a -d option | |||
2010-10-25 | typo | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-10-16 | remove the warnings caused by the new version of sleekxmpp, and update the ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
connection method (changed also in sleek) | |||
2010-10-04 | update e-mail address and README | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-09-14 | complete refactoring of the ui. Everything is now very modulable. Little ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
info win added at the bottom. Roster is ready to be implemented. | |||
2010-09-11 | only have 64 colours, so everything works fine on every terminal, even on ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
tmux. Fixed #1824 | |||
2010-09-08 | remove one more possible ncurses glitch by using a muttex. Also correctly ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
receive the error messages. And little cleanup | |||
2010-09-07 | fix colors in tmux or screen, fix the themes_dir config option | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-09-07 | do not require argparse anymore, chmod in the directory in the python ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
process directly, fix a little bit the Mafile | |||
2010-09-03 | fixed #1761 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-09-03 | python 3 only. Fixes all EncodingError bugs :)))) | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-31 | Switch to Sleekxmpp. fixed #1768 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-10 | Fix Link Mauve completion bug | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-05 | Allow the user to limit the number of history messages. fixed #1658 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-04 | fixes the sys.excepthook thread bug, and fix the traceback on joining a room ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
with non-ascii chars | |||
2010-07-20 | fix backspace key, error messages not displayed, and other stuff | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-07-19 | fixed #1587 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-06-13 | enable the tracebacks | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-06-13 | code cleanup before 0.6 beta | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-06-13 | /quit can have a message. fixed #1488 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-05-18 | rename client.py to poezio.py | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |