2015-11-02 |
Goffi |
core (disco): use of “profile” instead of “profile_key” in several disco methods
|
2015-09-10 |
souliane |
plugin XEP-0060: fixes a one-line loop
|
2015-08-21 |
Goffi |
plugin XEP-0060: implemented getFeatures, data has a "service" key if service is found for this profile
|
2015-08-15 |
Goffi |
plugins xep-0060, xep-0163, xep-0277, groupblog: bloging improvments (huge patch, sorry):
|
2015-08-15 |
Goffi |
plugin xep-0060,xep-0277: added getFromMany using new RTDeferredSession mechanism
|
2015-08-15 |
Goffi |
plugins xep-0060, xep-0277: added methods to serialise getItems result (before bridge transmission):
|
2015-08-15 |
Goffi |
plugin XEP-0060: use of new RTDeferredSession to subscribe many nodes at once + subscribeToMany can now subscribe on separate services
|
2015-08-15 |
Goffi |
plugins xep-0060, xep-0277: code simplification/cleaning/fix:
|
2015-04-22 |
Goffi |
plugins groupblog, xep-0060: first pass of simplification
|
2015-03-30 |
Goffi |
2015 copyright dates update
|
2015-03-18 |
Goffi |
merged branch frontends_multi_profiles
|
2015-01-24 |
Goffi |
core, frontends: refactoring to base Libervia on QuickFrontend (big mixed commit):
frontends_multi_profiles
|
2015-01-09 |
souliane |
plugin XEP-0060: free SatPubSubClient instance on profile disconnection
|
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-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-18 |
souliane |
core, plugins: improve a bit some log messages
|
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-09-22 |
souliane |
plugin XEP-0059: first draft, pubsub and jabber search do not exploit it yet
|
2014-09-22 |
souliane |
plugin XEP-0060, groupblog: avoid unecessary pubsub errors while doing massive requests:
|
2014-04-19 |
Goffi |
core: use of the new core.log module:
|
2014-03-21 |
Goffi |
core: use of Const for profile_key + replaced '@DEFAULT@' default profile_key by '@NONE@'
|
2014-02-25 |
souliane |
plugin XEP-0060, groupblog: added nodeIdentifiers attribute to getItems in order to retrieve items by ids
|
2014-02-04 |
Goffi |
dates update
|
2013-12-29 |
Goffi |
core: i18n refactoring:
|
2013-12-10 |
souliane |
plugins groupblog (xep-0060, xep-0277): added blog item modification/deletion
|
2013-11-14 |
Goffi |
plugin XEP-0277, group blogs: proper asynchronous methods for sending blogs.
|