log

age author description
Fri, 09 Sep 2016 23:54:33 +0200 Goffi quick frontend (contact list): better handling of cache with full jid:
Fri, 09 Sep 2016 23:54:33 +0200 Goffi plugin XEP-0054: fix use of full jid for room occupants
Fri, 09 Sep 2016 23:54:33 +0200 Goffi quick frontend (chat): recreateArgs implementation
Fri, 09 Sep 2016 23:54:33 +0200 Goffi quick fronten (widgets): if a widget is recreated, "recreateArgs" method can be implemented to specify arguments to clone it correctly
Fri, 09 Sep 2016 23:54:33 +0200 Goffi quick frontend (contat list/cache): workaround for avatar issue in MUC. Need to be reworked properly in the future (TODO)
Fri, 09 Sep 2016 23:54:33 +0200 Goffi plugin XEP-0054: renamed isInRoom to isRoom as the method only tell if the entity belong to a MUC
Fri, 09 Sep 2016 23:54:33 +0200 Goffi quick app(app): call entityDataUpdateHandler on profile plug instead of setCache directly
Fri, 09 Sep 2016 23:54:32 +0200 Goffi plugin XEP-0045: minor docstring fix
Mon, 29 Aug 2016 01:21:47 +0200 Goffi quick frontend (chat): added helping properties avatar and contact_list
Mon, 29 Aug 2016 01:21:45 +0200 Goffi quick frontend(QuickApp): added getDefaultAvatar method:
Sun, 28 Aug 2016 21:00:53 +0200 Goffi plugin XEP-0245: removed plugin XEP-0245:
Sun, 28 Aug 2016 20:24:25 +0200 Goffi bridge (bridge_template.ini): minor doc fix
Sun, 28 Aug 2016 20:10:04 +0200 Goffi jp (debug): method callback now handles methods without return value
Sun, 28 Aug 2016 20:09:09 +0200 Goffi core: line feed (\n) are now forbidden in profile names
Sun, 28 Aug 2016 19:42:48 +0200 Goffi quick_frontend (chat): fixed hash generation, tuple was causing trouble when used with unicode() because of dbus.String
Sun, 28 Aug 2016 19:23:58 +0200 Goffi core, bridge, frontends: removed deprecated bridge method askConfirmation, confirmationAnswer, actionResult, actionResultExt and getWaitingConf
Sun, 28 Aug 2016 18:24:45 +0200 Goffi quick frontend (app): avatar filename is not requested anymore if value is empty
Sun, 28 Aug 2016 18:23:55 +0200 Goffi quick frontend (chat): fixed getWidgetHash
Sun, 28 Aug 2016 18:22:46 +0200 Goffi quick_frontend(quick_widgets): deleteWidget can use additional arguments which will be passed to onDelete
Sun, 28 Aug 2016 18:20:55 +0200 Goffi plugin XEP-0045, XEP-0054, XEP-0096: deprecated bridge method are not used anymore
Sun, 28 Aug 2016 18:18:10 +0200 Goffi plugin XEP-0249: some modernisation, don't use anymore deprecated methods, invite bridge method use a single param for room jid
Sun, 28 Aug 2016 18:16:03 +0200 Goffi core (xmlui): added a quickNote method to easily send notes
Mon, 22 Aug 2016 20:56:51 +0200 Goffi quick frontend (widgets): a deletion with onDelete can now be cancelled if onDelete return False
Sun, 21 Aug 2016 20:39:43 +0200 Goffi quick frontend (quick_app): fixed user_action from action coming from backend
Sun, 21 Aug 2016 18:57:56 +0200 Goffi jp (debug/bridge): fixed unicode handling of arguments
Sun, 21 Aug 2016 17:04:33 +0200 Goffi quick frontend (chat): fixed messageNew signal dispatching when several widgets are handling the target
Sun, 21 Aug 2016 17:03:18 +0200 Goffi quick frontend (quick_widget): getWidgets can now filter on hash (using target), handling recreated widgets too
Sun, 21 Aug 2016 12:27:19 +0200 Goffi jp: added jp/debug commands:
Sun, 21 Aug 2016 12:23:09 +0200 Goffi plugin debug: first draft:
Sun, 21 Aug 2016 12:07:31 +0200 Goffi frontends (xmlui): added a user_action attribute: