log src/core/sat_main.py @ 677:9a50aa7feefb

age author description
Fri, 18 Oct 2013 19:23:03 +0200 souliane core (memory): cleaned the part for load/save to xml (not used)
Tue, 05 Nov 2013 22:40:55 +0100 Goffi core: added SatIdentityHandler for Disco Identity, and set identity to "client/pc/Salut à Toi"
Sat, 07 Sep 2013 02:03:17 +0200 souliane core: added the security_limit to setParam
Thu, 05 Sep 2013 20:48:47 +0200 souliane plugin XEP-0085: Chat State Notifications
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:
Fri, 08 Mar 2013 00:36:22 +0100 Goffi fixed licences in docstrings (they are now in comments)
Sat, 23 Feb 2013 12:25:34 +0100 Goffi core: fixed sendMessage
Fri, 22 Feb 2013 00:15:50 +0100 Goffi core: sendMessage refactoring:
Fri, 18 Jan 2013 17:55:35 +0100 Emmanuel Gil Peyrot Fix pep8 support in src/core.
Fri, 18 Jan 2013 17:55:34 +0100 Emmanuel Gil Peyrot Remove trailing whitespaces.
Wed, 09 Jan 2013 22:43:41 +0100 Goffi removed CONST from sat_main as it is already in default_config
Mon, 07 Jan 2013 23:30:13 +0100 Goffi dates update
Sun, 16 Dec 2012 18:01:50 +0100 Goffi core: port parameter is used
Thu, 22 Nov 2012 00:46:00 +0100 Goffi core: asyncConnect is now fired when roster is available
Wed, 14 Nov 2012 20:24:28 +0100 Goffi core, bridge: waiting confirmation management (new getWaitingConf method)
Sat, 10 Nov 2012 16:38:16 +0100 Goffi core, frontends, bridgen plugins: fixed methods which were unproperly managing multi-profiles
Thu, 01 Nov 2012 22:41:39 +0100 Goffi core, plugins: fixed bad namespace in stanza creation
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:
Thu, 27 Sep 2012 00:54:42 +0200 Goffi plugin text commands: Text commands is a new plugin that bring IRC-like commands
Wed, 26 Sep 2012 01:23:56 +0200 Goffi core, quick frontend, plugin xep-0054, bridge: use of memory's entities data for vcard:
Tue, 25 Sep 2012 00:58:34 +0200 Goffi core, quick_frontend, primitivus, wix: Contacts List refactoring phase 1:
Fri, 17 Aug 2012 03:11:03 +0200 Goffi core: sendMessage refactoring:
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
Wed, 01 Aug 2012 22:53:02 +0200 Goffi Licence modification: the full project is now under AGPL v3+ instead of GPL v3+
Wed, 04 Apr 2012 00:06:44 +0200 Goffi core: exceptions moved to core
Mon, 26 Mar 2012 00:22:49 +0200 Goffi core: Roster cache refactoring: cache is now managed by client's SatRosterProtocol instance.
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
Sat, 03 Dec 2011 15:45:48 +0100 Goffi core: plugins can now have profileConnected/profileDisconnected method to initialise/free profile dependant resources
Sun, 20 Nov 2011 15:36:45 +0100 Goffi core: path update for Memory import
Fri, 11 Nov 2011 18:40:23 +0100 Goffi core: outgoing groupchat message are not added to history anymore
Tue, 08 Nov 2011 01:08:11 +0100 Goffi backend, bridge: asynchronous history
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
Wed, 02 Nov 2011 22:49:23 +0100 Goffi core: profile creation/deletion through database
Tue, 01 Nov 2011 22:59:15 +0100 Goffi core: param loading/purging on profile connection/disconnection
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
Thu, 06 Oct 2011 21:16:03 +0200 Goffi core: added getLastResource method
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)
Thu, 29 Sep 2011 14:59:14 +0200 Goffi spelling
Thu, 29 Sep 2011 12:14:19 +0200 Goffi core: progress callback now use id as first parameter
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
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
Wed, 01 Jun 2011 12:09:09 +0200 Goffi updated version number 0.2.0 SàT v0.2.0
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
Thu, 26 May 2011 16:49:47 +0200 Goffi code: added asyncConnect
Wed, 25 May 2011 17:18:05 +0200 Goffi core: added email in registerNewAccount
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 base src/sat.tac@e0d0151216d7