log

age author description
2016-12-22 Goffi quick frontend (quick app): added progressFinished and progressError listeners
2016-12-20 Goffi quick frontend (quick app): fixed use of profile_manager.connected
2016-12-20 Goffi Primitivus (xmlui): use constants for BOOL_TRUE and BOOL_FALSE value
2016-12-19 Goffi plugin android: first draft:
2016-12-18 Goffi plugin XEP-0280: Message Carbons first draft
2016-12-18 Goffi primitivus, jp: dynamic bridge + fixed D-Bus bridge:
2016-12-18 Goffi quick_frontend(QuickApp): added onBridgeConnected method
2016-12-18 Goffi core (memory/disco): recover getItems on bridge's discoItems method if an item is empty
2016-12-18 Goffi xep-0184: delivery receipts are now activated by default
2016-12-18 Goffi xep-0070: fixed use of byte string instead of unicode
2016-12-18 Goffi frontends(xmlui): better handling of missing _xmluiAppend
2016-12-13 Goffi bridbe(pb): Perspective Broker bridge, first draft
2016-12-13 Goffi bridge, quick_frontend: preparation for async bridge
2016-12-04 Goffi core(stdui/profile manager): fixed authentication cancellation
2016-12-04 Goffi core, quick_frontends: android compatibility hacks:
2016-12-04 Goffi core: bridge can now be changed in conf
2016-10-05 Goffi bridge (constructor): embedded bridge generator:
2016-10-03 Goffi bridge (D-Bus): bad design fixes:
2016-10-02 Goffi bridge (constructor): refactoring:
2016-10-02 Goffi bridge(constructor): constructor now uses argparse instead of optparse
2016-10-02 Goffi bridge(D-Bus): minotr argument name fix
2016-10-02 Goffi quick frontend(contact_list): avoid crash when resource in cache has not priority
2016-09-25 Goffi jp (message/send): message/send can now send XHTML (-x) or rich (-r) messages
2016-09-25 Goffi plugin XEP-0071: fixed rich and xhtml sending + add simple text body if not present
2016-09-25 Goffi core (tools/common): added getSubDict method in data_format to get sub dictionary from serialised one
2016-09-25 Goffi quick frontend (chat): added Message.main_message_xhtml property to get XHTML content
2016-09-25 Goffi frontends (tools): added a module to parse CSS colors
2016-09-23 Goffi quick frontend (chat): update use a dict
2016-09-15 Goffi quick_frontend, primitivus (chat): renamed updated to update, using a dict as argument + fixed Primitivus group chat
2016-09-13 Goffi jp (avatar): avatar get/set implementations, first draft
2016-09-13 Goffi jp (core): added EXIT_NOT_FOUND constant, which return 16 as exit code
2016-09-13 Goffi plugin XEP-0054(XEP-0153): added a getAvatar:
2016-09-11 Goffi core (stdui): fixed cancellation of ContactList forms
2016-09-11 Goffi quick frontend (menus): minor docstring fixes
2016-09-10 Goffi plugin XEP-0054(XEP-0153): ignore image formats other than gif, jpeg and png, and empty BINVAL
2016-09-10 Goffi jp (debug/bridge/method,signal): fixed argument parsing
2016-09-09 Goffi quich frontend, primivius (chat): better avatar handling:
2016-09-09 Goffi plugin XEP-0045, quick frontend (app,chat): various chat improvments:
2016-09-09 Goffi quick frontend (contact list): better handling of cache with full jid:
2016-09-09 Goffi plugin XEP-0054: fix use of full jid for room occupants
2016-09-09 Goffi quick frontend (chat): recreateArgs implementation
2016-09-09 Goffi quick fronten (widgets): if a widget is recreated, "recreateArgs" method can be implemented to specify arguments to clone it correctly
2016-09-09 Goffi quick frontend (contat list/cache): workaround for avatar issue in MUC. Need to be reworked properly in the future (TODO)
2016-09-09 Goffi plugin XEP-0054: renamed isInRoom to isRoom as the method only tell if the entity belong to a MUC
2016-09-09 Goffi quick app(app): call entityDataUpdateHandler on profile plug instead of setCache directly
2016-09-09 Goffi plugin XEP-0045: minor docstring fix
2016-08-28 Goffi quick frontend (chat): added helping properties avatar and contact_list
2016-08-28 Goffi quick frontend(QuickApp): added getDefaultAvatar method:
2016-08-28 Goffi plugin XEP-0245: removed plugin XEP-0245:
2016-08-28 Goffi bridge (bridge_template.ini): minor doc fix
2016-08-28 Goffi jp (debug): method callback now handles methods without return value
2016-08-28 Goffi core: line feed (\n) are now forbidden in profile names
2016-08-28 Goffi quick_frontend (chat): fixed hash generation, tuple was causing trouble when used with unicode() because of dbus.String
2016-08-28 Goffi core, bridge, frontends: removed deprecated bridge method askConfirmation, confirmationAnswer, actionResult, actionResultExt and getWaitingConf
2016-08-28 Goffi quick frontend (app): avatar filename is not requested anymore if value is empty
2016-08-28 Goffi quick frontend (chat): fixed getWidgetHash
2016-08-28 Goffi quick_frontend(quick_widgets): deleteWidget can use additional arguments which will be passed to onDelete
2016-08-28 Goffi plugin XEP-0045, XEP-0054, XEP-0096: deprecated bridge method are not used anymore
2016-08-28 Goffi plugin XEP-0249: some modernisation, don't use anymore deprecated methods, invite bridge method use a single param for room jid
2016-08-28 Goffi core (xmlui): added a quickNote method to easily send notes