Mercurial > libervia-backend
graph
-
plugin XEP-0384: give feedback to client when encryption failedWed, 20 Mar 2019 09:08:47 +0100, by Goffi
-
plugin XEP-0384: small refactoring to encrypt messages + bugfix:Wed, 20 Mar 2019 09:08:47 +0100, by Goffi
-
plugin XEP-0384: removed version restriction, it is now compatible with (and require) last version of python-omemo (0.10.4)Wed, 20 Mar 2019 09:08:37 +0100, by Goffi
-
plugin android: don't send notification if message comes from ourself (from an other device)Sat, 16 Mar 2019 14:39:02 +0100, by Goffi
-
quick frontend(widgets): added QuickWidget.target property as a helper method to get a single target:Sun, 10 Mar 2019 18:04:27 +0100, by Goffi
-
core: added a "_debug" signal:Sun, 10 Mar 2019 18:04:01 +0100, by Goffi
-
quick frontend (widgets): improved deletion of widget:Sun, 10 Mar 2019 18:03:41 +0100, by Goffi
-
quick frontend(widgets): improved handling of multiple instances of widgets:Sun, 10 Mar 2019 18:03:14 +0100, by Goffi
-
quick_frontend (widget, chat): implementation of new sync mechanism, first draft:Sun, 10 Mar 2019 18:03:11 +0100, by Goffi
-
quick frontend (chat): new updateOccupants methods which add/remove occupants to be in sync with new listSun, 10 Mar 2019 18:03:02 +0100, by Goffi
-
quick frontend(chat): added setLocked/setUnlocked methods:Sun, 10 Mar 2019 18:02:58 +0100, by Goffi
-
quick_frontend(app): fixed use of bare jid for target when getting a new message:Sun, 10 Mar 2019 18:02:56 +0100, by Goffi
-
quick frontend(chat): display a useful message with __unicode__ and __str__Sun, 10 Mar 2019 18:02:54 +0100, by Goffi
-
quick frontend (app): added AUTO_RESYNC attribute in QuickApp, when set (default) the resync method is called on all widgets automatically:Sun, 10 Mar 2019 18:02:42 +0100, by Goffi
-
quick frontend (app): new synchronisation mechanism:Sat, 09 Mar 2019 16:33:31 +0100, by Goffi
-
plugin XEP-0045: added getRoomOccupants/mucOccupantsGet method to retrieve occupants of a joined room.Sat, 09 Mar 2019 16:24:17 +0100, by Goffi
-
core (memory/sqlite): added a "timestamp_start" filter to retrieve history from a specific point in timeSat, 09 Mar 2019 16:24:15 +0100, by Goffi
-
plugin text commands: typoSat, 09 Mar 2019 16:23:07 +0100, by Goffi
-
plugin android: improved state handling:Sat, 09 Mar 2019 16:23:01 +0100, by Goffi
-
bridge (pb): added bridgeDeactivateSignals and bridgeReactivateSignals methods:Sat, 09 Mar 2019 16:23:00 +0100, by Goffi
-
quick frontend(chat): use bare jid for getEncryptionState, and skip if for group chatSun, 03 Mar 2019 20:59:29 +0100, by Goffi
-
plugin XEP-0077: correctly report invalid certificate + errback on unexpected stream closeSun, 03 Mar 2019 19:18:45 +0100, by Goffi
-
plugin manhole: added "jid" module to globalsSun, 03 Mar 2019 17:17:07 +0100, by Goffi
-
core (log): add traceback when "exc_info" is setSun, 03 Mar 2019 12:04:55 +0100, by Goffi
-
tools (config): log error message if config can't be readSun, 03 Mar 2019 08:57:36 +0100, by Goffi
-
we are in dev version againSat, 02 Mar 2019 18:43:09 +0100, by Goffi
-
Added tag 0.7.0a4 for changeset 1798d4ace296Fri, 01 Mar 2019 19:48:25 +0100, by Goffi
-
misc (CHANGELOG): cap hash disco extensions updateFri, 01 Mar 2019 19:36:51 +0100, by Goffi
-
core (disco): added missing disco extensions when generating the cap hash.Fri, 01 Mar 2019 19:28:11 +0100, by Goffi
-
quick frontend(app): avoid sending empty messagesFri, 01 Mar 2019 17:42:28 +0100, by Goffi
-
primitivus(contact list): fixed room not always appearing correctly in contact listFri, 01 Mar 2019 17:33:15 +0100, by Goffi
-
plugin XEP-0045: fixed item-not-found exception when creating a room:Fri, 01 Mar 2019 17:32:15 +0100, by Goffi
-
plugin XEP-0045: fixed message type filtering when getting last stanza_id to retrieve history with MAMFri, 01 Mar 2019 16:17:00 +0100, by Goffi
-
tools(common/date_utils): fixed order on year first + set default date for date_parseFri, 01 Mar 2019 15:35:55 +0100, by Goffi
-
jp (message/mam): --start doesn't defaut anymore to "1 day ago", it is now unset by defaultFri, 01 Mar 2019 14:45:50 +0100, by Goffi
-
plugin XEP-0384: removed _purgeOldData temporary hack, it should not be useful anymoreFri, 01 Mar 2019 12:17:34 +0100, by Goffi
-
plugin XEP-0045: cache presences if they are received before the room is fully joined:Fri, 01 Mar 2019 12:16:57 +0100, by Goffi
-
plugin OTR: ignore messages from sender without resource or from own jidFri, 01 Mar 2019 12:13:55 +0100, by Goffi
-
core: renamed presenceReceived to presence_reveiced + use "client" as first arguments instead of "profile"Fri, 01 Mar 2019 12:12:50 +0100, by Goffi
-
jp (message/mam): added missing RSM optionsFri, 01 Mar 2019 12:11:16 +0100, by Goffi
-
bridge (pb): minor import order changeThu, 28 Feb 2019 18:57:28 +0100, by Goffi
-
plugin XEP-0384: better bundle handling + misc improvmentsThu, 28 Feb 2019 18:57:26 +0100, by Goffi
-
plugin XEP-0280: priority and "sent" fixes:Thu, 28 Feb 2019 18:57:06 +0100, by Goffi
-
plugin XEP-0045: fixed issue with deepcopy by using new xml_tools.elementCopy methodThu, 28 Feb 2019 18:57:04 +0100, by Goffi
-
core (xml_tools): new elementCopy method to shallow copy a domish.ElementThu, 28 Feb 2019 18:57:00 +0100, by Goffi
-
core: we are in dev version againThu, 28 Feb 2019 18:56:48 +0100, by Goffi
-
plugin OTR: do profile session init in profileConnecting, so it is done before receiving any stanzaMon, 25 Feb 2019 08:07:00 +0100, by Goffi
-
plugin OTR: disabled menu as the new generic encryption menu allows to start/stop OTR or display the trust UI.Sun, 24 Feb 2019 14:12:06 +0100, by Goffi
-
core: added a base menu allowing to set encryption session or show the trust management UI.Sun, 24 Feb 2019 14:11:08 +0100, by Goffi
-
core (patches): partially fixed jid caching:Sun, 24 Feb 2019 14:09:44 +0100, by Goffi
-
jp (blog/edit): changed comments handling:Sat, 23 Feb 2019 19:00:25 +0100, by Goffi
-
plugin XEP-0277: blog items data are now entirely serialised before going to bridge:Sat, 23 Feb 2019 18:59:00 +0100, by Goffi
-
misc (README): typoWed, 20 Feb 2019 19:42:35 +0100, by Goffi
-
jp(pubsub): minor code style fixesFri, 15 Feb 2019 22:24:57 +0100, by Goffi
-
jp (pubsub/node): new "import" command, to publish many nodes from an XML fileFri, 15 Feb 2019 22:13:43 +0100, by Goffi
-
jp (pubsub/transform): use new psItemsSend method, it is not needed anymore to send items one by one when --admin is not usedFri, 15 Feb 2019 22:13:43 +0100, by Goffi
-
jp (pubsub/node): added purge commandFri, 15 Feb 2019 22:13:43 +0100, by Goffi
-
plugin XEP-0060: added purgeNode/psNodePurge method to remove all items from a nodeFri, 15 Feb 2019 22:13:43 +0100, by Goffi
-
plugin XEP-0060: added sendItems/psItemsSend method to publish several items at onceFri, 15 Feb 2019 22:13:20 +0100, by Goffi