2019-01-11 |
Goffi |
jp (base): MAM and RSM arguments can now be used for pubsub commands:
|
2019-01-11 |
Goffi |
XEP-0059: max value check:
|
2019-01-11 |
Goffi |
core (XMLUI): small optimisation: introspection is done once at module loading instead of on each XMLUI instantiation
|
2019-01-06 |
Goffi |
jp (base, pubsub, ticket): handle order-by:
|
2019-01-06 |
Goffi |
plugins XEP-0060, XEP-0313: implemented Order-By protoXEP:
|
2019-01-06 |
Goffi |
plugin XEP-0380: register namespace
|
2019-01-06 |
Goffi |
plugin XEP-0060: fixed MAM return value on getItems():
|
2019-01-05 |
Goffi |
plugin XEP-0384: give feedback to user when trust must be handled before sending a message
|
2019-01-04 |
Goffi |
plugin android: fixed path for .cagou_status
|
2019-01-04 |
Goffi |
plugin manhole: manhole debug plugin, first draft:
|
2019-01-04 |
Goffi |
plugin XEP-0380, XEP-0384: use C.EXTRA_INFO_DECR_ERR as info sub-type when a message can't be decrypted.
|
2019-01-04 |
Goffi |
plugin OTR: fixed a bug which was tagging every message as "encrypted"
|
2019-01-04 |
Goffi |
core (constants): added a constant for "encrypted"
|
2019-01-04 |
Goffi |
core (xmpp): don't add to history a message if there is no message and no subject.
|
2019-01-04 |
Goffi |
plugin XEP-0380: Explicit Message Encryption implementation
|
2019-01-04 |
Goffi |
core (memory/encryption): added getNamespaces method to retrieve all plugins namespaces
|
2019-01-04 |
Goffi |
core (xmpp): added "extra" argument to client.feedback
|
2019-01-04 |
Goffi |
memory (sqlite): minor comment move
|
2019-01-04 |
Goffi |
memory (sqlite): retry _runInteraction in the same way as for _runQuery, this improve reliability
|
2019-01-04 |
Goffi |
plugin XEP-0384: don't ignore StanzaError if it's not item-not-found
|
2019-01-03 |
Goffi |
plugin XEP-0384: various bug fixes:
|
2019-01-03 |
Goffi |
core (memory/encryption), plugin OTR: finished OTR integration in encryption:
|
2019-01-03 |
Goffi |
core (xmpp): implemented human friendly __unicode__ for client
|
2019-01-03 |
Goffi |
tools (xml_tools): isXMLUICancelled helper function to check if an XMLUI has been cancelled from raw XML.
|
2019-01-02 |
Goffi |
jp (message/send, encryption): encryption handling:
|
2019-01-02 |
Goffi |
jp (xmlui): JidWidget + small improvments:
|
2019-01-02 |
Goffi |
plugin XEP-0384: update to last python-omemo + trust management:
|
2019-01-02 |
Goffi |
frontends (XMLUI): TabsContainer can now be the main container (Primitivus keep the old behaviour and always use VerticalContainer as main container)
|
2019-01-02 |
Goffi |
core (xmpp): don't send message without message or subject to bridge (and log a warning in frontends if such a message is received)
|
2019-01-02 |
Goffi |
core (memory/sqlite): new delPrivateNamespace method to delete all data of a specific namespace for a profile.
|
2019-01-02 |
Goffi |
core (memory/persistent): new LazyPersistentBinaryDict.remove method
|
2019-01-02 |
Goffi |
core (memory/encryption): new encryptionNamespaceGet and encryptionTrustUIGet methods:
|
2018-12-27 |
Goffi |
core (log): fixed double call to ansiColors
|
2018-12-27 |
Goffi |
core (xmpp): set "to" attribute to <message> element when it's missing:
|
2018-12-27 |
Goffi |
quick frontend(chat): use unicode on jid.JID instance in self.host.bridge.messageEncryptionGet:
|
2018-12-27 |
Goffi |
plugin XEP-0198: rised ACK_TIMEOUT + set req_time to None when timing out to be ready after resuming
|
2018-12-26 |
Goffi |
plugin XEP-0045: fixed bad MAM detection on join
|
2018-12-26 |
Goffi |
plugin XEP-0198: allow to customise/disable ack_timeout:
|
2018-12-26 |
Goffi |
plugin OTR: catch and log potr.context.ErrorReceived instead of raising it.
|
2018-12-26 |
Goffi |
plugin XEP-0198: abort connection if ack is not received after a timeout:
|
2018-12-12 |
Goffi |
plugin XEP-0045: don't loop when initiating MAM archive
|
2018-12-12 |
Goffi |
plugin XEP-0045: request 50 *last* MAM messages if new archive
|
2018-12-11 |
Goffi |
core (memory/sqlite): further improvments in update_v7:
|
2018-12-11 |
Goffi |
core (memory/sqlite): fixed v7 update performance issue:
|
2018-12-10 |
Goffi |
core (memory/sqlite): do not call commitStatements if there is nothing to commit in checkUpdates
|
2018-12-10 |
Goffi |
jp (message/mam): display metadata when verbose
|
2018-12-10 |
Goffi |
plugin XEP-0313, XEP-0045: loop MAM requests until whole archive is retrieved:
|
2018-12-10 |
Goffi |
plugin XEP-0059: added serialise method
|
2018-12-09 |
Goffi |
core (memory/sqlite): changed history constraint
|
2018-12-07 |
Goffi |
plugin XEP-0045: MAM implementation for MUC
|
2018-12-07 |
Goffi |
core (xmpp): check <message> namespace in parseMessage, and accept empty namespace (happen with Wokkel)
|
2018-12-07 |
Goffi |
plugin XEP-0313: improvments to prepare MUC MAM:
|
2018-12-01 |
Goffi |
core (memory/disco): normalise booleans in extensions
|
2018-12-01 |
Goffi |
core (memory/sqlite): skip a line before debug log showing statements
|
2018-12-01 |
Goffi |
jp (info/disco): better default output for extensions
|
2018-12-01 |
Goffi |
tools (common/data_format): use "default" in json.dumps in serialise (useful notably to serialise jid.JID)
|