2021-07-28 |
Goffi |
core (xmpp): renamed `SatRosterProtocol.presenceSubscribed` to `isSubscribedFrom` (and added `isSubscribedTo`)
|
2021-06-17 |
Goffi |
merge changes from main branch
|
2021-06-09 |
Goffi |
core (xmpp): show "Libervia" without the "(backend)" component in version
|
2021-06-03 |
Goffi |
core (xmpp): catch `cancelError` in `pre_xml_treatments` in message workflow
|
2021-06-03 |
Goffi |
core: various changes and fixes to work with new storage and D-Bus bridge:
|
2021-06-03 |
Goffi |
core (memory/storage): backend storage is now based on SQLAlchemy
|
2021-05-06 |
Goffi |
core (xmpp): fix typo in sendError
|
2021-05-05 |
Goffi |
core (xmpp): added `appCondition` argument to `sendError`
|
2021-03-20 |
Goffi |
Renamed the project from "Salut à Toi" to "Libervia":
|
2021-03-19 |
Goffi |
date update
|
2020-11-12 |
Goffi |
core (xmpp): client.roster now implements __contains__
|
2020-11-12 |
Goffi |
doc, core: typos
|
2020-09-20 |
Goffi |
plugin XEP-0329, core(xmpp): moved `_compParseJids` to `SatXMPPComponent`:
|
2020-08-01 |
Goffi |
core (xmpp): text can now be specified in `sendError`
|
2020-04-14 |
Goffi |
core, frontends: avatar refactoring:
|
2020-04-03 |
Goffi |
core (xmpp): helper method to launch a plugin method:
|
2020-04-01 |
Goffi |
core (xmpp): properly clean profile data in case of startConnection failure:
|
2020-03-30 |
Goffi |
core (xmpp): use asDeferred for profileConnecting and profileConnected
|
2020-03-23 |
Goffi |
core (memory/encryption): set encrypted flag also for outgoing messages and put it in extra:
|
2020-03-22 |
Goffi |
core (memory/encryption): encryption session are now restored on client connection
|
2020-03-22 |
Goffi |
core (xmpp): use async corouting for startConnection
|
2020-03-22 |
Goffi |
core (xmpp): fixed workflow with post_xml_treatments in sendMessage:
|
2020-03-06 |
Goffi |
core (xmpp): isConnected now returns True when full connection is done:
|
2020-03-01 |
Goffi |
core (xmpp): check that entity_jid is actually a jid in SatRosterProtocol.isJidInRoster
|
2020-02-29 |
Goffi |
core (constants): renamed `MESS_KEY_MEDIA_TYPE` to `MESS_KEY_ATTACHMENTS_MEDIA_TYPE`
|
2020-02-26 |
Goffi |
core (xmpp): use pathlib.Path to complete attachments names, and use name to guess type
|
2020-02-23 |
Goffi |
core (xmpp): complete attachments for sent attachments:
|
2020-02-21 |
Goffi |
bridge: messageSend's extra is now serialised
|
2020-02-18 |
Goffi |
core (xmpp): add `name` and `media_type` in attachements if they are missing.
|
2020-02-18 |
Goffi |
core (xmpp): new message key to handle attachments
|
2020-02-18 |
Goffi |
core: renamed "MessageReceived" trigger to "messageReceived" for consistency.
|
2020-02-18 |
Goffi |
core: use serialised dict for `extra` in messageNew and historyGet
|
2020-02-09 |
Goffi |
core (xmpp), plugin android: fixed DNS, SRV handling on Android:
|
2020-02-03 |
Goffi |
core (xmpp): avoid starting several clients at the same time:
|
2020-01-29 |
Goffi |
core (xmpp): use a stable resource (sat.[shortuuid]) instead of server one if nothing is specified
|
2020-01-29 |
Goffi |
core (xmpp): raise InternalError when a new profile Client is created while there is already one in host
|
2020-01-29 |
Goffi |
fixed shebangs
|
2020-01-29 |
Goffi |
dates update
|
2020-01-28 |
Goffi |
core (xmpp): don't purge entity on disconnect if continueTrying is set
|
2020-01-26 |
Goffi |
plugin android: reconnect profiles with autoconnect if network is activated:
|
2019-10-18 |
Goffi |
core: `history is skipped as requested` log message is now at debug level
|
2019-10-01 |
Goffi |
core (patches): updated TLS patches:
|
2019-09-25 |
Goffi |
jp: jp asyncio port:
|
2019-08-13 |
Goffi |
Python 3 port:
|
2019-07-09 |
Goffi |
core, plugin XEP-0045: fixed message type autodetection + ENTITY_TYPE_MUC constant:
|
2019-07-02 |
Goffi |
core (xmpp): removed log for presence, as it is barely useful and too verbose even for debug logs.
|
2019-07-02 |
Goffi |
core (xmpp): set message timestamp on message reception:
|
2019-07-02 |
Goffi |
core (xmpp): fixed URI correction while parsing messages:
|
2019-06-30 |
Goffi |
core, plugin XEP-0045: fix crashes when changing URIs:
|
2019-04-14 |
Goffi |
core: fixed component connexion:
|
2019-04-10 |
Goffi |
code (xmpp): store version after roster item update + fix item removal:
|
2019-04-07 |
Goffi |
core, quick_frontend(app): fixed connected signal handling
|
2019-04-07 |
Goffi |
core: added a rosterResync method to bridge:
|
2019-04-07 |
Goffi |
core (xmpp): implemented roster versioning
|
2019-04-06 |
Goffi |
core (xmpp): new networkEnabled() and networkDisabled() methods:
|
2019-04-06 |
Goffi |
core (xmpp): advanced handling of connection termination
|
2019-04-05 |
Goffi |
core (xmpp): use the cleaner stopTrying() instead of setting `continueTrying = 0` when connection is not possible due to invalid certificate.
|
2019-03-01 |
Goffi |
core: renamed presenceReceived to presence_reveiced + use "client" as first arguments instead of "profile"
|
2019-01-26 |
Goffi |
plugin XEP-0045: fixed crash when <delay> is used at an unexpected time.
|
2019-01-16 |
Goffi |
core, XEP-0315: move XML element handling to sat_tmp:
|