Mercurial > libervia-backend
graph
-
docker (e2e): added `libervia` and `libervia.test` in certificates2020-11-27, by Goffi
-
docker(libervia): build site in the image:2020-11-27, by Goffi
-
docker: added libervia e2e image and include it in `docker-compose_e2e`:2020-11-16, by Goffi
-
docker (backend_e2e): set `xmpp_domain` in conf.2020-11-16, by Goffi
-
docker (backend): fixed `media_dir` in conf.2020-11-16, by Goffi
-
tools(utils): fixed error catching when getting repository data with `pkg_resources`2020-11-16, by Goffi
-
docker (libervia): expose HTTP and HTTPS ports2020-11-15, by Goffi
-
docker (compose): name `libervia` image2020-11-15, by Goffi
-
plugin app manager: fixed `public_url` value check2020-11-14, by Goffi
-
core (launcher): exit code can now specified2020-11-14, by Goffi
-
tests: end-2-end tests first draft:2020-11-12, by Goffi
-
jp (roster): `delete` implementation2020-11-12, by Goffi
-
jp (pubsub/node/info, pubsub/get): better exit code:2020-11-12, by Goffi
-
jp (base, pubsub/set): new `--quiet` argument:2020-11-12, by Goffi
-
jp (file/receive): display or answer to C.META_TYPE_NOT_IN_ROSTER_LEAK dialog:2020-11-12, by Goffi
-
jp: new `confirm` method:2020-11-12, by Goffi
-
jp (file/send): don't add main resource to bare jid anymore:2020-11-12, by Goffi
-
jp: replace `no_lf` argument by `end` in `disp` (same as in `print`)2020-11-12, by Goffi
-
core (constants): moved shell exit code constants to core constants:2020-11-12, by Goffi
-
plugin XEP-0353: Jingle Message Initiation implementation:2020-11-12, by Goffi
-
plugin XEP-0166: new trigger point + coroutines + helper methods:2020-11-12, by Goffi
-
plugin file, XEP-0234: registering is now done by class + use of async:2020-11-12, by Goffi
-
plugin XEP-0329: minor reformatting2020-11-12, by Goffi
-
plugin XEP-0065: some cleaning:2020-11-12, by Goffi
-
plugin XEP-0077: disconnect client when deleting self account:2020-11-12, by Goffi
-
plugin XEP-0363: fixed invalid reference to `slot` in catched exception:2020-11-12, by Goffi
-
test: fixed use of `client.host` in legacy test:2020-11-12, by Goffi
-
tools (async_trigger): use `utils.asDeferred` for async triggers:2020-11-12, by Goffi
-
tools (xml_tools): `domish.Element` pretty formatting functions:2020-11-12, by Goffi
-
tools (xml_tools): added `with_parent` and `with_children` argument to `elementCopy`2020-11-12, by Goffi
-
plugin XEP-0060: use `xml_tools.parse` instead of `wokkel.generic.parseXml`:2020-11-12, by Goffi
-
tools(xml_tools): fixed `<div>` unwrapping + added `parse` instance:2020-11-12, by Goffi
-
plugin XEP-0047: fixed file reading and content encoding2020-11-12, by Goffi
-
plugin ip: don't set `to` anymore for IQ stanza, as we send it to our server2020-11-12, by Goffi
-
core (xmpp): client.roster now implements __contains__2020-11-12, by Goffi
-
core: use utils.asDeferred for `launchCallback` so coroutines can be used2020-11-12, by Goffi
-
docker (compose): test environment variable + network alias:2020-11-12, by Goffi
-
docker (backend_e2e): install pytest and sh2020-11-12, by Goffi
-
doc, core: typos2020-11-12, by Goffi
-
plugin app manager docker: typo2020-10-20, by Goffi
-
docker: dockers images, first draft:2020-10-19, by Goffi
-
tools (common/tls): removed unused import2020-10-19, by Goffi
-
jp: don't guess background when stdout is not a tty2020-10-15, by Goffi
-
jp (application/list): don't use `extend` in argument as in it Python 3.8+ only2020-10-01, by Goffi
-
plugin app manager docker: weblate SàT app file for Docker2020-09-28, by Goffi
-
i18n: renamed template file to get the correct '.pot' extension2020-09-28, by Goffi
-
jp (application): new `application` (or `app`) commands:2020-09-28, by Goffi
-
plugin app managed docker: handle Docker application with App Manager2020-09-28, by Goffi
-
plugin app manager: first draft:2020-09-28, by Goffi
-
core: plugins can now be loaded from a directory:2020-09-20, by Goffi
-
doc (installation): added instruction to download dev version of `sat_template`2020-09-20, by Goffi
-
core: minor typos, docstring/comments update2020-09-20, by Goffi
-
component file sharing: added missing `owner` filtering in `_retrieveFiles`2020-09-20, by Goffi
-
plugin XEP-0329, core(xmpp): moved `_compParseJids` to `SatXMPPComponent`:2020-09-20, by Goffi
-
plugin XEP-0329: fix filtering by owner on components2020-09-20, by Goffi
-
core (memory/memory): `public_id` should not be used when creating parent dirs2020-09-17, by Goffi
-
component file sharing: fix used of `self.files_path` in `_retrieveFiles`2020-09-17, by Goffi
-
plugin XEP-0329: fix conflict check + directory creation in `onComponentCreateDir`2020-09-17, by Goffi
-
core (memory/memory): fixed directory creation in setFile2020-09-17, by Goffi
-
plugin XEP-0329: typo2020-09-17, by Goffi
-
plugin XEP-0329: added `FISCreateDir` method:2020-09-17, by Goffi
-
plugin XEP-0313: fix getting MAM archive when history is empty2020-09-17, by Goffi
-
plugin XEP-0313: fixed `MAMGet` signature2020-09-17, by Goffi
-
plugin XEP-0329: better error handling in `onComponentAffiliationsGet`2020-09-14, by Goffi
-
plugin XEP-0077: fixed "check_certificate" handling2020-09-13, by Goffi
-
doc: updated installation instructions2020-09-13, by Goffi
-
install (setup.py): added missing `extra_requires`2020-09-13, by Goffi
-
plugin invitation: if "thumb_url" is not set, try to use one from list of interests2020-09-05, by Goffi
-
plugin list of interests: normalize item ID + added `get` method2020-09-05, by Goffi
-
core (memory/memory): fixed assignations2020-09-05, by Goffi
-
component file sharing: generate thumbnails for videos2020-08-25, by Goffi
-
tools: new `video` module:2020-08-25, by Goffi
-
plugin XEP-0264: only log "fix orientation" when the option is used2020-08-25, by Goffi
-
plugin XEP-0234: fixed mime type in `buildFileElementFromDict`2020-08-25, by Goffi
-
plugin list of interest: fixed registerPubsub2020-08-15, by Goffi
-
changelog: added alternative media player (libervia) and invitation/delete (jp)2020-08-15, by Goffi
-
jp (blog/edit): fixed edition when syntax is specified2020-08-15, by Goffi
-
plugin XEP-0277: fixed item2mbdata call2020-08-15, by Goffi
-
component file sharing: added `Access-Control-Expose-Headers` CORS header:2020-08-15, by Goffi
-
jp (invitation): `delete` implementation2020-08-13, by Goffi
-
plugin identity: new methods `identitiesGet` and `identitiesBaseGet`2020-08-13, by Goffi
-
plugin email invitation: new `invitationDelete` method2020-08-13, by Goffi
-
plugin email invitation: fixed create/simpleCreate + invitee_name:2020-08-13, by Goffi
-
plugin XEP-0077: None can now be used in `to_jid` argument in `unregister`:2020-08-13, by Goffi
-
plugin XEP-0329: download thumbnails:2020-08-13, by Goffi
-
tools (image): fix_orientation on resize + `fix_orientation` method:2020-08-13, by Goffi
-
comp file sharing: minor core re-organisation2020-08-13, by Goffi
-
plugin XEP-0264: fix orientation of thumbnails:2020-08-13, by Goffi
-
plugin XEP-0264: updated size to get values closest to standard one:2020-08-13, by Goffi
-
plugin XEP-0277: set "uri" in item2mbdata2020-08-03, by Goffi
-
changelog: update2020-08-02, by Goffi
-
plugin identity: added "filename" metadata for avatar2020-08-02, by Goffi
-
plugins invitation, invitation-file: adapt service JID and affiliation:2020-08-01, by Goffi
-
plugin email invitation: simple invitation creation2020-08-01, by Goffi
-
plugin list for interest: build ID using URI or file path metadata:2020-08-01, by Goffi
-
plugin XEP-0329: added way to change `access_model` using PubSub-like configuration:2020-08-01, by Goffi
-
plugin XEP-0329: implemented ways to get/set affiliations:2020-08-01, by Goffi
-
core (memory): `setFileAccessModel` implementation:2020-08-01, by Goffi
-
core (memory): `getFileAffiliations` and `setFileAffiliations` implementations:2020-08-01, by Goffi
-
core (memory): files are now public by default except for those in root directory:2020-08-01, by Goffi
-
core (xmpp): text can now be specified in `sendError`2020-08-01, by Goffi
-
plugin XEP-0050: typo2020-08-01, by Goffi
-
component file sharing: add/parse affiliation when possible2020-07-17, by Goffi
-
memory: new "affiliation" metadata for files:2020-07-17, by Goffi
-
plugin XEP-0060: serialise psItemsGet result with data_format2020-07-17, by Goffi
-
tools (common/data_objects): removed deprecated code:2020-07-16, by Goffi
-
plugins tickets, merge-requests: `ticketsGet` and `mergeRequestsGet` serialisation:2020-07-16, by Goffi
-
plugins XEP-0059, XEP-0060, XEP-0277, XEP-0313: better serialisation:2020-07-16, by Goffi
-
tools (common/data_objects): implemented `json` dumping for BlogItems/BlogItem2020-06-19, by Goffi
-
common (template): better json dumping:2020-06-19, by Goffi
-
plugin file sharing management: added a fileSharingDelete method2020-06-19, by Goffi
-
plugin list of interests: added `id` to data + fixed key conflict:2020-06-19, by Goffi
-
plugin list of interest: new "interestRetract" method2020-06-19, by Goffi
-
plugin XEP-0050: some modernisation + adHocSequence:2020-06-19, by Goffi
-
comp file sharing: file paths are now quoted on upload to allow unicode2020-06-19, by Goffi
-
comp file sharing management: fixed confirmation check2020-06-09, by Goffi
-
comp file sharing: handle upload with headers:2020-06-09, by Goffi
-
comp file sharing: CORS:2020-06-09, by Goffi
-
core: findByFeatures type hints2020-06-09, by Goffi
-
plugin XEP-0363: register namespace2020-06-09, by Goffi
-
plugin XEP-0363: fixed fileHTTPUploadGetSlot2020-06-09, by Goffi
-
tools (common/utils): new OrderedSet class2020-06-08, by Goffi
-
component file sharing: don't initialise the plugin if not component use it2020-06-01, by Goffi
-
tools (common/dynamic_import): log a warning if bridge can't be imported2020-06-01, by Goffi
-
plugin comp file sharing: files can now be uploaded/downloaded via HTTP:2020-05-29, by Goffi
-
core (memory/sqlite): new database schema (v9):2020-05-29, by Goffi
-
tools/common (tls): moved re-usable Twisted TLS code from Libervia to tools/common2020-05-29, by Goffi
-
plugin XEP-0300; fixed use of calculateHash with getHasher2020-05-29, by Goffi
-
core: getLocalPath now returns a Path2020-05-29, by Goffi
-
core (launcher): fixed launching of twistd when no subparsed is specified2020-05-29, by Goffi
-
doc (jp/roster): fixed example for `jp roster set`2020-05-26, by Goffi
-
core: replaced `sat` shell script by a python script:2020-05-25, by Goffi
-
core (log): logging with Twisted now uses the new twisted.logger2020-05-25, by Goffi
-
plugin XEP-0054: don't use cache anymore in `getAvatar`:2020-05-19, by Goffi
-
plugin identity: fixed update in avatarSetPostTreatment2020-05-19, by Goffi
-
plugin identity: fixed infinite loop on nicknames update2020-05-18, by Goffi
-
jp (event): new `list` command to get evens available in a service2020-05-18, by Goffi
-
jp (pubsub): fixed arguments returned when item has no payload2020-05-18, by Goffi
-
tools (common/template): new `icon_from_client` method:2020-05-18, by Goffi
-
plugin XEP-0060: fixed payload parsing in sendItem2020-05-18, by Goffi
-
plugin pubsub schema, tools (common/template xmlui): use a JID for publisher:2020-05-18, by Goffi
-
plugin list of interest: fixed wrong variable used in a log2020-05-18, by Goffi
-
core (constants): added `theme` key2020-05-18, by Goffi
-
tools (common/template): typos2020-05-03, by Goffi
-
tools (common/utils): new `recursive_update` method for dicts2020-04-29, by Goffi
-
tools (common/data_objects): added __iter__ to Identities2020-04-25, by Goffi
-
bin (sat): check `twistd` before `twistd3` to use venv version first2020-04-20, by Goffi
-
plugin identity: fixed update when cached data is None2020-04-20, by Goffi
-
tools (common/data_objects): new `avatar_basename` property2020-04-19, by Goffi
-
doc (installation): updated instructions for backend2020-04-19, by Goffi
-
core: image convertion + SVG support:2020-04-19, by Goffi
-
plugin XEP-0054: SVG images can now be uploaded for avatars.2020-04-19, by Goffi
-
plugin identity: fixed update with `get_all` + better new data detection for avatar:2020-04-19, by Goffi
-
changelog: update2020-04-14, by Goffi
-
jp (roster): new roster/set command2020-04-14, by Goffi
-
core, frontends: avatar refactoring:2020-04-14, by Goffi
-
tools (image): added a guess_type method to guess media type:2020-04-14, by Goffi
-
core (memory/disco): fixed types of disco extensions:2020-04-14, by Goffi
-
core (xmpp): helper method to launch a plugin method:2020-04-03, by Goffi
-
core (exceptions): new MissingPlugin exception:2020-04-03, by Goffi
-
changelog: replaced "geo:" by URIs:2020-04-01, by Goffi
-
tools (common/files_utils): put extra suffix before file extension2020-04-01, by Goffi
-
plugin android: use `certifi` SSL root certicates2020-04-01, by Goffi
-
core (xmpp): properly clean profile data in case of startConnection failure:2020-04-01, by Goffi
-
bridge (pb): fixed conversions of Failure to BridgeException in non-AIO bridge2020-04-01, by Goffi
-
bridge (dbus): fixed typo in log.warning2020-04-01, by Goffi
-
jp (blog/edit): --no-publish is a boolean option2020-03-31, by Goffi
-
plugin XEP-0384: fixed /omemo_reset + device ID type:2020-03-30, by Goffi
-
core (tools/utils): fixed return value for non async callbacks2020-03-30, by Goffi
-
core (xmpp): use asDeferred for profileConnecting and profileConnected2020-03-30, by Goffi
-
plugin XEP-0384: OMEMO trust policy:2020-03-27, by Goffi
-
plugin XEP-0384: added resetTrust in OmemoSession2020-03-27, by Goffi
-
core (memory/persistent): added `aset` method in LazyPersistentBinaryDict:2020-03-27, by Goffi
-
tools (xl_tools): fixed handling of list options labels2020-03-27, by Goffi
-
quick frontend (app): fixed argument order in `messageSend` default errback2020-03-23, by Goffi
-
core (memory/encryption): automatic start encryption if peer send encrypted message:2020-03-23, by Goffi
-
changelog: update2020-03-23, by Goffi
-
quick frontend (chat): added `encrypted` property2020-03-23, by Goffi
-
changelog: update2020-03-22, by Goffi
-
core (memory/encryption): encryption session are now restored on client connection2020-03-22, by Goffi
-
core (memory/persistent): implemented `aset` and `adel`:2020-03-22, by Goffi
-
core (xmpp): use async corouting for startConnection2020-03-22, by Goffi
-
plugin attach: handle large images resizing:2020-03-22, by Goffi
-
plugin aesgcm: wait for each splitted message to be sent before sending next one2020-03-22, by Goffi
-
core (xmpp): fixed workflow with post_xml_treatments in sendMessage:2020-03-22, by Goffi
-
tools (images): methods renaming2020-03-22, by Goffi
-
plugin attach, aesgcm: attachments refactoring:2020-03-18, by Goffi
-
plugin XEP-0384: added "/omemo_reset" text command:2020-03-18, by Goffi
-
plugin text commands: handles coroutines + better command parsing:2020-03-13, by Goffi
-
core (tools/utils): new `asDeferred` function:2020-03-13, by Goffi
-
plugin XEP-0384: use "max_items=1" for devices and bundles nodes:2020-03-11, by Goffi
-
plugin XEP-0060: async sendItems + precondition-not-met policy:2020-03-11, by Goffi
-
jp (xmlui): added missing `disp` method in XMLUIPanel2020-03-06, by Goffi
-
core (memory/cache): new removeFromCache method2020-03-06, by Goffi
-
core (memory/cache): purge cache metadata when the referenced file doesn't exist2020-03-06, by Goffi
-
bridge (constructor/dbus): typo2020-03-06, by Goffi
-
jp(info): `devices` command first draft:2020-03-06, by Goffi
-
quick frontend(app): new `QuickApp.profileConnected` method2020-03-06, by Goffi
-
core (xmpp): isConnected now returns True when full connection is done:2020-03-06, by Goffi
-
plugin attachment: remove "path" from attachment once used:2020-03-06, by Goffi
-
core, bridge: new `imageGeneratePreview` helped method to generate a thumbnail2020-03-01, by Goffi
-
plugin XEP-0054: fixed use of current dir instead of empty string2020-03-01, by Goffi
-
core (memory/cache): added some metadata:2020-03-01, by Goffi
-
core (constants): renamed `MESS_KEY_MEDIA_TYPE` to `MESS_KEY_ATTACHMENTS_MEDIA_TYPE`2020-02-29, by Goffi
-
changelog: update2020-02-28, by Goffi
-
core (memory/disco): minor log message change2020-02-28, by Goffi
-
quick frontend (app): avoid crash when a listener is removed while being called2020-02-28, by Goffi
-
plugin attach: disable TLS check if "check_certificate" is disabled2020-02-28, by Goffi
-
memory (sqlite): don't store empty messages2020-02-26, by Goffi
-
primitivus (chat) Q&D way to see attachments2020-02-26, by Goffi
-
quick frontend(contact list): new "isInRoster" method2020-02-26, by Goffi
-
memory(cache): extend EOL when a file metadata is retrieved2020-02-26, by Goffi
-
plugin download: use cache if dest_path is empty:2020-02-26, by Goffi
-
plugin download, aesgcm: fixed handling of HTTP errors2020-02-26, by Goffi
-
memory (cache): purge + pathlib:2020-02-26, by Goffi
-
core (xmpp): complete attachments for sent attachments:2020-02-23, by Goffi
-
plugin attach, XEP-0363: progress id can now be specified:2020-02-23, by Goffi
-
plugin attach: first draft:2020-02-23, by Goffi
-
core (memory/encryption): "isEncryptionRequested" helper method:2020-02-23, by Goffi
-
bridge: messageSend's extra is now serialised2020-02-21, by Goffi
-
plugin aesgcm: use 12 bytes Initialisation Vector:2020-02-18, by Goffi
-
jp (blog/edit): added `--no-publish` argument.2020-02-18, by Goffi
-
quick frontends (chat): handle attachments in Message2020-02-18, by Goffi
-
core (xmpp): add `name` and `media_type` in attachements if they are missing.2020-02-18, by Goffi
-
plugin aesgcm: look for "aesgcm" links in body to use them as attachments2020-02-18, by Goffi
-
core (xmpp): new message key to handle attachments2020-02-18, by Goffi
-
core: renamed "MessageReceived" trigger to "messageReceived" for consistency.2020-02-18, by Goffi
-
core: use serialised dict for `extra` in messageNew and historyGet2020-02-18, by Goffi
-
bridge constructor: replaced deprecated `readfp`2020-02-14, by Goffi
-
quick frontends (widgets): added widgetNew and widgetDelete listeners:2020-02-12, by Goffi
-
quick frontends (app): added an "ignore_missing" argument to RemoveListener:2020-02-12, by Goffi
-
quick frontend (app): replaced OrderedDict by regular dict:2020-02-12, by Goffi
-
quick frontend(widget): added `with_duplicates` argument to getWidgets:2020-02-12, by Goffi
-
quick frontend(app): added listener for selected widget2020-02-10, by Goffi
-
bridge: added methods to let frontends store/retrieve/delete private data2020-02-10, by Goffi
-
core (xmpp), plugin android: fixed DNS, SRV handling on Android:2020-02-09, by Goffi
-
tools (common/async_process): fixed stderr handling + added global "run"2020-02-09, by Goffi
-
core (memory/crypto): replaced `PyCrypto` by `cryptography`:2020-02-09, by Goffi
-
tools (images): fixed type for recommended_size.2020-02-05, by Goffi
-
core (memory/disco): fixed checkFeature return Failure:2020-02-04, by Goffi
-
plugin XEP-0363: fixed errback args in fileHTTPUpload2020-02-04, by Goffi
-
plugin android: attach an action dict to notification:2020-02-03, by Goffi
-
core (xmpp): avoid starting several clients at the same time:2020-02-03, by Goffi
-
core (memory/disco): fixed failure creation in infosEb2020-02-03, by Goffi
-
changelog: update2020-01-29, by Goffi
-
doc (profile): added --autoconnect info2020-01-29, by Goffi
-
core: log filenames of read config files2020-01-29, by Goffi
-
core (constants): use parent of "sat" module dir as last config path2020-01-29, by Goffi
-
core (constants): missing trailing `/`2020-01-29, by Goffi
-
core (constants): parse `sat.conf` from `sat` module dir2020-01-29, by Goffi
-
plugin XEP-0384: fixed exception catching on getItems2020-01-29, by Goffi
-
plugin XEP-0280: handle CCed messages without "to"2020-01-29, by Goffi
-
core: fixed `findByFeatures`:2020-01-29, by Goffi
-
plugin XEP-0198: minor log formatting2020-01-29, by Goffi
-
fixed shebangs2020-01-29, by Goffi
-
dates update2020-01-29, by Goffi
-
core (xmpp): don't purge entity on disconnect if continueTrying is set2020-01-28, by Goffi
-
plugin manhole: added `d` to namespace as shortcut for defer.ensureDeferred2020-01-28, by Goffi
-
plugin XEP-0198: don't crash when xmlstream has been closed2020-01-28, by Goffi
-
plugin ip: fixed IP detection with external website2020-01-27, by Goffi
-
quick frontend (app): log own jid when received2020-01-27, by Goffi
-
plugin XEP-0184: show a warning and the message XML on missing `id`2020-01-27, by Goffi
-
core (memory): avoid session locking if profileAuthenticate is called twice quickly2020-01-27, by Goffi
-
android: deactivate annoying jnius logs when DEBUG is set2020-01-27, by Goffi
-
plugin manhole: added "C" to namespace2020-01-26, by Goffi
-
plugin android: reconnect profiles with autoconnect if network is activated:2020-01-26, by Goffi
-
plugin android: added a `profileAutoconnectGet` method:2020-01-25, by Goffi
-
jp (common): various Table fixes:2020-01-25, by Goffi
-
core: backend autoconnection:2020-01-25, by Goffi
-
doc (jp/message): typo2020-01-25, by Goffi
-
quick frontend (app): call `getReady` once connected to bridge:2020-01-25, by Goffi
-
core: added a debug log when a namespace is registered2020-01-25, by Goffi
-
quick frontend (widgets): don't use *args for onDelete + more debug logs2020-01-17, by Goffi
-
quick frontend (widgets): some more errors handling in getOrCreateWidget2020-01-17, by Goffi
-
quick frontend (widgets): fixed widget creation in getOrCreateWidget:2020-01-17, by Goffi
-
quick frontend (app): removed workaround for pyjamas2020-01-17, by Goffi
-
quick frontend (widgets): added "widget_hash" helper property2020-01-17, by Goffi
-
install (setup.py): use progressbar2 instead of progressbar2020-01-11, by Goffi
-
core (sat_main): avoid double init + log version2020-01-10, by Goffi
-
changelog: update2020-01-10, by Goffi
-
quick_frontend (widget): typo2020-01-03, by Goffi
-
frontends (tools/strings): added "geo:" scheme in RE_URL2020-01-03, by Goffi
-
plugin android: sound notification + change settings:2020-01-03, by Goffi
-
plugin XEP-0384: OMEMO for MUC implementation:2019-12-30, by Goffi
-
plugin XEP-0359: handle origin-id2019-12-30, by Goffi
-
plugin XEP-0045: added room statuses to metadata:2019-12-30, by Goffi
-
plugin XEP-0060, jp (pubsub/set): publish-options implementation:2019-12-28, by Goffi
-
bin: look for twistd3 first:2019-12-27, by Goffi
-
plugin XEP-0384: typo2019-12-20, by Goffi
-
jp (blog): added --language to common publish argument2019-12-20, by Goffi
-
CHANGELOG: update2019-12-20, by Goffi
-
jp (file): new `get` command + encryption with upload:2019-12-20, by Goffi
-
jp (xmlui_manager): use level for notes:2019-12-20, by Goffi
-
doc (jp/shell): typos2019-12-20, by Goffi
-
tools (common/files_utils): get_unique_name now uses and returns Path instances.2019-12-20, by Goffi
-
plugin upload, XEP-0363: code modernisation + preparation for extension:2019-12-20, by Goffi
-
plugin file download: meta plugin to handle file download:2019-12-20, by Goffi
-
tools (stream): data modification on SatFile:2019-12-20, by Goffi
-
plugin XEP-0384: update to latest python-omemo + better trust management:2019-12-20, by Goffi
-
plugin events: fixed eventInviteeGet signature2019-12-06, by Goffi
-
plugin manhole: fixed default value2019-12-06, by Goffi
-
plugins (imap, maildir, smtp): removed plugins IMAP, Maildir and SMTP:2019-12-06, by Goffi
-
plugin XEP-0045: don't fail on `item-not-found` with MAM:2019-12-05, by Goffi
-
quick frontend(chat): store filters used with initial historyGet2019-11-18, by Goffi
-
core: use sat_tmp's twisted patches for Python 3.8 compatibility2019-11-18, by Goffi
-
plugin text syntaxes: don't use anymore deprecated cgi.escape2019-11-18, by Goffi
-
bridge (embedded): typo2019-11-15, by Goffi
-
install (setup): added Python 3.8 classifier2019-11-15, by Goffi
-
doc (jp): typo2019-11-15, by Goffi
-
plugin pubsub schema: fixed XML field handling in `sendDataFormItem`2019-11-08, by Goffi
-
plugin XEP-0277: fixed comments URLs parsing2019-11-08, by Goffi
-
jp (file/upload): fixed exception when no jid is specified2019-11-08, by Goffi
-
CHANGELOG: update2019-10-30, by Goffi
-
core: added imageCheck and imageResize methods:2019-10-29, by Goffi
-
quick frontend (contact list): added "contactsFilled" event2019-10-29, by Goffi
-
bridge (pb): added missing _generic_errback2019-10-21, by Goffi
-
plugin XEP-0060: fixed bad MAM unwrapping after Python 3 port2019-10-20, by Goffi
-
plugin XEP-0045: join / MAM history improvements:2019-10-18, by Goffi
-
core: `history is skipped as requested` log message is now at debug level2019-10-18, by Goffi
-
plugin OTR: work around a bad exception raised in potr2019-10-16, by Goffi
-
plugin android: fixed encoding in states after Python 3 port2019-10-16, by Goffi
-
core (log): removed Android hack:2019-10-16, by Goffi
-
plugin account: fixed email sending2019-10-11, by Goffi
-
doc (jp): typos (thanks tbart)2019-10-11, by Goffi
-
misc: don't import memory in launch script:2019-10-08, by Goffi
-
doc (jp/file_share): typo2019-10-07, by Goffi
-
jp: default to "dark" if background is not set and can't be detected2019-10-03, by Goffi
-
doc (jp/common_arguments): updated note about `--pwd`2019-10-01, by Goffi
-
jp: password is now prompted if needed:2019-10-01, by Goffi
-
changelog: update2019-10-01, by Goffi
-
jp: dark and light theme:2019-10-01, by Goffi
-
tools (common): helping method to calculate luminance:2019-10-01, by Goffi
-
core (patches): updated TLS patches:2019-10-01, by Goffi
-
jp: handle dbus bridge with asyncio:2019-10-01, by Goffi
-
bridge (dbus): AsyncIO version of D-Bus bridge:2019-10-01, by Goffi
-
doc (jp): jp commands are now fully documented:2019-10-01, by Goffi
-
jp: jp asyncio port:2019-09-25, by Goffi
-
bridge (pb): implemented an asyncio compatible bridge:2019-09-25, by Goffi
-
jp (common): fixed draft path use in BaseEdit2019-08-26, by Goffi
-
install (setup.py): updated classifiers2019-08-25, by Goffi
-
install (setup.py): updated `python_requires`2019-08-25, by Goffi
-
tools (common/email): fixed email sending after python 3 port2019-08-16, by Goffi
-
tools (async_process): log command as str2019-08-16, by Goffi
-
plugin XEP-0329: fixed ShareNode item() and values after Python 3 port2019-08-16, by Goffi
-
tools (config), memory: renamed SafeConfigParser following Python 3 port2019-08-16, by Goffi
-
install (manifest): fixed old paths which where still used2019-08-16, by Goffi
-
doc: replaced deprecated installation link in INSTALL2019-08-14, by Goffi
-
Python 3 port:2019-08-13, by Goffi
-
0.8 development starts2019-07-31, by Goffi
-
Added tag 0.7.0 for changeset c7138e9132132019-07-24, by Goffi
-
install: added doc to MANIFEST.in2019-07-24, by Goffi
-
plugin XEP-0313: log issues in addToHistory instead of raising error2019-07-24, by Goffi
-
doc: some corrections:2019-07-24, by Goffi
-
plugin XEP-0198: don't crash if transport is None in onAckTimeOut2019-07-21, by Goffi
-
plugin XEP-0198: catch and log an error if buffer is unexpectedly empty2019-07-20, by Goffi
-
plugin android: catch and log exception when using the vibrator:2019-07-20, by Goffi
-
core: fixed handling of button callback in popups:2019-07-19, by Goffi
-
plugin XEP-0045: fixed a bad attribute in a log message.2019-07-19, by Goffi
-
plugin ad-hoc D-Bus: fixed warning when no media player is found2019-07-19, by Goffi
-
memory (sqlite): properly wait for messages to be writen in database:2019-07-18, by Goffi
-
memory (disco): fixed boolean to string conversion2019-07-18, by Goffi
-
plugin XEP-0198: retrieve missing messages + send buffered ones on hot reconnection:2019-07-17, by Goffi
-
primitivus: fixed status popup's cancel button2019-07-17, by Goffi
-
plugin adhoc D-Bus: typo2019-07-17, by Goffi
-
plugins XEP-0045, XEP-0198: rejoin MUC rooms while a hot reconnection is done:2019-07-16, by Goffi
-
primitivus: better popup sizing:2019-07-14, by Goffi
-
plugin XEP-0054: reject image without MIME type if it's not PNG2019-07-14, by Goffi
-
plugin 0249: fixed invitation handling + some improvments:2019-07-14, by Goffi
-
primitivus: don't focus on new widget if one is already selected:2019-07-14, by Goffi
-
jp (blog/preview): fixed watch restoring when file is moved/deleted:2019-07-12, by Goffi
-
doc (jp/blog): added note for --preview2019-07-12, by Goffi
-
Backed out changeset cf0dda0d4cda2019-07-12, by Goffi
-
jp (blog/edit): fail and show error message if --preview is not working2019-07-12, by Goffi
-
doc (jp/blog): minor fix2019-07-12, by Goffi
-
frontends (xmlui): fixed crash when CURRENT_LABEL is None:2019-07-11, by Goffi
-
core, plugin XEP-0045: fixed message type autodetection + ENTITY_TYPE_MUC constant:2019-07-09, by Goffi
-
primitivus (contact list): fixed notifications counter for mentions:2019-07-08, by Goffi
-
plugin XEP-0045: avoid sending useless presence signals:2019-07-07, by Goffi
-
plugin XEP-0045: log "failure" on configure error2019-07-06, by Goffi
-
memory (sqlite): fixed order for last_stanza_id:2019-07-06, by Goffi
-
quick frontend (chat), primitivus(chat): properly clear occupants on resync:2019-07-06, by Goffi
-
quick_frontend (contact list): fixed `nick` use for groupchat:2019-07-05, by Goffi
-
core (xmpp): set message timestamp on message reception:2019-07-02, by Goffi
-
core (xmpp): fixed URI correction while parsing messages:2019-07-02, by Goffi
-
we are in dev version again2019-06-30, by Goffi
-
Added tag 0.7.0b4 for changeset 86bfdf73d24a2019-06-30, by Goffi
-
core, plugin XEP-0045: fix crashes when changing URIs:2019-06-30, by Goffi
-
quick frontends (contact list): ignore roster entities with a resource:2019-06-30, by Goffi
-
core: return full jid in bridge's getContacts:2019-06-30, by Goffi
-
logs: increased defaut limit for memory output to 3002019-06-30, by Goffi
-
core (constants): fixed flatpak config paths for older versions of flatpak:2019-06-30, by Goffi
-
we are in dev version again2019-06-27, by Goffi
-
Added tag 0.7.0b3 for changeset dbf24ba403962019-06-27, by Goffi
-
core (constants): fixed Flatpak config path:2019-06-27, by Goffi
-
jp (blog/preview): fixed call to getCurrentFile2019-06-27, by Goffi
-
we are in dev version again2019-06-23, by Goffi
-
Added tag 0.7.0b2 for changeset 43e5e0dc8c602019-06-23, by Goffi
-
core (config): if flatpak is detected, config is also looked after in /app2019-06-23, by Goffi
-
install: updated minimal version for sat_tmp and urwid-satext2019-06-19, by Goffi
-
jp (xmlui): check root read_only status in addition to widget one2019-06-14, by Goffi
-
jp (xmlui): fixed encoding for raw_input in StringWidget2019-06-14, by Goffi
-
doc (jp/common_arguments): typo2019-05-26, by Goffi
-
core (constants): added generic constants for "info", "warning" and "error" levels2019-05-26, by Goffi
-
core (constants): "on" can now be used as True value in bool method.2019-05-26, by Goffi
-
tools (email): moved email code to common so it can be used by frontends2019-05-26, by Goffi
-
tools (common/template): fixed theme parsing when there is no "/" in parenthesis2019-05-25, by Goffi
-
tools (email): fixed bad default value while reading config2019-05-14, by Goffi
-
we are in dev version again2019-05-14, by Goffi
-
Added tag 0.7.0b1 for changeset c6464685fcbb2019-05-05, by Goffi
-
changelog: added setup.py and VERSION2019-05-05, by Goffi
-
doc: documentation first draft:2019-02-22, by Goffi