log src/core/sat_main.py @ 660:69a8bfd266a5

age author description
2013-09-07 souliane core: added the security_limit to setParam
2013-09-05 souliane plugin XEP-0085: Chat State Notifications
2013-06-21 Goffi core, bridge, jp, quick_frontend: SàT stop more gracefully if bridge can't be initialised:
2013-03-07 Goffi fixed licences in docstrings (they are now in comments)
2013-02-23 Goffi core: fixed sendMessage
2013-02-21 Goffi core: sendMessage refactoring:
2013-01-18 Emmanuel Gil Peyrot Fix pep8 support in src/core.
2013-01-18 Emmanuel Gil Peyrot Remove trailing whitespaces.
2013-01-09 Goffi removed CONST from sat_main as it is already in default_config
2013-01-07 Goffi dates update
2012-12-16 Goffi core: port parameter is used
2012-11-21 Goffi core: asyncConnect is now fired when roster is available
2012-11-14 Goffi core, bridge: waiting confirmation management (new getWaitingConf method)
2012-11-10 Goffi core, frontends, bridgen plugins: fixed methods which were unproperly managing multi-profiles
2012-11-01 Goffi core, plugins: fixed bad namespace in stanza creation
2012-10-20 Goffi core, quick_frontend, primitivus, wixi, bridge: fixed delayed message timestamp:
2012-10-16 Goffi core, bridge, quick_frontend: MUC private messages history management:
2012-09-26 Goffi plugin text commands: Text commands is a new plugin that bring IRC-like commands
2012-09-25 Goffi core, quick frontend, plugin xep-0054, bridge: use of memory's entities data for vcard:
2012-09-24 Goffi core, quick_frontend, primitivus, wix: Contacts List refactoring phase 1:
2012-08-17 Goffi core: sendMessage refactoring:
2012-08-15 Goffi core: presence status + last resource refactored and kept in entitiesCache in memory.py, profile cache is purged on disconnection
2012-08-01 Goffi Licence modification: the full project is now under AGPL v3+ instead of GPL v3+
2012-04-03 Goffi core: exceptions moved to core
2012-03-25 Goffi core: Roster cache refactoring: cache is now managed by client's SatRosterProtocol instance.
2012-03-13 Goffi backend: added warning message when jabberfr workaround is used + fixed missing warning method
2012-03-06 Goffi copyleft date update
2011-12-03 Goffi core: plugins can now have profileConnected/profileDisconnected method to initialise/free profile dependant resources
2011-11-20 Goffi core: path update for Memory import
2011-11-11 Goffi core: outgoing groupchat message are not added to history anymore
2011-11-08 Goffi backend, bridge: asynchronous history
2011-11-06 Goffi backend: - bridge async D-Bus method now automatically manage callback and errback, we just have to return a deferred
2011-11-02 Goffi core: profile creation/deletion through database
2011-11-01 Goffi core: param loading/purging on profile connection/disconnection
2011-11-01 Goffi core: - individual parameters managed through sqlite
2011-10-30 Goffi database integration: first draft
2011-10-06 Goffi core: added getLastResource method
2011-10-05 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)
2011-09-29 Goffi spelling
2011-09-29 Goffi core: progress callback now use id as first parameter
2011-06-18 Goffi core: local_dir moved to config file
2011-06-18 Goffi core: configuration file
2011-06-06 Goffi core: local_dir can now be overrided (usefull to launch 2 instances at the same time)
2011-06-04 Goffi Changed version number to dev version
2011-06-01 Goffi updated version number 0.2.0 SàT v0.2.0
2011-05-29 Goffi core: contact deletion from roster if we have no subscription to it (behaviour may change in futur)
2011-05-28 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
2011-05-26 Goffi code: added asyncConnect
2011-05-25 Goffi core: added email in registerNewAccount
2011-05-23 Goffi core: minor refactoring
2011-05-23 Goffi core: main SAT class now moved in its own module core.sat_main base src/sat.tac@e0d0151216d7