log

age author description
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