log

age author description
2020-04-14 Goffi core (memory/disco): fixed types of disco extensions:
2020-04-03 Goffi core (xmpp): helper method to launch a plugin method:
2020-04-03 Goffi core (exceptions): new MissingPlugin exception:
2020-04-01 Goffi changelog: replaced "geo:" by URIs:
2020-04-01 Goffi tools (common/files_utils): put extra suffix before file extension
2020-04-01 Goffi plugin android: use `certifi` SSL root certicates
2020-04-01 Goffi core (xmpp): properly clean profile data in case of startConnection failure:
2020-04-01 Goffi bridge (pb): fixed conversions of Failure to BridgeException in non-AIO bridge
2020-04-01 Goffi bridge (dbus): fixed typo in log.warning
2020-03-31 Goffi jp (blog/edit): --no-publish is a boolean option
2020-03-30 Goffi plugin XEP-0384: fixed /omemo_reset + device ID type:
2020-03-30 Goffi core (tools/utils): fixed return value for non async callbacks
2020-03-30 Goffi core (xmpp): use asDeferred for profileConnecting and profileConnected
2020-03-27 Goffi plugin XEP-0384: OMEMO trust policy:
2020-03-27 Goffi plugin XEP-0384: added resetTrust in OmemoSession
2020-03-27 Goffi core (memory/encryption): use utils.asDeferred for trust UI, so async coroutines can be used
2020-03-27 Goffi core (memory/persistent): added `aset` method in LazyPersistentBinaryDict:
2020-03-27 Goffi tools (xl_tools): fixed handling of list options labels
2020-03-23 Goffi quick frontend (app): fixed argument order in `messageSend` default errback
2020-03-23 Goffi core (memory/encryption): automatic start encryption if peer send encrypted message:
2020-03-23 Goffi changelog: update
2020-03-23 Goffi quick frontend (chat): added `encrypted` property
2020-03-23 Goffi core (memory/encryption): set encrypted flag also for outgoing messages and put it in extra:
2020-03-22 Goffi changelog: update
2020-03-22 Goffi core (memory/encryption): encryption session are now restored on client connection
2020-03-22 Goffi core (memory/persistent): implemented `aset` and `adel`:
2020-03-22 Goffi core (xmpp): use async corouting for startConnection
2020-03-22 Goffi plugin attach: handle large images resizing:
2020-03-22 Goffi plugin aesgcm: wait for each splitted message to be sent before sending next one
2020-03-22 Goffi core (xmpp): fixed workflow with post_xml_treatments in sendMessage:
2020-03-22 Goffi tools (images): methods renaming
2020-03-18 Goffi plugin attach, aesgcm: attachments refactoring:
2020-03-18 Goffi plugin XEP-0384: added "/omemo_reset" text command:
2020-03-18 Goffi core (memory/encryption): namespace can now be specified to test a specific algorithm in isEncryptionRequested
2020-03-13 Goffi plugin text commands: handles coroutines + better command parsing:
2020-03-13 Goffi core (tools/utils): new `asDeferred` function:
2020-03-11 Goffi plugin XEP-0384: use "max_items=1" for devices and bundles nodes:
2020-03-11 Goffi plugin XEP-0060: async sendItems + precondition-not-met policy:
2020-03-06 Goffi jp (xmlui): added missing `disp` method in XMLUIPanel
2020-03-06 Goffi plugin download: clean unfinished files and re-raise exception in case of download error
2020-03-06 Goffi core (memory/cache): new removeFromCache method
2020-03-06 Goffi core (memory/cache): purge cache metadata when the referenced file doesn't exist
2020-03-06 Goffi bridge (constructor/dbus): typo
2020-03-06 Goffi jp(info): `devices` command first draft:
2020-03-06 Goffi core, bridge: new `devicesInfosGet` method to get infos on known devices of an entity
2020-03-06 Goffi plugin download, aesgcm: disable TLS check if `check_certificate` setting is disabled
2020-03-06 Goffi quick frontend(app): new `QuickApp.profileConnected` method
2020-03-06 Goffi core (xmpp): isConnected now returns True when full connection is done:
2020-03-06 Goffi plugin attachment: remove "path" from attachment once used:
2020-03-01 Goffi core, bridge: new `imageGeneratePreview` helped method to generate a thumbnail
2020-03-01 Goffi tools (images): max_size can now be manually specified in checkImage and dest in resizeImage:
2020-03-01 Goffi plugin XEP-0054: fixed use of current dir instead of empty string
2020-03-01 Goffi core (memory/cache): added some metadata:
2020-03-01 Goffi core (xmpp): check that entity_jid is actually a jid in SatRosterProtocol.isJidInRoster
2020-02-29 Goffi core (constants): renamed `MESS_KEY_MEDIA_TYPE` to `MESS_KEY_ATTACHMENTS_MEDIA_TYPE`
2020-02-28 Goffi changelog: update
2020-02-28 Goffi core (memory/disco): minor log message change
2020-02-28 Goffi quick frontend (app): avoid crash when a listener is removed while being called
2020-02-28 Goffi plugin attach: disable TLS check if "check_certificate" is disabled
2020-02-26 Goffi memory (sqlite): don't store empty messages
2020-02-26 Goffi primitivus (chat) Q&D way to see attachments
2020-02-26 Goffi quick frontend(contact list): new "isInRoster" method
2020-02-26 Goffi memory(cache): extend EOL when a file metadata is retrieved
2020-02-26 Goffi plugin download: use cache if dest_path is empty:
2020-02-26 Goffi plugin download, aesgcm: fixed handling of HTTP errors
2020-02-26 Goffi memory (cache): purge + pathlib:
2020-02-26 Goffi core (xmpp): use pathlib.Path to complete attachments names, and use name to guess type
2020-02-23 Goffi core (xmpp): complete attachments for sent attachments:
2020-02-23 Goffi plugin attach, XEP-0363: progress id can now be specified:
2020-02-23 Goffi plugin attach: first draft:
2020-02-23 Goffi core (memory/encryption): "isEncryptionRequested" helper method:
2020-02-21 Goffi bridge: messageSend's extra is now serialised
2020-02-18 Goffi plugin aesgcm: use 12 bytes Initialisation Vector:
2020-02-18 Goffi jp (blog/edit): added `--no-publish` argument.
2020-02-18 Goffi quick frontends (chat): handle attachments in Message
2020-02-18 Goffi core (xmpp): add `name` and `media_type` in attachements if they are missing.
2020-02-18 Goffi plugin aesgcm: look for "aesgcm" links in body to use them as attachments
2020-02-18 Goffi core (xmpp): new message key to handle attachments
2020-02-18 Goffi core: renamed "MessageReceived" trigger to "messageReceived" for consistency.
2020-02-18 Goffi core (memory/encryption): new "isEncrypted" method to check if encrypted flag is set in message data
2020-02-18 Goffi core: use serialised dict for `extra` in messageNew and historyGet
2020-02-14 Goffi bridge constructor: replaced deprecated `readfp`
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-12 Goffi quick frontend(widget): added `with_duplicates` argument to getWidgets:
2020-02-10 Goffi quick frontend(app): added listener for selected widget
2020-02-10 Goffi bridge: added methods to let frontends store/retrieve/delete private data
2020-02-09 Goffi core (xmpp), plugin android: fixed DNS, SRV handling on Android:
2020-02-09 Goffi tools (common/async_process): fixed stderr handling + added global "run"
2020-02-09 Goffi core (memory/crypto): replaced `PyCrypto` by `cryptography`:
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-02-05 Goffi tools (images): fixed type for recommended_size.
2020-02-04 Goffi core (memory/disco): fixed checkFeature return Failure:
2020-02-04 Goffi plugin XEP-0363: fixed errback args in fileHTTPUpload
2020-02-03 Goffi plugin android: attach an action dict to notification:
2020-02-03 Goffi core (xmpp): avoid starting several clients at the same time:
2020-02-03 Goffi core (memory/disco): fixed failure creation in infosEb
2020-01-29 Goffi changelog: update
2020-01-29 Goffi doc (profile): added --autoconnect info
2020-01-29 Goffi core (xmpp): use a stable resource (sat.[shortuuid]) instead of server one if nothing is specified
2020-01-29 Goffi core: log filenames of read config files
2020-01-29 Goffi core (constants): use parent of "sat" module dir as last config path
2020-01-29 Goffi core (constants): missing trailing `/`
2020-01-29 Goffi core (constants): don't parse `sat.conf` from current dir anymore + parse root_dir last
2020-01-29 Goffi core (constants): parse `sat.conf` from `sat` module dir
2020-01-29 Goffi bridge (dbus): new `bridge_dbus_int_prefix` option (in `[DEFAULT]` settings) to change interface prefix
2020-01-29 Goffi plugin XEP-0384: fixed exception catching on getItems
2020-01-29 Goffi plugin XEP-0280: handle CCed messages without "to"
2020-01-29 Goffi core: fixed `findByFeatures`:
2020-01-29 Goffi plugin XEP-0198: minor log formatting
2020-01-29 Goffi core (xmpp): raise InternalError when a new profile Client is created while there is already one in host
2020-01-29 Goffi fixed shebangs
2020-01-29 Goffi dates update
2020-01-28 Goffi core (xmpp): don't purge entity on disconnect if continueTrying is set
2020-01-28 Goffi plugin manhole: added `d` to namespace as shortcut for defer.ensureDeferred
2020-01-28 Goffi plugin XEP-0198: don't crash when xmlstream has been closed
2020-01-27 Goffi plugin ip: fixed IP detection with external website
2020-01-27 Goffi tools (common/files_utils): fixed get_unique_name when `path` is a str and not a Path
2020-01-27 Goffi quick frontend (app): log own jid when received
2020-01-27 Goffi plugin XEP-0184: show a warning and the message XML on missing `id`
2020-01-27 Goffi core (memory): avoid session locking if profileAuthenticate is called twice quickly
2020-01-27 Goffi android: deactivate annoying jnius logs when DEBUG is set
2020-01-26 Goffi plugin manhole: added "C" to namespace
2020-01-26 Goffi plugin android: reconnect profiles with autoconnect if network is activated:
2020-01-25 Goffi plugin android: added a `profileAutoconnectGet` method:
2020-01-25 Goffi core (memory/params): added `extra` argument to filter out params notably in `getParamsUI`:
2020-01-25 Goffi jp (profile): added --autoconnect argument in `modify` and `create` + use output in `info`
2020-01-25 Goffi jp (common): various Table fixes:
2020-01-25 Goffi core: backend autoconnection:
2020-01-25 Goffi doc (jp/message): typo
2020-01-25 Goffi quick frontend (app): call `getReady` once connected to bridge:
2020-01-25 Goffi core: added a debug log when a namespace is registered
2020-01-17 Goffi quick frontend (widgets): don't use *args for onDelete + more debug logs
2020-01-17 Goffi quick frontend (widgets): some more errors handling in getOrCreateWidget
2020-01-17 Goffi quick frontend (widgets): fixed widget creation in getOrCreateWidget:
2020-01-17 Goffi quick frontend (app): removed workaround for pyjamas
2020-01-17 Goffi quick frontend (widgets): added "widget_hash" helper property
2020-01-11 Goffi install (setup.py): use progressbar2 instead of progressbar
2020-01-10 Goffi core (sat_main): avoid double init + log version
2020-01-10 Goffi changelog: update
2020-01-03 Goffi quick_frontend (widget): typo
2020-01-03 Goffi frontends (tools/strings): added "geo:" scheme in RE_URL
2020-01-03 Goffi plugin android: sound notification + change settings:
2020-01-03 Goffi core (memory/params): new "makeOptions" method to easily create options XML from a dict
2019-12-30 Goffi plugin XEP-0384: OMEMO for MUC implementation:
2019-12-30 Goffi plugin XEP-0359: handle origin-id
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-12-28 Goffi plugin XEP-0060, jp (pubsub/set): publish-options implementation:
2019-12-27 Goffi bin: look for twistd3 first:
2019-12-20 Goffi plugin XEP-0384: typo
2019-12-20 Goffi jp (blog): added --language to common publish argument
2019-12-20 Goffi CHANGELOG: update
2019-12-20 Goffi plugin android: removed comment on vibrator bug as it is fixed in dev version of plyer
2019-12-20 Goffi jp (file): new `get` command + encryption with upload:
2019-12-20 Goffi jp (xmlui_manager): use level for notes:
2019-12-20 Goffi doc (jp/shell): typos
2019-12-20 Goffi tools (common/files_utils): get_unique_name now uses and returns Path instances.
2019-12-20 Goffi plugin sec aesgcm: new plugin handling `aesgcm:` scheme for e2e encrypted media sharing:
2019-12-20 Goffi plugin upload, XEP-0363: code modernisation + preparation for extension:
2019-12-20 Goffi plugin file download: meta plugin to handle file download:
2019-12-20 Goffi tools (stream): data modification on SatFile:
2019-12-20 Goffi plugin XEP-0045: show join error even if it's not a StanzaError, log it with warning instead of error
2019-12-20 Goffi plugin XEP-0384: update to latest python-omemo + better trust management:
2019-12-07 Goffi plugin XEP-0384: specific warning on missing omemo-backend-signal + fixed encoding following Python 3 port
2019-12-06 Goffi plugin events: fixed eventInviteeGet signature
2019-12-06 Goffi plugin manhole: fixed default value
2019-12-06 Goffi plugins (imap, maildir, smtp): removed plugins IMAP, Maildir and SMTP:
2019-12-05 Goffi plugin XEP-0045: don't fail on `item-not-found` with MAM:
2019-12-05 Goffi core (memory/sqlite): added `before_uid` filter to retrieve history before a message UID
2019-11-18 Goffi quick frontend(chat): store filters used with initial historyGet
2019-11-18 Goffi quick frontend(app): catch exception when trying to remove a missing listener, and log it
2019-11-18 Goffi core: use sat_tmp's twisted patches for Python 3.8 compatibility
2019-11-18 Goffi plugin text syntaxes: don't use anymore deprecated cgi.escape
2019-11-15 Goffi bridge (embedded): typo
2019-11-15 Goffi install (setup): added Python 3.8 classifier
2019-11-15 Goffi doc (jp): typo
2019-11-08 Goffi plugin pubsub schema: fixed XML field handling in `sendDataFormItem`
2019-11-08 Goffi quick frontend (chat): removed hack not needed anymore now that Pyjamas is not used anymore
2019-11-08 Goffi plugin XEP-0277: fixed comments URLs parsing
2019-11-08 Goffi jp (file/upload): fixed exception when no jid is specified
2019-10-30 Goffi CHANGELOG: update
2019-10-29 Goffi core: added imageCheck and imageResize methods:
2019-10-29 Goffi quick frontend (contact list): added "contactsFilled" event
2019-10-21 Goffi core (tools/utils): fixed hex conversion in getRepositoryData following Python 3 port
2019-10-21 Goffi bridge (pb): added missing _generic_errback
2019-10-20 Goffi plugin XEP-0060: fixed bad MAM unwrapping after Python 3 port
2019-10-18 Goffi tools (common/template): removed warning catches, jinja2>=2.10.3 now handles them correctly
2019-10-18 Goffi plugin XEP-0045: join / MAM history improvements:
2019-10-18 Goffi core: `history is skipped as requested` log message is now at debug level
2019-10-16 Goffi plugin OTR: work around a bad exception raised in potr
2019-10-16 Goffi plugin android: fixed encoding in states after Python 3 port
2019-10-16 Goffi core (log): removed Android hack:
2019-10-11 Goffi plugin account: fixed email sending
2019-10-11 Goffi doc (jp): typos (thanks tbart)
2019-10-08 Goffi misc: don't import memory in launch script:
2019-10-07 Goffi doc (jp/file_share): typo
2019-10-03 Goffi jp: default to "dark" if background is not set and can't be detected
2019-10-01 Goffi doc (jp/common_arguments): updated note about `--pwd`
2019-10-01 Goffi jp: password is now prompted if needed:
2019-10-01 Goffi changelog: update
2019-10-01 Goffi jp (debug): new "theme" command to print colour theme according to `background` value:
2019-10-01 Goffi jp: dark and light theme:
2019-10-01 Goffi tools (common): helping method to calculate luminance:
2019-10-01 Goffi core (patches): updated TLS patches:
2019-10-01 Goffi jp: handle dbus bridge with asyncio:
2019-10-01 Goffi bridge (dbus): AsyncIO version of D-Bus bridge:
2019-10-01 Goffi doc (jp): jp commands are now fully documented:
2019-09-25 Goffi jp: jp asyncio port:
2019-09-25 Goffi bridge (pb): implemented an asyncio compatible bridge:
2019-09-25 Goffi common (template): suppress jinja2 depreaction warning (to be removed once 2.10.1 is released)
2019-08-26 Goffi jp (common): fixed draft path use in BaseEdit
2019-08-25 Goffi install (setup.py): updated classifiers
2019-08-25 Goffi install (setup.py): updated `python_requires`
2019-08-16 Goffi tools (common/email): fixed email sending after python 3 port
2019-08-16 Goffi tools (async_process): log command as str
2019-08-16 Goffi plugin XEP-0329: fixed ShareNode item() and values after Python 3 port
2019-08-16 Goffi tools (config), memory: renamed SafeConfigParser following Python 3 port
2019-08-16 Goffi install (manifest): fixed old paths which where still used
2019-08-14 Goffi doc: replaced deprecated installation link in INSTALL
2019-08-13 Goffi Python 3 port:
2019-07-31 Goffi 0.8 development starts
2019-07-24 Goffi Added tag 0.7.0 for changeset c7138e913213
2019-07-24 Goffi 0.7.0 « La Commune » release 0.7.0
2019-07-24 Goffi install: added doc to MANIFEST.in
2019-07-24 Goffi plugin XEP-0313: log issues in addToHistory instead of raising error
2019-07-24 Goffi doc: some corrections:
2019-07-21 Goffi doc: added, overview, configuration and Primitivus documentation + some small modifications
2019-07-21 Goffi plugin XEP-0198: don't crash if transport is None in onAckTimeOut
2019-07-20 Goffi plugin XEP-0198: catch and log an error if buffer is unexpectedly empty
2019-07-20 Goffi plugin android: catch and log exception when using the vibrator:
2019-07-20 Goffi quick frontend (app): show an info log if avatar is not found instead of raising exception
2019-07-19 Goffi core: fixed handling of button callback in popups:
2019-07-19 Goffi plugin XEP-0045: fixed a bad attribute in a log message.
2019-07-19 Goffi plugin ad-hoc D-Bus: fixed warning when no media player is found
2019-07-18 Goffi memory (sqlite): properly wait for messages to be writen in database:
2019-07-18 Goffi memory (disco): fixed boolean to string conversion
2019-07-17 Goffi plugin XEP-0198: retrieve missing messages + send buffered ones on hot reconnection:
2019-07-17 Goffi primitivus: fixed status popup's cancel button
2019-07-17 Goffi plugin adhoc D-Bus: typo
2019-07-16 Goffi plugins XEP-0045, XEP-0198: rejoin MUC rooms while a hot reconnection is done:
2019-07-15 Goffi plugins account, email invitation: fixed import of "email" module after it has been moved
2019-07-14 Goffi quick frontends (app): setSpecial is now called before getOrCreateWidget in mucRoomJoinedHandler:
2019-07-14 Goffi primitivus: better popup sizing:
2019-07-14 Goffi primitivus: select the widget even if an other one is selected when the selection comes from an user action:
2019-07-14 Goffi plugin XEP-0054: reject image without MIME type if it's not PNG
2019-07-14 Goffi plugin 0249: fixed invitation handling + some improvments:
2019-07-14 Goffi primitivus: don't focus on new widget if one is already selected:
2019-07-12 Goffi jp (blog/preview): fixed watch restoring when file is moved/deleted:
2019-07-12 Goffi doc (jp/blog): added note for --preview
2019-07-12 Goffi Backed out changeset cf0dda0d4cda
2019-07-12 Goffi jp (blog/edit): fail and show error message if --preview is not working
2019-07-12 Goffi doc (jp/blog): minor fix
2019-07-11 Goffi frontends (xmlui): fixed crash when CURRENT_LABEL is None:
2019-07-09 Goffi core, plugin XEP-0045: fixed message type autodetection + ENTITY_TYPE_MUC constant:
2019-07-08 Goffi primitivus (contact list): fixed notifications counter for mentions:
2019-07-08 Goffi primitivus (chat): don't show minor notifications (all but mentions) when printing history
2019-07-07 Goffi plugin XEP-0045: avoid sending useless presence signals:
2019-07-06 Goffi plugin XEP-0045: log "failure" on configure error
2019-07-06 Goffi memory (sqlite): fixed order for last_stanza_id:
2019-07-06 Goffi quick frontend (chat), primitivus(chat): properly clear occupants on resync:
2019-07-05 Goffi quick_frontend (contact list): fixed `nick` use for groupchat:
2019-07-02 Goffi plugin XEP-0045: added a warning if a message is discarded because the room has not been found
2019-07-02 Goffi core (xmpp): removed log for presence, as it is barely useful and too verbose even for debug logs.
2019-07-02 Goffi core (xmpp): set message timestamp on message reception:
2019-07-02 Goffi core (xmpp): fixed URI correction while parsing messages:
2019-06-30 Goffi we are in dev version again
2019-06-30 Goffi Added tag 0.7.0b4 for changeset 86bfdf73d24a
2019-06-30 Goffi 0.7.0b4 release 0.7.0b4
2019-06-30 Goffi core, plugin XEP-0045: fix crashes when changing URIs:
2019-06-30 Goffi quick frontends (contact list): ignore roster entities with a resource:
2019-06-30 Goffi core: return full jid in bridge's getContacts:
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-06-30 Goffi logs: increased defaut limit for memory output to 300
2019-06-30 Goffi core (constants): fixed flatpak config paths for older versions of flatpak:
2019-06-27 Goffi we are in dev version again
2019-06-27 Goffi Added tag 0.7.0b3 for changeset dbf24ba40396
2019-06-27 Goffi 0.7.0b3 release 0.7.0b3
2019-06-27 Goffi core (constants): fixed Flatpak config path:
2019-06-27 Goffi jp (blog/preview): fixed call to getCurrentFile
2019-06-23 Goffi we are in dev version again
2019-06-23 Goffi Added tag 0.7.0b2 for changeset 43e5e0dc8c60
2019-06-23 Goffi 0.7.0b2 release 0.7.0b2
2019-06-23 Goffi core (config): if flatpak is detected, config is also looked after in /app
2019-06-21 Goffi memory (sqlite): exit with an error if current db version is higher than version expected in current code
2019-06-21 Goffi install: remove "service_identity" which is need by Twisted, and request "tls" extra for twisted
2019-06-19 Goffi install: updated minimal version for sat_tmp and urwid-satext
2019-06-14 Goffi jp (xmlui): check root read_only status in addition to widget one
2019-06-14 Goffi jp (xmlui): fixed encoding for raw_input in StringWidget
2019-06-14 Goffi plugins schema, tickets, merge_requests: use serialised data for extra dict + some cosmetic changes
2019-06-12 Goffi tools (xml_tools): added "read_only" argument in dataFormResult2XMLUI (and use it in plugin pubsub_schema)
2019-05-26 Goffi doc (jp/common_arguments): typo
2019-05-26 Goffi core (constants): added generic constants for "info", "warning" and "error" levels
2019-05-26 Goffi core (constants): "on" can now be used as True value in bool method.
2019-05-26 Goffi doc: minor fixes + use ".pot" extension instead of ".po" for template in README4TRANSLATORS
2019-05-26 Goffi tools (email): moved email code to common so it can be used by frontends
2019-05-25 Goffi tools (common/template): fixed theme parsing when there is no "/" in parenthesis
2019-05-14 Goffi tools (email): fixed bad default value while reading config
2019-05-14 Goffi we are in dev version again
2019-05-05 Goffi Added tag 0.7.0b1 for changeset c6464685fcbb
2019-05-05 Goffi 0.7.0b1 release 0.7.0b1
2019-05-05 Goffi changelog: added setup.py and VERSION
2019-02-22 Goffi doc: documentation first draft:
2019-05-05 Goffi jp (blog/edit): fixed --last-item after recent change in defaut value of --item
2019-05-05 Goffi jp (blog/set): fixed missing current_syntax
2019-05-05 Goffi jp (blog): fixed the deserialisation issue when using template output
2019-05-05 Goffi tools (common/data_objects): added a "deserialise" argument to BlogItem:
2019-05-03 Goffi plugin events: fixed invitation + set name and thumb_url from event element
2019-05-03 Goffi plugin list interest: initialise extra with an empty dict if not set in registerPubsub
2019-05-03 Goffi jp (xmlui manager): basic handling of multi-lines text in TextBoxWidget
2019-05-03 Goffi tools (xml_tools): split new lines for multi-lines text in XMLUIResult2DataFormResult to be correctly handled in data form
2019-05-03 Goffi plugin XEP-0329: correctly handle error if something is wrong when getting file from component.
2019-05-03 Goffi plugin list interests: add "namespace" in serialised data
2019-05-03 Goffi plugin events: register namespace using "event" short name
2019-05-03 Goffi plugin file sharing management: filter out empty values in allowed_jids
2019-05-03 Goffi plugin list of interest: added an interestsList bridge method + handle thumb_url
2019-05-03 Goffi jp (file/invite): added a --thumbnail argument
2019-05-03 Goffi plugins invitation*, events: added an extra parameter and use it to keep a thumnail URL
2019-05-03 Goffi plugin XEP-0313: fixed archive retrieval on connection:
2019-04-28 Goffi plugin comp file sharing: file sharing management first draft:
2019-04-28 Goffi core (memory, memory/sqlite): implemented fileDelete
2019-04-28 Goffi plugins (jingle) file transfer: use initial "from" attribute as local jid instead of client.jid:
2019-04-28 Goffi core (memory): raise PermissionError directly instead of using failureFailure, as it could not be catched correctly in every case.
2019-04-28 Goffi plugin XEP-0384: wait for client to be ready if session is missing when onNewDevices is called
2019-04-26 Goffi memory: minor style change
2019-04-26 Goffi plugin XEP-0329: use local part of jid for components:
2019-04-26 Goffi plugin XEP-0106: jid escaping implementation
2019-04-26 Goffi plugin XEP-0050: make plugin usable with components + new adHocError method to easily raise error when needed
2019-04-26 Goffi plugin XEP-0166: fixed missing key in warning log
2019-04-26 Goffi memory (sqlite): minor log improvment
2019-04-26 Goffi memory (sqlite): fixed fileUpdate when original value is not set (NULL)
2019-04-26 Goffi plugin invitation file: wrong plugin had been uploaded:
2019-04-14 Goffi jp (file/share): added invite command to invite an entity to a file sharing repository
2019-04-14 Goffi core: fixed component connexion:
2019-04-14 Goffi core: added getNamespace method to retrieve a namespace from short name.
2019-04-14 Goffi plugins sharing invitation, invitation, list of interest: handle invitation to a file sharing repository
2019-04-14 Goffi plugin events: refactored invitation and personal lists logic:
2019-04-14 Goffi tools (sat_defer), plugin XEP-0060: added a function "stanza2NotFound" to convert item-not-found StanzaError to exceptions.NotFound in an errback
2019-04-14 Goffi jp, plugin merge-requests: used u'' as default for item id in pubsub arguments + fixed some required arguments:
2019-04-14 Goffi core (memory), plugin XEP-0329, plugin invitation: minor style improvments
2019-04-14 Goffi plugins: removed useless execute permission
2019-04-14 Goffi template (filters): set locale when using "date_fmt"
2019-04-14 Goffi template (i18n): activate ext.i18n.trimmed policy, to have clean translation strings. Set minimal jinja2 version to 2.10
2019-04-10 Goffi jp (common): `publish` is now a boolean
2019-04-10 Goffi primitivus (chat): fixed crash when removing focus_marker after a :search or :history command
2019-04-10 Goffi template: added "locales" variables to templates:
2019-04-10 Goffi constants: added KEY_LANG which is the key/name used in templates to change language/locale.
2019-04-10 Goffi code (xmpp): store version after roster item update + fix item removal:
2019-04-07 Goffi primitivus: don't call chatStateComposing when host is out of sync:
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 quick frontend (contact list): fixed profile filtering in fill()
2019-04-07 Goffi quick_frontend (app): fixed filters serialisation before calling bridge.historyGet
2019-04-07 Goffi memory (sqlite): cast timestamp_start filter to float instead of int
2019-04-07 Goffi core, quick_frontend(app): fixed connected signal handling
2019-04-07 Goffi jp (roster): added resync command to do a full roster resynchronisation
2019-04-07 Goffi core: added a rosterResync method to bridge:
2019-04-07 Goffi core (xmpp): implemented roster versioning
2019-04-07 Goffi core (memory/persistent): added clear method + initialise with a dict:
2019-04-07 Goffi core (memory/sqlite): display arguments in logs in case of too many db/interaction tries
2019-04-07 Goffi quick_frontend (widgets): fixed crash on getWidgets when target doesn't correspond to any widget
2019-04-06 Goffi plugin android: check connectivity
2019-04-06 Goffi core (xmpp): new networkEnabled() and networkDisabled() methods:
2019-04-06 Goffi core (xmpp): advanced handling of connection termination
2019-04-05 Goffi core (xmpp): use the cleaner stopTrying() instead of setting `continueTrying = 0` when connection is not possible due to invalid certificate.
2019-04-05 Goffi jp (avatar/get): fixed avatar being displayed 2 times in a corner case:
2019-04-05 Goffi plugin android: fixed csi_timer reset in setActive + crash on call of isActive before session initialisation
2019-03-28 Goffi primitivus (chat): use the factorised code for user moved info messages.
2019-03-28 Goffi quick frontend(chat): prepared factorisation of merging of user moved info messages:
2019-03-27 Goffi core: minor style improvments
2019-03-25 Goffi plugin text syntaxes: activated useful markdown extensions:
2019-03-25 Goffi tools (common/template): always use highlight.css if present.
2019-03-25 Goffi jp (blog/set): fixed use of --item argument
2019-03-25 Goffi misc (CHANGELOG): added CSI
2019-03-25 Goffi misc (setup): minimum markdown version is not 3.0
2019-03-25 Goffi plugin text syntaxes: disable raw HTML parsing in mardown by default
2019-03-25 Goffi plugin android: use XEP-0352 to indicate (in)active state:
2019-03-25 Goffi plugin XEP-0352: implementation of Client State Indication
2019-03-25 Goffi jp (blog/edit): fixed handling of XHTML content when it is not already wrapped in <div>…</div>
2019-03-25 Goffi plugin text syntaxes: fixed default syntax
2019-03-25 Goffi plugin android: workaround to seek() bug, fixing file upload:
2019-03-22 Goffi plugin upload: minor fixes in some docstring length
2019-03-22 Goffi plugin XEP-0363: updated to namespace "urn:xmpp:http:upload:0", handle headers
2019-03-21 Goffi plugin XEP-0198: reset req_timer on session.reset():
2019-03-20 Goffi quick frontend(chat): fixed updateHistory bad call to historyPrint
2019-03-20 Goffi plugin upload: fixed inversion of title and message body + better error message on failed upload
2019-03-20 Goffi quick_frontend (app): progress callbacks handling:
2019-03-20 Goffi quick frontend (app): fixed notifications ids
2019-03-20 Goffi plugin XEP-0384: handle NoEligibleDevicesException
2019-03-20 Goffi plugin XEP-0384: give feedback to client when encryption failed
2019-03-20 Goffi plugin XEP-0384: small refactoring to encrypt messages + bugfix:
2019-03-20 Goffi plugin XEP-0384: removed version restriction, it is now compatible with (and require) last version of python-omemo (0.10.4)
2019-03-16 Goffi plugin android: don't send notification if message comes from ourself (from an other device)
2019-03-10 Goffi quick frontend(widgets): added QuickWidget.target property as a helper method to get a single target:
2019-03-10 Goffi core: added a "_debug" signal:
2019-03-10 Goffi quick frontend (widgets): improved deletion of widget:
2019-03-10 Goffi quick frontend(widgets): improved handling of multiple instances of widgets:
2019-03-10 Goffi quick_frontend (widget, chat): implementation of new sync mechanism, first draft:
2019-03-10 Goffi quick frontend (chat): new updateOccupants methods which add/remove occupants to be in sync with new list
2019-03-10 Goffi quick frontend(chat): added setLocked/setUnlocked methods:
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(chat): display a useful message with __unicode__ and __str__
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-09 Goffi plugin XEP-0045: added getRoomOccupants/mucOccupantsGet method to retrieve occupants of a joined room.
2019-03-09 Goffi core (memory/sqlite): added a "timestamp_start" filter to retrieve history from a specific point in time
2019-03-09 Goffi plugin text commands: typo
2019-03-09 Goffi plugin android: improved state handling:
2019-03-09 Goffi bridge (pb): added bridgeDeactivateSignals and bridgeReactivateSignals methods:
2019-03-03 Goffi quick frontend(chat): use bare jid for getEncryptionState, and skip if for group chat
2019-03-03 Goffi plugin XEP-0077: correctly report invalid certificate + errback on unexpected stream close
2019-03-03 Goffi plugin manhole: added "jid" module to globals
2019-03-03 Goffi core (log): add traceback when "exc_info" is set
2019-03-03 Goffi tools (config): log error message if config can't be read
2019-03-02 Goffi we are in dev version again
2019-03-01 Goffi Added tag 0.7.0a4 for changeset 1798d4ace296
2019-03-01 Goffi 0.7.0a4 release 0.7.0a4
2019-03-01 Goffi misc (CHANGELOG): cap hash disco extensions update
2019-03-01 Goffi core (disco): added missing disco extensions when generating the cap hash.
2019-03-01 Goffi quick frontend(app): avoid sending empty messages
2019-03-01 Goffi primitivus(contact list): fixed room not always appearing correctly in contact list
2019-03-01 Goffi plugin XEP-0045: fixed item-not-found exception when creating a room:
2019-03-01 Goffi plugin XEP-0045: fixed message type filtering when getting last stanza_id to retrieve history with MAM
2019-03-01 Goffi tools(common/date_utils): fixed order on year first + set default date for date_parse
2019-03-01 Goffi jp (message/mam): --start doesn't defaut anymore to "1 day ago", it is now unset by default
2019-03-01 Goffi plugin XEP-0384: removed _purgeOldData temporary hack, it should not be useful anymore
2019-03-01 Goffi plugin XEP-0045: cache presences if they are received before the room is fully joined:
2019-03-01 Goffi plugin OTR: ignore messages from sender without resource or from own jid
2019-03-01 Goffi core: renamed presenceReceived to presence_reveiced + use "client" as first arguments instead of "profile"
2019-03-01 Goffi jp (message/mam): added missing RSM options
2019-02-28 Goffi bridge (pb): minor import order change
2019-02-28 Goffi plugin XEP-0384: better bundle handling + misc improvments
2019-02-28 Goffi plugin XEP-0280: priority and "sent" fixes:
2019-02-28 Goffi plugin XEP-0045: fixed issue with deepcopy by using new xml_tools.elementCopy method
2019-02-28 Goffi core (xml_tools): new elementCopy method to shallow copy a domish.Element
2019-02-28 Goffi core: we are in dev version again
2019-02-25 Goffi plugin OTR: do profile session init in profileConnecting, so it is done before receiving any stanza
2019-02-24 Goffi plugin OTR: disabled menu as the new generic encryption menu allows to start/stop OTR or display the trust UI.
2019-02-24 Goffi core: added a base menu allowing to set encryption session or show the trust management UI.
2019-02-24 Goffi core (patches): partially fixed jid caching:
2019-02-23 Goffi jp (blog/edit): changed comments handling:
2019-02-23 Goffi plugin XEP-0277: blog items data are now entirely serialised before going to bridge:
2019-02-20 Goffi misc (README): typo
2019-02-15 Goffi jp(pubsub): minor code style fixes
2019-02-15 Goffi jp (pubsub/node): new "import" command, to publish many nodes from an XML file
2019-02-15 Goffi jp (pubsub/transform): use new psItemsSend method, it is not needed anymore to send items one by one when --admin is not used
2019-02-15 Goffi jp (pubsub/node): added purge command
2019-02-15 Goffi plugin XEP-0060: added purgeNode/psNodePurge method to remove all items from a node
2019-02-15 Goffi plugin XEP-0060: added sendItems/psItemsSend method to publish several items at once
2019-02-06 Goffi Added tag 0.7.0a3 for changeset 7d2d28564b3e
2019-02-06 Goffi 0.7.0a3 release 0.7.0a3
2019-02-02 Goffi tools (common): fixed dateutil.parser import
2019-02-02 Goffi plugin XEP-0198: don't use hooks on components
2019-01-26 Goffi plugin XEP-0198: fixed typo resulting in a crash on resume
2019-01-26 Goffi plugin XEP-0045: fixed crash when <delay> is used at an unexpected time.
2019-01-25 Goffi plugin mr mercurial, tools(common/utils): moved command protocol to a new module
2019-01-22 Goffi quick frontend (chat): use right type in getOrCreateWidget on new message
2019-01-20 Goffi core (findByFeatures): fixed services discovery
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-19 Goffi quick frontend (chat): fixed use of old method printInfo
2019-01-19 Goffi memory (sqlite): optimizations
2019-01-19 Goffi plugin text syntaxes: handle empty content in cleanXHTML + don't use self-closing tags for non-void elements.
2019-01-19 Goffi merge_requests: use XHTML for body
2019-01-19 Goffi plugin pubsub schema: handle XHTML fields
2019-01-19 Goffi frontends, jp, templates: added XHTMLBox widget:
2019-01-19 Goffi core (XMLUI): new XHTMLBox widget:
2019-01-19 Goffi plugin text syntaxes: cleanStyle is an independent method, cleanXHTML is now blocking (no need to launch thread for that)
2019-01-19 Goffi plugin text syntaxes: changed import name to TEXT_SYNTAX (better with underscore for autocompletion)
2019-01-19 Goffi changelog: update
2019-01-16 Goffi core, XEP-0315: move XML element handling to sat_tmp:
2019-01-15 Goffi jp (pubsub): new "transform" command:
2019-01-15 Goffi plugin pubsub admin: pubsub administrator first draft:
2019-01-12 Goffi jp (base): fixed default values for --max-items and --max when using pubsub
2019-01-12 Goffi plugin pubsub schema: code formatting minor update
2019-01-12 Goffi jp (pubsub/search): fixed name for node_max
2019-01-12 Goffi plugin XEP-0315: implementation of Data Forms XML Element
2019-01-12 Goffi date update
2019-01-11 Goffi tools (common/data_objects): moved BlogItems._parseMetadata to a parsePubSubMetadata function, so it can be used in a more generic way
2019-01-11 Goffi plugin XEP-0060: set a 30s timeout on items get
2019-01-11 Goffi core (disco): client.disco.requestInfo failure are re-raised:
2019-01-11 Goffi core: findByFeatures speed improvments:
2019-01-11 Goffi tools (common/data_objects): metadata parsing in BlogItems:
2019-01-11 Goffi misc: replaced all "dummy" by the more conventional and readable "__" ("_" being used for gettext)
2019-01-11 Goffi jp (base): MAM and RSM arguments can now be used for pubsub commands:
2019-01-11 Goffi XEP-0059: max value check:
2019-01-11 Goffi core (XMLUI): small optimisation: introspection is done once at module loading instead of on each XMLUI instantiation
2019-01-06 Goffi jp (base, pubsub, ticket): handle order-by:
2019-01-06 Goffi plugins XEP-0060, XEP-0313: implemented Order-By protoXEP:
2019-01-06 Goffi plugin XEP-0380: register namespace
2019-01-06 Goffi plugin XEP-0060: fixed MAM return value on getItems():
2019-01-05 Goffi plugin XEP-0384: give feedback to user when trust must be handled before sending a message
2019-01-04 Goffi plugin android: fixed path for .cagou_status
2019-01-04 Goffi plugin manhole: manhole debug plugin, first draft:
2019-01-04 Goffi plugin XEP-0380, XEP-0384: use C.EXTRA_INFO_DECR_ERR as info sub-type when a message can't be decrypted.
2019-01-04 Goffi plugin OTR: fixed a bug which was tagging every message as "encrypted"
2019-01-04 Goffi core (constants): added a constant for "encrypted"
2019-01-04 Goffi core (xmpp): don't add to history a message if there is no message and no subject.
2019-01-04 Goffi plugin XEP-0380: Explicit Message Encryption implementation
2019-01-04 Goffi core (memory/encryption): added getNamespaces method to retrieve all plugins namespaces
2019-01-04 Goffi core (xmpp): added "extra" argument to client.feedback
2019-01-04 Goffi memory (sqlite): minor comment move
2019-01-04 Goffi memory (sqlite): retry _runInteraction in the same way as for _runQuery, this improve reliability
2019-01-04 Goffi plugin XEP-0384: don't ignore StanzaError if it's not item-not-found
2019-01-03 Goffi plugin XEP-0384: various bug fixes:
2019-01-03 Goffi core (memory/encryption), plugin OTR: finished OTR integration in encryption:
2019-01-03 Goffi core (xmpp): implemented human friendly __unicode__ for client
2019-01-03 Goffi tools (xml_tools): isXMLUICancelled helper function to check if an XMLUI has been cancelled from raw XML.
2019-01-02 Goffi jp (message/send, encryption): encryption handling:
2019-01-02 Goffi jp (xmlui): JidWidget + small improvments:
2019-01-02 Goffi plugin XEP-0384: update to last python-omemo + trust management:
2019-01-02 Goffi frontends (XMLUI): TabsContainer can now be the main container (Primitivus keep the old behaviour and always use VerticalContainer as main container)
2019-01-02 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)
2019-01-02 Goffi core (memory/sqlite): new delPrivateNamespace method to delete all data of a specific namespace for a profile.
2019-01-02 Goffi core (memory/persistent): new LazyPersistentBinaryDict.remove method
2019-01-02 Goffi core (memory/encryption): new encryptionNamespaceGet and encryptionTrustUIGet methods:
2018-12-27 Goffi core (log): fixed double call to ansiColors
2018-12-27 Goffi core (xmpp): set "to" attribute to <message> element when it's missing:
2018-12-27 Goffi quick frontend(chat): use unicode on jid.JID instance in self.host.bridge.messageEncryptionGet:
2018-12-27 Goffi plugin XEP-0198: rised ACK_TIMEOUT + set req_time to None when timing out to be ready after resuming
2018-12-26 Goffi plugin XEP-0045: fixed bad MAM detection on join
2018-12-26 Goffi plugin XEP-0198: allow to customise/disable ack_timeout:
2018-12-26 Goffi plugin OTR: catch and log potr.context.ErrorReceived instead of raising it.
2018-12-26 Goffi plugin XEP-0198: abort connection if ack is not received after a timeout:
2018-12-12 Goffi plugin XEP-0045: don't loop when initiating MAM archive
2018-12-12 Goffi plugin XEP-0045: request 50 *last* MAM messages if new archive
2018-12-11 Goffi core (memory/sqlite): further improvments in update_v7:
2018-12-11 Goffi core (memory/sqlite): fixed v7 update performance issue:
2018-12-10 Goffi core (memory/sqlite): do not call commitStatements if there is nothing to commit in checkUpdates
2018-12-10 Goffi jp (message/mam): display metadata when verbose
2018-12-10 Goffi plugin XEP-0313, XEP-0045: loop MAM requests until whole archive is retrieved:
2018-12-10 Goffi plugin XEP-0059: added serialise method
2018-12-09 Goffi core (memory/sqlite): changed history constraint
2018-12-07 Goffi plugin XEP-0045: MAM implementation for MUC
2018-12-07 Goffi core (xmpp): check <message> namespace in parseMessage, and accept empty namespace (happen with Wokkel)
2018-12-07 Goffi plugin XEP-0313: improvments to prepare MUC MAM:
2018-12-01 Goffi core (memory/disco): normalise booleans in extensions
2018-12-01 Goffi core (memory/sqlite): skip a line before debug log showing statements
2018-12-01 Goffi jp (info/disco): better default output for extensions
2018-12-01 Goffi tools (common/data_format): use "default" in json.dumps in serialise (useful notably to serialise jid.JID)
2018-12-01 Goffi jp (message): new mam subcommand:
2018-12-01 Goffi jp (output): new OUTPUT_MESS output to handle data containing chat messages
2018-12-01 Goffi jp (base): pubsub legacy --max option renamed to --max-item to prepare the use of --max for RSM.
2018-12-01 Goffi jp (base): new own_jid host attribute:
2018-12-01 Goffi jp (base): new date_decoder to specify dates in arguments
2018-12-01 Goffi tools (common/date_utils): date_parse_ext + timezone handling:
2018-12-01 Goffi plugin XEP-0060: use new parseExtra methods from MAM and RSM
2018-12-01 Goffi plugin XEP-0313: implementation of MAM for messages:
2018-12-01 Goffi plugin XEP-0059: added "parseExtra" method to easily handle RSM argument coming from bridge.
2018-12-01 Goffi core (memory/sqlite): added stanza_id:
2018-12-01 Goffi core: minor style/typos fixes
2018-12-01 Goffi tools (common/data_format): serialise now check types and return a default value when empty string is parsed.
2018-12-01 Goffi plugin XEP-0359: Unique and Stable Stanza IDs implementation, first draft
2018-11-19 Goffi core: fixed reactor crash by installing reactor only in makeService
2018-11-19 Goffi core: removed whitespace ping (not needed anymore as we handle XMPP ping)
2018-11-18 Goffi core (xmpp): added NS_X_DATA to disco features
2018-11-18 Goffi jp (base): fixed connection when start_session arg exists but is False
2018-11-18 Goffi plugin XEP-0198: Stream Management implementation:
2018-11-10 Goffi jp: new command "ping"
2018-11-10 Goffi plugin XEP-0199: implementation of XMPP Ping
2018-11-10 Goffi core (xmpp): added missing disco#info namespace to disco info result.
2018-11-10 Goffi core (xmpp): server certificate validation:
2018-11-09 Goffi quick frontend (contact list): use property to retrieve "whoami" in ProfileContactList:
2018-11-05 Goffi quick frontend (app): create the contact list immediatly on plug
2018-10-05 Goffi core: fixed package name for Android
2018-10-03 Goffi template: better css files order
2018-10-03 Goffi plugin identity: fixed nick when there is no user part in entity
2018-09-27 Goffi jp (info): replaced "Client" by the more generic "Software"
2018-09-27 Goffi template: fixed by variable used in css_files_noscript
2018-09-23 Goffi install: don't do conditional requirement for omemo anymore, it should now work on all unixes
2018-09-20 Goffi doc: CHANGELOG update
2018-09-20 Goffi install: use omemo in install_requires only for platforms supported upstream
2018-09-18 Goffi template: overriden get_template to always have full template name:
2018-09-18 Goffi template: import contextfilter as module attribute
2018-09-18 Goffi core (exceptions): new ConfigError exception
2018-09-14 Goffi jp (blog/import): removed now useless generation of url_redirections_profile config key
2018-09-14 Goffi jp: fixed bad call to quit
2018-09-10 Goffi tools (common/template), jp: refactoring to handle multiple sites:
2018-08-31 Goffi core(twisted): install reactor before doing anything else
2018-08-31 Goffi frontends (xmlui): class_map is now an arg of create function:
2018-08-31 Goffi core, frontends (xmlui): added "hidden" widget, to specify a value to be returned unmodified
2018-08-31 Goffi plugin XEP-0050, adhoc D-Bus: Ad-Hoc improvment + remote media control:
2018-08-31 Goffi core: findByFeatures fixes
2018-08-31 Goffi core: minor version fix for pyjamas workaround
2018-08-11 Goffi quick frontend (app, chat): encryption handling:
2018-08-11 Goffi jp (message): new encryption/algorithms command to retrieve available encryptions algorithms.
2018-08-11 Goffi plugin XEP-0384: PEP handling + mark as encrypted:
2018-08-11 Goffi core (xmpp): send initial presence only after all profileConnected have been treated:
2018-08-11 Goffi plugin XEP-0163: fixed bad PEP filtering
2018-08-11 Goffi plugin OTR: use new "directed" attribute when registering + use new markAsEncrypted
2018-08-11 Goffi core (memore/encryption): new methods and checks:
2018-08-11 Goffi plugin otr: use namespace specified in XEP-0378
2018-08-11 Goffi tools (common/data_format): added serialise and deserialise methods (using json for now)
2018-08-11 Goffi core (bridge): new messageEncryptionStarted and messageEncryptionStopped signals (not used yet)
2018-08-11 Goffi plugin XEP-0384, install: adapted plugin to omemo module changes + added omemo module to dependencies:
2018-08-11 Goffi plugin OTR: integrated in new encryption handler + fixed use of bare jid where full jid was expected
2018-08-11 Goffi plugin XEP-0334: added a method to add hint directly to elements (i.e. on domish.Element instead of message data)
2018-08-11 Goffi core (memory/encryption): start improvments, stop and getSession:
2018-08-11 Goffi tools (trigger, async_trigger): added no_cancel argument to point and asyncPoint when a trigger must not be cancellable
2018-08-04 Goffi core: we are in dev version again
2018-07-29 Goffi plugin XEP-0384: OMEMO implementation first draft:
2018-07-29 Goffi plugin XEP-0060: added singleton ID ("current")
2018-07-29 Goffi core: new EncryptionHandler class which manage encrypted session as a core feature:
2018-07-29 Goffi core: added async TriggerManager
2018-07-29 Goffi core (memory/persistent): better default value handling in LazyPersistentBinaryDict (don't jump to debugger in debug mode if value is not found)
2018-07-29 Goffi core: style improvments (90 chars limit)
2018-07-08 Goffi Added tag 0.7.0a2 for changeset b42aa52d2621
2018-07-08 Goffi 0.7.0a2 release 0.7.0a2
2018-07-08 Goffi install (setup.py): don't use sys.prefix for locales
2018-07-08 Goffi jp (blog): fixed path encoding for inotify
2018-07-04 Goffi Added tag 0.7.0a1 for changeset 534b264d63df (replace former tag after setup fix)
2018-07-04 Goffi install: fixed DBUS_FILE path 0.7.0a1
2018-07-04 Goffi Added tag 0.7.0a1 for changeset eecd84a2530a
2018-07-04 Goffi 0.7.0a1 release
2018-07-04 Goffi plugin XEP-0077: fixed RegisteringAuthenticator to use TLS if possible
2018-07-04 Goffi misc: renamed former tags from "SàT va.b.c" to "a.b.c"
2018-07-02 Goffi quick_frontend (chat): create target in cache if it is not found, avoiding an exception
2018-07-02 Goffi doc (CHANGELOG): added D-Bus namespace change
2018-07-02 Goffi doc (CHANGELOG): prepared CHANGELOG for 0.7 release + unified indentation to 4 spaces
2018-07-02 Goffi doc (README): removed version from README to avoid having to update it each time + removed mentions to future frontends
2018-07-01 Goffi core, frontends: replaced org\.goffi namespaces by org.salutatoi + fixed generation:
2018-06-29 Goffi plugin merge-request/mercurial: fixed missing last line in diff while parsing patch
2018-06-27 Goffi quick_frontend (QuickApp): fixed getCache handling after changes in QuickContactList
2018-06-27 Goffi plugin XEP-0070: use a confirm dialog instead of a form + simplified a bit the code
2018-06-27 Goffi code style reformatting using black
2018-06-27 Goffi plugin merge request (mercurial): clean item_id for import (some chars are not accepted in name)
2018-06-27 Goffi core: lines limit
2018-06-27 Goffi plugin merge request (mercurial): escape colons in import name
2018-06-27 Goffi core: some more line limiting
2018-06-26 Goffi doc (INSTALL): replaced instruction with a simple link to the wiki, to avoid duplication and desynchronisation
2018-06-26 Goffi quick app: added missing docstring in showDialog
2018-06-24 Goffi quick_frontend(contact list): refactored update:
2018-06-20 Goffi plugin events: invitations improvments + personal list
2018-06-20 Goffi tools (misc): do not remove flags while using them anymore, instead added "all_used" and "unused" properties in FlagsHandler
2018-06-20 Goffi jp (event): fixed crash on missing item in get and inviteeGet by making it mandatory.
2018-06-20 Goffi plugin XEP-0045: fixed crash when muc service is not found
2018-06-20 Goffi tools (date_utils): moved date_parse to common.date_utils, because it can be used in frontends
2018-06-20 Goffi install (setup): added python-dateutil as dependency (was already a dependency of Wokkel)
2018-06-20 Goffi jp (common): allow tables filters callbacks to have only one argument
2018-06-06 Goffi jp (base): do not crash when item is specified (e.g. in URL) but not needed in command, but display a message on stderr.
2018-06-03 Goffi jp (forums/edit): fixed unicode when dumping in json
2018-06-03 Goffi core (version): added workaround for Pyjamas, avoiding crash when reading VERSION
2018-06-02 Goffi misc (README): added sat_templates installation for Xavier Maillard contributions + removed non contributions related sentences:
2018-06-01 Goffi jp (info/session): show short + relative date by default for "started"
2018-06-01 Goffi plugin merge-requests: allow to set empty repository when "update" is set in extra parameters:
2018-06-01 Goffi plugins schema, merge-requests, tickets: convert labels from textbox to list only when "labels_as_list" is set in extra parameters.
2018-06-01 Goffi jp (ticket): new "get" subcommand, to retrieve ticket(s)
2018-06-01 Goffi jp (output): new OUPUT_XMLUI and OUTPUT_LIST_XMLUI outputs
2018-06-01 Goffi jp (info/session): by default, display started as human readable date instead of Unix time
2018-06-01 Goffi tools (common): moved date_fmt function from template filters to new date_utils module, so it can be used everywhere.
2018-06-01 Goffi jp (blog/preview): fixed guessSyntaxFromPath call
2018-05-25 Goffi core: discoFindByFeatures now return only available resources
2018-05-25 Goffi core (xmpp): fixed "Force server" param on Android
2018-05-25 Goffi core: added local_device argument to discoFindByFeatures
2018-05-25 Goffi core (xmpp): use "phone" type in identities when backend is started from Android
2018-05-25 Goffi tools (common): new files_utils module:
2018-05-25 Goffi jp (file/share/list): fixed default value for jid
2018-05-25 Goffi core (constants): new downloads_dir config option (default path where files can be downloaded):
2018-05-22 Goffi quick frontends (app): retrieve namespaces on startup
2018-05-22 Goffi plugin XEP-0329: new methods/signals to handle shares:
2018-05-22 Goffi jp (base): fixed jid encoding
2018-05-22 Goffi core (disco): fixed disco capabilities (empty disco was used)
2018-05-11 Goffi quick frontend (app): avoid resource locking on new message
2018-05-11 Goffi plugin XEP-0050: filter form received from form-processing entity, to only keep "form" and "result" types
2018-05-11 Goffi plugin XEP-0045: display a note when no configuration is available on the room
2018-05-11 Goffi plugin XEP-0045: fixed room configuration cancellation
2018-05-11 Goffi quick frontend (contact list): don't store "nick" for group contacts:
2018-05-11 Goffi plugin XEP-0045: fixed joining workflow:
2018-05-10 Goffi quick frontend (chat): added a property to Message which is True when message comes from history
2018-04-13 Goffi bridge: added generated pb files to repository (needed for Cagou on Android)
2018-04-13 Goffi core (constants): updated Android constants for Cagou
2018-04-07 Goffi primitivus (xmlui): fixed XMLUIPanel signature
2018-04-06 Goffi setup, tools(utils): fixed versioning in setup and getRepositoryData
2018-04-06 Goffi tools (xmlui): fixed XMLUIDialog signature
2018-04-05 Goffi setup: use NAME to get version
2018-04-05 Goffi tools (utils): better repository version handling:
2018-04-05 Goffi setup: use scm version
2018-04-05 Goffi setup: version is now set in SAT/VERSION, sat is not imported anymore in setup
2018-04-04 Goffi README: typo
2018-04-04 Goffi README: added Arnaud Joset to contributors
2018-04-04 Goffi tools(utils): fixed path handling in getRepositoryData
2018-04-04 Goffi setup: minimal version of sat_tmp is 0.0.3
2018-04-03 Goffi core: replaced gtk3reactor by gireactor
2018-04-03 Goffi setup, constant: use https address in APP_URL, and keep pypi NAME separated from constants
2018-04-03 Goffi setup: use constants to get name and version
2018-04-02 Goffi setup: removed ez_setup.py
2018-04-02 Goffi core, setup: huge cleaning:
2018-04-02 Goffi plugin merge-request mercurial: keeps more chars for import name
2018-04-02 Goffi plugin merge-request mercurial: accept space and period for import name sanitization
2018-04-02 Goffi plugin merge-request mercurial: better name sanitization for import
2018-04-02 Goffi jp (merge-request,common): fixed URIFinder when metadata are not needed:
2018-04-01 Goffi README: minor line addition
2018-04-01 Goffi jp (base): fixed URI's item with use_pubsub
2018-04-01 Goffi README: label to use for tickets and merge requests is specified
2018-04-01 Goffi plugin uri finder, jp (merge-request): labels handling:
2018-03-31 Goffi jp (merge-request): find URIs when --service and --node are not specified for get and import:
2018-03-31 Goffi jp (base): added C.ITEM pubsub flag when --item is required
2018-03-31 Goffi jp (merge-request/set): if service and node are not specified, URIFinder is now used + ask confirmation before publishing
2018-03-31 Goffi jp (base): new confirmOrQuit helper method to ask confirmation to user, and quit if he cancel
2018-03-31 Goffi README: specified URIs location for tickets and merge requests
2018-03-31 Goffi plugin uri finder: plugin to find URIs in well-known locations
2018-03-31 Goffi jp: new argument pubsub_default can be used in Commands to replace default value in help string
2018-03-30 Goffi plugin merge-requests: fixed labels (they were using textbox instead of list)
2018-03-30 Goffi jp (merge-request/import): added import command
2018-03-30 Goffi plugin merge-requests, mercurial merge-requests: merge request import implementation
2018-03-30 Goffi plugin XEP-0115: fixed caps initial check
2018-03-29 Goffi jp (merge/get): "get" command first draft:
2018-03-29 Goffi jp (xmlui): added whitelist, read_only and values_only options:
2018-03-29 Goffi frontends (xmlui): added whitelist argument:
2018-03-29 Goffi jp (base): add --max option:
2018-03-29 Goffi jp (base): fixed use_pubsub when pubsub_flags is not needed
2018-03-26 Goffi tools (common/data_objects): fixed Identity
2018-03-26 Goffi core: added bare_jid and identities arguments to discoGetByFeatures:
2018-03-25 Goffi plugin XEP-0234: fixed regex import
2018-03-24 Goffi core: new discoFindFeatures method which return all server services/roster entities implementing a set of features.
2018-03-24 Goffi core (disco), plugin XEP-0115: client use + capabilities hash improvment:
2018-03-21 Goffi jp: pubsub options refactoring:
2018-03-21 Goffi frontends (tools/misc): new FlagsHandler class, a simple class to help handling option flags
2018-03-21 Goffi jp (output/template): fixed template output (media_dir was missing)
2018-03-18 Goffi component file sharing: changed pubsub identity:
2018-03-16 Goffi component file sharing: comments metadata:
2018-03-16 Goffi component file sharing: comments handling first draft:
2018-03-16 Goffi core (memory, sqlite): added fileUpdate method to update "extra" and "access" avoiding race condition
2018-03-16 Goffi core: use C.bool to detect value of "handler" field in PLUGIN_INFO
2018-03-16 Goffi core (constants): accept "yes" as a True value in bool()
2018-03-16 Goffi jp (common): assure nosplitright in default commands for edition with vim
2018-03-14 Goffi component file sharing, plugin XEP-0231: thumbnail are now returned by component using Bits of Binary:
2018-03-14 Goffi plugin XEP-0264: handle truncated files
2018-03-14 Goffi plugin XEP-0329: fixed extra key serialisation before sending to bridge
2018-03-14 Goffi component file sharing: fixed hash handling (key has been renamed to "file_hash")
2018-03-14 Goffi core (memory): use bare jid for owner in setFiles:
2018-03-14 Goffi core (memory/cache): new getMetadata method to retrieve metadata without opening the file
2018-03-14 Goffi jp (file/send): --name can now be specified
2018-03-11 Goffi template: added icon handling:
2018-03-02 Goffi file sharing component: thumbnails integration first draft:
2018-03-02 Goffi plugin XEP-0264: thumbnails handling implementation
2018-03-02 Goffi plugin XEP-0234: some cleaning + added triggers to allow plugins to change parsing/generation of <file> element
2018-03-02 Goffi plugin XEP-0231: separated the requestData code in a method which can called independantly + some minor improvments
2018-03-02 Goffi plugin XEP-0054: use .jpg instead of .jpe for jpeg files
2018-03-02 Goffi core (memory/cache): common cache:
2018-03-02 Goffi core (memory): fixed _getParentDir call in setFile
2018-03-02 Goffi core (memory/sqlite): renamed column for files from hash to file_hash:
2018-03-01 Goffi plugin XEP-0054: removed Image.ANTIALIAS filter:
2018-02-28 Goffi jp (file): file sharing + improvments:
2018-02-28 Goffi plugin file sharing component: first draft:
2018-02-28 Goffi XEP-0329: implementation of File Information Sharing:
2018-02-28 Goffi XEP-0065,XEP-0096,XEP-0166,XEP-0235,XEP-0300: file transfer improvments:
2018-02-28 Goffi core (memory): file metadata handling methods:
2018-02-28 Goffi memory (sqlite): files handling:
2018-02-28 Goffi core (trigger): new returnPoint method:
2018-02-28 Goffi core (client): component improvments:
2018-02-28 Goffi core (client): set default timeout of IQ to 60 seconds
2018-02-28 Goffi core: new getLocalPath method to retrieve a path in SàT local dir, which may be specific to a profile or component
2018-02-28 Goffi core (exceptions): added ClientTypeError to deal when a code should not be executed by a client or component profile.
2018-02-28 Goffi core (constants): new constants to handle files, progress, component, permissions (will be used in the upcoming patches)
2018-02-28 Goffi jp (common/table): a column can be hidden + fix for empty tables
2018-02-28 Goffi jp (profile/create): errback handling
2018-02-28 Goffi jp (event): added missing arg to _attend_filter
2018-02-28 Goffi jp (base): added verbosity property to CommandBase
2018-02-07 Goffi plugin pipe/stream, file transfert: refactoring and improvments:
2018-02-01 Goffi plugin NAT-port: raise MappingError if something get wrong during "addportmapping" + log unexpected errors (i.e. everything else than MappingError)
2018-02-01 Goffi plugin XEP-0166: added errback to terminate, which only logs issues
2018-01-30 Goffi jp (base): fixed assertion error when using CommandAnswering
2018-01-30 Goffi jp (forums): forums handling commands, first draft
2018-01-30 Goffi plugin forums: first draft:
2018-01-26 Goffi dates update
2018-01-24 Goffi tools (common/data_objects): accept same parameters as format en quote their values in OnClick.formatUrl
2018-01-24 Goffi plugin blog import dotclear: use a smaller and lower case prefix to generate ids
2018-01-22 Goffi plugin XEP-0277: use shortuuid instead of uuid + use item's XMPP URI for atom ID
2018-01-22 Goffi plugin blog static: added background parameter, to set an image
2018-01-21 Goffi tools (common/data_objects): use lists instead of generators for BlogItem.groups and BlogItem.tags
2018-01-21 Goffi tool (utils): import directly parser from dateutil
2018-01-19 Goffi tools (common/data_objects): BlogItem has now a uri property to generate its own XMPP URI
2018-01-19 Goffi plugin XEP-0277: microblog namespace is now registered
2018-01-19 Goffi core: 'x-data' namespace is now registered
2018-01-13 Goffi plugin merge-requests: fixed "set" method
2018-01-13 Goffi plugins tickets, merge-requests: fixed call of prepareBridgeSet
2018-01-12 Goffi plugins schema, merge_requests, tickets*: factorisation
2018-01-12 Goffi tools (utils): new "partial" function which is a hack to workaround issue with functools.partial while using it with dbus module.
2018-01-05 Goffi tools (common/data_objects): added Room class
2018-01-05 Goffi plugin XEP-0045: new mucGetService bridge method to retrieve MUC service of the server.
2018-01-05 Goffi plugin identity: if we get an empty avatar, don't feel avatar_basename and remove avatar key.
2018-01-02 Goffi template: date filter improvments:
2018-01-02 Goffi template: boolean attribute can now be specified when importing a script, and default to "defer"
2018-01-02 Goffi tools (common/data_objects): added classes for messages
2018-01-02 Goffi plugin identity: return resource for MUC room occupants' nicks + added avatar and avatar_basename.
2018-01-02 Goffi plugin XEP-0054: return always False in isRoom is plugin XEP-0045 is not available + raise NotFound if avatar is requested for a MUC room (not the occupants, the room itself)
2018-01-02 Goffi plugin XEP-0045: added mucNickGet to retrieve our nickname in a MUC room
2018-01-02 Goffi core: moved CHAT_* constants from frontends to core constants + uses constants for MESS_TYPE_* in sendMessage
2017-12-12 Goffi plugin XEP-0060: added an config option to set pubsub service
2017-12-11 Goffi jp (blog): added "set" command to publish content from stdin without editing
2017-12-11 Goffi jp (base): added exitCb generic callback to display a message and quit
2017-12-11 Goffi jp (pubsub/search): fixed --item argument
2017-12-03 Goffi template (xmlui): added labels property in ValueWidget (actually return values) and values property in OptionsWidget
2017-11-30 Goffi core, template (filters): added pygments as a dependency + new highlight filter to use it.
2017-11-30 Goffi template (filters): don't crash on invalid date in date_fmt
2017-11-30 Goffi template: remove extension from elements while looking for a path:
2017-11-30 Goffi tools (config): complexe data can now be set using json and the "_json" suffix
2017-11-30 Goffi jp (merge-request): first draft:
2017-11-30 Goffi plugin merge requests Mercurial: first draft:
2017-11-30 Goffi plugin merge requests: first draft:
2017-11-30 Goffi plugin tickets: handle "update" flag + various improvments:
2017-11-30 Goffi core (XMLUI): added value property for StringWidget and ListWidget
2017-11-30 Goffi core: specify profile on NotFound exception
2017-11-19 Goffi plugin XEP-0060: added node watching methods to bridge:
2017-11-19 Goffi core: added a mechanism to associate short names to namespaces:
2017-11-19 Goffi plugin XEP-0060: added "options" argument to psSubscribe, and return subscription id if present
2017-11-19 Goffi jp (debug/monitor): if data can't be parsed (happen at beginning/end of stream because it's not complete XML), it is printed directly.
2017-11-18 Goffi plugin XML Log: Monkey patch is done on the whole XmlStream class, making it available as soon as the stream start + long received message are sent once fully parsed (not cut anymore)
2017-11-18 Goffi jp (pubsub): added new "set" command tu publish or update an item in a non-interactive way (while "edit" do it interactively).
2017-11-17 Goffi core (sat.sh): force python 2 to launch twistd, and avoid launching wrong version if twistd is installed for python 3 too
2017-11-16 Goffi plugins blog import, tickets import, XEP-0277: fixed call to getCommentsService (it is now returning a Deferred)
2017-11-15 Goffi plugin import: fixed deserialisation of pubsub service
2017-11-15 Goffi template (XMLUI): added JidInputWidget
2017-11-15 Goffi plugin tickets: specify parent service when using getCommentsService + fill reporter_jid is missing (will be discarded later if not in the schema)
2017-11-15 Goffi plugin XEP-0277: better getCommentsService:
2017-11-15 Goffi plugin XEP-0060: use new findServiceEntity to get default pubsub service
2017-11-15 Goffi memory (disco): added findServiceEntity helper method to get first service of a kind
2017-11-11 Goffi plugin tickets: fill reporter field when it is not already filled
2017-11-11 Goffi core (XMLUI): form's XMLUI is use as first arguments for filters in dataForm2Widgets
2017-11-11 Goffi core (XMLUI): added a "value" property in TextWidget
2017-11-11 Goffi plugin identity: fixed jid.userhostJID call + capitalize user when jid is used.
2017-11-11 Goffi plugin schema: prepend a "publisher" field after "id" in getDataFormItems with published given by PubSub service
2017-11-09 Goffi template: added dict_ext filter to extend a dictionary
2017-11-08 Goffi frontends (xmlui): fixed crash on advanced_list use:
2017-11-08 Goffi XEP-0060: fixed bad attribute in getItems
2017-11-05 Goffi template: fixed the use of eval_context_filter in item_filter
2017-11-05 Goffi plugin schema: separate lines of text-multi in different values as requested by XEP-0004
2017-11-05 Goffi plugin tickets: added ticketsSet and ticketsSchemaGet methods:
2017-11-05 Goffi frontends (xmlui): added an attribute to ignore some widgets (and their label) in create
2017-11-05 Goffi frotends(xmlui): fixed _xmlui_for_name attribute for labels
2017-11-04 Goffi jp (debug): new monitor command to show pretty formatted XML stream
2017-11-04 Goffi jp (pubsub/node/create): fixed --field option
2017-11-04 Goffi plugin XEP-0277: minor id generation change
2017-11-03 Goffi misc: date update (yes it's a bit late :p )
2017-11-03 Goffi tmp: removed sat.tmp hierarchy and fixed references to it as it is now an independant sat_tmp repository
2017-10-31 Goffi jp (xmlui): fixed workflow when value is for a BoolWidget
2017-10-31 Goffi jp (ad-hoc/run): node is now a positional argument
2017-10-31 Goffi jp (xmlui): XMLUIDialog.show has now a dummy argument, so workflow arguments can be put there
2017-10-31 Goffi jp (ad-hoc): new "list" and "run" commands:
2017-10-31 Goffi jp: XMLUI implementation first draft:
2017-10-31 Goffi core (disco): do not cache disco items when node is set
2017-10-31 Goffi plugin XEP-0050: renamed "requestCommandsList" method to "list" + added a run command + fixes:
2017-10-31 Goffi core (xmlui): fixed data_form => XMLUI conversion when filters is None
2017-10-27 Goffi plugin tickets: high level tickets handling, first draft:
2017-10-27 Goffi template: improved date formatter:
2017-10-27 Goffi template: new item_value filter
2017-10-27 Goffi template: improved attribute escaping, and added it to filters under the name "attr_escape"
2017-10-27 Goffi template(XMLUI): added items property to ListWidget:
2017-10-27 Goffi plugin tickets import bugzilla: fixed parsing of "created" and "updated" fields
2017-10-27 Goffi core (XMLUI): filters can now be used when converting data form to XMLUI:
2017-10-27 Goffi core (XMLUI), template(XMLUI): added flags to ListWidget:
2017-10-27 Goffi plugins tickets import, jp (ticket/import): implemented mapping:
2017-10-27 Goffi plugin pubsub schema: allow any data_form schema:
2017-10-27 Goffi template: added media_path to template data
2017-10-27 Goffi plugin tickets import: create comments nodes with open access/publishing
2017-10-27 Goffi jp (pubsub/delete): show deleted node + handle URIs
2017-10-20 Goffi template: new "adv_format" filter which use Python's format and return whole value if template is None
2017-10-20 Goffi plugins import, tickets import, bugzilla import: comments handling:
2017-10-20 Goffi plugin XEP-0060: added createIfNewNode method which doesn't fail in case of conflict.
2017-10-20 Goffi plugin schema: when publishing a schema, check that values of list are allowed, else use default value
2017-10-20 Goffi frontends (xmlui): added ValueGetter.keys
2017-10-20 Goffi plugin schema, core(xmlui): deep copy base form when reused to avoid accidental modification
2017-10-16 Goffi template: gidx methods improvment:
2017-10-16 Goffi template: new "xmlui_class" filter compute class names from name/values of requested fields.
2017-10-16 Goffi tools (common/data_objects): new OnClick class
2017-10-16 Goffi plugin import ticket, import ticket bugzilla: some normalization in values:
2017-10-16 Goffi plugin schema: use new "prepend" argument to put "id" widget first.
2017-10-16 Goffi core (xmlui): new "prepend" argument for dataForm2Widgets and dataFormResult2XMLUI:
2017-10-16 Goffi template (xmlui): new properties + inheritance fix:
2017-10-16 Goffi plugin schema: deserialise is now the last kw argument
2017-10-16 Goffi frontends (xmlui): new _xmlui_for_name attribute:
2017-10-16 Goffi frontends (xmlui): new widget_value dict to get first value of widget by name
2017-10-16 Goffi jp (file): typo
2017-10-06 Goffi jp (ticket): ticket command first draft:
2017-10-06 Goffi plugin tickets import Bugzilla: Bugzilla tickets importer:
2017-10-06 Goffi plugin tickets import: specialized importer for tickets, first draft:
2017-10-06 Goffi plugin pubsub schema: values handling:
2017-10-06 Goffi plugin import: node can now be specified + added a "session" dict to keep import session data:
2017-10-01 Goffi plugin import: generic data import plugin:
2017-10-01 Goffi jp (base): fixed CommandAnswering and progress bar
2017-10-01 Goffi template (xmlui): added values property to be able to use always values even when there is only one value
2017-10-01 Goffi frontends (xmlui): a dict of named widgets is kept, so they can be easily be retrieved
2017-10-01 Goffi core (xmlui): container now keep a list of children
2017-10-01 Goffi core (xmlui): added method to convert data form result to XMLUI:
2017-10-01 Goffi plugin PubSub Schema: schema helper methods:
2017-09-24 Goffi template: template XMLUI first draft:
2017-09-24 Goffi core, frontends (xmlui): new LabelContainer:
2017-09-24 Goffi plugin XEP-0060: use client instead of profile_key in getItems
2017-09-24 Goffi jp (pubsub/node/schema): check that a schema exists before parsing it (fix issue on new schema edition)
2017-09-22 Goffi core (memory/sqlite): typo
2017-09-21 Goffi core (memory/sqlite): better stability:
2017-09-08 Goffi tmp (wokkel): fixed subscriptions node handling
2017-09-08 Goffi jp (shell): changed prompt colour
2017-09-08 Goffi jp (shell): fixed use of profile + added EOF handling:
2017-09-08 Goffi jp (pubsub): added subscribe, unsubscribe and subscriptions methods:
2017-09-08 Goffi plugin XEP-0060: added/fixed subscribe/unsubscribe and subscriptions methods/bridge methods:
2017-09-06 Goffi jp (pubsub/node): added schema (set/edit/get) commands to manipulate PubSub node schema
2017-09-06 Goffi plugin schema: PubSub node schema, first draft
2017-08-27 Goffi tmp(wokkel/pubsub): allows getNodes to return names using tuples(node/names)
2017-08-23 Goffi jp (output/template): check if there is a template before initializing Renderer
2017-08-22 Goffi jp (info/disco): fixed headers order for items table
2017-08-22 Goffi jp (info/disco): type selection + output improvments:
2017-08-22 Goffi jp (common): added use_buffer argument in Table:
2017-08-22 Goffi jp (common): fixed empty table display when headers are specified
2017-08-22 Goffi jp (info/disco): added --no-cache option
2017-08-22 Goffi core (memory/disco): added use_cache parameter to discoInfos/discoItems (set to False to ignore cache)
2017-08-20 Goffi plugin XEP-0277: added microblog namespace to disco info
2017-08-20 Goffi jp (info): fixed help for version and session
2017-08-20 Goffi jp (pubsub/node): added subscriptions subcommand:
2017-08-20 Goffi plugin XEP-0060: implemented subscriptions management method for node owner:
2017-08-20 Goffi tmp (wokkel/pubsub): subscriptions improvments:
2017-08-20 Goffi jp (profile): added disconnect command
2017-07-17 Goffi primitivus(chat): fixed scroll down (was broken when Primitivus had not the focus and was receiving messages)
2017-07-14 Goffi jp (common): fixed decode error when item is not specified
2017-07-14 Goffi primitivus (chat): added "GOTO_BOTTOM" ("G") shortcut to scroll down to last message in history
2017-07-14 Goffi primitivus (chat): only scroll down if we are at the bottom of the discussion
2017-07-13 Goffi jp (blog/edit): avoid call to syntaxConvert if syntax is already XHTML
2017-07-13 Goffi jp (blog/edit): pretty format XHTML before editing it
2017-07-13 Goffi jp (common): fixed encoding issue in URLs
2017-07-13 Goffi tools(common/uri): fixed encoding in buildXMPPUri
2017-07-13 Goffi jp (blog/get): added "url" key, which compute xmpp: URL of items
2017-07-13 Goffi tools (common/uri): buildXMPPUri: use XEP-0277 namespace as node if node is empty or None for microblog subtype
2017-07-13 Goffi jp (blog/edit): syntax modifications:
2017-07-13 Goffi plugin text syntaxes: various improvments:
2017-07-12 Goffi template: print warning message and use DEFAULT_LOCALE on bad locale
2017-07-12 Goffi plugins invitation, XEP-0277: strip language, we don't want spaces
2017-07-09 Goffi jp (event/attendee/list): added --missing to show missing people (ones who didn't replied) and --no-rsvp to hide ones who answered
2017-07-09 Goffi jp (pubsub/search): fixed encoding for stdin in external commands
2017-07-08 Goffi plugin XEP-0060: remove max_items when item_ids is set on getItems
2017-07-08 Goffi jp (pubsub/search): profile is transmited to subcommand for "exec" action
2017-07-08 Goffi jp (arg_tools): args is not modified anymore in get_use_args + fixed args returned + parser_args are returned separatly (return is now a tuple)
2017-07-08 Goffi jp (pubsub): new search command:
2017-07-08 Goffi jp (arg_tools): moved get_cmd_choices, get_use_args and escape to a new arg_tools module, so they can be used in other commands than shell
2017-07-08 Goffi plugin XEP-0060: fixed service in metadata for PEP
2017-07-07 Goffi jp (shell): use of subprocess instead of running commands in the same process:
2017-07-07 Goffi jp (base): typo
2017-07-06 Goffi jp (shell): added "whoami" command to print currently used profile
2017-07-06 Goffi jp (shell): don't print header if a command is specified in help
2017-07-06 Goffi jp (shell): shell command (REPL mode), first draft:
2017-07-05 Goffi jp (pubsub/hook): added create/delete/list hook command to handle new Pubsub hook feature
2017-07-05 Goffi plugin Pubsub Hook: first draft:
2017-07-05 Goffi jp (common): fixed the use of --last-item when "-n [node]" is used
2017-07-05 Goffi plugin XEP-0060: addManagedNode callbacks now use client syntax instead of profile
2017-07-05 Goffi core (tools/email): an unicode "to" email (instead of a list) can now be used
2017-07-05 Goffi plugin events: changed import names to EVENTS uppercase for consistency with other plugins
2017-07-05 Goffi core (memory/persistent): fixed calls to delPrivateValue
2017-07-05 Goffi jp (event/invitee/list): don't add a space after nick and jid when a table is displayed
2017-07-02 Goffi jp (event/invitee): added list command to get R.S.V.P. :
2017-07-02 Goffi jp (event): added checkURI to InviteeGet and InviteeSet
2017-07-02 Goffi jp (common): new ansi_ljust, ansi_rjust and ansi_center command + table:
2017-07-02 Goffi core (tools/common/regex): new ansiRemove method to remove ANSI escape codes from a string
2017-07-02 Goffi jp (standard output): added simple, json and json_raw for OUTPUT_DICT_DICT
2017-07-02 Goffi jp (constants): added OUTPUT_DICT_DICT for dictionaries of nested dictionaries
2017-07-02 Goffi plugin events: added eventInviteesList method to get all R.S.V.P. at once.
2017-06-29 Goffi jp (input/csv): fixed encoding issue in debug mode
2017-06-29 Goffi jp (pubsub/node/affiliations/set): call checkURI
2017-06-29 Goffi plugin events, invitations + jp (event/create, invitation/invitee/invite): several emails addresses can now be specified for a single invitation:
2017-06-29 Goffi jp (pubsub/node/set): added checkURI to handle xmpp: URIs
2017-06-29 Goffi plugin XEP-0277: max_items fix (last "fix" about it was actually bad)
2017-06-29 Goffi jp (event/invitee/invite): command to use new eventInvite backend method
2017-06-29 Goffi plugin events: added eventInvite command as a helper for the complex invitation workflow:
2017-06-29 Goffi plugin XEP-0277: change affiliations for comments + fixes:
2017-06-29 Goffi jp (invitation/create): typo
2017-06-29 Goffi jp (blog, event): added checkURI to some command to be able to enter a xmpp: uri as argument
2017-06-29 Goffi jp (pubsub/get): renamed --id option to --item for consistency with other commands
2017-06-28 Goffi jp (input): log improvments + empty filter:
2017-06-28 Goffi jp (pubsub/delete): delete command implementation (to delete an item)
2017-06-28 Goffi jp (pubsub, common): fixed last item edition (keep item id instead of creating a new one)
2017-06-28 Goffi jp (cmd_pubsub): xmpp: uri handling, first draft
2017-06-27 Goffi jp (input): input command first draft:
2017-06-27 Goffi jp (base): added no_lf in disp() to avoid printing a line feed
2017-06-27 Goffi jp (common): added --last-item to take last item when no item id is found/given
2017-06-27 Goffi jp (pubsub/edit): new edit subcommand, which work in a same way as for blog
2017-06-27 Goffi jp (pubsub): psItemGet has been renamed to psItemsGet as several items are gotten
2017-06-27 Goffi jp (blog, common): various fixes in common and blog:
2017-06-27 Goffi plugin XEP-0060: added sendItem and psItemSend bridge method as a way to send directly raw XML for an item + use client instead of profile_key in publish + renamed psItemGet to psItemsGet
2017-06-27 Goffi jp (blog): minor typo fix
2017-06-27 Goffi jp (blog, common): added --force-item option to avoid magic and use argument as actual item id:
2017-06-27 Goffi jp (blog, common): moved and improved edit code from blog:
2017-06-27 Goffi jp (constants): added exit code for data error.
2017-06-25 Goffi jp (blog): added language in managed keys
2017-06-24 Goffi tools (common/template): changed blog_date filter to date_days
2017-06-24 Goffi tools (common/template): ScriptsHandler fix/improvments:
2017-06-22 Goffi plugin XEP-0277, tools/common/data_objects: language handling
2017-06-21 Goffi core (stdui): added a FIXME to not use plugin/default_host in the future
2017-06-21 Goffi core: check uncatched exceptions during plugin import and stdui init, log error and exit if any found
2017-06-21 Goffi plugin account: print a warning and use "example.net" as default instead or raising an error when xmpp_domain is not set
2017-06-21 Goffi jp (invitation): fixed inconsistency in language handling
2017-06-19 Goffi core: added hosts_dict handling in general config:
2017-06-03 Goffi plugin XEP-0054: fixed not transmitted arguments in getAvatar
2017-05-22 Goffi core (tools/common/data_objects): added classes to handle Identities
2017-05-21 Goffi plugin invitations: name is now registered as nickname on XMPP server thanks to plugin identity
2017-05-21 Goffi plugin invitations: doesn't raise an exception anymore if url_template is not set while email is not requested
2017-05-21 Goffi jp (identity): new identity command to handle the new plugin identity in backend, and maybe other plugins like vcard in the future
2017-05-21 Goffi plugin identity: plugin identity first draft:
2017-05-21 Goffi plugin XEP-0054: nick handling + don't remove data on avatar set
2017-05-21 Goffi core: fixed profile key detection in getClients + raise DataError on empty profile
2017-05-21 Goffi jp (invitation): fixed typo
2017-05-21 Goffi core (tools/common/template): i18n support
2017-05-21 Goffi jp (output/template): initialize template rendered only if a rendering is actually needed
2017-05-21 Goffi jp (event): don't use dayfirst for YY-MM-DD style dates
2017-05-19 Goffi plugin events: fixed blog/invitees uri handling
2017-05-19 Goffi core (tools/common/template): helping methods/filters for templates:
2017-05-19 Goffi jp (event): creation/modification of main event + invitee commands are now in a "invitee" subcommand
2017-05-19 Goffi plugin events: separation of event node and invitees node
2017-05-19 Goffi core (tools/common/uri): don't display finale "?" if no extra data is specified
2017-05-19 Goffi plugin invitations: on modify an empty value delete corresponding extra keys, and reserved keys are now ignored.
2017-05-19 Goffi jp (uri): new command to parse or generate XMPP URIs
2017-05-19 Goffi jp (pubsub/uri): fixed URI generation
2017-05-19 Goffi core (tools/utils): added method to parse XMPP dates
2017-05-03 Goffi jp: fixed progress
2017-04-26 Goffi jp (event): event handling commands, first draft
2017-04-26 Goffi jp: added use_pubsub and use_pubsub_node_req arguments to CommandBase
2017-04-26 Goffi jp (invitation): added list subcommand
2017-04-26 Goffi jp (output): added LIST_DICT output, to handle list of dictionaries
2017-04-26 Goffi jp: added constant to handle ANSI code for header and subheaders
2017-04-26 Goffi plugin event: first draft:
2017-04-26 Goffi plugin invitations: added invitationList command
2017-04-20 Goffi tools (common/uri): minor comment update
2017-04-17 Goffi tools (common/data_objects): comments items can now be chained to their parent
2017-04-17 Goffi plugin XEP-0277: comments node access model changes: