Thu, 04 Sep 2014 19:05:57 +0200 |
Goffi |
primitivus: profile manager now handle APP_QUIT key
|
Thu, 04 Sep 2014 19:05:57 +0200 |
Goffi |
primitivus: moved history method definition out of keypress
|
Thu, 04 Sep 2014 19:05:57 +0200 |
Goffi |
primitivus: key can be changed in config:
|
Thu, 04 Sep 2014 19:05:57 +0200 |
Goffi |
primitivus: use of new keys modules from Urwid SàText
|
Wed, 03 Sep 2014 20:54:14 +0200 |
souliane |
add licence information for otr.js and dependencies
|
Wed, 03 Sep 2014 17:55:05 +0200 |
Goffi |
misc (install): fixed self.root access when it's not used
|
Wed, 03 Sep 2014 17:44:19 +0200 |
Goffi |
misc (install): updated old distribute_setup.py to new setuptools' ez_setup.py
|
Wed, 03 Sep 2014 17:18:27 +0200 |
Goffi |
misc (install): use os.symlink instead of distutils.file_util.copy_file to avoid error when --root is used
|
Wed, 03 Sep 2014 16:40:52 +0200 |
Goffi |
misc (installation): --root option is ignored for _final destinations
|
Wed, 03 Sep 2014 12:25:07 +0200 |
Goffi |
misc: README4PACKAGERS update
|
Wed, 03 Sep 2014 11:46:09 +0200 |
Goffi |
misc (launch script): added a "status" command
|
Wed, 03 Sep 2014 11:46:06 +0200 |
Goffi |
misc (D-Bus, installation): added a .service file for D-Bus auto-launch feature + installation from setup.py (path adaptation now use regex).
|
Mon, 01 Sep 2014 15:45:35 +0200 |
souliane |
plugin OTR: add bridge method skipOTR to desactivate OTR handling for a given profile
|
Mon, 01 Sep 2014 15:43:16 +0200 |
souliane |
core: sendMessage handles the extra data key 'send_only' to skip triggers, storage and echo
|
Mon, 01 Sep 2014 16:11:45 +0200 |
souliane |
plugin OTR: two small fixes
|
Mon, 01 Sep 2014 16:05:28 +0200 |
souliane |
plugin OTR: remove unnecessary attribute SatXMPPClient.otr_priv_key
|
Mon, 01 Sep 2014 11:05:27 +0200 |
Goffi |
core: more robust plugins importation
|
Wed, 27 Aug 2014 01:27:24 +0200 |
Goffi |
plugin OTR: added ability to drop private key
|
Wed, 27 Aug 2014 01:27:05 +0200 |
Goffi |
core (constants): Bool method allow to convert from python bool to string constant for true/false (in both directions)
|
Wed, 27 Aug 2014 01:24:26 +0200 |
Goffi |
core (XMLUI): sugar method "note" allow to easily create a XMLUI note dialog (more methods for other dialogs should follow)
|
Wed, 27 Aug 2014 00:23:14 +0200 |
Goffi |
plugin OTR: authentication management + fixed a bug in setState (due to a wrong docstring in potr.context.getCurrentTrust)
|
Tue, 26 Aug 2014 13:33:12 +0200 |
souliane |
sat_frontends (tools): force JID's node and domain to lower-case:
|
Tue, 26 Aug 2014 12:52:46 +0200 |
souliane |
move sat.tools.jid to sat_frontends.tools.jid
|
Tue, 26 Aug 2014 09:54:23 +0200 |
souliane |
setup: sat_frontends was omitted by the cleaning method
|
Mon, 25 Aug 2014 21:32:29 +0200 |
Goffi |
plugin otr: priv_key is better than getPrivKey here, as it should not be None + fixed private key encryption/decryption
|
Mon, 25 Aug 2014 21:32:23 +0200 |
Goffi |
plugin OTR: added start/refresh and end session menus
|
Mon, 25 Aug 2014 21:32:23 +0200 |
Goffi |
plugin OTR: a warning is logged when Account is instancied with a bare jid.
|
Mon, 25 Aug 2014 21:32:23 +0200 |
Goffi |
plugin OTR: temporary potr monkey patch to work around a unicode bug, to be removed as soon as a potr fixed version is released (potr maintainer should do it soon)
|
Mon, 25 Aug 2014 21:32:23 +0200 |
Goffi |
primivitus: fixed jid escaping for dynamic menus in one2one chat
|
Mon, 25 Aug 2014 19:39:07 +0200 |
Goffi |
reverted commit b1cb1d70bea9: jid should not be lowercase !
|
Mon, 25 Aug 2014 21:32:23 +0200 |
Goffi |
core (stdui): fixed forgotten parametter in getParamError
|
Mon, 25 Aug 2014 17:21:04 +0200 |
Goffi |
core: twistd plugin refactoring:
|
Mon, 25 Aug 2014 17:21:03 +0200 |
Goffi |
core (logging): new backend_data parameter can be used to transmit specific data to a backend + Twisted backend use this option to know if we are in debug or nodaemon mode
|
Mon, 25 Aug 2014 17:21:03 +0200 |
Goffi |
core (installation): replaced PIL by its maintained fork pillow (installation from pip is working out of the box with pillow, not with PIL)
|
Mon, 25 Aug 2014 17:21:03 +0200 |
Goffi |
misc: added Session.vim to .hgignore
|
Sun, 24 Aug 2014 18:39:32 +0200 |
souliane |
primitivus (chat): fixes the messages display when opening a new chat window
|
Sat, 23 Aug 2014 20:26:04 +0200 |
souliane |
quick_frontend, primitivus: add primitivus command ":history [limit]" (default value for limit is 50)
|
Sun, 24 Aug 2014 18:23:55 +0200 |
souliane |
primitivus: improve the check to alert for new message
|
Sun, 24 Aug 2014 18:44:18 +0200 |
Goffi |
installation: setup.py update:
|
Sun, 24 Aug 2014 18:44:17 +0200 |
Goffi |
core: sat bakcend is now a twisted plugin (no more .tac file)
|
Sun, 24 Aug 2014 18:44:17 +0200 |
Goffi |
core (logging): fixed twisted backend for twistd plugin, /!\ stdout logging in debug/nodaemon mode does'nt work anymore with .tac files.
|
Fri, 22 Aug 2014 12:31:55 +0200 |
souliane |
primitivus: prevent a notification flood when displaying the history
|
Sat, 23 Aug 2014 20:11:37 +0200 |
souliane |
primitivus: change behavior of commands ":presence" and ":status" :
|
Sun, 24 Aug 2014 13:15:51 +0200 |
souliane |
tools (jid): force JIDs to lower case
|
Thu, 21 Aug 2014 22:46:57 +0200 |
souliane |
quick_frontend: fixes an issue with the profile in the signal handler
|
Thu, 21 Aug 2014 02:14:24 +0200 |
Goffi |
core (logging): logging is added to stdout in nodaemon mode (it was already the case in debug mode)
|
Wed, 20 Aug 2014 23:45:21 +0200 |
Goffi |
misc: daemon mode refactoring:
|
Wed, 20 Aug 2014 23:42:58 +0200 |
Goffi |
misc: stdout encoding management in python part of sat.sh
|
Wed, 20 Aug 2014 23:07:59 +0200 |
Goffi |
core (constants): minor comment change
|
Wed, 20 Aug 2014 23:04:57 +0200 |
Goffi |
core (constants): better management of xdg import
|
Wed, 20 Aug 2014 22:59:33 +0200 |
Goffi |
core (constants): removed pyjamas workaround
|
Wed, 20 Aug 2014 21:22:06 +0200 |
Goffi |
plugin XEP-0050: notes are now managed:
|
Wed, 20 Aug 2014 21:16:14 +0200 |
Goffi |
frontends: dialog don't crash anymore is no submit_id is given (submit does nothing in this case)
|
Wed, 20 Aug 2014 21:15:04 +0200 |
Goffi |
core (constants): fixed bad XMLUI level constants
|
Wed, 13 Aug 2014 18:39:46 +0200 |
souliane |
setup: cleaning also handles egg filenames not containing the python version
|
Wed, 13 Aug 2014 14:48:49 +0200 |
Goffi |
frontends: XMLUI refactoring + dialogs:
|