log sat_frontends/quick_frontend/quick_chat.py @ 3054:92f8baec5e4f

age author description
Tue, 13 Aug 2019 19:08:41 +0200 Goffi Python 3 port:
Sat, 06 Jul 2019 12:22:25 +0200 Goffi quick frontend (chat), primitivus(chat): properly clear occupants on resync:
Sun, 30 Jun 2019 15:41:59 +0200 Goffi quick frontends (app, chat): disabled the 2 most verbose logs, as they are barely useful and make reading logs difficult.
Sun, 07 Apr 2019 20:58:15 +0200 Goffi quick_frontend (app): fixed filters serialisation before calling bridge.historyGet
Thu, 28 Mar 2019 08:39:19 +0100 Goffi quick frontend(chat): prepared factorisation of merging of user moved info messages:
Wed, 20 Mar 2019 19:33:38 +0100 Goffi quick frontend(chat): fixed updateHistory bad call to historyPrint
Sun, 10 Mar 2019 18:03:11 +0100 Goffi quick_frontend (widget, chat): implementation of new sync mechanism, first draft:
Sun, 10 Mar 2019 18:03:02 +0100 Goffi quick frontend (chat): new updateOccupants methods which add/remove occupants to be in sync with new list
Sun, 10 Mar 2019 18:02:58 +0100 Goffi quick frontend(chat): added setLocked/setUnlocked methods:
Sun, 10 Mar 2019 18:02:54 +0100 Goffi quick frontend(chat): display a useful message with __unicode__ and __str__
Sun, 03 Mar 2019 20:59:29 +0100 Goffi quick frontend(chat): use bare jid for getEncryptionState, and skip if for group chat
Sat, 19 Jan 2019 23:27:22 +0100 Goffi quick frontend (chat): fixed use of old method printInfo
Sat, 12 Jan 2019 12:25:31 +0100 Goffi date update
Wed, 02 Jan 2019 18:28:30 +0100 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)
Thu, 27 Dec 2018 11:40:04 +0100 Goffi quick frontend(chat): use unicode on jid.JID instance in self.host.bridge.messageEncryptionGet: