2021-03-23 |
Goffi |
frontends: use new EXIT_BACKEND_NOT_FOUND exit code:
|
2021-03-19 |
Goffi |
date update
|
2020-04-14 |
Goffi |
core, frontends: avatar refactoring:
|
2020-03-23 |
Goffi |
quick frontend (app): fixed argument order in `messageSend` default errback
|
2020-03-06 |
Goffi |
quick frontend(app): new `QuickApp.profileConnected` method
|
2020-02-28 |
Goffi |
quick frontend (app): avoid crash when a listener is removed while being called
|
2020-02-21 |
Goffi |
bridge: messageSend's extra is now serialised
|
2020-02-18 |
Goffi |
core: use serialised dict for `extra` in messageNew and historyGet
|
2020-02-12 |
Goffi |
quick frontends (widgets): added widgetNew and widgetDelete listeners:
|
2020-02-12 |
Goffi |
quick frontends (app): added an "ignore_missing" argument to RemoveListener:
|
2020-02-12 |
Goffi |
quick frontend (app): replaced OrderedDict by regular dict:
|
2020-02-10 |
Goffi |
quick frontend(app): added listener for selected widget
|
2020-02-09 |
Goffi |
quick_frontend (app, widget): CagouWidget.onSelected is called when the widget is selected:
|
2020-02-05 |
Goffi |
quick frontend (app): added "explicit_close" to deleteWidget, and use it on mucRoomLeftHandler:
|
2020-01-29 |
Goffi |
fixed shebangs
|
2020-01-29 |
Goffi |
dates update
|
2020-01-27 |
Goffi |
quick frontend (app): log own jid when received
|
2020-01-25 |
Goffi |
quick frontend (app): call `getReady` once connected to bridge:
|
2020-01-17 |
Goffi |
quick frontend (app): removed workaround for pyjamas
|
2019-12-30 |
Goffi |
core, bridge: encryptionPluginsGet now returns a serialised list + added "directed" in metadata
|
2019-12-30 |
Goffi |
plugin XEP-0045: added room statuses to metadata:
|
2019-11-18 |
Goffi |
quick frontend(app): catch exception when trying to remove a missing listener, and log it
|
2019-10-29 |
Goffi |
quick frontend (contact list): added "contactsFilled" event
|
2019-08-13 |
Goffi |
Python 3 port:
|
2019-07-20 |
Goffi |
quick frontend (app): show an info log if avatar is not found instead of raising exception
|
2019-07-14 |
Goffi |
quick frontends (app): setSpecial is now called before getOrCreateWidget in mucRoomJoinedHandler:
|
2019-06-30 |
Goffi |
quick frontends (app, chat): disabled the 2 most verbose logs, as they are barely useful and make reading logs difficult.
|
2019-04-07 |
Goffi |
quick frontend (app): (un)set sync state on (dis)connect:
|
2019-04-07 |
Goffi |
quick frontend (app): added debug logs on sync state change + refill contact lists on resync when AUTO_RESYNC is set
|
2019-04-07 |
Goffi |
core, quick_frontend(app): fixed connected signal handling
|
2019-03-20 |
Goffi |
quick_frontend (app): progress callbacks handling:
|
2019-03-20 |
Goffi |
quick frontend (app): fixed notifications ids
|
2019-03-10 |
Goffi |
core: added a "_debug" signal:
|
2019-03-10 |
Goffi |
quick_frontend(app): fixed use of bare jid for target when getting a new message:
|
2019-03-10 |
Goffi |
quick frontend (app): added AUTO_RESYNC attribute in QuickApp, when set (default) the resync method is called on all widgets automatically:
|
2019-03-09 |
Goffi |
quick frontend (app): new synchronisation mechanism:
|
2019-03-01 |
Goffi |
quick frontend(app): avoid sending empty messages
|
2019-02-23 |
Goffi |
plugin XEP-0277: blog items data are now entirely serialised before going to bridge:
|
2019-01-22 |
Goffi |
quick frontend (chat): use right type in getOrCreateWidget on new message
|
2019-01-20 |
Goffi |
quick frontends: visible_widgets can now keep any kind of widget, new visible_quick_widgets only iters on QuickWidgets
|
2019-01-19 |
Goffi |
quick frontend (app): fixed filtering for chat state notifications
|
2019-01-12 |
Goffi |
date update
|
2019-01-11 |
Goffi |
misc: replaced all "dummy" by the more conventional and readable "__" ("_" being used for gettext)
|
2018-11-05 |
Goffi |
quick frontend (app): create the contact list immediatly on plug
|
2018-08-31 |
Goffi |
frontends (xmlui): class_map is now an arg of create function:
|
2018-08-11 |
Goffi |
quick frontend (app, chat): encryption handling:
|
2018-06-27 |
Goffi |
quick_frontend (QuickApp): fixed getCache handling after changes in QuickContactList
|
2018-06-27 |
Goffi |
code style reformatting using black
|
2018-06-26 |
Goffi |
quick app: added missing docstring in showDialog
|
2018-05-22 |
Goffi |
quick frontends (app): retrieve namespaces on startup
|
2018-05-11 |
Goffi |
quick frontend (app): avoid resource locking on new message
|
2018-05-11 |
Goffi |
quick frontend (contact list): don't store "nick" for group contacts:
|
2018-04-02 |
Goffi |
core, setup: huge cleaning:
base
frontends/src/quick_frontend/quick_app.py@8f502884a0be
|