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
|