log

age author description
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:
Mon, 11 Aug 2014 19:10:24 +0200 Goffi core (XMLUI): Dialogs are now managemed in XMLUI:
Mon, 11 Aug 2014 19:10:24 +0200 Goffi core (constants): added constants mainly used in XMLUI
Mon, 11 Aug 2014 19:10:24 +0200 Goffi frontends: signals are managed in a more generic way
Tue, 15 Jul 2014 18:28:40 +0200 souliane plugin misc_static_blog: add a menu for displaying a user static blog
Tue, 15 Jul 2014 18:26:36 +0200 souliane plugin XEP-0045: change security limit of "config room" menu to 4
Tue, 15 Jul 2014 13:37:50 +0200 souliane setup: SAT_INSTALL environment variable handles "clean" and "purge" options
Sun, 06 Jul 2014 21:54:07 +0200 souliane memory (sqlite): fixes upgrade Deferred issue
Sun, 06 Jul 2014 21:13:47 +0200 souliane memory: fixes encoding issues during encryption
Fri, 27 Jun 2014 20:05:31 +0200 souliane memory (memory): delete profile session on profile deletion
Thu, 26 Jun 2014 14:59:02 +0200 Goffi core: use of debug log instead of error when port default value is used
Thu, 26 Jun 2014 14:58:25 +0200 Goffi plugin OTR: various improvments:
Thu, 26 Jun 2014 00:05:25 +0200 Goffi pluging XEP-0045: configure room dynamic menu
Thu, 26 Jun 2014 00:05:20 +0200 Goffi core, frontends (menus): MENU_ROOM and MENU_SINGLE are now managed
Wed, 25 Jun 2014 20:54:15 +0200 Goffi core (menus): constants are used for menu types
Wed, 25 Jun 2014 19:11:30 +0200 souliane plugin misc_account: delete the profile session after the registration is done
Wed, 25 Jun 2014 19:01:00 +0200 souliane memory: add helper methods encryptValue and decryptValue
Mon, 23 Jun 2014 10:23:13 +0200 souliane core, plugins, stdui, frontends: fixes handling of "Force server" and "Force port" parameters:
Mon, 23 Jun 2014 00:44:10 +0200 souliane core, memory, plugins, stdui, frontends: look for DNS SRV records when server is not specified:
Wed, 25 Jun 2014 14:01:58 +0200 Goffi frontends (XMLUI): use of logging system instead of print
Wed, 25 Jun 2014 14:01:57 +0200 Goffi core/frontends (XMLUI): value can now be inserted as a <value/> element, if not present value attribute is tested, else empty string is used.
Wed, 25 Jun 2014 14:01:56 +0200 Goffi frontends (XMLUI): implementation of read_only attributes for widgets String, TextBox, Password and Bool
Wed, 25 Jun 2014 14:01:55 +0200 Goffi core (XMLUI): created a read_only attribute for InputWidget + new JidInputWidget
Mon, 23 Jun 2014 16:07:13 +0200 souliane plugin XEP-0045: small refactorization + clean on profile's disconnection
Mon, 23 Jun 2014 15:42:56 +0200 souliane plugin XEP-0045, text_commands: add some commands:
Thu, 19 Jun 2014 20:33:42 +0200 souliane plugin XEP-0054: crop uploaded avatar to get a square
Thu, 19 Jun 2014 19:20:52 +0200 souliane plugin misc_account: suppress the profile after its creation if the XMPP account registration failed
Wed, 18 Jun 2014 16:35:20 +0200 Goffi reverted commit bb4517e69957: note was not implemented on purpose
Wed, 18 Jun 2014 14:55:35 +0200 souliane tools (xmlui): data form 'text-multi' element must be converted to xmlui 'textbox' (not 'text')
Wed, 18 Jun 2014 14:52:52 +0200 souliane plugin XEP-0050: handle note element in command answer
Mon, 16 Jun 2014 20:06:08 +0200 souliane prepare changelog for version 0.5
Sun, 15 Jun 2014 18:18:36 +0200 souliane misc: remove some pylints warnings
Sun, 15 Jun 2014 16:09:30 +0200 souliane frontends (quick_frontend): fixes the handling of asyncConnect failure
Sun, 15 Jun 2014 16:06:02 +0200 souliane bridge: DBusException also transports the twisted failure condition
Sun, 15 Jun 2014 00:18:28 +0200 Goffi bridge (D-Bus): frontend side now use a 120 s timeout for async calls
Sat, 14 Jun 2014 17:26:22 +0200 Goffi plugin XEP-0050: form returned by completed command are now managed
Sat, 14 Jun 2014 17:25:08 +0200 Goffi core (XMLUI): management of text-multi in _dataFormField2XMLUIData
Sat, 14 Jun 2014 17:24:16 +0200 Goffi core (XMLUI): data form result now manage generic data set
Thu, 12 Jun 2014 18:56:08 +0200 souliane plugin XEP-0045: room configuration returns a success or failure message
Thu, 12 Jun 2014 18:19:55 +0200 souliane tools (xml_tools): dataForm2XMLUI handles the default value for "list-single" fields
Thu, 12 Jun 2014 15:57:22 +0200 souliane test (memory): fixes crypto encryption/decryption test
Thu, 12 Jun 2014 15:56:41 +0200 souliane memory (sqlite): fixes upgrade to database v2
Mon, 09 Jun 2014 20:40:13 +0200 souliane memory, tools (config): move special config retrieval from memory to tools
Sat, 07 Jun 2014 15:39:20 +0200 souliane frontends: async failures are more detailed (full class name + error message)
Sat, 07 Jun 2014 15:20:39 +0200 souliane bridge: async failures are more detailed (full class name + error message)
Mon, 02 Jun 2014 19:25:06 +0200 souliane core (xmpp): onMessage handles an eventual subject (used for announcement / headline message)
Fri, 23 May 2014 09:59:35 +0200 souliane core (xmpp), stdui (profile_manager), bridge, frontends: raise an exception if the XMPP connection failed instead of sending a signal
Fri, 23 May 2014 10:40:54 +0200 souliane core, frontends: remove bridge method "connect" (always use asyncConnect)
Thu, 29 May 2014 14:34:01 +0200 souliane frontends: fixes bug with private message introduced with revision 1000 (6f1e03068b5f) + display messages from contacts not in roster
Sun, 08 Jun 2014 17:39:21 +0200 souliane test: fixes the tests for plugin XEP-0033
Sun, 08 Jun 2014 17:27:03 +0200 souliane tools (config): fixConfigOption creates the section if it doesn't exist
Sat, 07 Jun 2014 16:39:08 +0200 Goffi plugin otr: first draft
Sat, 07 Jun 2014 16:39:08 +0200 Goffi installation: added python OTR dependency
Sat, 07 Jun 2014 16:38:53 +0200 Goffi core (XMPP): message received (onMessage) refactoring:
Sat, 07 Jun 2014 16:35:29 +0200 Goffi core (XMPP): sendMessage refactoring:
Tue, 03 Jun 2014 17:10:12 +0200 souliane memory (params), test: fixes updateParams bug
Tue, 03 Jun 2014 15:10:51 +0200 souliane memory (params), test: fixes bug relative to parameter filtering
Wed, 04 Jun 2014 12:57:49 +0200 souliane plugin XEP-0100: fixes the call to log.debug (line 185)
Wed, 28 May 2014 12:14:28 +0200 souliane primitivus: fixes freedesktop notifications when the owner name is changing
Fri, 23 May 2014 13:00:35 +0200 souliane memory: synchronize the upgrade to database v2 to be sure libervia's profile password is read to be written in the config file before its encryption
Fri, 23 May 2014 10:03:33 +0200 souliane tools: add missing file src/tools/config.py
Fri, 23 May 2014 09:59:15 +0200 souliane memory: auto-update configuration file with libervia's passphrase when migrating the database
Wed, 21 May 2014 23:17:51 +0200 souliane plugins misc_account, misc_register_account: manually delete the sessions when not needed anymore
Wed, 21 May 2014 23:15:01 +0200 souliane core, stdui (profile manager), quick_app: ask for another XMPP password when profile authentication succeed but XMPP connection fails
Wed, 21 May 2014 21:14:40 +0200 souliane memory (params): fixes bugs in setParam:
Wed, 21 May 2014 12:07:13 +0200 souliane plugin misc_accout: update relative to the introduction of profile password:
Tue, 20 May 2014 15:47:08 +0200 souliane plugin misc_account: do not send the password with the confirmation email for account creation
Tue, 20 May 2014 09:34:02 +0200 souliane memory (params): fix parameters of type "list" to use the default option when no individual value is set
Fri, 16 May 2014 11:26:46 +0200 souliane fixes setup with PyCrypto minimal version
Fri, 16 May 2014 00:58:20 +0200 souliane core, memory, bridge, plugin misc_register_account: move registerNewAccount to a new plugin:
Fri, 16 May 2014 00:53:09 +0200 souliane tools (xmlui): to click a button in a "param" form will automatically submit the parameters of the same category
Wed, 07 May 2014 18:16:15 +0200 souliane wix: update the connection mechanism to ask for non empty profile passwords
Wed, 07 May 2014 16:11:32 +0200 souliane quick_app, primitivus: update the connection mechanism to ask for non empty profile passwords
Wed, 07 May 2014 16:10:20 +0200 souliane jp: option '-c' is not longer a flag but a string to define the profile password:
Wed, 07 May 2014 16:03:38 +0200 souliane stdui: add ui_profile_manager to interact with frontends when profile authentication is needed
Mon, 12 May 2014 17:51:38 +0200 souliane plugins misc_account, misc_smtp: update the plugins that deal with passwords
Wed, 07 May 2014 16:02:23 +0200 souliane core, memory, bridge: added profile password + password encryption:
Sat, 10 May 2014 17:37:32 +0200 souliane memory: add class ProfileSessions based on Sessions
Wed, 07 May 2014 15:46:43 +0200 souliane memory, test: added module crypto to hash passwords and encrypt/decrypt passwords or blocks
Thu, 15 May 2014 20:25:52 +0200 Goffi core: fixed typo
Thu, 15 May 2014 20:01:56 +0200 Goffi core: getReady and asyncConnect now wait full initialisation, not only memory
Thu, 15 May 2014 19:51:53 +0200 Goffi plugin text commands: added /me command to avoid the need to escape the /
Thu, 15 May 2014 16:35:28 +0200 Goffi bridge (constructor): fixed D-Bus frontend generator for async method without sig_in + fixed --debug option + regenerated bridge to fix bad frontend D-Bus bridge.
Thu, 15 May 2014 16:02:16 +0200 Goffi core: added a getReady method which can be called by frontends to ensure that backend is fully initialised before doing anything + this ckeck is automatically done in asyncConnect
Wed, 14 May 2014 13:26:23 +0200 souliane test: fix the tests after the changes of logging system
Wed, 14 May 2014 12:51:24 +0200 Goffi core (log): moved configuration to core.log_config; this avoid import issues with pyjamas.
Tue, 13 May 2014 17:17:57 +0200 souliane plugin misc_static_blog: renamed from tmp_blog_banner, now also with page's title, meta keywords and description
Wed, 07 May 2014 15:44:31 +0200 souliane better PEP-8 compliance
Thu, 08 May 2014 19:11:47 +0200 Goffi core (i18n): use logging system instead of print
Thu, 08 May 2014 19:11:20 +0200 Goffi core (log): added "custom" backend
Thu, 08 May 2014 17:16:15 +0200 Goffi core (logs): workaround for pyjamas bug
Sun, 04 May 2014 18:43:54 +0200 souliane memory, jp: added jp commands to load/save parameters template
Mon, 05 May 2014 20:16:14 +0200 Goffi core: if in debug mode and ipdb is present, use ipdb instead of pdb
Mon, 05 May 2014 20:16:13 +0200 Goffi core (log/standard backend): added "%(profile)s" format management
Mon, 05 May 2014 20:16:08 +0200 Goffi core(log): standard backend: colors are now checked on a per handler basis
Mon, 05 May 2014 20:12:21 +0200 Goffi wix: use of new logging system
Mon, 05 May 2014 20:12:19 +0200 Goffi primitivus: use of new logging system:
Mon, 05 May 2014 18:58:34 +0200 Goffi quick_frontend: use of new logging system
Mon, 05 May 2014 18:58:34 +0200 Goffi core (log): added magic %(profile)s key to log_fmt:
Mon, 05 May 2014 18:58:34 +0200 Goffi core (log): refactoring + twisted backend:
Mon, 05 May 2014 18:58:34 +0200 Goffi core (log): added advanced feature to basic backend (colors/formatting/level and logger filtering)
Mon, 05 May 2014 18:58:34 +0200 Goffi core (logs): added formatting, name filter and outputs management:
Thu, 01 May 2014 11:14:25 +0200 souliane core (constants): use realpath instead of abspath + do not import it when building libervia
Wed, 30 Apr 2014 19:54:21 +0200 souliane memory: fixes the method fixLocalDir for pid_dir and log_dir to use local_dir as default
Wed, 30 Apr 2014 16:34:09 +0200 souliane plugins TEXT-COMMANDS, XEP-0045, XEP-0048, XEP-0249:
Sun, 27 Apr 2014 18:51:03 +0200 souliane core: fixes constants.py
Sun, 27 Apr 2014 18:22:12 +0200 souliane primitivus: fixes contact group update
Fri, 11 Apr 2014 11:02:42 +0200 souliane plugin XEP_0033: fixes the server part and the tests
Wed, 23 Apr 2014 12:01:59 +0200 Goffi tests: fixed log init in helpers (log init must be done before any call to a log method)
Mon, 21 Apr 2014 20:04:52 +0200 Goffi test: configuration/use of new logging system
Mon, 21 Apr 2014 19:45:10 +0200 Goffi tests: fixed import in test_helpers_plugins
Sun, 20 Apr 2014 11:51:48 +0200 Goffi plugin XEP-0096: fixed a bug introduced by the log refactoring
Sat, 19 Apr 2014 20:11:23 +0200 Goffi core (log): configuration and environment variables are now checked for log level and colors:
Sat, 19 Apr 2014 19:19:19 +0200 Goffi core: use of the new core.log module:
Sat, 19 Apr 2014 16:48:26 +0200 Goffi core (log): twisted backend use logging methods instead of log.msg
Sat, 19 Apr 2014 00:02:38 +0200 Goffi core: logging refactoring, first step:
Fri, 18 Apr 2014 23:36:52 +0200 Goffi core (constants): added some basic ANSI escape codes
Thu, 10 Apr 2014 16:12:50 +0200 Goffi plugins XEP-0048, XEP-0049: feature is not checked anymore before using private XML storage, as feature announcement is not mandatory in XEP-0049
Tue, 08 Apr 2014 09:50:45 +0200 Goffi core (stdui): added forgotten __init__.py
Thu, 03 Apr 2014 16:10:44 +0200 souliane core, frontends: unify the roster management UIs in sat/stdui/ui_contact_list.py
Mon, 07 Apr 2014 16:24:29 +0200 Goffi jp: added bookmarks subcommands
Mon, 07 Apr 2014 16:24:29 +0200 Goffi plugin XEP-0048: bookmarks deletion + added "delete" option for /bookmark command
Mon, 07 Apr 2014 16:24:28 +0200 Goffi plugin XEP-0048: added list of bookmarks in XMLUI, selecting one join the room
Mon, 07 Apr 2014 16:22:35 +0200 Goffi plugin XEP-0048: added /bookmark text command
Mon, 07 Apr 2014 16:22:35 +0200 Goffi plugin XEP-0048: bookmarks (first draft)
Mon, 07 Apr 2014 16:22:35 +0200 Goffi core (XMLUI): _cleanValue method to avoid issues with DBus types (must be deleted in the future)
Mon, 07 Apr 2014 16:22:35 +0200 Goffi plugin XEP-0049: private xml storage
Mon, 07 Apr 2014 16:22:33 +0200 Goffi core (memory): added __iter__ to PersistentDict
Mon, 07 Apr 2014 16:22:18 +0200 Goffi plugin XEP-0115: minor logs improvment
Thu, 03 Apr 2014 14:56:16 +0200 souliane tools, frontends (xmlui): add Widget.setInternalCallback:
Thu, 03 Apr 2014 14:49:05 +0200 souliane frontends (xmlui): add setter methods + fixes:
Thu, 03 Apr 2014 14:38:48 +0200 souliane reverted changeset 5c7707c958d8 (revision 969)
Wed, 02 Apr 2014 12:37:32 +0200 Goffi jp (info/disco): fixed disco loop when --connect is used
Wed, 02 Apr 2014 12:31:23 +0200 Goffi core (disco): findFeaturesSet and findServiceEntities don't use inlineCallbacks anymore, that allow a better error management (no more anonying debugger raise when discoInfo fails in debug mode)
Wed, 02 Apr 2014 12:31:23 +0200 Goffi core: better plugin initialisation sequence:
Wed, 02 Apr 2014 12:31:15 +0200 Goffi jp: "disco" subcommand, moved into a new "info" subcommand + added "version" subcommand which get software version
Wed, 02 Apr 2014 12:11:07 +0200 Goffi jp: using C.APP_URL for application url
Tue, 01 Apr 2014 21:30:21 +0200 souliane tools, frontends (xmlui): add setter methods for widgets + new widget InternalButton to process UI operations
Tue, 01 Apr 2014 21:21:13 +0200 souliane tools, frontends, memory: param definition and XMLUI handle multi-selection for list widgets:
Tue, 01 Apr 2014 16:27:59 +0200 souliane core, frontends (constants): frontends Const inheritates from core Const
Tue, 01 Apr 2014 21:16:39 +0200 Goffi jp: added disco subcommand
Tue, 01 Apr 2014 21:16:02 +0200 Goffi jp: fixed jid unicode decoding
Tue, 01 Apr 2014 21:15:35 +0200 Goffi jp: fixed missing import
Tue, 01 Apr 2014 21:14:57 +0200 Goffi core (disco): added discoInfos and discoItems bridge methods
Mon, 31 Mar 2014 20:19:34 +0200 Goffi plugin XEP-0115: fixed bad disco_infos construction
Mon, 31 Mar 2014 17:50:07 +0200 souliane memory (disco): bug fix in findFeaturesSet
Mon, 31 Mar 2014 17:12:09 +0200 Goffi core (XMPP): typo again
Mon, 31 Mar 2014 17:10:10 +0200 Goffi core (XMPP): fixed typo
Mon, 31 Mar 2014 17:07:25 +0200 Goffi core (XMPP): added warning when a contact ins roster is not subscribed from or to
Mon, 31 Mar 2014 16:57:02 +0200 Goffi plulgin XEP-0115: fixed caps_optimize init
Mon, 31 Mar 2014 16:08:15 +0200 Goffi plugin XEP-0065: fixed initialisation sequence
Mon, 31 Mar 2014 15:22:35 +0200 Goffi quick frontends: first connection fixes
Mon, 31 Mar 2014 12:35:59 +0200 Goffi plugin account: reverted patch abd3a75d629c
Mon, 31 Mar 2014 12:24:20 +0200 Goffi plugin xep-0115: caps optimisation
Mon, 31 Mar 2014 12:23:13 +0200 Goffi plugin XEP-0092: use of checkFeature instead of hasFeature + timeout + message adapted to failure if software version is not available
Mon, 31 Mar 2014 12:23:13 +0200 Goffi core (disco): added checkFeature method + fixed hasFeature test
Mon, 31 Mar 2014 12:23:13 +0200 Goffi plugin XEP-0045: profileConnected return the deferred, so muc service presence is checked before the end of initialisation
Mon, 31 Mar 2014 12:23:13 +0200 Goffi core: fixed bad closure in connection intialisation sequence (profileConnected in plugins were not called correctly)
Mon, 31 Mar 2014 12:23:10 +0200 Goffi plugin account: prosody gid is used to spawn prosodyctl process
Fri, 28 Mar 2014 19:19:11 +0100 Goffi core (XMPP): fix status in presence
Fri, 28 Mar 2014 19:11:00 +0100 Goffi core(memory): fixed last resource
Fri, 28 Mar 2014 18:19:29 +0100 Goffi plugin XEP-0092: feature check before requesting version
Fri, 28 Mar 2014 18:07:22 +0100 Goffi core, plugin XEP-0115: discovery refactoring:
Fri, 28 Mar 2014 18:07:17 +0100 Goffi core (memory): entities cache improvments:
Fri, 28 Mar 2014 18:07:13 +0100 Goffi core: more organisation in constants.py
Fri, 28 Mar 2014 18:07:02 +0100 Goffi core, plugins: host.getClient now raise an exception instead of returning None when no profile is found, plugins have been adapted consequently and a bit cleaned
Fri, 28 Mar 2014 18:06:51 +0100 Goffi misc: precisions about pyjamas in README4PACKAGERS
Thu, 27 Mar 2014 10:36:20 +0100 Goffi wix: fixed onShowProfile
Thu, 27 Mar 2014 02:24:20 +0100 souliane plugin account, groupblog: user can erase all their microblogs at once
Tue, 25 Mar 2014 17:26:31 +0100 souliane primitivus: do not display the presence/status dialog if the profile is not connected
Tue, 25 Mar 2014 14:57:38 +0100 souliane memory: be sure that local_dir exists before creating a new database
Mon, 24 Mar 2014 16:43:08 +0100 souliane memory: bug fix the current local_dir after sat.conf is auto-updated
Mon, 24 Mar 2014 16:21:14 +0100 souliane plugin account: bug fix profile deletion from the database + unsubscribe the contacts
Mon, 24 Mar 2014 10:16:07 +0100 souliane core: presence stanzas were sent twice
Sun, 23 Mar 2014 22:34:24 +0100 souliane misc: updated setup.py and README4PACKAGERS
Sun, 23 Mar 2014 22:44:49 +0100 souliane misc: sat stop would not kill all sat instances anymore
Sun, 23 Mar 2014 22:43:43 +0100 souliane core, memory: use XDG recommended paths as the defaults for the config and local directories
Mon, 24 Mar 2014 15:18:53 +0100 Goffi plugin text commands: commands are now sorted in /help
Mon, 24 Mar 2014 14:46:18 +0100 Goffi plugin XEP-0045: added user information to /whois text command
Mon, 24 Mar 2014 13:49:37 +0100 Goffi plugin text-commands: fixed name conflicts management + plugin parrot: removed now done TODO
Mon, 24 Mar 2014 10:57:15 +0100 Goffi plugin text commands: refactoring, text now only contain main commands, and other plugin can add commands themselve:
Sun, 23 Mar 2014 10:02:50 +0100 Goffi core: plugins now accepts recommendations:
Sat, 22 Mar 2014 18:47:17 +0100 souliane test: fix tests fo plugins XEP-0033 and XEP-0085
Sat, 22 Mar 2014 17:48:10 +0100 Goffi core: removed default_config:
Sat, 22 Mar 2014 15:34:05 +0100 Goffi core: sendMessageTrigger now manage pre and post treatments, which happen before or after XML generation
Sat, 22 Mar 2014 13:47:33 +0100 Goffi plugin text commands: refactoring:
Sat, 22 Mar 2014 13:44:33 +0100 Goffi plugin XEP-0092: new plugin (software version)
Sat, 22 Mar 2014 13:42:59 +0100 Goffi core: added IQ_SET to core.constants + getLastResource now manage correctly jid.JID
Fri, 21 Mar 2014 09:09:51 +0100 souliane bridge: remove unecessary signals/methods declarations
Thu, 20 Mar 2014 21:18:18 +0100 souliane bridge, frontends: display presence with the highest priority + reset your own presence when you (dis)connect
Fri, 21 Mar 2014 16:27:09 +0100 Goffi core: use of Const for profile_key + replaced '@DEFAULT@' default profile_key by '@NONE@'
Fri, 21 Mar 2014 16:19:46 +0100 Goffi tests: tests fixes
Fri, 21 Mar 2014 16:08:11 +0100 Goffi core (memory): moved Params in its own module + introduced a new core/constants module, and moved some constants there
Fri, 21 Mar 2014 15:36:01 +0100 Goffi primitivus: EditBar doesn't propagate key pressed anymore if it manage a 'up' or 'down' event (history event)
Fri, 21 Mar 2014 15:04:13 +0100 Goffi primitivus: PrimitivusVerticalContainer box widgets management:
Fri, 21 Mar 2014 15:04:03 +0100 Goffi primitivus: removed deprecated use of set_focus
Fri, 21 Mar 2014 15:03:56 +0100 Goffi core (XMLUI): BoolWidget now accept real boolean for value
Fri, 21 Mar 2014 15:03:51 +0100 Goffi core: minor docstring fixes
Tue, 18 Mar 2014 13:52:12 +0100 souliane plugin XEP-0085: bug fixes, especially for groupchat messages
Mon, 17 Mar 2014 13:24:55 +0100 souliane primitivus: display chat states (with symbols) for MUC participants
Sun, 16 Mar 2014 21:25:49 +0100 souliane quick_app: better PEP-8 compliance
Sat, 15 Mar 2014 00:15:49 +0100 souliane tools: xml_tools.ElementParser do not replace '\n' and '\t' with ' ' by default
Sat, 15 Mar 2014 01:19:22 +0100 souliane test: update radiocol test regarding the last changes
Tue, 11 Mar 2014 11:59:11 +0100 souliane plugin radiocol: preload signal also contains the uploader nickname
Mon, 10 Mar 2014 22:19:11 +0100 souliane frontends: added SYNTAX_TEXT in the constants
Wed, 05 Mar 2014 23:24:03 +0100 souliane plugin radiocol: add MP3 support
Wed, 05 Mar 2014 16:09:27 +0100 Goffi misc: added Naha to README
Wed, 05 Mar 2014 16:03:05 +0100 Matteo Cypriani misc: README4PACKAGERS improvments
Wed, 05 Mar 2014 16:03:04 +0100 Matteo Cypriani jp: updated main loop to gobject 3
Tue, 04 Mar 2014 01:24:15 +0100 Goffi removed deprecated and really old Sortilege frontend, today Primitivus is the console frontend
Tue, 04 Mar 2014 00:29:10 +0100 Goffi misc: added gobject dependency for primitivus in README4PACKAGERS
Mon, 03 Mar 2014 10:00:15 +0100 souliane plugin account: user can change his password or delete his XMPP account
Mon, 03 Mar 2014 15:37:49 +0100 souliane core (memory): asyncDeleteProfile can force the deletion of a profile, even if it's connected (when called from the backend only)
Mon, 03 Mar 2014 09:59:10 +0100 souliane core, frontends: add method asyncDeleteProfile, remove synchronous methods createProfile and deleteProfile
Fri, 28 Feb 2014 11:19:08 +0100 souliane plugin groupblog: added a convenient bridge method getGroupBlogsWithComments
Tue, 25 Feb 2014 17:49:15 +0100 souliane plugin XEP-0060, groupblog: added nodeIdentifiers attribute to getItems in order to retrieve items by ids
Tue, 25 Feb 2014 11:32:21 +0100 souliane plugin blog_banner: added temporary plugin with a user parameter to set a blog banner
Sat, 01 Mar 2014 13:35:21 +0100 Goffi we are in a dev version again...
Fri, 28 Feb 2014 15:03:34 +0100 Goffi SàT 0.4.1 released
Fri, 28 Feb 2014 15:01:37 +0100 Goffi version update 0.4.1 SàT v0.4.1
Fri, 28 Feb 2014 14:56:35 +0100 Goffi updated changelog
Fri, 28 Feb 2014 14:41:51 +0100 Goffi better INSTALL instructions
Fri, 28 Feb 2014 14:39:45 +0100 Goffi setup.py fixes and improvments
Thu, 27 Feb 2014 18:42:42 +0100 Goffi README4PACKAGERS fixes
Wed, 26 Feb 2014 14:10:34 +0100 Goffi SàT 0.4 released
Wed, 26 Feb 2014 14:09:03 +0100 Goffi version update 0.4.0 SàT v0.4.0
Wed, 26 Feb 2014 10:40:01 +0100 Goffi CHANGELOG fixes/update
Tue, 25 Feb 2014 17:48:50 +0100 souliane updated CHANGELOG for v 0.4.0
Wed, 26 Feb 2014 02:17:43 +0100 souliane plugin card_game: update to use the new XMLUI mechanism:
Wed, 26 Feb 2014 02:13:29 +0100 souliane plugin room_game: fix issues with data structures initialization
Tue, 25 Feb 2014 22:58:42 +0100 souliane tools, plugin XEP-0077: small fixes
Tue, 25 Feb 2014 18:47:15 +0100 souliane core (xmpp): fix automatic contact deletion
Wed, 26 Feb 2014 09:34:46 +0100 souliane some typos fixes in the README files
Wed, 26 Feb 2014 01:54:16 +0100 Goffi README4PACKAGERS update
Wed, 26 Feb 2014 01:52:36 +0100 souliane added README4PACKAGERS
Wed, 26 Feb 2014 00:36:34 +0100 Goffi README and INSTALL updates
Tue, 25 Feb 2014 23:45:50 +0100 Goffi plugin misc account: updated the welcome email
Tue, 25 Feb 2014 23:03:17 +0100 Goffi plugin demo directory: temporary plugin to integrate Salut's directory in SàT's parameters:
Tue, 25 Feb 2014 23:03:17 +0100 Goffi plugin XEP-0085: fixed bad trigger return value
Tue, 25 Feb 2014 23:03:17 +0100 Goffi plugin XEP-0055: salut.libervia.org is temporarly used as default value
Tue, 25 Feb 2014 23:03:13 +0100 Goffi core (memory): added 'no' value management in configuration's booleans
Tue, 25 Feb 2014 23:01:26 +0100 Goffi core (xmlui), frontends: handling of "text" type in params xml + bug fixes
Tue, 25 Feb 2014 10:59:05 +0100 souliane frontends: fix typos, do not use logging in the xmlui tools:
Tue, 25 Feb 2014 02:22:17 +0100 Goffi core (xmlui): fixed types with empty value are now correctly managed in _dataFormField2XMLUIData
Mon, 24 Feb 2014 19:21:07 +0100 souliane i18n: updated the translation files
Mon, 24 Feb 2014 12:57:56 +0100 souliane test: skip radiocol tests if the sound samples are not found
Mon, 24 Feb 2014 12:21:59 +0100 souliane plugin groupblog: bug fix for the atom feed
Sun, 23 Feb 2014 13:54:41 +0100 souliane plugin XEP-0277: fix pubsub entry parsing using lxml instead of feed.atom
Fri, 14 Feb 2014 21:24:31 +0100 souliane plugins groupblog, XEP-0277: attempt to clarify the code for the comments handling:
Thu, 20 Feb 2014 17:51:51 +0100 souliane test: fix the tests for plugin room game
Thu, 20 Feb 2014 16:37:05 +0100 souliane test: skip the test for markdown syntax if the module is not installed
Sun, 23 Feb 2014 23:59:02 +0100 Goffi plugin XEP-0277: last commit was actually a part of the next one
Sun, 23 Feb 2014 23:30:35 +0100 Goffi plugin XEP-0277: added missing docstring
Sun, 23 Feb 2014 23:30:32 +0100 Goffi core (sqlite): automatic database update:
Thu, 20 Feb 2014 13:28:10 +0100 Goffi plugin text syntaxes: fixed cleaners encoding
Thu, 20 Feb 2014 13:28:09 +0100 Goffi plugin XEP-0277: encoding fix
Tue, 18 Feb 2014 19:37:29 +0100 souliane primitivus: displayed presence/status was not updated when the presence is "Online".
Tue, 18 Feb 2014 17:49:33 +0100 souliane plugin room_game, radiocol: RoomGame.send returns a Deferred.
Tue, 18 Feb 2014 16:24:19 +0100 souliane misc: setup.py was not installing sat_frontends.jp
Tue, 18 Feb 2014 14:35:30 +0100 souliane plugin groupblog: do not log error message when asking for the entries of a non existent node (e.g the contact hasn't posted any message yet)
Tue, 18 Feb 2014 14:33:35 +0100 souliane core: fix mispelled argument
Mon, 17 Feb 2014 19:23:13 +0100 souliane misc: exclude misc/_jp from xgettext input
Mon, 17 Feb 2014 14:58:26 +0100 souliane misc: fix unnamed arguments in format strings
Mon, 17 Feb 2014 12:25:17 +0100 Thomas Preud'homme misc: update distribute_setup.py to version 0.6.49
Thu, 13 Feb 2014 15:35:21 +0100 souliane frontends (tools): addURLToImage makes an image clickable
Thu, 13 Feb 2014 12:29:14 +0100 souliane plugin text_syntaxes: html2text was breaking the long URLs
Thu, 13 Feb 2014 10:42:29 +0100 souliane frontends: add COMMANDS constant for Wysiwyg edition + add "image" button info for the syntaxes
Wed, 12 Feb 2014 21:46:48 +0100 souliane memory (sqlite): the result of pickle.dumps in addToHistory must be encoded for the special characters to be stored.
Wed, 12 Feb 2014 15:24:03 +0100 souliane plugin XEP_0277: fix encode/decode errors
Wed, 12 Feb 2014 15:23:15 +0100 souliane plugin XEP_0277: check for XHTML namespace and decapsulate the content from the main div container
Wed, 12 Feb 2014 15:21:00 +0100 souliane plugin text_syntaxes: rstrip the conversion result to avoid new lines systematically added by converters (e.g. html2text do this)
Wed, 12 Feb 2014 15:19:48 +0100 souliane tools: composition RICH_FORMATS constant has been renamed to RICH_SYNTAXES
Fri, 07 Feb 2014 22:17:06 +0100 souliane core: bug fix at connection time
Fri, 07 Feb 2014 17:10:24 +0100 souliane memory: bug fix to not register twice frontends parameters + added some tests for param update
Wed, 05 Feb 2014 16:36:51 +0100 souliane plugin groupblog, XEP-0071, XEP-0277, text_syntaxes: manage raw/rich/xhtml data for content/title:
Wed, 22 Jan 2014 17:10:28 +0100 souliane plugin groupblog: added method getLastGroupBlogsAtom returns the Atom feed of blog posts
Wed, 15 Jan 2014 23:24:22 +0100 souliane test radiocol: added a full scenario test
Wed, 15 Jan 2014 23:22:07 +0100 souliane test: improvements for the helpers classes:
Fri, 17 Jan 2014 15:02:46 +0100 souliane plugins room_games, radiocol, libervia: small changes like refactorization to ease the maintenance
Thu, 16 Jan 2014 11:44:14 +0100 souliane plugin radiocol: sync data includes a "jump to time" info
Wed, 15 Jan 2014 23:09:39 +0100 souliane plugins radiocol_tarot: do not process received messages for MUC users that are actually not playing the game + fix for testing purpose
Wed, 15 Jan 2014 23:01:23 +0100 souliane plugins room_games, radiocol: better synchronization after a user joins a running game
Mon, 17 Feb 2014 18:57:53 +0100 Goffi jp: added ad-hoc subcommand with a remote sub-subcommand to create a D-Bus remote
Mon, 17 Feb 2014 18:57:09 +0100 Goffi jp: short option for progress is now -P instead of -g, so -g can be used for groups
Mon, 17 Feb 2014 18:57:06 +0100 Goffi plugin Ad-Hoc D-Bus: first draft:
Thu, 13 Feb 2014 18:50:56 +0100 Goffi plugin XEP-0050: fixed UnknownGroupError management + "@ALL@" profile for status command
Thu, 13 Feb 2014 18:50:49 +0100 Goffi core(XMLUI): empty options in ListWidget now just show a warning message, no more assert
Thu, 13 Feb 2014 18:50:41 +0100 Goffi core: fixed UnknownGroupError exception in getJidsFromGroup
Mon, 10 Feb 2014 13:53:46 +0100 Goffi jp: zsh completion, first draft (added in a new /misc directory):
Mon, 10 Feb 2014 13:44:09 +0100 Goffi jp: refactoring:
Wed, 05 Feb 2014 14:52:40 +0100 Goffi misc (README): updated Link Mauve and Dal contributions, moved Souliane as a main contributor
Wed, 05 Feb 2014 14:52:38 +0100 Goffi jp: added missing license headers
Wed, 05 Feb 2014 14:35:26 +0100 Dal jp: refactoring using ArgParse
Tue, 04 Feb 2014 18:54:06 +0100 Goffi core: registerNewAccount partial fix
Tue, 04 Feb 2014 18:51:16 +0100 Goffi frontends: fixed /me usage + renamed a couple of "type" parameters to type_
Tue, 04 Feb 2014 18:32:49 +0100 Goffi dates update
Tue, 04 Feb 2014 18:32:46 +0100 Goffi core (XMLUI): fixed labels management for lists in _dataFormField2XMLUIData
Tue, 04 Feb 2014 18:32:39 +0100 Goffi core: security limit in menus
Tue, 04 Feb 2014 18:32:33 +0100 Goffi frontends: some modifications to ease the the use of the new sat_frontends.tools.xmlui.XMLUI class in Libervia
Tue, 04 Feb 2014 18:26:03 +0100 Goffi plugin XEP-0077, plugin XEP-0100, frontends: gateways have been entirely implemented in backend using the new refactored XMLUI and AdvancedListContainer. The now useless code has been removed from frontends.
Tue, 04 Feb 2014 18:24:27 +0100 Goffi core: added "one_shot" option to registered callback:
Tue, 04 Feb 2014 18:21:51 +0100 Goffi core (XMLUI), frontends: advancedListContainer part 2:
Tue, 04 Feb 2014 18:19:32 +0100 Goffi XMLUI (core, frontends): added JidWidget and DividerWidget + popup type + some bugfixes:
Tue, 04 Feb 2014 18:19:29 +0100 Goffi core, frontends: implementation of AdvancedListContainer first draft + misc:
Tue, 04 Feb 2014 18:19:00 +0100 Goffi core, frontends: XMLUI refactoring:
Tue, 04 Feb 2014 18:06:12 +0100 Goffi plugin XEP-0045, primitivus: added MUC configuration
Tue, 04 Feb 2014 18:04:32 +0100 Goffi xmlui: added boolean type management in XMLUIResult2DataFormResult
Tue, 04 Feb 2014 18:03:53 +0100 Goffi plugin XEP-0055, Primitivus: Directory search dialogs are now entirely done in plugin XEP-0055, specific code in frontend is not needed anymore
Tue, 04 Feb 2014 18:02:40 +0100 Goffi core: XMLUI now use @property for session_id and submit
Tue, 04 Feb 2014 18:02:37 +0100 Goffi primitivus: fixed bad closure, resulting in menus bug.
Tue, 04 Feb 2014 18:02:35 +0100 Goffi core, frontends: XMLUI refactoring:
Fri, 10 Jan 2014 18:20:30 +0100 souliane test: added tests for the plugin "room game" + rename other test files
Fri, 10 Jan 2014 18:15:02 +0100 souliane test: make FakeClient profile dependent and add some tools to test MUC
Fri, 10 Jan 2014 18:19:34 +0100 souliane test: silent info/warning that were polluting the output
Thu, 09 Jan 2014 11:18:33 +0100 souliane test: define the constants JIDs and profiles as lists
Fri, 10 Jan 2014 18:07:36 +0100 souliane plugins room games, XEP-0045: small fixes, improved docstrings
Thu, 09 Jan 2014 10:28:25 +0100 souliane plugin room game: improved docstrings, added '_' as prefix for internal methods names
Tue, 07 Jan 2014 09:27:53 +0100 souliane test: use the SatTestCase methods instead of builtin "assert" in tests for memory, plugin xep-0033
Fri, 10 Jan 2014 21:12:06 +0100 Emmanuel Gil Peyrot plugin XEP-0054: also work with python2-pillow
Sun, 05 Jan 2014 13:05:31 +0100 souliane test: added tests for XEP-0033
Sun, 05 Jan 2014 13:04:54 +0100 souliane test: FakeMemory inherits from Memory + more helpers basic support + cleaning
Sun, 05 Jan 2014 13:00:17 +0100 souliane plugin XEP-0033: the comparison for auto-fixing for the stanza recipient was not correct
Sun, 05 Jan 2014 07:26:41 +0100 souliane memory: factorize the node checks in Params.__constructProfileXml
Sat, 04 Jan 2014 21:09:32 +0100 souliane test: added tests for XEP-0085
Sat, 04 Jan 2014 17:16:40 +0100 souliane test: added some tests for Memory
Sat, 04 Jan 2014 15:46:30 +0100 souliane test: added support of basic memory stuff in helpers.py
Sat, 04 Jan 2014 15:45:08 +0100 souliane test: store the constants in constants.py + better PEP8 compliance
Sat, 04 Jan 2014 21:13:51 +0100 souliane memory: bug fix related to method paramsRegisterApp + getParams was not always returning a Deferred
Sat, 04 Jan 2014 21:12:49 +0100 souliane memory: fixed wrong information in the docstrings for security_limit
Fri, 27 Dec 2013 13:28:26 +0100 souliane core, bridge: new method paramsRegisterApp to register frontend's specific parameters
Fri, 03 Jan 2014 21:25:07 +0100 Goffi frontends: fixed sendMessage calls, sendMessage is now async so callback and errback need to be specified + redraw in PrimivitusApp.notify
Sun, 29 Dec 2013 17:48:14 +0100 Goffi i18n: merged jp i18n french translation in core fr.po
Sun, 29 Dec 2013 17:48:04 +0100 Goffi core: fixed setup.py (removed former sat_frontends and jp i18n references)
Sun, 29 Dec 2013 17:10:14 +0100 Goffi core: dynamics menus refactoring:
Sun, 29 Dec 2013 17:10:10 +0100 Goffi i18n: merged sat_frontends and sat translations in core's i18n
Sun, 29 Dec 2013 17:06:01 +0100 Goffi core: i18n refactoring:
Thu, 19 Dec 2013 13:54:40 +0100 souliane plugin groupblog, XEP-0277: store both published and updated timestamps
Wed, 18 Dec 2013 15:37:30 +0100 souliane tools: addURLToText moved from libervia to sat_frontends/tools/strings
Wed, 18 Dec 2013 10:39:19 +0100 souliane core: fix bridge method getContactsFromGroup return value (list of jids --> list of strings)
Wed, 18 Dec 2013 09:55:02 +0100 souliane quick_frontend: fix presence/status update (do not share between different resources)
Wed, 18 Dec 2013 07:44:35 +0100 souliane primitivus: redraw after changing the presence or status
Tue, 17 Dec 2013 18:44:53 +0100 souliane plugins radiocol, xep-0054: better handling of upload errors:
Tue, 17 Dec 2013 11:35:41 +0100 souliane plugin radiocol: fix wrong call of deleteFile
Tue, 24 Dec 2013 15:43:52 +0100 Goffi plugin xep-0050 (ad-hoc commands): requesting part. first draft
Tue, 24 Dec 2013 15:43:22 +0100 Goffi core (xml_tools), frontends: added a prefix to XMLUI form names in result data, to avoid name conflicts (e.g.: if a form has name "submit", and this name is also used internally by SàT)
Tue, 24 Dec 2013 15:43:22 +0100 Goffi core (xml_tools): dataForm*2XML renamed to dataForm*2XMLUI and now return XMLUI instead of raw XML + submit_id is managed, and session_id is returned if present
Tue, 24 Dec 2013 15:19:18 +0100 Goffi backend, frontends: XMLUI refactoring:
Tue, 24 Dec 2013 15:19:08 +0100 Goffi backend, frontends: callbacks refactoring:
Tue, 24 Dec 2013 15:19:08 +0100 Goffi plugin xep-0050: using new Sessions class
Tue, 24 Dec 2013 15:19:08 +0100 Goffi core (memory): added optional profile checking in Sessions:
Tue, 24 Dec 2013 15:19:08 +0100 Goffi core (memory): new Sessions management class (similar to dict)
Tue, 24 Dec 2013 15:18:31 +0100 Goffi core, frontends: callMenu is now async and don't use callback_id anymore
Tue, 24 Dec 2013 01:31:18 +0100 Goffi core (xml tools): bad default parameter in XMLUI.addList
Tue, 24 Dec 2013 01:31:01 +0100 Goffi plugin XEP-0050: fixed getDiscoItems when no commands were added + fixed commands purge on profile disconnection
Tue, 17 Dec 2013 01:46:45 +0100 Goffi core,bridge: sendMessage bridge method is now async
Tue, 17 Dec 2013 00:56:39 +0100 Goffi core, bridge: better GenericException handling
Mon, 16 Dec 2013 17:49:54 +0100 souliane plugin XEP-0033: avoid the controlled error to explode (use return Failure(...) instead of raise)
Mon, 16 Dec 2013 14:48:28 +0100 souliane plugin XEP-0033: bug fix for sending messages with the addressing feature to several servers
Mon, 16 Dec 2013 14:36:38 +0100 souliane core: bug fix for serverDiscoItems (bad use of addCallbacks)
Mon, 16 Dec 2013 14:35:26 +0100 souliane core: bug fix for requestServerDisco in sat_main.py + added getAllServerIdentities method in memory.py
Thu, 28 Nov 2013 19:23:59 +0100 souliane plugin room_games, radiocol: send the current queue to new players
Tue, 10 Dec 2013 09:02:20 +0100 souliane plugins groupblog (xep-0060, xep-0277): added blog item modification/deletion
Mon, 09 Dec 2013 15:31:07 +0100 souliane plugins text-syntaxes: added a default value to use the current user syntax in convert
Thu, 28 Nov 2013 21:27:18 +0100 souliane plugin XEP-0045: remove redondant errback from _join
Wed, 11 Dec 2013 17:16:53 +0100 souliane plugin XEP-0033: implementation of the addressing feature:
Fri, 13 Dec 2013 05:35:24 +0100 souliane core (tools): set min and max priorities for triggers and warn if several triggers have the same not null priority
Mon, 25 Nov 2013 13:32:21 +0100 souliane bridge (constructor): added categories for the mediawiki export
Mon, 25 Nov 2013 12:36:49 +0100 souliane primivitus: do not notify when an empty message is received
Mon, 25 Nov 2013 12:29:14 +0100 souliane primitivus: save the input history when "esc" is pressed
Mon, 25 Nov 2013 01:56:07 +0100 souliane frontends: set and retrieve your own presence and status
Sat, 23 Nov 2013 10:21:40 +0100 souliane frontends: define the constants with classes and inheritance instance of using __builtin__
Sun, 24 Nov 2013 11:22:20 +0100 souliane frontends: presence update in quick app:
Sun, 24 Nov 2013 11:15:54 +0100 souliane core: bad indentation in SatPresenceProtocol.available
Fri, 13 Dec 2013 17:46:35 +0100 Goffi reverted last commit
Fri, 13 Dec 2013 17:40:48 +0100 Goffi plugin account: don't wait for emails anymore
Fri, 13 Dec 2013 17:18:29 +0100 Goffi plugin microbloging: fixes bad calls
Fri, 13 Dec 2013 17:15:57 +0100 Goffi plugin account: configuration constants can be overriden in sat.conf (section "plugin account") + better deferred management in email sending
Thu, 12 Dec 2013 01:06:19 +0100 Goffi core: management of _list and _dict in sat.conf
Tue, 10 Dec 2013 17:25:31 +0100 Goffi plugin XEP-0050: Ad-Hoc commands first draft (answering part)
Tue, 10 Dec 2013 17:25:31 +0100 Goffi core: fixed statuses parameter in setPresence, and using @NONE@ instead of @DEFAULT@ for default profile_key
Tue, 10 Dec 2013 17:25:31 +0100 Goffi core: use of Twisted JID instead of string bare jid in roster SatRosterProtocol
Tue, 03 Dec 2013 13:51:08 +0100 Goffi plugin XEP-0055: fixed form's namespace
Tue, 03 Dec 2013 13:09:49 +0100 Goffi plugin XEP-0085: fixed bad return value for sendMessage trigger's post treatment
Sun, 01 Dec 2013 17:28:30 +0100 Goffi bridge: fixed bridge_constructor
Thu, 28 Nov 2013 17:23:08 +0100 Goffi core (memory): fixed setDefault behaviour + minor refactoring
Tue, 26 Nov 2013 18:30:35 +0100 Goffi jp: removed named argument for pipeOut, as it's not managed with dynamicaly added methods
Sat, 23 Nov 2013 13:38:05 +0100 Goffi jp: fixed sendFile call
Thu, 21 Nov 2013 18:57:10 +0100 souliane frontends tools: moved src/tools/frontends to frontends/src/tools
Thu, 21 Nov 2013 18:23:08 +0100 souliane plugin tools: turn src/plugin/games.py into a plugin and move it to src/plugins/plugin_misc_room_game.py
Thu, 21 Nov 2013 15:49:53 +0100 souliane plugins (games): more factorization and flexibility for launching and joining games:
Thu, 21 Nov 2013 15:38:53 +0100 souliane frontends tools: added symbols for MUC user activity identification
Tue, 19 Nov 2013 19:31:59 +0100 souliane plugins XEP-0045: added methods to get room nicks and "MUC user left" trigger
Mon, 18 Nov 2013 14:25:40 +0100 souliane plugins (games): add a method to send messages more easily
Sun, 17 Nov 2013 17:02:22 +0100 souliane plugin XEP-0045: fixed incorrect exceptions name
Sun, 17 Nov 2013 16:59:12 +0100 souliane plugins (MUC, tools, games): generalize the generation of a unique room name when joining a MUC and no room is specified:
Sun, 17 Nov 2013 16:30:46 +0100 souliane plugins (tools): collective games (with no opponent, like radiocol) were handled like other games
Sun, 17 Nov 2013 16:23:29 +0100 souliane plugin XEP-0249: silently discard MUC invitation if user is already in
Sun, 17 Nov 2013 16:11:55 +0100 souliane bridge: removed plugin method definitions from the old static system
Fri, 15 Nov 2013 15:27:03 +0100 Goffi plugin group blog: management of extra data/rich text for blog comments
Thu, 14 Nov 2013 18:36:02 +0100 Goffi plugin XEP-0277, groupblog: rich text management for receiving microblogs
Thu, 14 Nov 2013 18:35:51 +0100 Goffi plugin XEP-0277, group blog: rich text management for sending microblogs
Thu, 14 Nov 2013 17:53:47 +0100 Goffi plugin text syntaxes: clean_xhtml now accept lxml's HtmlElement to avoid parsing two times the same xml
Thu, 14 Nov 2013 17:51:35 +0100 Goffi plugin XEP-0277, group blogs: proper asynchronous methods for sending blogs.
Thu, 14 Nov 2013 16:49:57 +0100 Goffi plugin group blog: renamed options parameter as extra for consistency with sendMessage
Wed, 13 Nov 2013 14:03:16 +0100 Goffi plugin XEP-0071: rich messages management for sendMessage
Wed, 13 Nov 2013 14:02:02 +0100 Goffi plugin XEP-0071: XHTML2XHTML_IM don't return the <body> root tag anymore.
Wed, 13 Nov 2013 14:01:13 +0100 Goffi core: dont save anymore messages to database if there is no "message" data (fix empty records with chat states)
Wed, 13 Nov 2013 14:00:07 +0100 Goffi plugin text syntaxes: fixed bad parameter order for getParamA
Wed, 13 Nov 2013 13:58:10 +0100 Goffi core: sendMessage's options parameter has been renamed to extra to be consistent with newMessage
Wed, 13 Nov 2013 13:57:36 +0100 Goffi core: sendMessage triggers now use a treatments deferred;
Tue, 12 Nov 2013 16:56:34 +0100 Goffi test: better ignore_blank in helpers's assertEqualXML
Tue, 12 Nov 2013 14:51:32 +0100 Goffi plugin text syntaxes: fixed missing import
Tue, 12 Nov 2013 14:16:11 +0100 Goffi tests: plugin text syntaxes sanitisation tests
Tue, 12 Nov 2013 14:16:11 +0100 Goffi tests: added XML comparaison method to helpers
Tue, 12 Nov 2013 14:14:36 +0100 Goffi plugin text syntaxes: styles sanitisation
Sat, 09 Nov 2013 09:12:38 +0100 souliane tools frontend: moved here from Libervia some definitions for message composition
Fri, 08 Nov 2013 19:14:13 +0100 souliane misc: added a file for frontend's string operations:
Tue, 05 Nov 2013 21:08:31 +0100 souliane plugin XEP-249: added parameter Misc / Auto-join MUC on invitation
Tue, 29 Oct 2013 16:26:55 +0100 souliane tools: renamed tools.jid.JID attribute "short" to "bare"
Mon, 28 Oct 2013 19:04:49 +0100 souliane primitivus card_game: bug fix and improvement
Mon, 28 Oct 2013 18:49:01 +0100 souliane plugin card_game: better PEP-8 compliance
Mon, 28 Oct 2013 18:29:34 +0100 souliane primitivus, wix: auto-display MUC dialog after it has been joined:
Thu, 24 Oct 2013 08:47:45 +0200 souliane core (tools): small fix in using imported methods
Wed, 23 Oct 2013 12:45:13 +0200 souliane plugins radiocol, card_game, quiz: code factorization
Fri, 18 Oct 2013 11:58:42 +0200 souliane tools: moved src/tools/games.py to src/tools/frontends/
Wed, 23 Oct 2013 00:28:00 +0200 souliane memory: fixed getHistory behavior when parameter between=True:
Tue, 22 Oct 2013 16:24:11 +0200 souliane primitivus, wix: fixed bridge methods calls for plugins radiocol and card game
Tue, 22 Oct 2013 09:41:27 +0200 souliane wix, misc: use picture of dimension 32x32 for tray icon + better PEP-8 compliance
Mon, 21 Oct 2013 15:52:28 +0200 souliane primitivus: code factorization for user notification
Fri, 18 Oct 2013 19:23:03 +0200 souliane core (memory): cleaned the part for load/save to xml (not used)
Fri, 08 Nov 2013 17:48:27 +0100 souliane social contract: typos fixes:
Sat, 09 Nov 2013 10:17:53 +0100 Goffi new xml tools module (sat.tools.frontends.xml):
Sat, 09 Nov 2013 10:16:35 +0100 Goffi plugin text_syntaxes: fixed clean_xhml (it now return XHTML instead of HTML)
Fri, 08 Nov 2013 16:35:51 +0100 Goffi moved sat.tools.frontend to sat.tools.frontends
Thu, 07 Nov 2013 17:01:40 +0100 souliane plugin misc_account: added method getNewAccountDomain
Thu, 07 Nov 2013 16:58:20 +0100 souliane frontend, primitivus: added input history (mode-wise)
Thu, 07 Nov 2013 16:14:56 +0100 souliane social contract: typos fixes
Thu, 07 Nov 2013 15:29:39 +0100 Goffi core, bridge: extra parameter is saved in history:
Tue, 05 Nov 2013 22:41:45 +0100 Goffi plugin XEP_0071: first draft
Tue, 05 Nov 2013 22:40:56 +0100 Goffi plugin XEP-0115: changed node for "http://sat.goffi.org" + filtering using list comprehension instead of filter()
Tue, 05 Nov 2013 22:40:55 +0100 Goffi core: added SatIdentityHandler for Disco Identity, and set identity to "client/pc/Salut à Toi"
Tue, 05 Nov 2013 22:40:46 +0100 Goffi plugin text syntaxes: this plugin manage rich text syntaxes conversions and cleaning.
Thu, 31 Oct 2013 17:18:32 +0100 Goffi install: added lxml to setup.py dependencies
Thu, 31 Oct 2013 17:18:04 +0100 Goffi core: Deferred in onMessage.
Thu, 31 Oct 2013 17:14:15 +0100 Goffi core: importParams renamed to updateParams: it now updates the parameter instead of appending children if it find an existing one.
Tue, 15 Oct 2013 23:10:31 +0200 Goffi primitivus: fixed crash on private messages
Tue, 15 Oct 2013 19:28:34 +0200 Goffi core, plugins: fixed bad use of children instead of elements() for domish.Element instances.
Mon, 07 Oct 2013 13:09:57 +0200 souliane plugin xep-0085: bug fix + improvement
Mon, 07 Oct 2013 14:58:41 +0200 Goffi misc: added Dal to contributors
Mon, 07 Oct 2013 14:56:09 +0200 Dal jp: profiles management
Wed, 02 Oct 2013 20:25:19 +0200 souliane bridge, memory: added the parameter security_limit to asyncGetParamA so it can be used from libervia. refactorization in memory.py are related to that.
Wed, 02 Oct 2013 17:38:29 +0200 souliane core, primitivus: better support for parameter of type list
Thu, 26 Sep 2013 10:44:57 +0200 souliane plugin XEP-0085: improvement for sending "composing" state
Thu, 26 Sep 2013 10:14:23 +0200 souliane wix: bug fix at startup when the method chatStateReceived doesn't exist
Fri, 04 Oct 2013 12:22:51 +0200 Goffi install: minimum required wokkel version is now 0.7.1, updated setup.py
Thu, 03 Oct 2013 12:58:00 +0200 Goffi install: fixed setup.py (changed "imaging" to "PIL")
Sun, 29 Sep 2013 16:29:57 +0200 Goffi bridge: doc fix for newContact
Sun, 29 Sep 2013 16:29:36 +0200 Goffi tests: helpers improvments:
Thu, 26 Sep 2013 17:33:04 +0200 Goffi tests: fix SatMessageProtocolTest.test_onMessage
Thu, 26 Sep 2013 17:32:24 +0200 Goffi tests: Use of FailTest for DifferentArgsException instead of Exception, so the test fail instead of raising en error.
Sun, 22 Sep 2013 01:49:19 +0200 Goffi primitivus: disconnected contact crash fix
Sat, 21 Sep 2013 15:34:10 +0200 Goffi core: misc bug fixes
Sun, 08 Sep 2013 14:59:14 +0200 souliane plugin misc_account: fix for sending a failure message
Sat, 07 Sep 2013 19:50:12 +0200 souliane plugin XEP-0085: renamed category and parameter
Sun, 08 Sep 2013 15:00:15 +0200 souliane core: fix for methods signature
Sat, 07 Sep 2013 02:03:17 +0200 souliane core: added the security_limit to setParam
Sun, 08 Sep 2013 19:18:46 +0200 Goffi Added Soul to contributors
Thu, 05 Sep 2013 21:03:52 +0200 souliane core: better handling of profile_key and don't write the param file anymore
Thu, 05 Sep 2013 20:57:00 +0200 souliane misc: a few "cosmetic" changes (PEP 8...)
Sun, 08 Sep 2013 19:13:02 +0200 souliane primitivus: chat state implementation
Thu, 05 Sep 2013 20:48:47 +0200 souliane plugin XEP-0085: Chat State Notifications
Sun, 08 Sep 2013 19:12:59 +0200 souliane core: memory's updateEntityData improvments.
Thu, 05 Sep 2013 20:28:44 +0200 souliane core: security attribute added to the parameters
Sun, 08 Sep 2013 18:05:19 +0200 Goffi primitivus: menu to search directory (using XEP-0055)
Sun, 08 Sep 2013 18:05:19 +0200 Goffi primitivus: really basic implementation of advanced list.
Sun, 08 Sep 2013 18:05:19 +0200 Goffi plugin XEP-0055: implementation of Jabber Search
Sun, 08 Sep 2013 18:05:19 +0200 Goffi core: added advanced list to XMLUI (need improvment, very basic so far)
Sun, 08 Sep 2013 18:05:19 +0200 Goffi i18n: fixed bad translation
Sun, 23 Jun 2013 01:42:12 +0200 Goffi wix: fixed application quitting (fix bug 25)
Fri, 21 Jun 2013 02:00:37 +0200 Goffi core, bridge, jp, quick_frontend: SàT stop more gracefully if bridge can't be initialised:
Thu, 20 Jun 2013 17:44:27 +0200 Goffi doc: added instructions to launch D-Bus on a terminal environment, as requested in bug 27.
Thu, 20 Jun 2013 17:22:40 +0200 Goffi core: fixed crash on first run, when no profile exist yet
Thu, 20 Jun 2013 17:17:35 +0200 Goffi core: fixed bad database creation on first run in sqlite storage
Thu, 20 Jun 2013 17:15:21 +0200 Goffi plugin XEP-0277: RuntimeError is now catched during link parsing (can happen if no service jid is found)
Thu, 20 Jun 2013 12:37:06 +0200 Goffi pluging maildir: some trivial fixes:
Thu, 20 Jun 2013 12:14:43 +0200 Goffi pluging groupblog: comments handling:
Thu, 20 Jun 2013 12:11:54 +0200 Goffi core: more explicit UnknownEntityError
Mon, 17 Jun 2013 13:55:11 +0200 Goffi plugin group blog: getItems for comments fixed when we are the publisher of the parent node
Mon, 17 Jun 2013 13:30:57 +0200 Goffi plugin groupblog: fixed bad inialisation check
Mon, 17 Jun 2013 13:17:43 +0200 Goffi plugin group blog: comments handling (comments are automaticaly requested when a comment node is found)
Sun, 16 Jun 2013 18:49:02 +0200 Goffi plugin groupblog: comment item is specified through microblog data, there is no more a specific signal type
Mon, 20 May 2013 23:21:29 +0200 Goffi plugins XEP-0060, XEP-0277, groupblog: comments implementation (first draft, not finished yet):
Sun, 07 Apr 2013 23:27:07 +0200 Goffi misc: added Thomas Preud'homme to contributors + a thanks message to maintainers =)
Sun, 07 Apr 2013 22:54:47 +0200 Thomas Preud'homme quick frontend, jp: fix locales
Sun, 24 Mar 2013 15:41:30 +0100 Goffi misc: fixed bridge_constructor.py typo
Sun, 10 Mar 2013 20:55:29 +0100 Goffi core: added Priority management
Sun, 10 Mar 2013 20:54:45 +0100 Goffi Primitivus: fixed xmlui/chat bad contents change
Fri, 08 Mar 2013 00:36:22 +0100 Goffi fixed licences in docstrings (they are now in comments)
Sun, 24 Feb 2013 15:29:31 +0100 Goffi Primitivus: fixed contacts list (un)hidding
Sun, 24 Feb 2013 13:57:37 +0100 Goffi primitivus: fixed urwid issues with recent urwid versions
Sat, 23 Feb 2013 17:50:58 +0100 Goffi installation: added forgotten imaging dependency
Sat, 23 Feb 2013 12:25:34 +0100 Goffi core: fixed sendMessage
Fri, 22 Feb 2013 00:22:50 +0100 Goffi plugin export command: first draft
Fri, 22 Feb 2013 00:19:32 +0100 Goffi plugin parrot: sendMessage now avoid triggers
Fri, 22 Feb 2013 00:15:50 +0100 Goffi core: sendMessage refactoring:
Fri, 22 Feb 2013 00:11:47 +0100 Goffi jp, core: jp's clean_ustr moved to a new general utils module
Wed, 20 Feb 2013 20:37:17 +0100 Goffi plugin text commands: basic /whois command (just show jid so far)
Wed, 20 Feb 2013 20:36:09 +0100 Goffi plugin XEP-0045: fixed isNickInRoom
Wed, 20 Feb 2013 20:08:15 +0100 Goffi misc: add ctags_links to .hgignore
Wed, 20 Feb 2013 19:52:46 +0100 Goffi core: version update to development version
Sat, 26 Jan 2013 00:30:00 +0100 Goffi plugin XEP-0045: fixed mucLeave bridge method
Fri, 18 Jan 2013 17:55:35 +0100 Emmanuel Gil Peyrot Fix pep8 support in src/bridge.
Fri, 18 Jan 2013 17:55:35 +0100 Emmanuel Gil Peyrot Fix pep8 support in src/plugins.
Mon, 21 Jan 2013 00:59:50 +0100 Goffi core: added forgotten errback in sqlite's deleteProfile
Fri, 18 Jan 2013 17:55:35 +0100 Emmanuel Gil Peyrot Fix pep8 support in src/memory.
Fri, 18 Jan 2013 17:55:35 +0100 Emmanuel Gil Peyrot Fix pep8 support in src/test.
Fri, 18 Jan 2013 17:55:35 +0100 Emmanuel Gil Peyrot Fix pep8 support in src/tools.
Fri, 18 Jan 2013 17:55:35 +0100 Emmanuel Gil Peyrot Fix pep8 support in src/core.
Fri, 18 Jan 2013 17:55:35 +0100 Emmanuel Gil Peyrot Remove every old-style class.
Fri, 18 Jan 2013 17:55:34 +0100 Emmanuel Gil Peyrot Remove trailing whitespaces.
Fri, 18 Jan 2013 17:55:27 +0100 Emmanuel Gil Peyrot Fix coding style in setup.py.
Fri, 18 Jan 2013 17:53:08 +0100 Emmanuel Gil Peyrot Remove useless trailing semicolons.
Wed, 09 Jan 2013 22:59:55 +0100 Goffi Added tag SàT v0.3.0 for changeset df6b9b881f0e
Wed, 09 Jan 2013 22:59:52 +0100 Goffi bad tagging 0.3.0 SàT v0.3.0
Wed, 09 Jan 2013 22:56:24 +0100 Goffi Added tag SàT, v0.3.0 for changeset 78ca32cc0b51
Wed, 09 Jan 2013 22:55:59 +0100 Goffi CHANGELOG + version updates (yes, that's a release \o/)
Wed, 09 Jan 2013 22:50:01 +0100 Goffi misc: setup.py long description update
Wed, 09 Jan 2013 22:43:41 +0100 Goffi removed CONST from sat_main as it is already in default_config
Wed, 09 Jan 2013 22:31:32 +0100 Goffi misc: README cleaning + added Mutagen to credits
Wed, 09 Jan 2013 21:41:40 +0100 Goffi plugin radiocol: songs are deleted once played (Q&D need to be reworked once file are properly transfered to server)
Wed, 09 Jan 2013 01:20:52 +0100 Goffi misc: added presentation website to README
Wed, 09 Jan 2013 01:06:08 +0100 Goffi installation: setup.py description + website url update
Tue, 08 Jan 2013 00:46:38 +0100 Goffi core, plugin imap, plugin smtp: fixed SMTP/IMAP integration. /!\ Profile need to be connected for IMAP server to work (will change in the future)
Mon, 07 Jan 2013 23:54:17 +0100 Goffi installation: added mutagen to setup.py's dependencies
Mon, 07 Jan 2013 23:30:13 +0100 Goffi dates update
Mon, 07 Jan 2013 23:10:26 +0100 Goffi plugin account: errReceived fix + emails are now sent on new account + generic example server constants
Mon, 07 Jan 2013 23:08:45 +0100 Goffi plugin XEP-0054: fixed bad image resizing
Mon, 07 Jan 2013 01:03:49 +0100 Goffi plugin account: first draft of automatic SàT/Prosody account creation (basis coming from Libervia)
Mon, 07 Jan 2013 01:01:10 +0100 Goffi bridge: generic plugin methods handling for frontend side in D-Bus Bridge \o/
Mon, 07 Jan 2013 00:58:43 +0100 Goffi core: initial discovery fix
Mon, 07 Jan 2013 00:57:50 +0100 Goffi core: sqlite storage constraint fix
Mon, 07 Jan 2013 00:56:13 +0100 Goffi plugin text commands: added /topic as a synonym of /title
Fri, 28 Dec 2012 20:05:08 +0100 Goffi plugin quiz: fixed XEP-0045 call
Fri, 28 Dec 2012 02:27:34 +0100 Goffi plugin Tarot: fixed plugin
Fri, 28 Dec 2012 01:00:31 +0100 Goffi core, plugin XEP-0054: avatar upload:
Wed, 19 Dec 2012 23:22:10 +0100 Goffi quick frontend: asyncConnect is now used, to be sure that roster is available before continuing profile plugging
Tue, 18 Dec 2012 00:02:28 +0100 Goffi plugin XEP-0054: added profile own jid to _fillCachedValues (needed to have its own avatar)
Sun, 16 Dec 2012 18:02:43 +0100 Goffi core: renamed badly named ConnectedProfileError
Sun, 16 Dec 2012 18:01:50 +0100 Goffi core: port parameter is used
Sun, 16 Dec 2012 18:01:06 +0100 Goffi core: paramaters are now merged: if a parameter doens't exist in loaded xml but exists in default parameters, it is added
Sun, 16 Dec 2012 17:59:50 +0100 Goffi core: added Port parameter
Sun, 09 Dec 2012 23:25:51 +0100 Goffi primitivus, wix: fixed bad defaults values for XMLUI class
Sun, 09 Dec 2012 23:24:53 +0100 Goffi plugin XEP-0077: misc fixes
Thu, 06 Dec 2012 22:11:41 +0100 Goffi core: fixed presence cache error
Sat, 24 Nov 2012 02:21:02 +0100 Goffi wix: fixed profile manager
Thu, 22 Nov 2012 00:46:49 +0100 Goffi plugin XEP-0054: naive approach to have a persistent cache of avatars
Thu, 22 Nov 2012 00:46:00 +0100 Goffi core: asyncConnect is now fired when roster is available
Thu, 22 Nov 2012 00:44:56 +0100 Goffi core: client.roster has now a got_roster deferred which is fired when roster is available
Wed, 14 Nov 2012 21:47:56 +0100 Goffi installation: removed BeautifulSoup from dependencies as it was only used by CS plugin which is now deprecated
Wed, 14 Nov 2012 21:44:25 +0100 Goffi installation: added wokkel to dependencies, and removed custom wokkel installation in setup.py (muc branch is now merged mainstream)
Wed, 14 Nov 2012 21:31:38 +0100 Goffi primitivus: fixed actionResult call (fix gateways management)
Wed, 14 Nov 2012 21:30:21 +0100 Goffi wix: fixed parameters management
Wed, 14 Nov 2012 21:29:38 +0100 Goffi plugin XEP-0100: fixed lackings profile arguments in some methods
Wed, 14 Nov 2012 20:56:04 +0100 Goffi quick frontend: fixed clearContacts
Wed, 14 Nov 2012 20:37:15 +0100 Goffi frontends: incoming files transfer management:
Wed, 14 Nov 2012 20:24:28 +0100 Goffi core, bridge: waiting confirmation management (new getWaitingConf method)
Mon, 12 Nov 2012 10:55:44 +0100 Goffi plugin XEP-0096: restored XEP-0065 usage
Mon, 12 Nov 2012 10:55:09 +0100 Goffi quick frontend: fixed getHistory call
Sat, 10 Nov 2012 16:38:16 +0100 Goffi core, frontends, bridgen plugins: fixed methods which were unproperly managing multi-profiles
Sun, 04 Nov 2012 23:53:26 +0100 Goffi plugin cs: this plugin is now deprecated
Thu, 01 Nov 2012 22:41:39 +0100 Goffi core, plugins: fixed bad namespace in stanza creation
Thu, 01 Nov 2012 19:52:59 +0100 Goffi bridge: fixed D-Bus warning in frontend side of bridge
Tue, 30 Oct 2012 00:54:42 +0100 Goffi plugin group blog: item configuration data (which groups are allowed) are parsed and added to microblog data
Sun, 28 Oct 2012 18:40:14 +0100 Goffi misc: added informations on Apache logs in README's privacy warning
Sun, 28 Oct 2012 18:27:37 +0100 Goffi plugin group blog: security check + fixed publisher in personalEvent signal
Sun, 28 Oct 2012 17:59:24 +0100 Goffi primitivus: fixed info messages timestamp
Sun, 28 Oct 2012 17:58:47 +0100 Goffi primitivus: fixed edit bar's captions encoding (could cause crashes)
Mon, 22 Oct 2012 00:10:21 +0200 Goffi plugin groupblog: fixed GROUP and JID publishers_type in getMassiveLastGroupBlogs and massiveSubscribeGroupBlogs
Sun, 21 Oct 2012 22:31:57 +0200 Goffi plugin XEP-0045: in case of nickname conflict when entering a room, a new one is automaticaly assigned
Sun, 21 Oct 2012 19:46:08 +0200 Goffi plugin text commands: added /parrot and /unparrot commands to use Parrot plugin
Sun, 21 Oct 2012 19:43:14 +0200 Goffi new plugin: Parrot is an experimental plugin which repeat messages between 2 entities
Sun, 21 Oct 2012 19:28:38 +0200 Goffi core: Triggers can now frobid other triggers execution
Sun, 21 Oct 2012 16:40:19 +0200 Goffi primitivus: Primitivus is now modal (vi-like behaviour):
Sun, 21 Oct 2012 13:37:15 +0200 Goffi plugin text commands: added _feedback method to send an answer to user
Sun, 21 Oct 2012 13:36:28 +0200 Goffi plugin XEP-0045: added isNickInRoom method
Sun, 21 Oct 2012 13:23:21 +0200 Goffi primitivus: fixed double messages discarding
Sun, 21 Oct 2012 12:55:47 +0200 Goffi primitivus: better chat text insertion in chat window
Sun, 21 Oct 2012 12:55:27 +0200 Goffi reverted bad commit
Sun, 21 Oct 2012 12:03:29 +0200 Goffi primitivus: fixed messages order in chat window
Sat, 20 Oct 2012 19:22:51 +0200 Goffi plugin text commands: added /help command
Sat, 20 Oct 2012 18:18:40 +0200 Goffi core: added priority management in triggers
Sat, 20 Oct 2012 18:02:14 +0200 Goffi plugin XEP-0045, plugin text commands: added '/title' command
Sat, 20 Oct 2012 17:24:30 +0200 Goffi Primitivus: avoid double messages in case of backlog/history conflict
Sat, 20 Oct 2012 17:23:56 +0200 Goffi core, quick_frontend, primitivus, wixi, bridge: fixed delayed message timestamp:
Wed, 17 Oct 2012 00:35:48 +0200 Goffi core, bridge, quick_frontend: MUC private messages history management:
Tue, 16 Oct 2012 01:22:40 +0200 Goffi Primitivus: present contacts in groups chat can now be clicked
Thu, 11 Oct 2012 00:48:35 +0200 Goffi quick frontend, primitivus, wix: MUC private messages management
Fri, 28 Sep 2012 00:48:52 +0200 Goffi plugin text commands: added /join command
Fri, 28 Sep 2012 00:31:10 +0200 Goffi plugin text commands: /leave management:
Fri, 28 Sep 2012 00:26:24 +0200 Goffi frontends, core, plugin XEP-0045: leave implementation + better nick change
Thu, 27 Sep 2012 00:54:42 +0200 Goffi plugin text commands: Text commands is a new plugin that bring IRC-like commands
Thu, 27 Sep 2012 00:51:43 +0200 Goffi plugin xep-0045: nick change management
Wed, 26 Sep 2012 01:23:56 +0200 Goffi core, quick frontend, plugin xep-0054, bridge: use of memory's entities data for vcard:
Wed, 26 Sep 2012 00:38:41 +0200 Goffi Primitivus: new entities are added to contact list if they send messages + QuickFrontend: names fixes
Tue, 25 Sep 2012 23:10:22 +0200 Goffi QuickFrontend, Primitivus, Wix: special entities management:
Tue, 25 Sep 2012 00:58:34 +0200 Goffi core, quick_frontend, primitivus, wix: Contacts List refactoring phase 1:
Wed, 05 Sep 2012 00:19:32 +0200 Goffi primitivus: keep focus position in contacts list on redraw
Tue, 04 Sep 2012 13:36:14 +0200 Goffi primitivus: fixed display for selected entity in contacts list + added indentation for status message
Tue, 04 Sep 2012 13:34:52 +0200 Goffi primitivus: better focused attributes for roster
Tue, 04 Sep 2012 01:15:19 +0200 Goffi primitivus: contacts list improvments:
Tue, 04 Sep 2012 01:12:52 +0200 Goffi primitivus: added show and status text attributes + show icons
Mon, 03 Sep 2012 23:43:15 +0200 Goffi primitivus: moved constants in a separate file
Fri, 17 Aug 2012 03:20:40 +0200 Goffi core: memory bug fix
Fri, 17 Aug 2012 03:17:44 +0200 Goffi jp: - better expandJid: roster's jids' nodes are used after names to expand jid
Fri, 17 Aug 2012 03:14:20 +0200 Goffi bridge: updated D-Bus frontend
Fri, 17 Aug 2012 03:13:08 +0200 Goffi wix: renamed id variable to avoid reserved name
Fri, 17 Aug 2012 03:11:39 +0200 Goffi Bridge: "auto" type for sendMessage method
Fri, 17 Aug 2012 03:11:03 +0200 Goffi core: sendMessage refactoring:
Fri, 17 Aug 2012 03:08:37 +0200 Goffi plugin xep-0045: entity type is changer to chatroom for room joined
Fri, 17 Aug 2012 03:07:49 +0200 Goffi core: added isJidInRoster method
Fri, 17 Aug 2012 03:07:22 +0200 Goffi core: entity cache misc data management + error moved to core.exceptions in memory
Thu, 16 Aug 2012 15:17:16 +0200 Goffi plugin xep-0054: changed deprecated deferredGenerator for inlineCallbacks
Wed, 15 Aug 2012 15:50:46 +0200 Goffi core: presence status + last resource refactored and kept in entitiesCache in memory.py, profile cache is purged on disconnection
Sun, 12 Aug 2012 15:49:08 +0200 Goffi core: fixed bad try/except block in memory
Thu, 02 Aug 2012 01:08:51 +0200 Goffi misc: updated README with contributors
Thu, 02 Aug 2012 01:07:45 +0200 Matthieu Rakotojaona misc: CONTRAT SOCIAL (Social Contract) English translation
Wed, 01 Aug 2012 22:53:02 +0200 Goffi Licence modification: the full project is now under AGPL v3+ instead of GPL v3+
Mon, 25 Jun 2012 23:58:28 +0200 Goffi quickapp: fixed typo
Mon, 25 Jun 2012 01:00:55 +0200 Goffi plugin groupblog: fixed initialisation
Mon, 25 Jun 2012 00:08:16 +0200 Goffi plugin groupblog: subscriptions/notifications
Thu, 31 May 2012 00:26:39 +0200 Goffi plugin groupblog: added disco info + misc fixes
Sat, 14 Apr 2012 16:26:55 +0200 Emmanuel Gil Peyrot frontend: Fix notify import in Primitivus.
Sat, 14 Apr 2012 13:55:11 +0200 Emmanuel Gil Peyrot misc: Add the build directory to the ignore file.
Sat, 14 Apr 2012 13:53:55 +0200 Emmanuel Gil Peyrot misc: Make the shell launcher use the same python interpreter than setup.py.
Sat, 14 Apr 2012 11:09:31 +0200 Emmanuel Gil Peyrot misc: Add the forgotten sat.memory to setup.py.
Wed, 04 Apr 2012 00:06:44 +0200 Goffi core: exceptions moved to core
Sun, 01 Apr 2012 19:48:31 +0200 Goffi plugin groupblog, D-Bus frontend: added getLastGroupBlogs and getMassiveLastGroupBlogs
Sun, 01 Apr 2012 19:45:35 +0200 Goffi D-Bus bridge: fixed getRoomsSubjects call + fixed dynamic addition of methods + added getLastGroupBlogs method
Fri, 30 Mar 2012 09:23:23 +0200 Goffi D-Bus Bridge: use inspection to name attribute + fix asynchronous calls for dynamically added method, it now use deferred return value instead of callback/errback attributes
Thu, 29 Mar 2012 00:04:31 +0200 Goffi plugin group blog: getMassiveGroupBlog first draft
Mon, 26 Mar 2012 00:22:49 +0200 Goffi core: Roster cache refactoring: cache is now managed by client's SatRosterProtocol instance.
Sat, 24 Mar 2012 17:48:12 +0100 Goffi plugin groupblog: added getLastGroupBlogs method
Sat, 24 Mar 2012 17:46:42 +0100 Goffi plugin radiocol: fixed missing import
Sat, 24 Mar 2012 16:11:16 +0100 Goffi fixed lauching script
Wed, 14 Mar 2012 23:45:01 +0100 Goffi plugin groupblog: next-gen group blog first draft
Wed, 14 Mar 2012 23:41:06 +0100 Goffi core: typo
Tue, 13 Mar 2012 22:04:03 +0100 Goffi backend: added warning message when jabberfr workaround is used + fixed missing warning method
Tue, 06 Mar 2012 09:07:24 +0100 Goffi copyleft date update
Tue, 06 Mar 2012 09:03:19 +0100 Goffi core: fixed Params class name in load_default_params
Sun, 29 Jan 2012 03:00:25 +0100 Goffi plugin radiocol: working Radio Collective \o/
Tue, 24 Jan 2012 00:22:11 +0100 Goffi plugin radiocol: fixed autocreation of radiocol for new comers
Mon, 23 Jan 2012 00:14:33 +0100 Goffi plugin RadioCol: basic functionnality working approximately
Mon, 23 Jan 2012 00:13:37 +0100 Goffi plugin XEP-0249: fixed join (signature changed after wokkel update)
Sun, 22 Jan 2012 19:41:02 +0100 Goffi plugin radiocol: removed occupants list in radiocolStarted signal
Sun, 22 Jan 2012 19:40:04 +0100 Goffi plugin XEP-0045: room unlocking fix
Thu, 05 Jan 2012 00:42:24 +0100 Goffi plugin xep-0045: fixed missing return deferred
Thu, 05 Jan 2012 00:21:30 +0100 Goffi plugins: radio collective first draft
Mon, 12 Dec 2011 22:24:50 +0100 Goffi bridge: removed default profile_key in dbus_frontend_template to avoid difficult to find bugs
Sun, 04 Dec 2011 16:18:56 +0100 Goffi core: - history management improved
Sun, 04 Dec 2011 00:58:20 +0100 Goffi Wix: fixed asynchronous call to get profile's data in profile manager
Sun, 04 Dec 2011 00:05:41 +0100 Goffi Primitivus: fixed redraw on profile change in profile manager
Sun, 04 Dec 2011 00:03:15 +0100 Goffi plugin maildir: replaced forgotten setPrivate by PersistentBinaryDict.force
Sat, 03 Dec 2011 23:43:10 +0100 Goffi plugin xep 0054: fixed bad bridge signature
Sat, 03 Dec 2011 23:33:00 +0100 Goffi core: getPrivate/setPrivate removed from memory, private values now use database storage and persistent dicts \o/
Sat, 03 Dec 2011 22:21:52 +0100 Goffi core: added get method to PersistentDictionary
Sat, 03 Dec 2011 22:21:27 +0100 Goffi core: fixed bad query in Sqlite storage
Sat, 03 Dec 2011 19:52:04 +0100 Goffi plugin CS: use of PersistentBinaryData to store profile's information, and clean up on profile disconnection.
Sat, 03 Dec 2011 15:50:09 +0100 Goffi plugin maildir: maildir now use PersistentBinaryDictionary to store profile specific data
Sat, 03 Dec 2011 15:45:48 +0100 Goffi core: plugins can now have profileConnected/profileDisconnected method to initialise/free profile dependant resources
Wed, 30 Nov 2011 00:24:41 +0100 Goffi plugin XEP-0115: entity capabilities now use PersistentBinaryDict to store hash cache
Wed, 30 Nov 2011 00:23:50 +0100 Goffi core: sqlite persistentBinaryDict storage fix
Sun, 20 Nov 2011 15:56:51 +0100 Goffi plugin XEP-0054: cache now use storage
Sun, 20 Nov 2011 15:36:45 +0100 Goffi core: path update for Memory import
Sun, 20 Nov 2011 15:36:02 +0100 Goffi core: memory.py and sqlite.py moved from tools to memory
Sun, 20 Nov 2011 15:34:37 +0100 Goffi core: - memory refactoring (moved memory.py and sqlite.py from tools to memory)
Sat, 12 Nov 2011 10:33:29 +0100 Goffi bridge: typo in bridge constructor
Fri, 11 Nov 2011 19:50:24 +0100 Goffi primitivus: chat window is not scrolled anymore when user is watching history and a new message is received
Fri, 11 Nov 2011 19:49:21 +0100 Goffi core: fixed empty body error on new message
Fri, 11 Nov 2011 19:49:00 +0100 Goffi core: fixed memory initialisation sequence
Fri, 11 Nov 2011 18:40:23 +0100 Goffi core: outgoing groupchat message are not added to history anymore
Tue, 08 Nov 2011 22:21:58 +0100 Goffi core: don't save anymore delayed message in history
Tue, 08 Nov 2011 01:08:11 +0100 Goffi backend, bridge: asynchronous history
Mon, 07 Nov 2011 22:27:07 +0100 Goffi bridge: added check that synchronous method does not return a deferred
Mon, 07 Nov 2011 00:09:22 +0100 Goffi backend: - bridge async D-Bus method now automatically manage callback and errback, we just have to return a deferred
Sun, 06 Nov 2011 15:19:51 +0100 Goffi Primitivus: Profile Manager: fixed redraw on profile change + use of AdvandedEdit for login field
Wed, 02 Nov 2011 22:50:06 +0100 Goffi primitivus: profile manager updated to use new asynchronous profile creation
Wed, 02 Nov 2011 22:49:23 +0100 Goffi core: profile creation/deletion through database
Wed, 02 Nov 2011 22:47:59 +0100 Goffi bridge: added generic D-Bus exception management + asyncCreateProfile method
Tue, 01 Nov 2011 23:06:18 +0100 Goffi core: removed former parameters files data location constants
Tue, 01 Nov 2011 23:04:48 +0100 Goffi core: removed former save_data method
Tue, 01 Nov 2011 22:59:15 +0100 Goffi core: param loading/purging on profile connection/disconnection
Tue, 01 Nov 2011 22:55:58 +0100 Goffi primitivus: fixed screen redraw after plugin profile
Tue, 01 Nov 2011 22:52:36 +0100 Goffi Quick frontend: use of asyncGetParamA when pluging profile
Tue, 01 Nov 2011 20:39:22 +0100 Goffi core: - individual parameters managed through sqlite
Sun, 30 Oct 2011 23:13:40 +0100 Goffi database integration: first draft
Sat, 08 Oct 2011 21:03:02 +0200 Goffi primitivus: urwid 1.0.0 update (crash was caused by using non unicode caption)
Sat, 08 Oct 2011 20:27:15 +0200 Goffi plugin XEP-0163: user event mood with no item fix
Sat, 08 Oct 2011 20:26:36 +0200 Goffi plugin XEP-0045: typo fix
Sat, 08 Oct 2011 20:05:44 +0200 Goffi wix: removed forgotten test
Sat, 08 Oct 2011 19:13:43 +0200 Goffi plugin XEP-0045: fix method call
Sat, 08 Oct 2011 19:04:28 +0200 Goffi plugin XEP-0045: send error on invalid room jid on _join
Sat, 08 Oct 2011 18:43:17 +0200 Goffi MUC update to follow wokkel's MUC branch update
Sat, 08 Oct 2011 11:19:25 +0200 Goffi plugin xep-0047: removed gajim workaround as gajim has been fixed
Fri, 07 Oct 2011 12:09:48 +0200 Goffi plugins XEP-0047 and XEP-0065: timout bug fix
Fri, 07 Oct 2011 11:19:15 +0200 Goffi jp: use with statement to open fifo
Fri, 07 Oct 2011 00:25:15 +0200 Goffi jp roster name manegement + Pipe transfer
Thu, 06 Oct 2011 21:21:53 +0200 Goffi plugin XEP-0096: minor cleaning
Thu, 06 Oct 2011 21:16:03 +0200 Goffi core: added getLastResource method
Wed, 05 Oct 2011 16:49:57 +0200 Goffi File transfer:
Wed, 05 Oct 2011 16:48:25 +0200 Goffi core: workaround to avoid a bug in item detection on jabber.fr. Need more investigation with jabber.fr admins (may be a bug in ejabberd)
Tue, 04 Oct 2011 23:43:06 +0200 Goffi memory: avoid duplicate in getParamsCategories
Tue, 04 Oct 2011 23:22:13 +0200 Goffi memory: multiples params of the same category are now merged
Mon, 03 Oct 2011 18:05:15 +0200 Goffi plugin XEP-0065: refactored and misc stuff fixed. Still not finished
Sun, 02 Oct 2011 00:29:04 +0200 Goffi jp: added --connect option
Thu, 29 Sep 2011 15:13:54 +0200 Goffi memory: general param default value fix
Thu, 29 Sep 2011 14:59:14 +0200 Goffi spelling
Thu, 29 Sep 2011 14:43:33 +0200 Goffi jp: fixed file reception
Thu, 29 Sep 2011 14:43:12 +0200 Goffi plugin XEP-0047: typo
Thu, 29 Sep 2011 12:14:19 +0200 Goffi core: progress callback now use id as first parameter
Thu, 29 Sep 2011 12:13:22 +0200 Goffi frontends, bridge: sendFile method signature change + jid parameters in bridge now use _jid suffix
Thu, 29 Sep 2011 12:09:31 +0200 Goffi plugins: plugin XEP-0096 update, use of XEP-0047 (IBB)
Thu, 29 Sep 2011 12:07:11 +0200 Goffi plugins: Stream initiation (xep-0095) implementation
Thu, 29 Sep 2011 12:05:45 +0200 Goffi plugins: In-Band Bytestreams (XEP-0047) implementation
Thu, 29 Sep 2011 12:05:25 +0200 Goffi plugins: feature negociation (XEP-0020) implementation
Thu, 29 Sep 2011 12:01:52 +0200 Goffi Primitivus: fixed "info" showDialog
Sat, 27 Aug 2011 17:24:17 +0200 Goffi primitivus: added forgotten gettext i18n call
Sat, 27 Aug 2011 17:15:41 +0200 Goffi primitivus: freedesktop notifications (if available) when somebody is talking to us and we have not focus, or our nick is pinged and we have not focus.
Sat, 27 Aug 2011 12:39:51 +0200 Xavier Maillard core: Fix status update crash
Sun, 14 Aug 2011 18:06:14 +0200 Goffi bridge constructor: added missing dbus_xml_template.xml + renamed ContactT in Contact for Qt annotations
Fri, 12 Aug 2011 14:07:55 +0200 Goffi Bridge Constructor: added anchor link in mediawiki constructor
Thu, 11 Aug 2011 18:36:22 +0200 Goffi bridge: .ini arguments are now named jid or .*_jid if a Jabber ID is expected
Mon, 08 Aug 2011 23:04:19 +0200 Goffi D-Bus constructor: add Constructors specific flags (--flags argument)
Thu, 28 Jul 2011 03:02:31 +0200 Goffi bridge-constructor: added dbus-xml constructor (used for Qt frontend)
Thu, 28 Jul 2011 01:03:22 +0200 Goffi core: MANIFEST.in and setup.py cleaning
Wed, 06 Jul 2011 01:06:18 +0200 Goffi core: plugins refactored according to bridge + updatedValue now use profile
Wed, 06 Jul 2011 01:04:24 +0200 Goffi bridge refactoring: categories are now core and plugin instead of communication and request
Fri, 24 Jun 2011 17:45:22 +0200 Goffi plugin smtp: fixed email address parsing and invalid unicode message
Sun, 19 Jun 2011 17:40:36 +0200 Goffi launching script now read config files
Sat, 18 Jun 2011 23:28:10 +0200 Goffi wix: updated quiz's images paths
Sat, 18 Jun 2011 23:04:36 +0200 Goffi wix: removed image dir (now in a separate package)
Sat, 18 Jun 2011 22:51:33 +0200 Goffi wix: updated paths to use media_dir
Sat, 18 Jun 2011 17:56:59 +0200 Goffi core: local_dir moved to config file
Sat, 18 Jun 2011 16:22:50 +0200 Goffi core: configuration file
Sun, 12 Jun 2011 23:43:36 +0200 Goffi bridge: bridge_constuctor's frontend template update with quiz answer method
Sun, 12 Jun 2011 22:34:15 +0200 Goffi Quiz game: buzzer, timer, answer management
Sun, 12 Jun 2011 16:28:33 +0200 Goffi Quizz game: first draft
Mon, 06 Jun 2011 21:55:59 +0200 Goffi bridge: regenerated DBus bridge
Mon, 06 Jun 2011 18:35:30 +0200 Goffi bridge: templates' constants can now be overrided
Mon, 06 Jun 2011 18:34:40 +0200 Goffi core: local_dir can now be overrided (usefull to launch 2 instances at the same time)
Sat, 04 Jun 2011 19:11:38 +0200 Goffi Changed version number to dev version
Sat, 04 Jun 2011 19:11:13 +0200 Goffi CHANGELOG: fixed tabulations
Wed, 01 Jun 2011 12:11:32 +0200 Goffi retagged v0.2.0
Wed, 01 Jun 2011 12:10:49 +0200 Goffi Added tag SàT v0.2.0 for changeset cc2afb92ab93
Wed, 01 Jun 2011 12:09:09 +0200 Goffi updated version number 0.2.0 SàT v0.2.0
Tue, 31 May 2011 21:57:50 +0200 Goffi Added tag SàT v0.2.0 for changeset d782c22d5e34
Tue, 31 May 2011 17:13:13 +0200 Goffi updated CHANGELOG
Tue, 31 May 2011 17:08:20 +0200 Goffi plugin XEP-0045: added error callback to join's deferred, and a callback is created if join fail before calling MUCClient's join
Mon, 30 May 2011 19:05:08 +0200 Goffi setup.py update:
Mon, 30 May 2011 16:16:46 +0200 Goffi updated README and CHANGELOG
Sun, 29 May 2011 16:12:08 +0200 Goffi core: contact deletion from roster if we have no subscription to it (behaviour may change in futur)
Sat, 28 May 2011 20:28:21 +0200 Goffi core: fixed several subscription scheme issues + removed most of profile_key default value in core.sat_main and core.xmmp (source of bugs) + contact update
Sat, 28 May 2011 20:24:02 +0200 Goffi Bridge: added updateContact method
Sat, 28 May 2011 20:23:41 +0200 Goffi quickapp: fixed contact removing bug
Sat, 28 May 2011 20:21:45 +0200 Goffi plugin xep 0277: added OPT_DELIVER_PAYLOADS OPT_SEND_ITEM_SUBSCRIBE to microblog options when changing access
Sat, 28 May 2011 20:19:52 +0200 Goffi added social contract (CONTRAT_SOCIAL)
Thu, 26 May 2011 16:49:47 +0200 Goffi code: added asyncConnect
Thu, 26 May 2011 16:49:07 +0200 Goffi plugin groupblog: removed breakpoints, but error handling still need work
Thu, 26 May 2011 16:48:23 +0200 Goffi plugin XEP-00277: setMicroblogAccess is now asynchronous
Thu, 26 May 2011 16:47:39 +0200 Goffi plugin maildir: fixed typo
Thu, 26 May 2011 16:47:09 +0200 Goffi bridge: async callback managed in bridge_constructor + misc
Wed, 25 May 2011 17:18:05 +0200 Goffi core: added email in registerNewAccount
Tue, 24 May 2011 00:56:35 +0200 Goffi Tests
Tue, 24 May 2011 00:53:09 +0200 Goffi core: fixed None instead of empty dict in availableReceived
Tue, 24 May 2011 00:49:20 +0200 Goffi core: fixed a None sent instead of empty dict in unavailableReceived
Tue, 24 May 2011 00:48:29 +0200 Goffi core: minor refactoring
Mon, 23 May 2011 21:32:28 +0200 Goffi core: main SAT class now moved in its own module core.sat_main
Mon, 23 May 2011 21:18:58 +0200 Goffi Core: created a new core module where xmpp classes are put
Mon, 23 May 2011 01:01:44 +0200 Goffi QuickApp: autoplay deactivated in Tarot game
Mon, 23 May 2011 00:46:51 +0200 Goffi Tarot game:
Sun, 22 May 2011 12:59:25 +0200 Goffi core: fixed crash when roster list is empty
Tue, 17 May 2011 01:34:17 +0200 Goffi core, plugin mblog: fixed some exceptions
Wed, 11 May 2011 19:49:55 +0200 Goffi primitivus: removed forgotten debug stuff
Tue, 10 May 2011 15:46:20 +0200 Goffi core: fixed bad profile check in connect method
Tue, 10 May 2011 15:46:01 +0200 Goffi primitivus: fixed state state change in tarot game
Tue, 10 May 2011 15:42:12 +0200 Goffi README: fixed paths, and added personnal jid
Sun, 08 May 2011 17:09:03 +0200 Goffi wix: force updating of splitterWindow in ChatWindow (needed when Tarot game is launched)
Fri, 06 May 2011 15:42:26 +0200 Goffi plugin Tarot: added a launch method to automatically create a new room, invite players and create the game
Fri, 06 May 2011 15:38:32 +0200 Goffi plugin xep-0045: misc improvments
Fri, 06 May 2011 15:34:02 +0200 Goffi core: multiple identities with same category/type are now managed with getServerServiceEntities
Fri, 06 May 2011 15:33:07 +0200 Goffi added plugin XEP-0249: direct MUC invitation
Mon, 02 May 2011 16:51:07 +0200 Goffi wix: workaround a weird bug which crash wix while using empty_avatar, see comments for more information
Mon, 02 May 2011 16:45:27 +0200 Goffi core: fixed stop script
Mon, 02 May 2011 16:44:11 +0200 Goffi bridge: removed debug info in generated frontend bridge
Sat, 16 Apr 2011 18:06:22 +0200 Goffi QnD workaround for presence broadcast openfire bug
Fri, 15 Apr 2011 02:03:10 +0200 Goffi plugin group blog: a custom cb is now used to specitfy node and groups targetted by the blog
Tue, 12 Apr 2011 20:40:47 +0200 Goffi plugin group blog: group blog now use PEP to take profit of autosubscribe
Mon, 11 Apr 2011 12:47:35 +0200 Goffi plugin group blog: group blog subscription
Sat, 09 Apr 2011 13:17:31 +0200 Goffi plugin xep-0277: fixed bad data check
Thu, 07 Apr 2011 23:40:33 +0200 Goffi plugin group blog: blog collection cleaning
Thu, 07 Apr 2011 22:23:48 +0200 Goffi Group blog first draft
Thu, 07 Apr 2011 22:22:41 +0200 Goffi plugin xep-0277: bridge data is now converted in pubsub item in a separate function
Thu, 07 Apr 2011 22:21:16 +0200 Goffi core: server identities are now save in memory
Sat, 26 Mar 2011 17:51:19 +0100 Goffi microblog sending
Thu, 24 Mar 2011 21:15:26 +0100 Goffi plugin XEP_0277: microblog access model can now be changed
Mon, 21 Feb 2011 01:38:16 +0100 Goffi plugin xep-0277: added getLastMicroblogs method
Mon, 21 Feb 2011 01:36:52 +0100 Goffi plugin xep-0060: added getEntry method
Mon, 21 Feb 2011 01:35:39 +0100 Goffi DBus bridge: using new generated bridge
Sun, 20 Feb 2011 23:59:43 +0100 Goffi dbus bridge: asynchrone methods management
Sun, 20 Feb 2011 17:21:03 +0100 Goffi dbus bridge: added doc parameter, unmanaged yet
Fri, 18 Feb 2011 22:32:02 +0100 Goffi plugin XEP 0277: author for in request + author, updated management for out request
Fri, 18 Feb 2011 22:23:09 +0100 Goffi typo
Fri, 18 Feb 2011 22:10:38 +0100 Goffi installation: fixed wokkel hack
Fri, 18 Feb 2011 22:01:33 +0100 Goffi installation: wokkel hack now use specific revision to avoid merge conflict, and use the same options as for the parent setup.py
Tue, 08 Feb 2011 02:16:26 +0100 Goffi Plugin XEP-0277: first draft of microblogging over ip /!\ new dependencies added /!\
Tue, 08 Feb 2011 00:01:53 +0100 Goffi core: wokkel behavious work around on VersionHandler to avoid XEP-0115 issue with ejabberd (see comments for details)
Sun, 06 Feb 2011 23:49:27 +0100 Goffi plugins: fixed bad import names
Sun, 06 Feb 2011 23:46:48 +0100 Goffi plugin xep 163: added generic sendPEPEvent method
Sun, 06 Feb 2011 23:40:29 +0100 Goffi xml_tools: added ElementParser for raw xml -> domish.Element conversion
Sun, 06 Feb 2011 23:32:13 +0100 Goffi core: added plugin dependency not found import error
Sun, 06 Feb 2011 22:41:32 +0100 Goffi core: added plugin dependency management
Fri, 04 Feb 2011 01:06:57 +0100 Goffi plugin xep-0163: added mood publishing
Fri, 04 Feb 2011 00:17:56 +0100 Goffi plugin XML Log: fixed dbus signal name
Fri, 04 Feb 2011 00:13:41 +0100 Goffi dbus bridge: fixed introspection for dynamically added methods and signals
Thu, 03 Feb 2011 18:06:25 +0100 Goffi core: added plugins for PubSub et PEP (first drafts)
Thu, 03 Feb 2011 01:27:57 +0100 Goffi added plugin xep-0115: entity capabilities
Thu, 03 Feb 2011 01:27:09 +0100 Goffi typo
Tue, 01 Feb 2011 23:18:42 +0100 Goffi plugin xmllog: removed traces
Tue, 01 Feb 2011 23:10:41 +0100 Goffi removed old useless code
Tue, 01 Feb 2011 23:08:06 +0100 Goffi mediawiki template
Tue, 01 Feb 2011 23:07:08 +0100 Goffi new xml log plugin
Sun, 30 Jan 2011 22:54:58 +0100 Goffi bridge, bridge constructor: fixed mix stuff
Tue, 25 Jan 2011 16:39:27 +0100 Goffi distribute: removed dependency_links for urwid-satext: it's now on pypi
Tue, 25 Jan 2011 15:24:31 +0100 Goffi Bridge: rename connection_error to connectionError for function name consistency
Tue, 25 Jan 2011 01:37:02 +0100 Goffi Bridge: added mediawiki constructor in bridge constructor, usefull for documentation purpose
Mon, 24 Jan 2011 22:05:04 +0100 Goffi bridge: core & frontend sides of bridge are now generated
Mon, 24 Jan 2011 21:48:09 +0100 Goffi bridge: constructor now generate files in a 'generated' subdirectory
Mon, 24 Jan 2011 21:47:16 +0100 Goffi updated MANIFEST.in to exclude bridge_constructor's generated dir
Mon, 24 Jan 2011 21:43:07 +0100 Goffi updated .hgignore
Mon, 24 Jan 2011 21:22:07 +0100 Goffi distribute: manifest now include all .py and .ini files
Mon, 24 Jan 2011 21:19:11 +0100 Goffi Bridge constructor:
Mon, 24 Jan 2011 17:47:45 +0100 Goffi bridge: constructor and template improved, documentation added
Mon, 24 Jan 2011 01:22:00 +0100 Goffi bridge: automatic bridge generator, first draft
Sun, 23 Jan 2011 14:14:47 +0100 Goffi core: fixed default message type
Sun, 23 Jan 2011 12:56:09 +0100 Goffi added "please" in password error message
Sat, 22 Jan 2011 15:53:56 +0100 Goffi Added management of connection error
Tue, 18 Jan 2011 15:22:58 +0100 Goffi IMAP & SMTP Port parameters are now merged in "Mail Server" category
Tue, 18 Jan 2011 03:59:59 +0100 Goffi Added SMTP server plugin, for sending messages from classic MUA \o/
Tue, 18 Jan 2011 01:07:12 +0100 Goffi core, plugin Maildir: added "ProfileCreation" Trigger
Tue, 18 Jan 2011 01:04:20 +0100 Goffi Added a library for custom SàT Exceptions
Tue, 18 Jan 2011 00:57:26 +0100 Goffi plugin IMAP, plugin Maildir: profile management
Tue, 18 Jan 2011 00:51:47 +0100 Goffi Test value replaced by example values for memory params
Mon, 17 Jan 2011 21:26:16 +0100 Goffi plugin IMAP, plugin Maildir: added flag, IMAP's uid management
Mon, 17 Jan 2011 04:23:31 +0100 Goffi Plugin IMAP, plugin MAILDIR: added IMAP's UID management, mailbox data persistence
Mon, 17 Jan 2011 00:15:50 +0100 Goffi MAILDIR + IMAP plugins: first draft
Mon, 17 Jan 2011 00:15:28 +0100 Goffi Core: Trigger implementation + version number update
Mon, 17 Jan 2011 00:13:59 +0100 Goffi minor copyright update, date format harmonisation
Mon, 17 Jan 2011 00:11:50 +0100 Goffi Tools: new misc library, Trigger management implementation
Sun, 16 Jan 2011 02:54:08 +0100 Goffi added "debug" command to sat launcher script
Fri, 14 Jan 2011 15:23:34 +0100 Goffi Added tag SàT v0.1.1 for changeset 53aa958a2d3d
Fri, 14 Jan 2011 15:23:25 +0100 Goffi CHANGELOG update 0.1.1 SàT v0.1.1
Fri, 14 Jan 2011 15:20:50 +0100 Goffi Added tag SàT v0.1.1 for changeset e077f068ff57
Fri, 14 Jan 2011 15:20:39 +0100 Goffi version updated to 0.1.1
Thu, 13 Jan 2011 19:44:58 +0100 Goffi quick_frontend: fixed bad string type with DBus by converting them to unicode
Wed, 12 Jan 2011 18:25:32 +0100 Goffi Added tag SàT v0.1.0 for changeset b778622b8733
Wed, 12 Jan 2011 18:25:26 +0100 Goffi CHANGELOG typo 0.1.0 SàT v0.1.0
Wed, 12 Jan 2011 18:24:45 +0100 Goffi Removed tag SàT v0.1.0
Wed, 12 Jan 2011 18:24:32 +0100 Goffi Removed tag SàT v0.1.0
Wed, 12 Jan 2011 18:22:09 +0100 Goffi Added tag SàT v0.1.0 for changeset 83d2bc0abf2a
Wed, 12 Jan 2011 18:21:08 +0100 Goffi version, README, CHANGELOG and INSTALL updates
Tue, 11 Jan 2011 19:15:23 +0100 Goffi distutils: added urwid-satext dependency, and gobject in preinstall_check
Tue, 11 Jan 2011 19:14:20 +0100 Goffi jp: fixed bad sat.tools.jid import
Fri, 07 Jan 2011 03:47:24 +0100 Goffi distutils: added preinstall_check hack + some tuning while testing
Thu, 06 Jan 2011 19:17:09 +0100 Goffi added stop command in sat.sh launching script
Thu, 06 Jan 2011 19:16:50 +0100 Goffi distutils: fixed custom wokkel building
Thu, 06 Jan 2011 18:48:56 +0100 Goffi Distutils: added custom wokkel checking/building
Thu, 06 Jan 2011 18:09:35 +0100 Goffi added distribute bootstrap file
Thu, 06 Jan 2011 18:09:00 +0100 Goffi distutils: removes build and dist from manifest's prune
Wed, 05 Jan 2011 21:48:35 +0100 Goffi distutils: added MANIFEST.in
Wed, 05 Jan 2011 18:52:38 +0100 Goffi 2011 copyright upgrade
Wed, 05 Jan 2011 18:46:26 +0100 Goffi distutils wix installation
Wed, 05 Jan 2011 02:39:35 +0100 Goffi distutils install: fixed plugin import and log file path
Wed, 05 Jan 2011 01:56:36 +0100 Goffi distutils installation script, draft
Tue, 04 Jan 2011 19:30:27 +0100 Goffi files reorganisation
Wed, 29 Dec 2010 01:06:29 +0100 Goffi Files reorganisation
Tue, 28 Dec 2010 23:10:13 +0100 Goffi primitivus: refactoring to use urwid-satext which is now a separate project
Mon, 27 Dec 2010 21:56:12 +0100 Goffi bridge: fixed newAlert parameters order
Mon, 27 Dec 2010 21:36:02 +0100 Goffi plugin xep 0045: workaround for MUCClient exceptions
Mon, 27 Dec 2010 21:14:09 +0100 Goffi primitivus, wix: added forgotten profile
Mon, 27 Dec 2010 18:37:56 +0100 Goffi Plugin CS: fixed forgotten debug stuff, CS plugin is now working again
Mon, 27 Dec 2010 17:23:36 +0100 Goffi primitivus: misc comments
Mon, 27 Dec 2010 17:23:13 +0100 Goffi primitivus: Q&D workaround for dbus.String issue
Mon, 27 Dec 2010 17:22:32 +0100 Goffi primitivus: fixed misnamed method in custom widget
Mon, 27 Dec 2010 17:20:25 +0100 Goffi fixed some unicode issue
Mon, 27 Dec 2010 15:14:28 +0100 Goffi removed connect on statService, this was causing issue on first launch
Mon, 27 Dec 2010 15:12:39 +0100 Goffi fixed INSTALL instructions
Mon, 20 Dec 2010 01:07:34 +1100 Goffi Added splitted Tarot cards comming from Wikicommons (cf. frontends/wix/images/cards/README) and their size in .size
Mon, 20 Dec 2010 00:52:18 +1100 Goffi misc minor typos fixes, dev version
Fri, 20 Aug 2010 01:36:27 +0800 Goffi Added tag SàT v0.0.3 for changeset b95550704b4f
Fri, 20 Aug 2010 01:36:19 +0800 Goffi CHANGELOG updated 0.0.3 SàT v0.0.3
Fri, 20 Aug 2010 01:30:51 +0800 Goffi Removed tag SàT v0.0.3
Fri, 20 Aug 2010 01:18:43 +0800 Goffi Added tag SàT v0.0.3 for changeset 92e4ddd580ae
Fri, 20 Aug 2010 01:17:51 +0800 Goffi version change before release
Fri, 20 Aug 2010 01:15:58 +0800 Goffi misc minors fixed before release
Fri, 20 Aug 2010 01:15:12 +0800 Goffi i18n: fixed typo
Fri, 20 Aug 2010 01:14:47 +0800 Goffi primitivus: fixed unicode issue on date in chat window
Fri, 20 Aug 2010 01:14:18 +0800 Goffi Primitivus: fixed alerts on nick in contact_list
Fri, 20 Aug 2010 01:13:39 +0800 Goffi quick_frontend: fixed disconnect, and removed autojoin of muc room put for dev
Fri, 20 Aug 2010 01:12:43 +0800 Goffi wix: unicode fixes in contact list