log

age author description
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
2016-08-22 Goffi quick frontend (widgets): a deletion with onDelete can now be cancelled if onDelete return False
2016-08-21 Goffi quick frontend (quick_app): fixed user_action from action coming from backend
2016-08-21 Goffi jp (debug/bridge): fixed unicode handling of arguments
2016-08-21 Goffi quick frontend (chat): fixed messageNew signal dispatching when several widgets are handling the target
2016-08-21 Goffi quick frontend (quick_widget): getWidgets can now filter on hash (using target), handling recreated widgets too
2016-08-21 Goffi jp: added jp/debug commands:
2016-08-21 Goffi plugin debug: first draft:
2016-08-21 Goffi frontends (xmlui): added a user_action attribute:
2016-08-21 Goffi core (constants): added XMLUI_DATA_LVLS constants which group all available levels
2016-08-10 Goffi quick frontend (app): fixed regression in groups handling
2016-08-08 Goffi quick frontend (chat): added a getlocale method and changed self.day_change calculation for pyjamas compatibility
2016-08-08 Goffi quick frontend (contact): fixed roster and roster_connected in handler + add a next function for pyjamas compatibility
2016-08-08 Goffi quick frontend (QuickApp): unicode string fix
2016-08-08 Goffi misc: fixed 0.6.1 tag
2016-08-08 Goffi primitivus, quick frontend (chat): moved time text generation to QuickChat
2016-08-07 Goffi plugin XEP-0045: fixed options parameter handling in bridge callback
2016-08-07 Goffi quick frontend (widget): minor profiles check on widget creation
2016-08-07 Goffi quick frontend(chat): fixed traceback in log message
2016-08-02 Goffi misc: updated Chteufleur contributions in README
2016-08-02 Goffi quick frontends, primitivus: messageState signal handling
2016-07-28 Geoffrey POUZET plugin XEP-0184: Implementation of XEP-0184 (Message Delivery Receipts)
2016-07-24 Goffi primitivus (chat): added :topic (and :subject and :title aliases) to change subject with a dialog (/!\ urwid SàText need to be updated)
2016-07-24 Goffi plugin XEP-0045: added bridge method to change subject
2016-07-24 Goffi quick frontend, primitivus (chat, contact_list): fixed MUC private messages handling:
2016-07-24 Goffi quick_frontend(chat): better handling of cached signals when initialising widget
2016-07-24 Goffi quick_frontend, primitivus (chat): fixed widget bad locking + don't send notification when locked
2016-07-24 Goffi quick_frontend, primitivus (contact_list): ContactList widget must now call postInit() when ready, to avoid being registered before being constructed
2016-07-24 Goffi quick_frontend, primitivus: better notifications handling
2016-07-24 Goffi quick_frontend, primitivus (contact_list): improved and simplified handling of "special" entities:
2016-07-19 Geoffrey POUZET plugin XEP-0070: change message popup to be more user-friendly
2016-07-17 Goffi backend (memory), frontends: improved history filtering:
2016-07-17 Goffi primitivus: dont call chatStateComposing where history keys are pressed
2016-07-17 Goffi plugin lang detect: added a parameter to (de)activate the detection
2016-07-17 Goffi primitivus (chat): don't send notification for move messages
2016-07-17 Goffi primitivus, quick_frontends: show global notifications counter in contact_list + method to get these notifications in QuickApp
2016-07-17 Goffi primitivus: fixed notifications counter for simple messages in MUC rooms
2016-07-17 Goffi plugin XEP-0085, quick_frontends, primitivus: chat states are working again
2016-07-15 Goffi added Chteufleur in contributors in README
2016-07-11 Geoffrey POUZET plugin XEP-0070: implementation of XEP-0070 (verifying HTTP request via XMPP)
2016-07-15 Goffi merged 0.6.1 bookmark. This bookmark (0.7-dev) is now the main one
2016-07-13 Goffi installation (setup.py): changed version to 0.6.1.1 so new archive with fixed MANIFEST can be uploaded on pypi 0.6.1
2016-07-13 Goffi Added tag 0.6.1 for changeset 3a16a7479660
2016-07-13 Goffi installation (MANIFEST): added misc directory
2016-07-12 Goffi Added tag 0.6.1 for changeset 30e83614af48
2016-07-12 Goffi fixed exclusion of vim's undo file in MANIFEST.in
2016-07-12 Goffi added 0.6.1 tag
2016-07-12 Goffi version update (0.6.1)
2016-07-12 Goffi installation: updated urwid-satext minimal version to 0.6.1 + added service_identity which is needed by Twisted for proper TLS check
2016-07-11 Goffi quick_frontend (QuickWidget): keep on_new_widget argument when recreating a widget 0.7-dev
2016-07-10 Goffi plugin XEP_0249: fixed bad use of namespace in addElement
2016-07-10 Goffi quick_frontend, primitivus: moved main_message property to quick_frontend
2016-07-02 Goffi plugin XEP-0045: fixed typo in text commands
2016-06-30 Goffi primitivus: fixed XMLUI window creation
2016-06-30 Goffi plugin XEP-0045: added /list text command:
2016-06-30 Goffi plugin XEP-0045: various fixes/improvments:
2016-06-30 Goffi primitivus (chat): fixed a crash when page-up was pressed on room contacts list
2016-06-30 Goffi primitivus (chat): moved occupants widget to a dedicated class + display occupants count in footer
2016-06-30 Goffi plugin xep-0045: ask for password when getting a "not-allowed" error
2016-06-29 Goffi frontends (xmlui): cancelling form now trigger submit with {"cancelled": "true"} instead of being silently ignored
2016-06-29 Goffi xep-0045: ignore non standard presence received between own presence and room subject
2016-06-29 Goffi quick_frontend: allow presence of entities without resource
2016-06-28 Goffi merged main branch
2016-06-28 Goffi primitivus: paste is now treated as normal text instead of discarded if edit_bar doesn't exist
2016-06-28 Goffi primitivus (chat): mention is now visible by date in red instead of body (or a "[*]" if date is hidden)
2016-06-28 Goffi primitivus (chat): fixed timestamp/nick (un)hiding + new redraw and printMessages methods
2016-06-28 Goffi plugin XEP-0054: fixed getCard calls
2016-06-28 Goffi plugin XEP-0045: fixed calls to join, nick, kick, ban and affiliate
2016-06-27 Goffi merged modification from souliane
2016-06-27 Goffi merged main branch
2016-06-27 Goffi primitivus: ignore paste if edit bar is not selected
2016-06-27 Goffi quick_frontend, primitivus (chat): mention detection in group chat + notification (mention and messages)
2016-06-27 Goffi quick_frontend, primitivus: notifications refactoring
2016-06-27 Goffi primitivus (chat): fixed nick completion. Completion is now managed per widget, if completion method exists
2016-06-27 Goffi plugin XEP-0045, quick_frontend + primitivus (chat): cleaning of XEP-0045 (first pass):
2016-06-24 Goffi merged main branch
2016-06-24 Goffi jp (blog): fixed syntax detection when extension is .txt
2016-06-20 Goffi primitivus (chat): fixed filters clearing when changing filter while one already exists refacoring_messages
2016-06-20 Goffi primitivus: basic handling of filter, only language can filtered for now
2016-06-20 Goffi plugin exp_lang_detect: language detection plugin, first draft
2016-06-20 Goffi plugin XEP-0245: implementation of XEP-0245 /me syntax
2016-06-20 Goffi backend, frontends: message refactoring (huge commit):
2016-06-19 Goffi memory (sqlite): fixed handling of extra (pickled data) by using sqlite3.Binary
2016-06-19 Goffi memory (sqlite): better handling of IntegrityError
2016-06-19 Goffi jp: fixed shebang python call
2016-06-19 Goffi core: changed versioning schema:
2016-05-29 souliane fixed a typo