log src/core/sat_main.py @ 1697:52af44e745b5

age author description
2015-11-27 Goffi core (memory): profile is checked in startSession (an error is raised if it doesn't exist)
2015-11-23 Goffi quick frontend (blog): fixed group blog panels (displaying only, sending is not working yet)
2015-11-22 Goffi core: fixed session cleaning after actionNew timeout
2015-11-19 Goffi core, plugins file, XEP-0234, bridge: progression api enhancement:
2015-11-18 Goffi core: fixed launchAction:
2015-11-17 Goffi core, bridge: actionsGet:
2015-11-15 Goffi core: added callback_id in DataError message of launchCallback
2015-11-14 Goffi backend, bridge, frontends: actionNew has now a security_limit argument + added some docstring to explain data argument
2015-11-14 Goffi core, plugin file: fixed progress id + data is now returned by getProgress, instead of being an argument to fill
2015-11-14 Goffi core, bridge: added a profileSetDefault method
2015-11-14 Goffi bridge: new core method profileStartSession to start a session without connecting the profile
2015-11-14 Goffi core: profile session starting and connection are now separated. Moved profile session starting/authentication to memory module
2015-11-14 Goffi core, bridge (params): added asyncGetParamsValuesFromCategory (yes that's a long name!) method to retrive params names and values for a given category
2015-11-14 Goffi bridge, core(params): removed obsolete methods:
2015-11-14 Goffi plugins XEP-0096, XEP-0260, file: sendFile method is managed by file plugin, which choose the best available method + progress_id fix
2015-11-11 Goffi core (client): added a sendError method to easily build error response from <IQ\> stanza
2015-11-02 Goffi core: plugin unload:
2015-09-29 Goffi core: more robust plugins loading:
2015-09-29 Goffi core: removed forgotten breakpoint
2015-09-25 Goffi core: progression handling improvments:
2015-08-27 Goffi core (plugins): detect import_name conflicts
2015-08-25 Goffi core (disco): added checkFeatures to check several features at once + identities are now managed with a tuple in findFeaturesSet and checkFeatures
2015-08-21 Goffi core, bridge: added getFeatures method:
2015-08-18 Goffi core: moved __version__ to __init__.py, so we can check version by doing "import sat;print(sat.__version__)"
2015-08-18 Goffi core: removed sat_id which is not used anywhere, uuid do the job better
2015-08-18 Goffi core, bridge: new signal actionNew to launch an action from the backend (e.g. display a dialog message):
2015-04-20 souliane core, plugin XEP-0045, frontends: change frontend method "setStatusOnline" for "setPresenceStatus":
2015-04-16 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
2015-03-30 Goffi 2015 copyright dates update
2015-03-19 Goffi core: getRepositoryData now get the module in argument
2015-03-19 Goffi core: if we are in dev version and it's possible, repository data are now checked and added to SàT version
2015-03-19 Goffi renamed tools.misc to tools.trigger
2015-03-17 Goffi core, quick_frontends: added an "extra" item in getMenus + use of new quick_menus module in QuickApp frontends_multi_profiles
2015-03-06 souliane core: fixes bug introduced by 1262 (f8a8434dbac7) in SAT.delContact frontends_multi_profiles
2015-02-21 souliane core, quick_frontends: fixes one typo and a variable naming issue frontends_multi_profiles
2015-02-09 Goffi core: added a "profileConnecting" method check: frontends_multi_profiles
2015-02-09 Goffi core: added getEntitiesData which get cache data for several entities at once frontends_multi_profiles
2015-01-24 Goffi core, frontends: refactoring to base Libervia on QuickFrontend (big mixed commit): frontends_multi_profiles
2014-12-10 Goffi core: improved roster management + misc: frontends_multi_profiles
2014-10-07 Goffi core: better management of default value in getConfig
2014-09-08 Goffi core (disco): added a timeout to get items
2014-09-01 souliane core: sendMessage handles the extra data key 'send_only' to skip triggers, storage and echo
2014-09-01 Goffi core: more robust plugins importation
2014-08-25 Goffi core: twistd plugin refactoring:
2014-08-24 Goffi core: sat bakcend is now a twisted plugin (no more .tac file)
2014-06-26 Goffi core: use of debug log instead of error when port default value is used
2014-06-25 Goffi core (menus): constants are used for menu types
2014-06-23 souliane core, plugins, stdui, frontends: fixes handling of "Force server" and "Force port" parameters:
2014-06-22 souliane core, memory, plugins, stdui, frontends: look for DNS SRV records when server is not specified:
2014-06-07 souliane frontends: async failures are more detailed (full class name + error message)
2014-05-23 souliane core, frontends: remove bridge method "connect" (always use asyncConnect)
2014-06-07 Goffi core (XMPP): sendMessage refactoring:
2014-05-21 souliane core, stdui (profile manager), quick_app: ask for another XMPP password when profile authentication succeed but XMPP connection fails
2014-05-15 souliane core, memory, bridge, plugin misc_register_account: move registerNewAccount to a new plugin:
2014-05-07 souliane stdui: add ui_profile_manager to interact with frontends when profile authentication is needed
2014-05-07 souliane core, memory, bridge: added profile password + password encryption:
2014-05-15 Goffi core: fixed typo
2014-05-15 Goffi core: getReady and asyncConnect now wait full initialisation, not only memory
2014-05-15 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
2014-05-07 souliane better PEP-8 compliance
2014-05-04 souliane memory, jp: added jp commands to load/save parameters template
2014-05-05 Goffi core (log): refactoring + twisted backend:
2014-04-11 souliane plugin XEP_0033: fixes the server part and the tests
2014-04-19 Goffi core: use of the new core.log module:
2014-04-18 Goffi core: logging refactoring, first step:
2014-04-03 souliane core, frontends: unify the roster management UIs in sat/stdui/ui_contact_list.py
2014-04-02 Goffi core: better plugin initialisation sequence:
2014-04-01 Goffi core (disco): added discoInfos and discoItems bridge methods
2014-03-31 Goffi core (disco): added checkFeature method + fixed hasFeature test
2014-03-31 Goffi core: fixed bad closure in connection intialisation sequence (profileConnected in plugins were not called correctly)
2014-03-28 Goffi core, plugin XEP-0115: discovery refactoring:
2014-03-28 Goffi core (memory): entities cache improvments:
2014-03-28 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
2014-03-23 souliane core, memory: use XDG recommended paths as the defaults for the config and local directories
2014-03-23 Goffi core: plugins now accepts recommendations:
2014-03-22 Goffi core: removed default_config:
2014-03-22 Goffi core: sendMessageTrigger now manage pre and post treatments, which happen before or after XML generation
2014-03-22 Goffi core: added IQ_SET to core.constants + getLastResource now manage correctly jid.JID
2014-03-20 souliane bridge, frontends: display presence with the highest priority + reset your own presence when you (dis)connect
2014-03-21 Goffi core: use of Const for profile_key + replaced '@DEFAULT@' default profile_key by '@NONE@'
2014-03-21 Goffi core (memory): moved Params in its own module + introduced a new core/constants module, and moved some constants there
2014-03-21 Goffi core: minor docstring fixes
2014-03-03 souliane core, frontends: add method asyncDeleteProfile, remove synchronous methods createProfile and deleteProfile
2014-02-23 Goffi core (sqlite): automatic database update:
2014-02-18 souliane core: fix mispelled argument
2014-02-07 souliane core: bug fix at connection time
2014-02-04 Goffi core: registerNewAccount partial fix
2014-02-04 Goffi dates update
2014-02-04 Goffi core: security limit in menus
2014-02-04 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.
2014-02-04 Goffi core: added "one_shot" option to registered callback:
2014-02-04 Goffi plugin XEP-0045, primitivus: added MUC configuration
2014-01-05 souliane test: added tests for XEP-0033
2013-12-27 souliane core, bridge: new method paramsRegisterApp to register frontend's specific parameters
2013-12-29 Goffi core: dynamics menus refactoring:
2013-12-29 Goffi core: i18n refactoring:
2013-12-18 souliane core: fix bridge method getContactsFromGroup return value (list of jids --> list of strings)
2013-12-24 Goffi backend, frontends: callbacks refactoring:
2013-12-24 Goffi core, frontends: callMenu is now async and don't use callback_id anymore
2013-12-17 Goffi core,bridge: sendMessage bridge method is now async
2013-12-16 souliane core: bug fix for serverDiscoItems (bad use of addCallbacks)
2013-12-16 souliane core: bug fix for requestServerDisco in sat_main.py + added getAllServerIdentities method in memory.py
2013-12-11 souliane plugin XEP-0033: implementation of the addressing feature:
2013-12-10 Goffi plugin XEP-0050: Ad-Hoc commands first draft (answering part)
2013-12-10 Goffi core: fixed statuses parameter in setPresence, and using @NONE@ instead of @DEFAULT@ for default profile_key
2013-11-13 Goffi core: dont save anymore messages to database if there is no "message" data (fix empty records with chat states)
2013-11-13 Goffi core: sendMessage's options parameter has been renamed to extra to be consistent with newMessage
2013-11-13 Goffi core: sendMessage triggers now use a treatments deferred;
2013-10-18 souliane core (memory): cleaned the part for load/save to xml (not used)
2013-11-05 Goffi core: added SatIdentityHandler for Disco Identity, and set identity to "client/pc/Salut à Toi"
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