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
|
2014-10-07 |
souliane |
primitivus: fixes displaying online contacts when "Show offline contacts" is False
|
2014-10-06 |
souliane |
primitivus: implement parameter "Show empty groups"
|
2014-10-06 |
souliane |
primitivus: implement "Show offline contacts" parameter (sync with "DISCONNECTED_HIDE" action key)
|
2014-10-06 |
souliane |
constants: split C.bool in C.bool and C.str so:
|
2014-10-06 |
souliane |
memory (params): add parameters "Show offline contacts" and "Show empty groups"
|
2014-10-06 |
souliane |
memory (params): use more generic param attribute "constraint" instead of "min" and "max"
|
2014-10-04 |
souliane |
frontends (primitivus): new command :search <pattern>
|
2014-10-04 |
souliane |
bridge, memory: add "search" attribute to getHistory (filter the results with a unix globbing pattern)
|
2014-10-04 |
souliane |
frontends: printInfo and printMessage timestamp attribute defaults to None instead of ''
|
2014-09-24 |
souliane |
memory: add Parameter "Chat history limit"
|
2014-10-03 |
souliane |
memory: getHistory with limit=0 now returns an empty list, use limit=None to return all messages
|
2014-10-03 |
souliane |
memory (params), tools (xml_tools), plugins, frontends: add "int" parameter type with "min" and "max" attributes
|
2014-09-22 |
souliane |
plugin XEP-0059: first draft, pubsub and jabber search do not exploit it yet
|
2014-09-22 |
souliane |
plugin maildir: fixes missing import
|
2014-09-22 |
souliane |
plugin XEP-0060, groupblog: avoid unecessary pubsub errors while doing massive requests:
|
2014-09-22 |
souliane |
memory (disco): add nodeIdentifier parameter to getItems
|
2014-09-22 |
souliane |
memory: session timeout won't be reset on each access if the Sessions() is called with resettable_timeout=False
|
2014-09-22 |
souliane |
memory: profileSessions.profileGetUnique was not resetting the timer
|
2014-09-22 |
souliane |
memory: handle the case where an existing session ID is re-used for creating a new session
|
2014-09-21 |
souliane |
memory: Sessions.newSession can be called with a forced session ID
|
2014-09-21 |
souliane |
core: move XMPP keep-alife value to the constants
|
2014-09-18 |
souliane |
we are in dev version again
|
2014-09-18 |
souliane |
SàT v0.5.1 released
|
2014-09-18 |
souliane |
version update
0.5.1 SàT v0.5.1
|
2014-09-18 |
souliane |
update CHANGELOG for v5.1
|
2014-09-17 |
souliane |
test: fixes FakeSAT for plugin XEP-0033
|
2014-09-11 |
souliane |
plugin XEP-0033: fixes sending the message after the changes made in rev 1052 (e88bff4c8b77)
|
2014-09-15 |
Goffi |
misc: added Olly Betts to contributors + various fixed for Matteo Cypriani
|
2014-09-15 |
Matteo Cypriani |
misc: updated urls of pyxe an pyfeed
|