Thu, 15 Jan 2015 21:02:41 +0100 |
souliane |
tmp: update wokkel MAM implementation
|
Wed, 14 Jan 2015 10:44:49 +0100 |
souliane |
tmp, plugins: fixes the imports fron sat.tmp
|
Fri, 09 Jan 2015 10:51:12 +0100 |
souliane |
plugin XEP-0313: update (still draft)
|
Fri, 09 Jan 2015 10:50:11 +0100 |
souliane |
tmp: update tmp.wokkel.rsm, add tmp.wokkel.mam
|
Fri, 09 Jan 2015 10:45:15 +0100 |
souliane |
plugin XEP-0060: free SatPubSubClient instance on profile disconnection
|
Fri, 09 Jan 2015 10:44:37 +0100 |
souliane |
plugin groupblog: fixes bad errback value
|
Thu, 25 Dec 2014 12:26:49 +0100 |
souliane |
setup: fixes to install sat.tmp.wokkel
|
Thu, 25 Dec 2014 12:09:05 +0100 |
souliane |
plugin XEP-0334: first draft
|
Thu, 25 Dec 2014 11:49:13 +0100 |
souliane |
test: fix/improve tests for plugins XEP-0033 and XEP-0085 (mainly to return a Deferred)
|
Fri, 19 Dec 2014 14:43:42 +0100 |
souliane |
plugin XEP-0313: first draft:
|
Fri, 19 Dec 2014 11:42:45 +0100 |
souliane |
core (xmpp): set missing "from" attribute of received messages to the server domain
|
Fri, 19 Dec 2014 11:41:23 +0100 |
souliane |
plugin XEP-0277: minor fix in plugin declaration
|
Fri, 19 Dec 2014 11:40:28 +0100 |
souliane |
plugin XEP-0297: first draft
|
Fri, 19 Dec 2014 11:38:24 +0100 |
souliane |
plugin XEP-0203: first draft
|
Fri, 19 Dec 2014 11:36:43 +0100 |
souliane |
test: fixes tests for XEP-0033
|
Fri, 19 Dec 2014 11:36:00 +0100 |
souliane |
test: refactoring:
|
Mon, 15 Dec 2014 15:29:08 +0100 |
souliane |
test: fixes import for wokkel.rsm
|
Mon, 15 Dec 2014 14:05:28 +0100 |
souliane |
test: add tests for plugin_misc_groupblog
|
Mon, 15 Dec 2014 14:04:19 +0100 |
souliane |
plugins XEP-0060, XEP-0277, groupblog: make use of RSM (XEP-0059)
|
Mon, 15 Dec 2014 14:03:13 +0100 |
souliane |
plugins XEP-0059, XEP-0060: leave internal wokkel extensions to sat.tmp.wokkel
|
Mon, 15 Dec 2014 12:46:58 +0100 |
souliane |
use sat.tmp.wokkel as a buffer module until the changes are integrated to wokkel
|
Wed, 10 Dec 2014 19:00:09 +0100 |
Goffi |
quick_frontend, primitivus: multi-profiles refactoring part 1 (big commit, sorry :p):
frontends_multi_profiles
|
Wed, 10 Dec 2014 18:37:14 +0100 |
Goffi |
plugin XEP-0085: disabled a problematic assert (see FIXME)
frontends_multi_profiles
|
Wed, 10 Dec 2014 18:36:11 +0100 |
Goffi |
core: misc improvments:
frontends_multi_profiles
|
Wed, 10 Dec 2014 18:32:33 +0100 |
Goffi |
core: improved roster management + misc:
frontends_multi_profiles
|
Mon, 24 Nov 2014 17:20:51 +0100 |
souliane |
plugin XEP-0060: listNodes should not use SatPubSubClient.getDiscoItems but self.host.getDiscoItems, cf. revs 1217 (318eab3f93f8) and 1259 (633fcd13a7dc)
|
Fri, 21 Nov 2014 16:36:24 +0100 |
Goffi |
plugin pubsub: fixed redefinition of PubSubRequest
|
Fri, 21 Nov 2014 16:35:40 +0100 |
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.
|
Wed, 22 Oct 2014 18:58:29 +0200 |
souliane |
memory: fixes issue in a test
|
Wed, 22 Oct 2014 14:38:20 +0200 |
souliane |
plugin misc_room_game, radiocol, tarot: fixes bridge method "prepareRoom" declaration (add "async=True")
|
Wed, 22 Oct 2014 14:16:01 +0200 |
souliane |
plugin XEP-0045: use HISTORY_LIMIT param to retrieve the MUC history
|
Wed, 22 Oct 2014 11:42:15 +0200 |
souliane |
plugin XEP-0054: the fix by revision 1248 (77a4592816f6) was not complete
|
Mon, 20 Oct 2014 20:46:10 +0200 |
souliane |
test: fixes test for XEP-0085 (use full JID)
|
Mon, 20 Oct 2014 20:26:46 +0200 |
souliane |
plugin XEP-0085: send 'gone' state before disconnection
|
Mon, 20 Oct 2014 12:57:55 +0200 |
souliane |
plugin XEP-0085: use the full JID + fixes bad entity data "type" value
|
Mon, 20 Oct 2014 16:38:49 +0200 |
souliane |
memory: add method isContactConnected
|
Mon, 20 Oct 2014 15:09:37 +0200 |
souliane |
plugin XEP-0045: set the entity data "type" asap (userJoinedRoom is triggered before the join callback)
|
Mon, 20 Oct 2014 12:57:27 +0200 |
souliane |
plugin sec_otr: a trigger was not returning True
|
Sun, 19 Oct 2014 15:25:04 +0200 |
souliane |
plugin XEP-0054: fixes error message when we get a ConnectionLost failure
|
Sun, 19 Oct 2014 15:07:16 +0200 |
souliane |
memory: temporary dirty hack to fix the personnal key issue after the auth session expired
|
Sat, 18 Oct 2014 16:28:37 +0200 |
souliane |
core, plugins: improve a bit some log messages
|
Sun, 19 Oct 2014 12:31:28 +0200 |
souliane |
plugin misc_imap: fixes call to log.debug with more than one argument
|
Sun, 19 Oct 2014 11:54:07 +0200 |
souliane |
plugin XEP-0115: better disco error handling
|
Sun, 19 Oct 2014 02:48:11 +0200 |
souliane |
plugins groupblogs: fixes the massive retrieval callback (loop variable was misused in a lambda callback)
|
Sat, 18 Oct 2014 20:23:12 +0200 |
souliane |
plugin XEP-0060: fixes listing the nodes on the pubsub service
|
Sat, 18 Oct 2014 13:02:41 +0200 |
souliane |
frontends (quick_app): fixes wrong JID construction when processing getPresenceStatuses result
|
Fri, 17 Oct 2014 20:26:01 +0200 |
souliane |
memory: don't save last resource in entity data for the MUC jids
|
Fri, 17 Oct 2014 15:49:46 +0200 |
souliane |
plugin XEP-0045: handle MUC presence
|
Thu, 16 Oct 2014 17:02:44 +0200 |
souliane |
memory (params): set "Show empty groups" to True by default
|
Thu, 16 Oct 2014 20:18:40 +0200 |
Goffi |
bridge (frontends side): fixed call of async method in blocking context
|
Thu, 16 Oct 2014 20:10:08 +0200 |
Goffi |
core (config): fixed a bad option check
|
Sat, 11 Oct 2014 16:26:43 +0200 |
Goffi |
core (config): added the Exception default value which raise an exception instead of returning the default in getConfig
|
Tue, 07 Oct 2014 17:12:41 +0200 |
Goffi |
core: better management of default value in getConfig
|
Mon, 06 Oct 2014 17:25:41 +0200 |
souliane |
plugin XEP-0277, groupblog: fixes namespace issue of the items that are received from an event + trap some errors
|
Tue, 07 Oct 2014 10:19:01 +0200 |
souliane |
plugin XEP-0115: trap "service-unavailable" error when retrieving disco infos
|
Tue, 07 Oct 2014 11:45:34 +0200 |
souliane |
primitivus: fixes displaying online contacts when "Show offline contacts" is False
|
Mon, 06 Oct 2014 13:54:41 +0200 |
souliane |
primitivus: implement parameter "Show empty groups"
|
Mon, 06 Oct 2014 12:44:58 +0200 |
souliane |
primitivus: implement "Show offline contacts" parameter (sync with "DISCONNECTED_HIDE" action key)
|
Mon, 06 Oct 2014 12:22:14 +0200 |
souliane |
constants: split C.bool in C.bool and C.str so:
|
Mon, 06 Oct 2014 11:20:43 +0200 |
souliane |
memory (params): add parameters "Show offline contacts" and "Show empty groups"
|