Mercurial > libervia-backend
graph
-
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
-
jp (blog/edit): fixed --last-item after recent change in defaut value of --item2019-05-05, by Goffi
-
jp (blog/set): fixed missing current_syntax2019-05-05, by Goffi
-
jp (blog): fixed the deserialisation issue when using template output2019-05-05, by Goffi
-
tools (common/data_objects): added a "deserialise" argument to BlogItem:2019-05-05, by Goffi
-
plugin events: fixed invitation + set name and thumb_url from event element2019-05-03, by Goffi
-
jp (xmlui manager): basic handling of multi-lines text in TextBoxWidget2019-05-03, by Goffi
-
plugin list interests: add "namespace" in serialised data2019-05-03, by Goffi
-
plugin events: register namespace using "event" short name2019-05-03, by Goffi
-
plugin file sharing management: filter out empty values in allowed_jids2019-05-03, by Goffi
-
plugin list of interest: added an interestsList bridge method + handle thumb_url2019-05-03, by Goffi
-
jp (file/invite): added a --thumbnail argument2019-05-03, by Goffi
-
plugin XEP-0313: fixed archive retrieval on connection:2019-05-03, by Goffi
-
plugin comp file sharing: file sharing management first draft:2019-04-28, by Goffi
-
core (memory, memory/sqlite): implemented fileDelete2019-04-28, by Goffi
-
memory: minor style change2019-04-26, by Goffi
-
plugin XEP-0329: use local part of jid for components:2019-04-26, by Goffi
-
plugin XEP-0106: jid escaping implementation2019-04-26, by Goffi
-
plugin XEP-0166: fixed missing key in warning log2019-04-26, by Goffi
-
memory (sqlite): minor log improvment2019-04-26, by Goffi
-
memory (sqlite): fixed fileUpdate when original value is not set (NULL)2019-04-26, by Goffi
-
plugin invitation file: wrong plugin had been uploaded:2019-04-26, by Goffi
-
core: fixed component connexion:2019-04-14, by Goffi
-
core: added getNamespace method to retrieve a namespace from short name.2019-04-14, by Goffi
-
plugin events: refactored invitation and personal lists logic:2019-04-14, by Goffi
-
core (memory), plugin XEP-0329, plugin invitation: minor style improvments2019-04-14, by Goffi
-
plugins: removed useless execute permission2019-04-14, by Goffi
-
template (filters): set locale when using "date_fmt"2019-04-14, by Goffi
-
jp (common): `publish` is now a boolean2019-04-10, by Goffi
-
template: added "locales" variables to templates:2019-04-10, by Goffi
-
code (xmpp): store version after roster item update + fix item removal:2019-04-10, by Goffi
-
primitivus: don't call chatStateComposing when host is out of sync:2019-04-07, by Goffi
-
quick frontend (app): (un)set sync state on (dis)connect:2019-04-07, by Goffi
-
quick frontend (contact list): fixed profile filtering in fill()2019-04-07, by Goffi
-
quick_frontend (app): fixed filters serialisation before calling bridge.historyGet2019-04-07, by Goffi
-
memory (sqlite): cast timestamp_start filter to float instead of int2019-04-07, by Goffi
-
core, quick_frontend(app): fixed connected signal handling2019-04-07, by Goffi
-
jp (roster): added resync command to do a full roster resynchronisation2019-04-07, by Goffi
-
core: added a rosterResync method to bridge:2019-04-07, by Goffi
-
core (xmpp): implemented roster versioning2019-04-07, by Goffi
-
core (memory/persistent): added clear method + initialise with a dict:2019-04-07, by Goffi
-
plugin android: check connectivity2019-04-06, by Goffi
-
core (xmpp): new networkEnabled() and networkDisabled() methods:2019-04-06, by Goffi
-
core (xmpp): advanced handling of connection termination2019-04-06, by Goffi
-
jp (avatar/get): fixed avatar being displayed 2 times in a corner case:2019-04-05, by Goffi
-
primitivus (chat): use the factorised code for user moved info messages.2019-03-28, by Goffi
-
quick frontend(chat): prepared factorisation of merging of user moved info messages:2019-03-28, by Goffi
-
core: minor style improvments2019-03-27, by Goffi
-
plugin text syntaxes: activated useful markdown extensions:2019-03-25, by Goffi
-
tools (common/template): always use highlight.css if present.2019-03-25, by Goffi
-
jp (blog/set): fixed use of --item argument2019-03-25, by Goffi
-
misc (CHANGELOG): added CSI2019-03-25, by Goffi
-
misc (setup): minimum markdown version is not 3.02019-03-25, by Goffi
-
plugin text syntaxes: disable raw HTML parsing in mardown by default2019-03-25, by Goffi
-
plugin android: use XEP-0352 to indicate (in)active state:2019-03-25, by Goffi
-
plugin XEP-0352: implementation of Client State Indication2019-03-25, by Goffi
-
plugin text syntaxes: fixed default syntax2019-03-25, by Goffi
-
plugin android: workaround to seek() bug, fixing file upload:2019-03-25, by Goffi
-
plugin upload: minor fixes in some docstring length2019-03-22, by Goffi
-
plugin XEP-0363: updated to namespace "urn:xmpp:http:upload:0", handle headers2019-03-22, by Goffi
-
plugin XEP-0198: reset req_timer on session.reset():2019-03-21, by Goffi
-
quick frontend(chat): fixed updateHistory bad call to historyPrint2019-03-20, by Goffi
-
quick_frontend (app): progress callbacks handling:2019-03-20, by Goffi
-
quick frontend (app): fixed notifications ids2019-03-20, by Goffi
-
plugin XEP-0384: handle NoEligibleDevicesException2019-03-20, by Goffi
-
plugin XEP-0384: give feedback to client when encryption failed2019-03-20, by Goffi
-
plugin XEP-0384: small refactoring to encrypt messages + bugfix:2019-03-20, by Goffi
-
core: added a "_debug" signal:2019-03-10, by Goffi
-
quick frontend (widgets): improved deletion of widget:2019-03-10, by Goffi
-
quick frontend(widgets): improved handling of multiple instances of widgets:2019-03-10, by Goffi
-
quick_frontend (widget, chat): implementation of new sync mechanism, first draft:2019-03-10, by Goffi
-
quick frontend(chat): added setLocked/setUnlocked methods:2019-03-10, by Goffi
-
quick_frontend(app): fixed use of bare jid for target when getting a new message:2019-03-10, by Goffi
-
quick frontend(chat): display a useful message with __unicode__ and __str__2019-03-10, by Goffi
-
quick frontend (app): new synchronisation mechanism:2019-03-09, by Goffi
-
plugin text commands: typo2019-03-09, by Goffi
-
plugin android: improved state handling:2019-03-09, by Goffi
-
bridge (pb): added bridgeDeactivateSignals and bridgeReactivateSignals methods:2019-03-09, by Goffi
-
plugin manhole: added "jid" module to globals2019-03-03, by Goffi
-
core (log): add traceback when "exc_info" is set2019-03-03, by Goffi
-
tools (config): log error message if config can't be read2019-03-03, by Goffi
-
we are in dev version again2019-03-02, by Goffi
-
Added tag 0.7.0a4 for changeset 1798d4ace2962019-03-01, by Goffi
-
misc (CHANGELOG): cap hash disco extensions update2019-03-01, by Goffi
-
core (disco): added missing disco extensions when generating the cap hash.2019-03-01, by Goffi
-
quick frontend(app): avoid sending empty messages2019-03-01, by Goffi
-
primitivus(contact list): fixed room not always appearing correctly in contact list2019-03-01, by Goffi
-
plugin XEP-0045: fixed item-not-found exception when creating a room:2019-03-01, by Goffi
-
plugin OTR: ignore messages from sender without resource or from own jid2019-03-01, by Goffi
-
jp (message/mam): added missing RSM options2019-03-01, by Goffi