log

age author description
2015-01-24 souliane remove remaining references to Wix frontends_multi_profiles
2015-01-24 Goffi core, frontends: refactoring to base Libervia on QuickFrontend (big mixed commit): frontends_multi_profiles
2015-01-23 Goffi Wix removal: Wix is now officially abandonned (a futur desktop frontend will replace it) frontends_multi_profiles
2015-01-23 Goffi quick_frontend, primitivus: moved parts of primitivus's profileManager to quick_frontend frontends_multi_profiles
2015-01-15 souliane plugin XEP-0313: handle forwarded pubsub event
2015-01-15 souliane tmp: update wokkel MAM implementation
2015-01-14 souliane tmp, plugins: fixes the imports fron sat.tmp
2015-01-09 souliane plugin XEP-0313: update (still draft)
2015-01-09 souliane tmp: update tmp.wokkel.rsm, add tmp.wokkel.mam
2015-01-09 souliane plugin XEP-0060: free SatPubSubClient instance on profile disconnection
2015-01-09 souliane plugin groupblog: fixes bad errback value
2014-12-25 souliane setup: fixes to install sat.tmp.wokkel
2014-12-25 souliane plugin XEP-0334: first draft
2014-12-25 souliane test: fix/improve tests for plugins XEP-0033 and XEP-0085 (mainly to return a Deferred)
2014-12-19 souliane plugin XEP-0313: first draft:
2014-12-19 souliane core (xmpp): set missing "from" attribute of received messages to the server domain
2014-12-19 souliane plugin XEP-0277: minor fix in plugin declaration
2014-12-19 souliane plugin XEP-0297: first draft
2014-12-19 souliane plugin XEP-0203: first draft
2014-12-19 souliane test: fixes tests for XEP-0033
2014-12-19 souliane test: refactoring:
2014-12-15 souliane test: fixes import for wokkel.rsm
2014-12-15 souliane test: add tests for plugin_misc_groupblog
2014-12-15 souliane plugins XEP-0060, XEP-0277, groupblog: make use of RSM (XEP-0059)
2014-12-15 souliane plugins XEP-0059, XEP-0060: leave internal wokkel extensions to sat.tmp.wokkel
2014-12-15 souliane use sat.tmp.wokkel as a buffer module until the changes are integrated to wokkel
2014-12-10 Goffi quick_frontend, primitivus: multi-profiles refactoring part 1 (big commit, sorry :p): frontends_multi_profiles
2014-12-10 Goffi plugin XEP-0085: disabled a problematic assert (see FIXME) frontends_multi_profiles
2014-12-10 Goffi core: misc improvments: frontends_multi_profiles
2014-12-10 Goffi core: improved roster management + misc: frontends_multi_profiles
2014-11-24 souliane plugin XEP-0060: listNodes should not use SatPubSubClient.getDiscoItems but self.host.getDiscoItems, cf. revs 1217 (318eab3f93f8) and 1259 (633fcd13a7dc)
2014-11-21 Goffi plugin pubsub: fixed redefinition of PubSubRequest
2014-11-21 Goffi plugin pubsub: fixed a bug introducted in revision 318eab3f93f8: getDiscoItems handler method which is called on disco items request, was calling getDiscoItems from host, which do a request itself, resulting in an infinite items request loop.
2014-10-22 souliane memory: fixes issue in a test
2014-10-22 souliane plugin misc_room_game, radiocol, tarot: fixes bridge method "prepareRoom" declaration (add "async=True")
2014-10-22 souliane plugin XEP-0045: use HISTORY_LIMIT param to retrieve the MUC history
2014-10-22 souliane plugin XEP-0054: the fix by revision 1248 (77a4592816f6) was not complete
2014-10-20 souliane test: fixes test for XEP-0085 (use full JID)
2014-10-20 souliane plugin XEP-0085: send 'gone' state before disconnection
2014-10-20 souliane plugin XEP-0085: use the full JID + fixes bad entity data "type" value
2014-10-20 souliane memory: add method isContactConnected
2014-10-20 souliane plugin XEP-0045: set the entity data "type" asap (userJoinedRoom is triggered before the join callback)
2014-10-20 souliane plugin sec_otr: a trigger was not returning True
2014-10-19 souliane plugin XEP-0054: fixes error message when we get a ConnectionLost failure
2014-10-19 souliane memory: temporary dirty hack to fix the personnal key issue after the auth session expired
2014-10-18 souliane core, plugins: improve a bit some log messages
2014-10-19 souliane plugin misc_imap: fixes call to log.debug with more than one argument
2014-10-19 souliane plugin XEP-0115: better disco error handling
2014-10-19 souliane plugins groupblogs: fixes the massive retrieval callback (loop variable was misused in a lambda callback)
2014-10-18 souliane plugin XEP-0060: fixes listing the nodes on the pubsub service
2014-10-18 souliane frontends (quick_app): fixes wrong JID construction when processing getPresenceStatuses result
2014-10-17 souliane memory: don't save last resource in entity data for the MUC jids
2014-10-17 souliane plugin XEP-0045: handle MUC presence
2014-10-16 souliane memory (params): set "Show empty groups" to True by default
2014-10-16 Goffi bridge (frontends side): fixed call of async method in blocking context
2014-10-16 Goffi core (config): fixed a bad option check
2014-10-11 Goffi core (config): added the Exception default value which raise an exception instead of returning the default in getConfig
2014-10-07 Goffi core: better management of default value in getConfig
2014-10-06 souliane plugin XEP-0277, groupblog: fixes namespace issue of the items that are received from an event + trap some errors
2014-10-07 souliane plugin XEP-0115: trap "service-unavailable" error when retrieving disco infos