Mercurial > libervia-backend
graph
-
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
-
bridge (pb): minor import order change2019-02-28, by Goffi
-
plugin XEP-0384: better bundle handling + misc improvments2019-02-28, by Goffi
-
plugin XEP-0280: priority and "sent" fixes:2019-02-28, by Goffi
-
plugin XEP-0045: fixed issue with deepcopy by using new xml_tools.elementCopy method2019-02-28, by Goffi
-
core (xml_tools): new elementCopy method to shallow copy a domish.Element2019-02-28, by Goffi
-
core: we are in dev version again2019-02-28, by Goffi
-
core (patches): partially fixed jid caching:2019-02-24, by Goffi
-
jp (blog/edit): changed comments handling:2019-02-23, by Goffi
-
plugin XEP-0277: blog items data are now entirely serialised before going to bridge:2019-02-23, by Goffi
-
misc (README): typo2019-02-20, by Goffi
-
jp(pubsub): minor code style fixes2019-02-15, by Goffi
-
jp (pubsub/node): new "import" command, to publish many nodes from an XML file2019-02-15, by Goffi
-
jp (pubsub/node): added purge command2019-02-15, by Goffi
-
plugin XEP-0060: added purgeNode/psNodePurge method to remove all items from a node2019-02-15, by Goffi
-
plugin XEP-0060: added sendItems/psItemsSend method to publish several items at once2019-02-15, by Goffi
-
Added tag 0.7.0a3 for changeset 7d2d28564b3e2019-02-06, by Goffi
-
tools (common): fixed dateutil.parser import2019-02-02, by Goffi
-
plugin XEP-0198: don't use hooks on components2019-02-02, by Goffi
-
plugin XEP-0198: fixed typo resulting in a crash on resume2019-01-26, by Goffi
-
plugin XEP-0045: fixed crash when <delay> is used at an unexpected time.2019-01-26, by Goffi
-
plugin mr mercurial, tools(common/utils): moved command protocol to a new module2019-01-25, by Goffi
-
quick frontend (chat): use right type in getOrCreateWidget on new message2019-01-22, by Goffi
-
core (findByFeatures): fixed services discovery2019-01-20, by Goffi
-
quick frontend (app): fixed filtering for chat state notifications2019-01-19, by Goffi
-
quick frontend (chat): fixed use of old method printInfo2019-01-19, by Goffi
-
memory (sqlite): optimizations2019-01-19, by Goffi
-
merge_requests: use XHTML for body2019-01-19, by Goffi
-
plugin pubsub schema: handle XHTML fields2019-01-19, by Goffi
-
frontends, jp, templates: added XHTMLBox widget:2019-01-19, by Goffi
-
core (XMLUI): new XHTMLBox widget:2019-01-19, by Goffi
-
changelog: update2019-01-19, by Goffi
-
core, XEP-0315: move XML element handling to sat_tmp:2019-01-16, by Goffi
-
jp (pubsub): new "transform" command:2019-01-15, by Goffi
-
plugin pubsub admin: pubsub administrator first draft:2019-01-15, by Goffi
-
jp (base): fixed default values for --max-items and --max when using pubsub2019-01-12, by Goffi
-
plugin pubsub schema: code formatting minor update2019-01-12, by Goffi
-
jp (pubsub/search): fixed name for node_max2019-01-12, by Goffi
-
plugin XEP-0315: implementation of Data Forms XML Element2019-01-12, by Goffi
-
date update2019-01-12, by Goffi
-
plugin XEP-0060: set a 30s timeout on items get2019-01-11, by Goffi
-
core (disco): client.disco.requestInfo failure are re-raised:2019-01-11, by Goffi
-
core: findByFeatures speed improvments:2019-01-11, by Goffi
-
tools (common/data_objects): metadata parsing in BlogItems:2019-01-11, by Goffi
-
jp (base): MAM and RSM arguments can now be used for pubsub commands:2019-01-11, by Goffi
-
XEP-0059: max value check:2019-01-11, by Goffi
-
jp (base, pubsub, ticket): handle order-by:2019-01-06, by Goffi
-
plugins XEP-0060, XEP-0313: implemented Order-By protoXEP:2019-01-06, by Goffi
-
plugin XEP-0380: register namespace2019-01-06, by Goffi
-
plugin XEP-0060: fixed MAM return value on getItems():2019-01-06, by Goffi
-
plugin android: fixed path for .cagou_status2019-01-04, by Goffi
-
plugin manhole: manhole debug plugin, first draft:2019-01-04, by Goffi
-
plugin OTR: fixed a bug which was tagging every message as "encrypted"2019-01-04, by Goffi
-
core (constants): added a constant for "encrypted"2019-01-04, by Goffi
-
core (xmpp): don't add to history a message if there is no message and no subject.2019-01-04, by Goffi
-
plugin XEP-0380: Explicit Message Encryption implementation2019-01-04, by Goffi
-
core (xmpp): added "extra" argument to client.feedback2019-01-04, by Goffi
-
memory (sqlite): minor comment move2019-01-04, by Goffi
-
plugin XEP-0384: don't ignore StanzaError if it's not item-not-found2019-01-04, by Goffi
-
plugin XEP-0384: various bug fixes:2019-01-03, by Goffi
-
core (memory/encryption), plugin OTR: finished OTR integration in encryption:2019-01-03, by Goffi
-
core (xmpp): implemented human friendly __unicode__ for client2019-01-03, by Goffi
-
jp (message/send, encryption): encryption handling:2019-01-02, by Goffi
-
jp (xmlui): JidWidget + small improvments:2019-01-02, by Goffi
-
plugin XEP-0384: update to last python-omemo + trust management:2019-01-02, by Goffi
-
core (memory/persistent): new LazyPersistentBinaryDict.remove method2019-01-02, by Goffi
-
core (log): fixed double call to ansiColors2018-12-27, by Goffi
-
core (xmpp): set "to" attribute to <message> element when it's missing:2018-12-27, by Goffi
-
plugin XEP-0045: fixed bad MAM detection on join2018-12-26, by Goffi
-
plugin XEP-0198: allow to customise/disable ack_timeout:2018-12-26, by Goffi
-
plugin OTR: catch and log potr.context.ErrorReceived instead of raising it.2018-12-26, by Goffi
-
plugin XEP-0198: abort connection if ack is not received after a timeout:2018-12-26, by Goffi
-
plugin XEP-0045: don't loop when initiating MAM archive2018-12-12, by Goffi
-
plugin XEP-0045: request 50 *last* MAM messages if new archive2018-12-12, by Goffi
-
core (memory/sqlite): further improvments in update_v7:2018-12-11, by Goffi
-
core (memory/sqlite): fixed v7 update performance issue:2018-12-11, by Goffi
-
jp (message/mam): display metadata when verbose2018-12-10, by Goffi
-
plugin XEP-0313, XEP-0045: loop MAM requests until whole archive is retrieved:2018-12-10, by Goffi
-
plugin XEP-0059: added serialise method2018-12-10, by Goffi
-
core (memory/sqlite): changed history constraint2018-12-09, by Goffi
-
plugin XEP-0045: MAM implementation for MUC2018-12-07, by Goffi
-
plugin XEP-0313: improvments to prepare MUC MAM:2018-12-07, by Goffi
-
core (memory/disco): normalise booleans in extensions2018-12-01, by Goffi
-
core (memory/sqlite): skip a line before debug log showing statements2018-12-01, by Goffi
-
jp (info/disco): better default output for extensions2018-12-01, by Goffi
-
jp (message): new mam subcommand:2018-12-01, by Goffi
-
jp (output): new OUTPUT_MESS output to handle data containing chat messages2018-12-01, by Goffi
-
jp (base): new own_jid host attribute:2018-12-01, by Goffi
-
jp (base): new date_decoder to specify dates in arguments2018-12-01, by Goffi
-
tools (common/date_utils): date_parse_ext + timezone handling:2018-12-01, by Goffi
-
plugin XEP-0060: use new parseExtra methods from MAM and RSM2018-12-01, by Goffi
-
plugin XEP-0313: implementation of MAM for messages:2018-12-01, by Goffi
-
core (memory/sqlite): added stanza_id:2018-12-01, by Goffi
-
core: minor style/typos fixes2018-12-01, by Goffi
-
plugin XEP-0359: Unique and Stable Stanza IDs implementation, first draft2018-12-01, by Goffi
-
core: fixed reactor crash by installing reactor only in makeService2018-11-19, by Goffi
-
core: removed whitespace ping (not needed anymore as we handle XMPP ping)2018-11-19, by Goffi
-
core (xmpp): added NS_X_DATA to disco features2018-11-18, by Goffi
-
jp (base): fixed connection when start_session arg exists but is False2018-11-18, by Goffi
-
plugin XEP-0198: Stream Management implementation:2018-11-18, by Goffi
-
jp: new command "ping"2018-11-10, by Goffi
-
plugin XEP-0199: implementation of XMPP Ping2018-11-10, by Goffi
-
core (xmpp): added missing disco#info namespace to disco info result.2018-11-10, by Goffi
-
core (xmpp): server certificate validation:2018-11-10, by Goffi
-
quick frontend (app): create the contact list immediatly on plug2018-11-05, by Goffi
-
core: fixed package name for Android2018-10-05, by Goffi
-
template: better css files order2018-10-03, by Goffi
-
plugin identity: fixed nick when there is no user part in entity2018-10-03, by Goffi
-
jp (info): replaced "Client" by the more generic "Software"2018-09-27, by Goffi
-
template: fixed by variable used in css_files_noscript2018-09-27, by Goffi
-
doc: CHANGELOG update2018-09-20, by Goffi
-
install: use omemo in install_requires only for platforms supported upstream2018-09-20, by Goffi
-
template: overriden get_template to always have full template name:2018-09-18, by Goffi
-
template: import contextfilter as module attribute2018-09-18, by Goffi
-
core (exceptions): new ConfigError exception2018-09-18, by Goffi
-
jp: fixed bad call to quit2018-09-14, by Goffi
-
tools (common/template), jp: refactoring to handle multiple sites:2018-09-10, by Goffi
-
core(twisted): install reactor before doing anything else2018-08-31, by Goffi
-
frontends (xmlui): class_map is now an arg of create function:2018-08-31, by Goffi
-
plugin XEP-0050, adhoc D-Bus: Ad-Hoc improvment + remote media control:2018-08-31, by Goffi
-
core: findByFeatures fixes2018-08-31, by Goffi
-
core: minor version fix for pyjamas workaround2018-08-31, by Goffi
-
quick frontend (app, chat): encryption handling:2018-08-11, by Goffi
-
plugin XEP-0384: PEP handling + mark as encrypted:2018-08-11, by Goffi
-
plugin XEP-0163: fixed bad PEP filtering2018-08-11, by Goffi
-
plugin OTR: use new "directed" attribute when registering + use new markAsEncrypted2018-08-11, by Goffi
-
core (memore/encryption): new methods and checks:2018-08-11, by Goffi
-
plugin otr: use namespace specified in XEP-03782018-08-11, by Goffi
-
core (memory/encryption): start improvments, stop and getSession:2018-08-11, by Goffi
-
core: we are in dev version again2018-08-04, by Goffi
-
plugin XEP-0384: OMEMO implementation first draft:2018-07-29, by Goffi
-
plugin XEP-0060: added singleton ID ("current")2018-07-29, by Goffi
-
core: new EncryptionHandler class which manage encrypted session as a core feature:2018-07-29, by Goffi
-
core: added async TriggerManager2018-07-29, by Goffi
-
core: style improvments (90 chars limit)2018-07-29, by Goffi
-
Added tag 0.7.0a2 for changeset b42aa52d26212018-07-08, by Goffi
-
install (setup.py): don't use sys.prefix for locales2018-07-08, by Goffi
-
jp (blog): fixed path encoding for inotify2018-07-08, by Goffi
-
Added tag 0.7.0a1 for changeset 534b264d63df (replace former tag after setup fix)2018-07-04, by Goffi
-
Added tag 0.7.0a1 for changeset eecd84a2530a2018-07-04, by Goffi
-
0.7.0a1 release2018-07-04, by Goffi
-
plugin XEP-0077: fixed RegisteringAuthenticator to use TLS if possible2018-07-04, by Goffi
-
misc: renamed former tags from "SàT va.b.c" to "a.b.c"2018-07-04, by Goffi
-
doc (CHANGELOG): added D-Bus namespace change2018-07-02, by Goffi
-
core, frontends: replaced org\.goffi namespaces by org.salutatoi + fixed generation:2018-07-01, by Goffi
-
plugin merge-request/mercurial: fixed missing last line in diff while parsing patch2018-06-29, by Goffi
-
quick_frontend (QuickApp): fixed getCache handling after changes in QuickContactList2018-06-27, by Goffi
-
plugin XEP-0070: use a confirm dialog instead of a form + simplified a bit the code2018-06-27, by Goffi
-
code style reformatting using black2018-06-27, by Goffi
-
core: lines limit2018-06-27, by Goffi
-
plugin merge request (mercurial): escape colons in import name2018-06-27, by Goffi
-
core: some more line limiting2018-06-27, by Goffi
-
quick app: added missing docstring in showDialog2018-06-26, by Goffi
-
quick_frontend(contact list): refactored update:2018-06-24, by Goffi
-
plugin events: invitations improvments + personal list2018-06-20, by Goffi
-
plugin XEP-0045: fixed crash when muc service is not found2018-06-20, by Goffi
-
jp (common): allow tables filters callbacks to have only one argument2018-06-20, by Goffi
-
jp (forums/edit): fixed unicode when dumping in json2018-06-03, by Goffi
-
core (version): added workaround for Pyjamas, avoiding crash when reading VERSION2018-06-03, by Goffi
-
jp (info/session): show short + relative date by default for "started"2018-06-01, by Goffi
-
jp (ticket): new "get" subcommand, to retrieve ticket(s)2018-06-01, by Goffi
-
jp (output): new OUPUT_XMLUI and OUTPUT_LIST_XMLUI outputs2018-06-01, by Goffi
-
jp (blog/preview): fixed guessSyntaxFromPath call2018-06-01, by Goffi
-
core: discoFindByFeatures now return only available resources2018-05-25, by Goffi
-
core (xmpp): fixed "Force server" param on Android2018-05-25, by Goffi
-
core: added local_device argument to discoFindByFeatures2018-05-25, by Goffi
-
core (xmpp): use "phone" type in identities when backend is started from Android2018-05-25, by Goffi
-
tools (common): new files_utils module:2018-05-25, by Goffi
-
jp (file/share/list): fixed default value for jid2018-05-25, by Goffi
-
quick frontends (app): retrieve namespaces on startup2018-05-22, by Goffi
-
plugin XEP-0329: new methods/signals to handle shares:2018-05-22, by Goffi
-
jp (base): fixed jid encoding2018-05-22, by Goffi
-
core (disco): fixed disco capabilities (empty disco was used)2018-05-22, by Goffi
-
quick frontend (app): avoid resource locking on new message2018-05-11, by Goffi
-
plugin XEP-0045: display a note when no configuration is available on the room2018-05-11, by Goffi
-
plugin XEP-0045: fixed room configuration cancellation2018-05-11, by Goffi
-
quick frontend (contact list): don't store "nick" for group contacts:2018-05-11, by Goffi
-
plugin XEP-0045: fixed joining workflow:2018-05-11, by Goffi
-
bridge: added generated pb files to repository (needed for Cagou on Android)2018-04-13, by Goffi
-
core (constants): updated Android constants for Cagou2018-04-13, by Goffi
-
primitivus (xmlui): fixed XMLUIPanel signature2018-04-07, by Goffi
-
setup, tools(utils): fixed versioning in setup and getRepositoryData2018-04-06, by Goffi
-
tools (xmlui): fixed XMLUIDialog signature2018-04-06, by Goffi
-
setup: use NAME to get version2018-04-05, by Goffi
-
tools (utils): better repository version handling:2018-04-05, by Goffi
-
setup: use scm version2018-04-05, by Goffi
-
setup: version is now set in SAT/VERSION, sat is not imported anymore in setup2018-04-05, by Goffi
-
README: typo2018-04-04, by Goffi
-
README: added Arnaud Joset to contributors2018-04-04, by Goffi
-
tools(utils): fixed path handling in getRepositoryData2018-04-04, by Goffi
-
setup: minimal version of sat_tmp is 0.0.32018-04-04, by Goffi
-
core: replaced gtk3reactor by gireactor2018-04-03, by Goffi
-
setup: use constants to get name and version2018-04-03, by Goffi
-
setup: removed ez_setup.py2018-04-02, by Goffi
-
core, setup: huge cleaning:2018-04-02, by Goffi
-
plugin merge-request mercurial: keeps more chars for import name2018-04-02, by Goffi
-
plugin merge-request mercurial: accept space and period for import name sanitization2018-04-02, by Goffi
-
plugin merge-request mercurial: better name sanitization for import2018-04-02, by Goffi
-
jp (merge-request,common): fixed URIFinder when metadata are not needed:2018-04-02, by Goffi
-
README: minor line addition2018-04-01, by Goffi
-
jp (base): fixed URI's item with use_pubsub2018-04-01, by Goffi
-
README: label to use for tickets and merge requests is specified2018-04-01, by Goffi
-
plugin uri finder, jp (merge-request): labels handling:2018-04-01, by Goffi
-
jp (base): added C.ITEM pubsub flag when --item is required2018-03-31, by Goffi
-
README: specified URIs location for tickets and merge requests2018-03-31, by Goffi
-
plugin uri finder: plugin to find URIs in well-known locations2018-03-31, by Goffi
-
plugin merge-requests: fixed labels (they were using textbox instead of list)2018-03-30, by Goffi
-
jp (merge-request/import): added import command2018-03-30, by Goffi
-
plugin merge-requests, mercurial merge-requests: merge request import implementation2018-03-30, by Goffi
-
plugin XEP-0115: fixed caps initial check2018-03-30, by Goffi
-
jp (merge/get): "get" command first draft:2018-03-29, by Goffi
-
jp (xmlui): added whitelist, read_only and values_only options:2018-03-29, by Goffi
-
frontends (xmlui): added whitelist argument:2018-03-29, by Goffi
-
jp (base): add --max option:2018-03-29, by Goffi
-
jp (base): fixed use_pubsub when pubsub_flags is not needed2018-03-29, by Goffi
-
tools (common/data_objects): fixed Identity2018-03-26, by Goffi
-
core: added bare_jid and identities arguments to discoGetByFeatures:2018-03-26, by Goffi
-
plugin XEP-0234: fixed regex import2018-03-25, by Goffi
-
core (disco), plugin XEP-0115: client use + capabilities hash improvment:2018-03-24, by Goffi
-
jp: pubsub options refactoring:2018-03-21, by Goffi
-
jp (output/template): fixed template output (media_dir was missing)2018-03-21, by Goffi
-
component file sharing: changed pubsub identity:2018-03-18, by Goffi
-
component file sharing: comments metadata:2018-03-16, by Goffi
-
component file sharing: comments handling first draft:2018-03-16, by Goffi
-
core: use C.bool to detect value of "handler" field in PLUGIN_INFO2018-03-16, by Goffi
-
core (constants): accept "yes" as a True value in bool()2018-03-16, by Goffi
-
jp (common): assure nosplitright in default commands for edition with vim2018-03-16, by Goffi
-
plugin XEP-0264: handle truncated files2018-03-14, by Goffi
-
plugin XEP-0329: fixed extra key serialisation before sending to bridge2018-03-14, by Goffi
-
component file sharing: fixed hash handling (key has been renamed to "file_hash")2018-03-14, by Goffi
-
core (memory): use bare jid for owner in setFiles:2018-03-14, by Goffi
-
jp (file/send): --name can now be specified2018-03-14, by Goffi
-
template: added icon handling:2018-03-11, by Goffi
-
file sharing component: thumbnails integration first draft:2018-03-02, by Goffi
-
plugin XEP-0264: thumbnails handling implementation2018-03-02, by Goffi
-
plugin XEP-0054: use .jpg instead of .jpe for jpeg files2018-03-02, by Goffi
-
core (memory/cache): common cache:2018-03-02, by Goffi
-
core (memory): fixed _getParentDir call in setFile2018-03-02, by Goffi
-
core (memory/sqlite): renamed column for files from hash to file_hash:2018-03-02, by Goffi
-
plugin XEP-0054: removed Image.ANTIALIAS filter:2018-03-01, by Goffi
-
jp (file): file sharing + improvments:2018-02-28, by Goffi
-
plugin file sharing component: first draft:2018-02-28, by Goffi
-
XEP-0329: implementation of File Information Sharing:2018-02-28, by Goffi
-
XEP-0065,XEP-0096,XEP-0166,XEP-0235,XEP-0300: file transfer improvments:2018-02-28, by Goffi
-
core (memory): file metadata handling methods:2018-02-28, by Goffi
-
memory (sqlite): files handling:2018-02-28, by Goffi
-
core (trigger): new returnPoint method:2018-02-28, by Goffi
-
core (client): component improvments:2018-02-28, by Goffi
-
core (client): set default timeout of IQ to 60 seconds2018-02-28, by Goffi
-
jp (common/table): a column can be hidden + fix for empty tables2018-02-28, by Goffi
-
jp (profile/create): errback handling2018-02-28, by Goffi
-
jp (event): added missing arg to _attend_filter2018-02-28, by Goffi
-
jp (base): added verbosity property to CommandBase2018-02-28, by Goffi
-
plugin pipe/stream, file transfert: refactoring and improvments:2018-02-07, by Goffi
-
plugin XEP-0166: added errback to terminate, which only logs issues2018-02-01, by Goffi
-
jp (base): fixed assertion error when using CommandAnswering2018-01-30, by Goffi
-
jp (forums): forums handling commands, first draft2018-01-30, by Goffi
-
plugin forums: first draft:2018-01-30, by Goffi
-
dates update2018-01-26, by Goffi
-
plugin blog import dotclear: use a smaller and lower case prefix to generate ids2018-01-24, by Goffi
-
plugin XEP-0277: use shortuuid instead of uuid + use item's XMPP URI for atom ID2018-01-22, by Goffi
-
plugin blog static: added background parameter, to set an image2018-01-22, by Goffi
-
tool (utils): import directly parser from dateutil2018-01-21, by Goffi
-
plugin XEP-0277: microblog namespace is now registered2018-01-19, by Goffi
-
core: 'x-data' namespace is now registered2018-01-19, by Goffi
-
plugin merge-requests: fixed "set" method2018-01-13, by Goffi
-
plugins tickets, merge-requests: fixed call of prepareBridgeSet2018-01-13, by Goffi
-
plugins schema, merge_requests, tickets*: factorisation2018-01-12, by Goffi
-
tools (common/data_objects): added Room class2018-01-05, by Goffi
-
template: date filter improvments:2018-01-02, by Goffi
-
tools (common/data_objects): added classes for messages2018-01-02, by Goffi
-
plugin XEP-0045: added mucNickGet to retrieve our nickname in a MUC room2018-01-02, by Goffi
-
plugin XEP-0060: added an config option to set pubsub service2017-12-12, by Goffi
-
jp (blog): added "set" command to publish content from stdin without editing2017-12-11, by Goffi
-
jp (base): added exitCb generic callback to display a message and quit2017-12-11, by Goffi
-
jp (pubsub/search): fixed --item argument2017-12-11, by Goffi
-
template (filters): don't crash on invalid date in date_fmt2017-11-30, by Goffi
-
template: remove extension from elements while looking for a path:2017-11-30, by Goffi
-
tools (config): complexe data can now be set using json and the "_json" suffix2017-11-30, by Goffi
-
jp (merge-request): first draft:2017-11-30, by Goffi
-
plugin merge requests Mercurial: first draft:2017-11-30, by Goffi
-
plugin merge requests: first draft:2017-11-30, by Goffi
-
plugin tickets: handle "update" flag + various improvments:2017-11-30, by Goffi
-
core (XMLUI): added value property for StringWidget and ListWidget2017-11-30, by Goffi
-
core: specify profile on NotFound exception2017-11-30, by Goffi
-
plugin XEP-0060: added node watching methods to bridge:2017-11-19, by Goffi
-
core: added a mechanism to associate short names to namespaces:2017-11-19, by Goffi
-
plugin import: fixed deserialisation of pubsub service2017-11-15, by Goffi
-
template (XMLUI): added JidInputWidget2017-11-15, by Goffi
-
plugin XEP-0277: better getCommentsService:2017-11-15, by Goffi
-
plugin XEP-0060: use new findServiceEntity to get default pubsub service2017-11-15, by Goffi
-
memory (disco): added findServiceEntity helper method to get first service of a kind2017-11-15, by Goffi
-
plugin tickets: fill reporter field when it is not already filled2017-11-11, by Goffi
-
core (XMLUI): form's XMLUI is use as first arguments for filters in dataForm2Widgets2017-11-11, by Goffi
-
core (XMLUI): added a "value" property in TextWidget2017-11-11, by Goffi
-
plugin identity: fixed jid.userhostJID call + capitalize user when jid is used.2017-11-11, by Goffi
-
template: added dict_ext filter to extend a dictionary2017-11-09, by Goffi
-
frontends (xmlui): fixed crash on advanced_list use:2017-11-08, by Goffi
-
XEP-0060: fixed bad attribute in getItems2017-11-08, by Goffi
-
template: fixed the use of eval_context_filter in item_filter2017-11-05, by Goffi
-
plugin tickets: added ticketsSet and ticketsSchemaGet methods:2017-11-05, by Goffi
-
frotends(xmlui): fixed _xmlui_for_name attribute for labels2017-11-05, by Goffi
-
jp (debug): new monitor command to show pretty formatted XML stream2017-11-04, by Goffi
-
jp (pubsub/node/create): fixed --field option2017-11-04, by Goffi
-
plugin XEP-0277: minor id generation change2017-11-04, by Goffi
-
misc: date update (yes it's a bit late :p )2017-11-03, by Goffi
-
jp (xmlui): fixed workflow when value is for a BoolWidget2017-10-31, by Goffi
-
jp (ad-hoc/run): node is now a positional argument2017-10-31, by Goffi
-
jp (ad-hoc): new "list" and "run" commands:2017-10-31, by Goffi
-
jp: XMLUI implementation first draft:2017-10-31, by Goffi
-
core (disco): do not cache disco items when node is set2017-10-31, by Goffi
-
core (xmlui): fixed data_form => XMLUI conversion when filters is None2017-10-31, by Goffi
-
plugin tickets: high level tickets handling, first draft:2017-10-27, by Goffi
-
template: improved date formatter:2017-10-27, by Goffi
-
template: new item_value filter2017-10-27, by Goffi
-
template(XMLUI): added items property to ListWidget:2017-10-27, by Goffi
-
plugin tickets import bugzilla: fixed parsing of "created" and "updated" fields2017-10-27, by Goffi
-
core (XMLUI): filters can now be used when converting data form to XMLUI:2017-10-27, by Goffi
-
core (XMLUI), template(XMLUI): added flags to ListWidget:2017-10-27, by Goffi
-
plugins tickets import, jp (ticket/import): implemented mapping:2017-10-27, by Goffi
-
plugin pubsub schema: allow any data_form schema:2017-10-27, by Goffi
-
template: added media_path to template data2017-10-27, by Goffi
-
plugin tickets import: create comments nodes with open access/publishing2017-10-27, by Goffi
-
jp (pubsub/delete): show deleted node + handle URIs2017-10-27, by Goffi
-
plugins import, tickets import, bugzilla import: comments handling:2017-10-20, by Goffi
-
frontends (xmlui): added ValueGetter.keys2017-10-20, by Goffi
-
template: gidx methods improvment:2017-10-16, by Goffi
-
tools (common/data_objects): new OnClick class2017-10-16, by Goffi
-
plugin import ticket, import ticket bugzilla: some normalization in values:2017-10-16, by Goffi
-
plugin schema: use new "prepend" argument to put "id" widget first.2017-10-16, by Goffi
-
core (xmlui): new "prepend" argument for dataForm2Widgets and dataFormResult2XMLUI:2017-10-16, by Goffi
-
template (xmlui): new properties + inheritance fix:2017-10-16, by Goffi
-
plugin schema: deserialise is now the last kw argument2017-10-16, by Goffi
-
frontends (xmlui): new _xmlui_for_name attribute:2017-10-16, by Goffi
-
frontends (xmlui): new widget_value dict to get first value of widget by name2017-10-16, by Goffi
-
jp (file): typo2017-10-16, by Goffi
-
jp (ticket): ticket command first draft:2017-10-06, by Goffi
-
plugin tickets import Bugzilla: Bugzilla tickets importer:2017-10-06, by Goffi
-
plugin tickets import: specialized importer for tickets, first draft:2017-10-06, by Goffi
-
plugin pubsub schema: values handling:2017-10-06, by Goffi
-
plugin import: generic data import plugin:2017-10-01, by Goffi
-
jp (base): fixed CommandAnswering and progress bar2017-10-01, by Goffi
-
core (xmlui): container now keep a list of children2017-10-01, by Goffi
-
core (xmlui): added method to convert data form result to XMLUI:2017-10-01, by Goffi
-
plugin PubSub Schema: schema helper methods:2017-10-01, by Goffi
-
template: template XMLUI first draft:2017-09-24, by Goffi
-
core, frontends (xmlui): new LabelContainer:2017-09-24, by Goffi
-
plugin XEP-0060: use client instead of profile_key in getItems2017-09-24, by Goffi
-
core (memory/sqlite): typo2017-09-22, by Goffi
-
core (memory/sqlite): better stability:2017-09-21, by Goffi
-
tmp (wokkel): fixed subscriptions node handling2017-09-08, by Goffi
-
jp (shell): changed prompt colour2017-09-08, by Goffi
-
jp (shell): fixed use of profile + added EOF handling:2017-09-08, by Goffi
-
jp (pubsub): added subscribe, unsubscribe and subscriptions methods:2017-09-08, by Goffi
-
plugin schema: PubSub node schema, first draft2017-09-06, by Goffi
-
tmp(wokkel/pubsub): allows getNodes to return names using tuples(node/names)2017-08-27, by Goffi
-
jp (output/template): check if there is a template before initializing Renderer2017-08-23, by Goffi
-
jp (info/disco): fixed headers order for items table2017-08-22, by Goffi
-
jp (info/disco): type selection + output improvments:2017-08-22, by Goffi
-
jp (common): added use_buffer argument in Table:2017-08-22, by Goffi
-
jp (common): fixed empty table display when headers are specified2017-08-22, by Goffi
-
jp (info/disco): added --no-cache option2017-08-22, by Goffi
-
plugin XEP-0277: added microblog namespace to disco info2017-08-20, by Goffi
-
jp (info): fixed help for version and session2017-08-20, by Goffi
-
jp (pubsub/node): added subscriptions subcommand:2017-08-20, by Goffi
-
plugin XEP-0060: implemented subscriptions management method for node owner:2017-08-20, by Goffi
-
tmp (wokkel/pubsub): subscriptions improvments:2017-08-20, by Goffi
-
jp (profile): added disconnect command2017-08-20, by Goffi
-
jp (common): fixed decode error when item is not specified2017-07-14, by Goffi
-
primitivus (chat): only scroll down if we are at the bottom of the discussion2017-07-14, by Goffi
-
jp (blog/edit): avoid call to syntaxConvert if syntax is already XHTML2017-07-13, by Goffi
-
jp (blog/edit): pretty format XHTML before editing it2017-07-13, by Goffi
-
jp (common): fixed encoding issue in URLs2017-07-13, by Goffi
-
tools(common/uri): fixed encoding in buildXMPPUri2017-07-13, by Goffi
-
jp (blog/get): added "url" key, which compute xmpp: URL of items2017-07-13, by Goffi
-
jp (blog/edit): syntax modifications:2017-07-13, by Goffi
-
plugin text syntaxes: various improvments:2017-07-13, by Goffi
-
template: print warning message and use DEFAULT_LOCALE on bad locale2017-07-12, by Goffi
-
plugins invitation, XEP-0277: strip language, we don't want spaces2017-07-12, by Goffi
-
jp (pubsub/search): fixed encoding for stdin in external commands2017-07-09, by Goffi
-
plugin XEP-0060: remove max_items when item_ids is set on getItems2017-07-08, by Goffi
-
jp (pubsub/search): profile is transmited to subcommand for "exec" action2017-07-08, by Goffi
-
jp (pubsub): new search command:2017-07-08, by Goffi
-
plugin XEP-0060: fixed service in metadata for PEP2017-07-08, by Goffi
-
jp (shell): use of subprocess instead of running commands in the same process:2017-07-07, by Goffi
-
jp (base): typo2017-07-07, by Goffi
-
jp (shell): added "whoami" command to print currently used profile2017-07-06, by Goffi
-
jp (shell): don't print header if a command is specified in help2017-07-06, by Goffi
-
jp (shell): shell command (REPL mode), first draft:2017-07-06, by Goffi
-
plugin Pubsub Hook: first draft:2017-07-05, by Goffi
-
jp (common): fixed the use of --last-item when "-n [node]" is used2017-07-05, by Goffi
-
plugin XEP-0060: addManagedNode callbacks now use client syntax instead of profile2017-07-05, by Goffi
-
core (tools/email): an unicode "to" email (instead of a list) can now be used2017-07-05, by Goffi
-
core (memory/persistent): fixed calls to delPrivateValue2017-07-05, by Goffi
-
jp (event/invitee): added list command to get R.S.V.P. :2017-07-02, by Goffi
-
jp (event): added checkURI to InviteeGet and InviteeSet2017-07-02, by Goffi
-
jp (common): new ansi_ljust, ansi_rjust and ansi_center command + table:2017-07-02, by Goffi
-
jp (standard output): added simple, json and json_raw for OUTPUT_DICT_DICT2017-07-02, by Goffi
-
jp (constants): added OUTPUT_DICT_DICT for dictionaries of nested dictionaries2017-07-02, by Goffi
-
plugin events: added eventInviteesList method to get all R.S.V.P. at once.2017-07-02, by Goffi
-
jp (input/csv): fixed encoding issue in debug mode2017-06-29, by Goffi
-
jp (pubsub/node/affiliations/set): call checkURI2017-06-29, by Goffi
-
jp (pubsub/node/set): added checkURI to handle xmpp: URIs2017-06-29, by Goffi
-
plugin XEP-0277: max_items fix (last "fix" about it was actually bad)2017-06-29, by Goffi
-
jp (event/invitee/invite): command to use new eventInvite backend method2017-06-29, by Goffi
-
plugin XEP-0277: change affiliations for comments + fixes:2017-06-29, by Goffi
-
jp (invitation/create): typo2017-06-29, by Goffi
-
jp (pubsub/get): renamed --id option to --item for consistency with other commands2017-06-29, by Goffi
-
jp (input): log improvments + empty filter:2017-06-28, by Goffi
-
jp (pubsub/delete): delete command implementation (to delete an item)2017-06-28, by Goffi
-
jp (cmd_pubsub): xmpp: uri handling, first draft2017-06-28, by Goffi
-
jp (input): input command first draft:2017-06-27, by Goffi
-
jp (base): added no_lf in disp() to avoid printing a line feed2017-06-27, by Goffi
-
jp (common): added --last-item to take last item when no item id is found/given2017-06-27, by Goffi
-
jp (pubsub/edit): new edit subcommand, which work in a same way as for blog2017-06-27, by Goffi
-
jp (pubsub): psItemGet has been renamed to psItemsGet as several items are gotten2017-06-27, by Goffi
-
jp (blog, common): various fixes in common and blog:2017-06-27, by Goffi
-
jp (blog): minor typo fix2017-06-27, by Goffi
-
jp (blog, common): moved and improved edit code from blog:2017-06-27, by Goffi
-
jp (constants): added exit code for data error.2017-06-27, by Goffi
-
jp (blog): added language in managed keys2017-06-25, by Goffi
-
tools (common/template): changed blog_date filter to date_days2017-06-24, by Goffi
-
tools (common/template): ScriptsHandler fix/improvments:2017-06-24, by Goffi
-
plugin XEP-0277, tools/common/data_objects: language handling2017-06-22, by Goffi
-
core (stdui): added a FIXME to not use plugin/default_host in the future2017-06-21, by Goffi
-
jp (invitation): fixed inconsistency in language handling2017-06-21, by Goffi
-
core: added hosts_dict handling in general config:2017-06-19, by Goffi
-
plugin XEP-0054: fixed not transmitted arguments in getAvatar2017-06-03, by Goffi
-
core (tools/common/data_objects): added classes to handle Identities2017-05-22, by Goffi
-
plugin identity: plugin identity first draft:2017-05-21, by Goffi
-
plugin XEP-0054: nick handling + don't remove data on avatar set2017-05-21, by Goffi
-
core: fixed profile key detection in getClients + raise DataError on empty profile2017-05-21, by Goffi
-
jp (invitation): fixed typo2017-05-21, by Goffi
-
core (tools/common/template): i18n support2017-05-21, by Goffi
-
jp (event): don't use dayfirst for YY-MM-DD style dates2017-05-21, by Goffi
-
plugin events: fixed blog/invitees uri handling2017-05-19, by Goffi
-
core (tools/common/template): helping methods/filters for templates:2017-05-19, by Goffi
-
plugin events: separation of event node and invitees node2017-05-19, by Goffi
-
core (tools/common/uri): don't display finale "?" if no extra data is specified2017-05-19, by Goffi
-
jp (uri): new command to parse or generate XMPP URIs2017-05-19, by Goffi
-
jp (pubsub/uri): fixed URI generation2017-05-19, by Goffi
-
core (tools/utils): added method to parse XMPP dates2017-05-19, by Goffi
-
jp: fixed progress2017-05-03, by Goffi
-
jp (event): event handling commands, first draft2017-04-26, by Goffi
-
jp: added use_pubsub and use_pubsub_node_req arguments to CommandBase2017-04-26, by Goffi
-
jp (invitation): added list subcommand2017-04-26, by Goffi
-
jp (output): added LIST_DICT output, to handle list of dictionaries2017-04-26, by Goffi
-
jp: added constant to handle ANSI code for header and subheaders2017-04-26, by Goffi
-
plugin event: first draft:2017-04-26, by Goffi
-
plugin invitations: added invitationList command2017-04-26, by Goffi
-
tools (common/uri): minor comment update2017-04-20, by Goffi
-
tools (common/data_objects): comments items can now be chained to their parent2017-04-17, by Goffi
-
plugin XEP-0277: comments node access model changes:2017-04-17, by Goffi
-
plugin XEP-0060: getNodeAffiliations use jid.JID as keys instead of jids as unicode2017-04-17, by Goffi
-
jp (blog): service and node can now be specified for edit command2017-04-16, by Goffi
-
jp (pubsub): added uri command to build pubsub URI2017-04-16, by Goffi
-
plugin invitations: fixed url_template check2017-04-16, by Goffi
-
tools/common (uri): added a method to build URI2017-04-16, by Goffi
-
jp (pubsub/node): added create and delete commands2017-04-02, by Goffi
-
jp (invitation): added modify command2017-04-02, by Goffi
-
plugin invitations: added modify method (+ bridge) and fixed email setting in extra2017-04-02, by Goffi
-
plugin XEP-0060: node create/delete improvments:2017-04-02, by Goffi
-
tmp(wokkel/pubsub): fixed configuration parsing2017-04-02, by Goffi
-
tools(common/uri): XMPP uri parsing module, first draft2017-03-29, by Goffi
-
jp (invitation): invitation command first draft2017-03-29, by Goffi
-
jp (base): added msg and exit_code argument to errback so it's more generic2017-03-29, by Goffi
-
plugin invitations: fixed leak of uuid in jid2017-03-26, by Goffi
-
jp (pubsub/node) added pubsub/node/affiliations/set command2017-03-26, by Goffi
-
jp (pubsub): added affiliations and node/affiliations/get:2017-03-23, by Goffi
-
plugin XEP-0060: added affiliation handling:2017-03-23, by Goffi
-
tmp (wokkel/pubsub): fixed affiliations (normal entity) handling2017-03-23, by Goffi
-
tmp (wokkel/pubsub): fixed configuration setting2017-03-23, by Goffi
-
jp (pubsub/node): added set command2017-03-13, by Goffi
-
jp (pubsub): added pubsub/node/info command to retrieve node configuration2017-03-13, by Goffi
-
plugin XEP-0060: added getConfiguration ad psNodeConfigurationGet bridge method2017-03-13, by Goffi
-
plugin XEP-0060: renamed psGet bridge method to psItemGet2017-03-13, by Goffi
-
jp (output dict): added color and no-header option2017-03-13, by Goffi
-
jp (base): raise InternalError if output is used when use_output is not declared2017-03-13, by Goffi
-
jp (output xml): remove blank spaces on parsing for better pretty printing2017-03-13, by Goffi
-
jp(pubsub/get): pubsub/get command, first draft2017-03-12, by Goffi
-
jp (base): output can now specify a default when registering2017-03-12, by Goffi
-
jp (base): replaced log.warning by stderr prints2017-03-12, by Goffi
-
jp (outputs): moved output options parsing and checking to base methods2017-03-12, by Goffi
-
jp (std output): force unicode on simple output2017-03-12, by Goffi
-
plugin XEP-0060: added psGet bridge method2017-03-12, by Goffi
-
plugin invitations: first draft:2017-03-12, by Goffi
-
plugin XEP-0077: minor raise fix2017-03-12, by Goffi
-
plugin account, tools: some cleaning account + email and password tools:2017-03-12, by Goffi
-
jp (profile): fixed help gettext calls2017-03-09, by Goffi
-
plugin XEP-0077: added changePassword and removeRegistration methods2017-03-08, by Goffi
-
jp (profile/list): fixed options help2017-03-08, by Goffi
-
core, plugin XEP-0077: in-band registration fix and move:2017-03-08, by Goffi
-
primitivus: fixed profileCreate bridge call2017-03-08, by Goffi
-
i18n: updated sat.po2017-03-06, by Goffi
-
tools(templates): workflow improvments:2017-03-05, by Goffi
-
core, bridge: renamed getProfileName to profileNameGet according to new conventions2017-03-05, by Goffi
-
core, frontends: various fixes for Libervia:2017-02-26, by Goffi
-
core (memory/cache): escape profile when creating cache dir2017-02-26, by Goffi
-
tools (common): fixed tty detection when isatty is not available2017-02-23, by Goffi
-
jp (blog): set default template and data mapping for the new template output2017-02-21, by Goffi
-
jp (output): template output first draft:2017-02-21, by Goffi
-
jp (base): improved module import:2017-02-21, by Goffi
-
core (tools/common): data objects first draft:2017-02-21, by Goffi
-
core (tools/common): template renderer first draft:2017-02-21, by Goffi
-
jp (blog): added blog/get command:2017-02-16, by Goffi
-
jp (core): added extra_outputs:2017-02-15, by Goffi
-
jp (info/disco): added --node argument2017-02-12, by Goffi
-
core(memory.disco), bridge: discoInfos and discoItems now handle node2017-02-12, by Goffi
-
plugin XEP-0045: fix after client refactoring2017-02-12, by Goffi
-
core: added release name in constants + full version2017-02-12, by Goffi
-
core, frontends: getProfilesList renamed to profilesGetList + behaviour change:2017-02-12, by Goffi
-
core (plugins): added missing contants + use of new constants in PLUGIN_INFO2017-02-12, by Goffi
-
core, jp: component handling + client handling refactoring:2017-02-12, by Goffi
-
memory (sqlite): introduced component table, schema updated:2017-02-06, by Goffi
-
primitivus: fixed resources diplay in contact list2017-02-06, by Goffi
-
plugin OTR, core; use of new sendMessage + OTR mini refactoring:2017-02-05, by Goffi
-
plugin XEP-0297: used sendMessage in forward, and added comment/warning:2017-02-05, by Goffi
-
core (client): added feedback and sendMessage methods:2017-02-05, by Goffi
-
quick app: check type in notify2017-02-05, by Goffi
-
primitivus: fixed display of error if a message can't be sent2017-02-05, by Goffi
-
plugin XEP-0280: new setPrivate method to tell server not to carbon copy it.2017-02-05, by Goffi
-
core: replaced SkipHistory exception by a key in mess_data:2017-02-05, by Goffi
-
plugin XEP-0334: fixed and improved message processing hints:2017-02-05, by Goffi
-
plugin otr: various improvments:2017-02-01, by Goffi
-
core (menus): improvments:2017-01-26, by Goffi
-
plugin sec OTR: fixed OTR:2017-01-26, by Goffi
-
quick frontend(contact list): added all_iter property to get all cached entities2017-01-15, by Goffi
-
plugin XEP-0054, quick frontend(app): various improvments:2017-01-15, by Goffi
-
quick frontend (contact list): fixed cached key removal2017-01-15, by Goffi
-
jp (core): fixed signal registration for progressions2017-01-15, by Goffi
-
bridge (constructor/embedded): fixed warning on unregistered callback2017-01-15, by Goffi
-
plugin XEP-0277: fixed mbSetAccess double registration2017-01-15, by Goffi
-
core (memory/cache): geFilePath now return None when uid is empty2017-01-15, by Goffi
-
jp (info/session): added a command to get data on current session2017-01-05, by Goffi
-
jp (constants): added exit code for error on bridge method call2017-01-05, by Goffi
-
plugin text commands: added /whoami command which return current full jid2017-01-05, by Goffi
-
plugin XEP-0231: Bits of Binary first draft:2017-01-05, by Goffi
-
core (memory/cache): file caching handling, first draft:2017-01-05, by Goffi
-
core (xml_tools): fixed findAll2017-01-03, by Goffi
-
frontends(tools/strings): put URL regex outside of getURLParams and precompile it2017-01-01, by Goffi
-
plugin text syntaxes: log error on cleanXHTML failure2017-01-01, by Goffi
-
core(constants): added a constant for profile extension (PLUGIN_EXT):2016-12-25, by Goffi
-
misc: README update2016-12-24, by Goffi
-
quick frontend (quick app): added progressFinished and progressError listeners2016-12-22, by Goffi
-
quick frontend (quick app): fixed use of profile_manager.connected2016-12-20, by Goffi
-
Primitivus (xmlui): use constants for BOOL_TRUE and BOOL_FALSE value2016-12-20, by Goffi
-
plugin android: first draft:2016-12-19, by Goffi
-
plugin XEP-0280: Message Carbons first draft2016-12-18, by Goffi
-
primitivus, jp: dynamic bridge + fixed D-Bus bridge:2016-12-18, by Goffi
-
quick_frontend(QuickApp): added onBridgeConnected method2016-12-18, by Goffi
-
xep-0184: delivery receipts are now activated by default2016-12-18, by Goffi
-
xep-0070: fixed use of byte string instead of unicode2016-12-18, by Goffi
-
frontends(xmlui): better handling of missing _xmluiAppend2016-12-18, by Goffi
-
bridbe(pb): Perspective Broker bridge, first draft2016-12-13, by Goffi
-
bridge, quick_frontend: preparation for async bridge2016-12-13, by Goffi
-
core(stdui/profile manager): fixed authentication cancellation2016-12-04, by Goffi
-
core, quick_frontends: android compatibility hacks:2016-12-04, by Goffi
-
core: bridge can now be changed in conf2016-12-04, by Goffi
-
bridge (constructor): embedded bridge generator:2016-10-05, by Goffi
-
bridge (D-Bus): bad design fixes:2016-10-03, by Goffi
-
bridge (constructor): refactoring:2016-10-02, by Goffi
-
bridge(constructor): constructor now uses argparse instead of optparse2016-10-02, by Goffi
-
bridge(D-Bus): minotr argument name fix2016-10-02, by Goffi
-
quick frontend(contact_list): avoid crash when resource in cache has not priority2016-10-02, by Goffi
-
jp (message/send): message/send can now send XHTML (-x) or rich (-r) messages2016-09-25, by Goffi
-
plugin XEP-0071: fixed rich and xhtml sending + add simple text body if not present2016-09-25, by Goffi
-
frontends (tools): added a module to parse CSS colors2016-09-25, by Goffi
-
quick frontend (chat): update use a dict2016-09-23, by Goffi
-
jp (avatar): avatar get/set implementations, first draft2016-09-13, by Goffi
-
jp (core): added EXIT_NOT_FOUND constant, which return 16 as exit code2016-09-13, by Goffi
-
plugin XEP-0054(XEP-0153): added a getAvatar:2016-09-13, by Goffi
-
core (stdui): fixed cancellation of ContactList forms2016-09-11, by Goffi
-
quick frontend (menus): minor docstring fixes2016-09-11, by Goffi
-
jp (debug/bridge/method,signal): fixed argument parsing2016-09-10, by Goffi
-
quich frontend, primivius (chat): better avatar handling:2016-09-09, by Goffi
-
plugin XEP-0045, quick frontend (app,chat): various chat improvments:2016-09-09, by Goffi
-
quick frontend (contact list): better handling of cache with full jid:2016-09-09, by Goffi
-
plugin XEP-0054: fix use of full jid for room occupants2016-09-09, by Goffi
-
quick frontend (chat): recreateArgs implementation2016-09-09, by Goffi
-
plugin XEP-0045: minor docstring fix2016-09-09, by Goffi
-
quick frontend (chat): added helping properties avatar and contact_list2016-08-28, by Goffi
-
quick frontend(QuickApp): added getDefaultAvatar method:2016-08-28, by Goffi
-
plugin XEP-0245: removed plugin XEP-0245:2016-08-28, by Goffi
-
bridge (bridge_template.ini): minor doc fix2016-08-28, by Goffi
-
jp (debug): method callback now handles methods without return value2016-08-28, by Goffi
-
core: line feed (\n) are now forbidden in profile names2016-08-28, by Goffi
-
quick frontend (app): avatar filename is not requested anymore if value is empty2016-08-28, by Goffi
-
quick frontend (chat): fixed getWidgetHash2016-08-28, by Goffi
-
plugin XEP-0045, XEP-0054, XEP-0096: deprecated bridge method are not used anymore2016-08-28, by Goffi
-
core (xmlui): added a quickNote method to easily send notes2016-08-28, by Goffi
-
quick frontend (quick_app): fixed user_action from action coming from backend2016-08-21, by Goffi
-
jp (debug/bridge): fixed unicode handling of arguments2016-08-21, by Goffi
-
jp: added jp/debug commands:2016-08-21, by Goffi
-
plugin debug: first draft:2016-08-21, by Goffi
-
frontends (xmlui): added a user_action attribute:2016-08-21, by Goffi
-
core (constants): added XMLUI_DATA_LVLS constants which group all available levels2016-08-21, by Goffi
-
quick frontend (app): fixed regression in groups handling2016-08-10, by Goffi
-
quick frontend (QuickApp): unicode string fix2016-08-08, by Goffi
-
misc: fixed 0.6.1 tag2016-08-08, by Goffi
-
primitivus, quick frontend (chat): moved time text generation to QuickChat2016-08-08, by Goffi
-
plugin XEP-0045: fixed options parameter handling in bridge callback2016-08-07, by Goffi
-
quick frontend (widget): minor profiles check on widget creation2016-08-07, by Goffi
-
quick frontend(chat): fixed traceback in log message2016-08-07, by Goffi
-
misc: updated Chteufleur contributions in README2016-08-02, by Goffi
-
quick frontends, primitivus: messageState signal handling2016-08-02, by Goffi
-
plugin XEP-0184: Implementation of XEP-0184 (Message Delivery Receipts)2016-07-28, by Geoffrey POUZET
-
plugin XEP-0045: added bridge method to change subject2016-07-24, by Goffi
-
quick_frontend(chat): better handling of cached signals when initialising widget2016-07-24, by Goffi
-
quick_frontend, primitivus: better notifications handling2016-07-24, by Goffi
-
plugin XEP-0070: change message popup to be more user-friendly2016-07-19, by Geoffrey POUZET
-
backend (memory), frontends: improved history filtering:2016-07-17, by Goffi
-
primitivus: dont call chatStateComposing where history keys are pressed2016-07-17, by Goffi
-
plugin lang detect: added a parameter to (de)activate the detection2016-07-17, by Goffi
-
primitivus (chat): don't send notification for move messages2016-07-17, by Goffi
-
primitivus: fixed notifications counter for simple messages in MUC rooms2016-07-17, by Goffi
-
plugin XEP-0085, quick_frontends, primitivus: chat states are working again2016-07-17, by Goffi
-
added Chteufleur in contributors in README2016-07-15, by Goffi
-
plugin XEP-0070: implementation of XEP-0070 (verifying HTTP request via XMPP)2016-07-11, by Geoffrey POUZET
-
merged 0.6.1 bookmark. This bookmark (0.7-dev) is now the main one2016-07-15, by Goffi
-
Added tag 0.6.1 for changeset 3a16a74796602016-07-13, by Goffi
-
installation (MANIFEST): added misc directory2016-07-13, by Goffi
-
Added tag 0.6.1 for changeset 30e83614af482016-07-12, by Goffi
-
fixed exclusion of vim's undo file in MANIFEST.in2016-07-12, by Goffi
-
added 0.6.1 tag2016-07-12, by Goffi
-
version update (0.6.1)2016-07-12, by Goffi
-
quick_frontend (QuickWidget): keep on_new_widget argument when recreating a widget 0.7-dev2016-07-11, by Goffi
-
plugin XEP_0249: fixed bad use of namespace in addElement2016-07-10, by Goffi
-
quick_frontend, primitivus: moved main_message property to quick_frontend2016-07-10, by Goffi
-
plugin XEP-0045: fixed typo in text commands2016-07-02, by Goffi
-
primitivus: fixed XMLUI window creation2016-06-30, by Goffi
-
plugin XEP-0045: added /list text command:2016-06-30, by Goffi
-
plugin XEP-0045: various fixes/improvments:2016-06-30, by Goffi
-
primitivus (chat): fixed a crash when page-up was pressed on room contacts list2016-06-30, by Goffi
-
plugin xep-0045: ask for password when getting a "not-allowed" error2016-06-30, by Goffi
-
quick_frontend: allow presence of entities without resource2016-06-29, by Goffi
-
merged main branch2016-06-28, by Goffi
-
plugin XEP-0054: fixed getCard calls2016-06-28, by Goffi
-
plugin XEP-0045: fixed calls to join, nick, kick, ban and affiliate2016-06-28, by Goffi
-
merged modification from souliane2016-06-27, by Goffi
-
merged main branch2016-06-27, by Goffi
-
primitivus: ignore paste if edit bar is not selected2016-06-27, by Goffi
-
quick_frontend, primitivus: notifications refactoring2016-06-27, by Goffi
-
merged main branch2016-06-24, by Goffi
-
jp (blog): fixed syntax detection when extension is .txt2016-06-24, by Goffi
-
primitivus (chat): fixed filters clearing when changing filter while one already exists refacoring_messages2016-06-20, by Goffi
-
primitivus: basic handling of filter, only language can filtered for now2016-06-20, by Goffi
-
plugin exp_lang_detect: language detection plugin, first draft2016-06-20, by Goffi
-
plugin XEP-0245: implementation of XEP-0245 /me syntax2016-06-20, by Goffi
-
backend, frontends: message refactoring (huge commit):2016-06-20, by Goffi
-
memory (sqlite): fixed handling of extra (pickled data) by using sqlite3.Binary2016-06-19, by Goffi
-
memory (sqlite): better handling of IntegrityError2016-06-19, by Goffi
-
jp: fixed shebang python call2016-06-19, by Goffi
-
core: changed versioning schema:2016-06-19, by Goffi
-
fixed a typo2016-05-29, by souliane
-
changelog: minor fixes in previous commit2016-05-28, by Goffi
-
updated CHANGELOG for version 0.6.12016-03-10, by souliane
-
backend, frontend: messages refactoring (huge commit, not finished):2016-05-24, by Goffi
-
plugin misc ip: changed URL of GET_IP_PAGE for the new one on salut-a-toi.org2016-04-26, by Goffi
-
primitivus: fixed window resize (was blocked by paste detection)2016-04-23, by Goffi
-
jp: added consts for exit codes, not used yet2016-04-23, by Goffi
-
jp: --output option:2016-04-23, by Goffi
-
primitivus: bracketed paste mode is now detected2016-04-22, by Goffi
-
primitivus: fixed paste detection/handling:2016-04-22, by Goffi
-
jp: forgotten shebang fixes2016-04-19, by Goffi
-
added mutagen to recommended in README4PACKAGERS2016-04-18, by Goffi
-
core (logs): taints:2016-04-18, by Goffi
-
core (logs): use tools.config to handle sat.conf2016-04-18, by Goffi
-
core (installation): minor comment in setup.py2016-04-17, by Goffi
-
removed pyfeed and xe from README4PACKAGERS2016-04-17, by Goffi
-
core: removed pyfeed and xe dependencies:2016-04-17, by Goffi
-
use of /usr/bin/env instead of /usr/bin/python in shebang2016-04-17, by Goffi
-
plugin adhoc_dbus, jp (cmd/adhoc): fixes adHocDBusAddAuto when no bus is found2016-04-17, by souliane
-
jp (cmd/roster): fixes division by zero exceptions2016-04-17, by souliane
-
core (memory/params): fixed exception when setting an empty password2016-03-26, by Goffi
-
setup: added sat.tools.common in packages2016-03-25, by Goffi
-
jp (blog/edit): added forgotten O_TRUNC while opening metadata file2016-03-25, by Goffi
-
jp (blog/edit): do not remove files if they are not in the temporary dir hierarchy2016-03-25, by Goffi
-
jp (blog/edit): HTTP(S) and XMPP URLs can now be directly used in blog/edit command2016-03-24, by Goffi
-
jp (blog): force deletion (without backup) when content is empty2016-03-22, by Goffi
-
tool (common): added forgotten __init__.py2016-03-22, by Goffi
-
tools (common): added regex module with path (un)escaping methods2016-03-22, by Goffi
-
jp: fixed traceback shown on a normal quit when a progression is finished2016-03-21, by Goffi
-
plugin misc_account: fixes two bugs introduced by revision 1907 (0b748ad46ede):2016-03-21, by souliane
-
test (plugin radiocol): fixes the test to also handle MP3 files2016-03-18, by souliane
-
tmp/wokkel (rsm): fixes elements count (items retrieval with RSM max = 0)2016-03-18, by souliane
-
plugin XEP-0277, test: set keys of data dict as unicode + fix the tests2016-03-18, by souliane
-
jp (blog): added "updated" to keys to keys to remove from tmp metadata2016-03-15, by Goffi
-
tmp (wokkel/mam): restore MAMPrefs being callable without argument when constructing a query:2016-03-11, by souliane
-
test: update some tests2016-03-11, by souliane
-
test: add helpers methods muteLogging and unmuteLogging2016-03-11, by souliane
-
plugin room_game: decrease the level of two logging messages from warning to info2016-03-11, by souliane
-
jp (blog/edit): a draft file can be directly specified2016-03-10, by Goffi
-
plugin XEP-0060: fixed traceback if service was None2016-03-10, by Goffi
-
plugin XEP-0060: service, node and uri are added to metadata when doing a getItems2016-03-09, by Goffi
-
plugin misc account: fixed handling of None/empty values in sendEmails.sendEmail2016-03-09, by Goffi
-
core (tools/config): fixed fixConfigOption:2016-03-09, by Goffi
-
plugin XEP-0096: add missing dependency to FILE plugin2016-03-09, by souliane
-
plugin misc_account: fixes sending email (twisted.mail.smtp.sendmail doesn't want unicode)2016-03-09, by souliane
-
install: minimum Twisted version is now 15.2.0 as sendmail need username argument2016-03-09, by Goffi
-
README4PACKAGERS: add python-dbus to sat dependencies and inotify to jp recommendations2016-03-08, by souliane
-
frontends (jp / blog): pass the profile to subprocess when using option --preview2016-03-07, by souliane
-
jp (blog/preview): change watch for IN_MOVE_SELF event, needed at least for Emacs2016-03-07, by Goffi
-
plugin misc_account: fixes handling of deprecater parameter "admin_email"2016-03-07, by souliane
-
blog (jp/edit): added --preview option to launch a "blog preview" in parallel2016-03-05, by Goffi
-
jp (blog/preview): inotify improvments:2016-03-05, by Goffi
-
jp (blog): fixed syntax guessing on existing files2016-03-05, by Goffi
-
jp (blog/preview): xhtml cleaning is now used on preview2016-03-05, by Goffi
-
jp (file): fixed bad quit call2016-03-05, by Goffi
-
frontends (tools/strings): fixXHTMLLinks skips internal anchors (links starting with "#")2016-03-05, by souliane
-
misc (sat.sh): exec + better stop:2016-03-04, by Goffi
-
jp (blog/edit): metadata file is reused if it already exists2016-03-04, by Goffi
-
plugin XEP-0363: fixes a forgotten attribute update2016-03-04, by souliane
-
jp (blog): preview command, first draft2016-03-03, by Goffi
-
jp (blog): add to EDITOR_ARGS_MAGIC parameters for (x)emacs and nano2016-03-03, by souliane
-
jp (base): fixed Jp.quit when exit code is 02016-03-02, by Goffi
-
jp (blog): edit command, first draft:2016-03-01, by Goffi
-
jp (profile): added confirmation and --force arguement to profile/delete2016-02-29, by Goffi
-
tools (utils): improved repository version detection:2016-02-28, by Goffi
-
plugin account: modifications in welcoming email:2016-02-27, by Goffi
-
plugin account: email sending improvments:2016-02-27, by Goffi
-
plugin XEP-0060: fixed bad xmpp: URI generation in getNodeURI2016-02-25, by Goffi
-
plugin blog import dokuwiki: fixed bad use of MissingModule and unmodified docstring2016-02-25, by Goffi
-
plugin misc_upload: fixes things that have been forgotten after a refactoring2016-02-23, by souliane
-
plugin XEP-0277: add a forgotten string to JID conversion2016-02-22, by souliane
-
quick_frontend (blog): correction for the previous patch:2016-02-22, by souliane
-
quick_frontend (blog): fixes main item update (comment's data were lost)2016-02-22, by souliane
-
plugin text syntaxes: fixed defaut syntax handling2016-02-18, by Goffi
-
plugin XEP-0065: fixed timer cancellation when a profile is receiving a file2016-02-08, by Goffi
-
plugin blog_import_dokuwiki: fixes wrong URL when a substitution occurs twice2016-02-04, by souliane
-
plugin blog_import_dokuwiki: refactor to make it look more similar to blog_import_dotclear2016-02-04, by souliane
-
plugin blog_import_dokuwiki: first draft2016-02-04, by souliane
-
frontends (jp/blog), plugin blog_import: fixes:2016-02-04, by souliane
-
plugin XEP-0277: fix bad call after methods renaming2016-01-28, by Goffi
-
plugin maildir: added an option to block intercepted normal messages:2016-01-25, by Goffi
-
core (params): return given profile for ProfileUnknownError2016-01-25, by Goffi
-
core (config): _dict values are now handled with json syntax2016-01-23, by Goffi
-
plugin blog import, XEP-0277: progress + redirect:2016-01-23, by Goffi
-
bridge (template): fixed docstrings2016-01-23, by Goffi
-
plugin XEP-0060, XEP-0277: added getNodeURI method2016-01-23, by Goffi
-
jp: added a blog/import command to handle new blog import plugin2016-01-22, by Goffi
-
plugin blog import dotclear: this plugin import Dotclear 2 backups2016-01-22, by Goffi
-
plugin blog import: this plugin is the base handling blog importers:2016-01-22, by Goffi
-
plugin upload, XEP-0363: splitted fileUpload in fileUpload + upload:2016-01-22, by Goffi
-
plugin XEP-0277: comments handling improvments:2016-01-22, by Goffi
-
plugin XEP-0277: added missing author_email parsing2016-01-22, by Goffi
-
core (xml_tools): added a method to find all elements corresponding to criteria2016-01-22, by Goffi
-
core (xml_tools): unescape HTML sequences to avoid parsing error in ElementParser2016-01-22, by Goffi
-
test (RSM): fix according to modification in sat.tmp.wokkel.rsm in rev 1771 (b77dc676a4df)2016-01-19, by souliane
-
test (RSM): fix according to modification in sat.tmp.wokkel:2016-01-19, by souliane
-
plugin XEP-0277: removed cleanXHTML on output data:2016-01-19, by Goffi
-
plugin XEP-0071, XEP-0277: method clean_xhtml has been renamed to cleanXHTML2016-01-19, by souliane
-
plugin text syntaxes: fixes typo2016-01-19, by souliane
-
test, setup: requires lxml >= 3.1.0 (fixes html cleaning issue)2014-08-21, by souliane
-
plugin syntax dc_wiki: added XHTML => dc_wiki converter, plus some bug fixes:2016-01-18, by Goffi
-
plugin syntax dc_wiki: first draft:2016-01-17, by Goffi
-
pluging text syntaxes: various minor improvments:2016-01-17, by Goffi
-
plugin misc_account: add a FIXME comment2016-01-16, by souliane
-
plugin (xep-0277): avoid wrapping XML in an extra <div> in data2entry2016-01-15, by Goffi
-
jp (roster): change groups delimiter for "roster get" output, from "|" to "\t"2016-01-13, by souliane
-
jp (roster): add command "roster get" with parameters "--subscriptions", "--name" and "--groups"2016-01-13, by souliane
-
jp (roster stats): add some extra information2016-01-13, by souliane
-
jp: add command "roster stats"2016-01-13, by souliane
-
primivitus: Primivitus doesn't handle microblog yet, configure QuickApp accordingly2016-01-13, by Goffi
-
bridge (D-Bus): fixed handling of profile in kwargs:2016-01-13, by Goffi
-
jp: add command "roster purge" to remove the contacts with no from/to subscription2016-01-13, by souliane
-
tools (xml_tools): removed unused import2016-01-13, by Goffi
-
reverted patch 3770d13776e82016-01-13, by Goffi
-
tools (strings): add a parameter "new_target" to addURLToText2016-01-13, by souliane
-
plugin XEP-0045: raise a special error when the room has already been joined2016-01-13, by souliane
-
quick_frontend, primitivus (chat): move notification command to quick_frontend2016-01-12, by souliane
-
tmp (wokkel.rsm): raise RSMError when <after/> element is empty2016-01-08, by Goffi
-
tmp (wokkel.rsm): fixed incorrect behaviour which was adding max_items attribute2016-01-07, by Goffi
-
tmp (wokkel.rsm): fixed forgotten method renaming2016-01-07, by Goffi
-
plugin XEP-0060: fixed extra mam filters parsing2016-01-07, by Goffi
-
plugin XEP-0060: MAM integration:2016-01-05, by Goffi
-
plugin XEP-0313: cleaning and improvments:2016-01-05, by Goffi
-
plugin XEP-0277: ignore maxItems if it is null2016-01-05, by Goffi
-
tmp (wokkel.mam): cleaning and bug fix:2016-01-05, by Goffi
-
plugin XEP-0060, tmp(wokkel.rsm): small refactoring:2016-01-05, by Goffi
-
tmp (wokkel/rsm): various improvments:2016-01-05, by Goffi
-
tmp (mam): various improvments:2016-01-03, by Goffi
-
plugin xep-0059: minor cleaning2016-01-03, by Goffi
-
tmp (rsm): removed useless cast2016-01-03, by Goffi
-
copyright update2016-01-03, by Goffi
-
plugin misc_account: fixes login messages when sending emails2015-12-22, by souliane
-
quick_frontend (chat): temporary fix for bug 12:2015-12-22, by souliane
-
quick_frontend (chat): scroll down after having printed the history2015-12-22, by souliane
-
quick_frontend, primitivus (chat): printing the history is left to quick_frontend2015-12-22, by souliane
-
plugin XEP-0065: better handling of finished Deferred2015-12-17, by Goffi
-
plugin XEP-0260, XEP-0065: fixed session hash handling:2015-12-17, by Goffi
-
plugin XEP-0260: better proxy error handling:2015-12-17, by Goffi
-
plugin XEP-0260: kill s5b session if session is declined2015-12-17, by Goffi
-
quick_frontend: restore printing the day change while displaying history2015-12-15, by souliane
-
frontends: small message refactorisation:2015-12-12, by souliane
-
memory (params): fixes loading user value and building params XML for jids_list type2015-12-15, by souliane
-
plugin extra_pep: replaced name by a short one2015-12-15, by Goffi
-
core (params): removed unused values2015-12-15, by Goffi
-
plugin extra_pep, params: fixed insecure building of jids_list2015-12-15, by Goffi
-
plugin XEP-0203, core (xmpp): leave the management of delay element to XEP-0203 (fix bug 59):2015-12-11, by souliane
-
complete the Exception's list when catching JID error:2015-12-15, by souliane
-
plugin misc_extra_pep: use a user parameter (jids_list) instead of a general configuration value2015-12-11, by souliane
-
memory (params): parameter jids_list values are specified with <jid>...</jid>2015-12-15, by souliane
-
memory (params): forbid to pass a value to a parameter of type "list" with <param value...>2015-12-15, by souliane
-
reverted patch 58ecc0e2e6fc as it may hide an other issue2015-12-15, by Goffi
-
core (xmlui): fixed deferConfirm2015-12-15, by Goffi
-
core (xmlui): fixed bad call of deferredUI in deferXMLUI2015-12-15, by Goffi
-
tools: expandNewLinesToXHTML replaces two or more \n instead of each ones2015-12-11, by souliane
-
plugin XEP-0277: revert use of expandNewLinesToXHTML for incoming messages:2015-12-10, by souliane
-
plugin XEP-0277, xml_tools: restore decapsulation of XHTML content2015-12-10, by souliane
-
xml_tools, plugin XEP-0071, XEP-0277: add method expandNewLinesToXHTML:2015-12-10, by souliane
-
quick_frontend: catch an exception that can occurs when using a concurrent client2015-12-10, by souliane
-
plugin misc_radiocol: the smaller fix in the world (1 character!)2015-12-09, by souliane
-
reverted revision 2ebe66a96d052015-12-08, by souliane
-
plugin misc_account: auto add some contacts at profile creation2015-12-07, by souliane
-
Added tag 0.6.0 for changeset 21e6d11615ea2015-12-07, by Goffi
-
core (client): fixed maximum connection tries to 32015-12-07, by Goffi
-
we are in dev version again2015-12-07, by Goffi
-
fixed changelog 0.6.0 publication date2015-12-02, by Goffi
-
update version to 0.6.02015-12-02, by Goffi
-
README and README4PACKAGERS: add Jinja2 to the dependencies list2015-12-02, by souliane
-
updated CHANGELOG for 0.62015-12-02, by souliane
-
plugin static blog: temporarily deactivated public blog menu2015-12-02, by Goffi
-
stdui (contact_list): use jid.JID to check the JID instead of an approximative regex2015-12-02, by souliane
-
plugin misc_account: temporary disabling posts and account deletion2015-12-02, by souliane
-
plugin XEP-0277: remove forgotten break statement2015-12-01, by souliane
-
plugin XEP-0277: don't try to create a new comments node if it already exists2015-12-01, by souliane
-
plugin XEP-0277: raise a failure if XHTML content is not wrapped in a <div/>2015-12-01, by Goffi
-
primitivus and plugins: renamed a few menus:2015-12-01, by souliane
-
plugin (xml log): workaround for a crash on big stanzas2015-11-30, by Goffi
-
core (sqlite storage): do explicit delete to profile linked tables for deleteProfile2015-11-30, by Goffi
-
core (memory): fixed bad memory cleaning on asyncDeleteProfile2015-11-30, by Goffi
-
plugin welcome: fixed typo2015-11-30, by souliane
-
jp (profile): fixed creating profile with given JID and XMPP password2015-11-30, by souliane
-
plugin welcome: first draft2015-11-29, by Goffi
-
plugin XEP-0045: fixed bad default parameter2015-11-29, by Goffi
-
plugin XEP-0277: just a reminder2015-11-27, by Goffi
-
primitivus (profile manager): session is started for newly create profiles2015-11-27, by Goffi
-
core (memory): stopSession implementation2015-11-27, by Goffi
-
plugin misc_account: fixed password verification2015-11-27, by souliane
-
core: fixed cache check on presence unavailable2015-11-27, by Goffi
-
core (memory): catch exceptions.UnknownEntityError in getMainResource2015-11-26, by Goffi
-
jp (profile): fixed profile/modify command:2015-11-26, by Goffi
-
core: avoid to send presence unavailable signal when it's not necessary2015-11-25, by Goffi
-
plugin XEP-0054: fixed presence issue when avatar is not in cache2015-11-25, by Goffi
-
plugin XEP-0277: minor fixes for publisher attribute2015-11-25, by Goffi
-
plugin XEP-0277: unicode fixes in logs2015-11-25, by Goffi
-
plugin XEP-0277: use bare JIDs to verify publisher2015-11-25, by souliane
-
plugin XEP-0060: trap failure when subscription to a node is not possible2015-11-25, by souliane
-
tmp (wokkel.pubsub): implemented missing notifyRetract2015-11-25, by Goffi
-
plugin XEP-0065: fixed bad error handling2015-11-25, by Goffi
-
plugin file: fixed bad method call2015-11-25, by Goffi
-
plugin group blog: minor log change2015-11-25, by Goffi
-
plugin group blog: big cleaning2015-11-25, by Goffi
-
jp (pipe): pipe commands now use the new CommandAnswering API (with actionNew)2015-11-25, by Goffi
-
plugin ip: fixed ip check (XEP-0279) use2015-11-24, by Goffi
-
quick_frontend (quick_blog): remove tags2mbdata which is replaced by common.iter2dict2015-11-24, by souliane
-
plugin XEP-0020: fixed bad import2015-11-24, by souliane
-
plugin XEP-0277: tags are handled through atom categories2015-11-24, by Goffi
-
quick_frontend(blog): groups blog sending is handled2015-11-24, by Goffi
-
plugin XEP-0277: added a trigger on data2entry and comments management2015-11-24, by Goffi
-
primitivus: fixes joining a MUC room2015-11-24, by souliane
-
plugin sec_otr: fixes bad handling of entity disconnection2015-11-24, by souliane
-
plugin XEP-0277: checkFeatures implemented2015-11-23, by Goffi
-
quick_frontend: getFeatures is called on profile plug, and saved in host.features2015-11-23, by Goffi
-
plugin command export: fixed severity for a debug message2015-11-23, by Goffi
-
plugin misc_account: add method asyncConnectWithXMPPCredentials2015-11-23, by souliane
-
memory: fixes asyncCreateProfile to not overwrite the personal key2015-11-23, by souliane
-
core: fixed getStringParamA2015-11-23, by Goffi
-
plugin XEP-0277: fixed entries in atom feed2015-11-23, by Goffi
-
plugin XEP-0277: fixed unsecure blog feed2015-11-23, by Goffi
-
plugin file: deferred XMLUI now use security limit2015-11-22, by Goffi
-
core (xmlui): fixed security_limit in deferXMLUI2015-11-22, by Goffi
-
core: fixed session cleaning after actionNew timeout2015-11-22, by Goffi
-
jp (file): new file/upload command2015-11-22, by Goffi
-
plugin XEP-0363, upload: File upload (through HTTP upload only for now):2015-11-22, by Goffi
-
quick_frontend (quick_blog): retrieve and set the tags from/to microblog data2015-11-21, by souliane
-
primivitus: fixed crash when self.target is a full jid2015-11-20, by Goffi
-
primitivus: fixed progress panel2015-11-20, by Goffi
-
plugin file: added "Action/send" file menu2015-11-20, by Goffi
-
primitivus: fixed showDialog2015-11-19, by Goffi
-
plugin XEP-0260, XEP-0261: fallback from S5B to IBB is implemented2015-11-19, by Goffi
-
plugin XEP-0166: transport replacement:2015-11-19, by Goffi
-
plugin 0047: increased timeout to 120s2015-11-19, by Goffi
-
core, plugins file, XEP-0234, bridge: progression api enhancement:2015-11-19, by Goffi
-
quick_frontend: add quick_list_manager.py and the QuickTagList class2015-11-19, by souliane
-
core: fixed launchAction:2015-11-18, by Goffi
-
jp: use the new actionsGet method2015-11-17, by Goffi
-
core, bridge: actionsGet:2015-11-17, by Goffi
-
jp (file): print a message and quit if progress_id is not received2015-11-17, by Goffi
-
plugin XEP-0234: hash checksum proper handling2015-11-17, by Goffi
-
plugin XEP-0300: implemented hashing:2015-11-17, by Goffi
-
plugin XEP-0166: session-info action handling2015-11-17, by Goffi
-
jingle XEP-0166: fixed session creation on non session-initiate actions2015-11-17, by Goffi
-
plugin XEP-0166: sendError now manage jingle conditions2015-11-17, by Goffi
-
quick_frontend(profile manager): fixed alert messages2015-11-17, by Goffi
-
primitivus: fixed showDialog and XMLUI message dialog2015-11-17, by Goffi
-
primitivus (xmlui): fixed closing on popup panel "OK" button press2015-11-16, by Goffi
-
primitivus: fixed alert case + alert in profileManager2015-11-16, by Goffi
-
frontends (xmlui): fixed widget closing on submit2015-11-16, by Goffi
-
jp (base, file): file command and progress fixes and adaptation to new API:2015-11-15, by Goffi
-
core: added callback_id in DataError message of launchCallback2015-11-15, by Goffi
-
jp: added a --verbose command2015-11-14, by Goffi
-
jp: added profile/connect command2015-11-14, by Goffi
-
jp: better profile commands:2015-11-14, by Goffi
-
core, bridge: added a profileSetDefault method2015-11-14, by Goffi
-
jp: profile session can now be started without connection:2015-11-14, by Goffi
-
jp: added param/set command2015-11-14, by Goffi
-
jp: optional positional arguments on "param get" command2015-11-14, by Goffi
-
jp: fixed bad --connect option check2015-11-14, by Goffi
-
bridge, core(params): removed obsolete methods:2015-11-14, by Goffi
-
primitivus: partly reverted commit 641cfd2faefe :2015-11-13, by Goffi
-
Primitivus: better popups handling:2015-11-11, by Goffi
-
plugin XEP-0047: some cleaning2015-11-11, by Goffi
-
plugins XEP-0234, file: moved human file size conversion to file plugi2015-11-11, by Goffi
-
plugins XEP-0234, file: moved file request dialog to file plugin2015-11-11, by Goffi
-
quick frontend: fixed resources display in quickContactList2015-11-08, by Goffi
-
plugins XEP-0260, XEP-0065: proxy handling:2015-11-08, by Goffi
-
plugins XEP-0234, file: use of SatFile for writing too2015-11-08, by Goffi
-
plugin XEP-0085: renamed "__xxx" methods to "_xxx"2015-11-06, by Goffi
-
core (xmpp.py): fixed bad import2015-11-06, by Goffi
-
plugin XEP-0085: fixed chatstate blinking following 0632d96f08ad change2015-11-03, by Goffi
-
plugin NAT Port: added instruction with pip when miniupnpc is missing2015-11-02, by Goffi
-
plugin XEP-0260: first draft2015-11-02, by Goffi
-
plugin XEP-0065, XEP-0096: preparation for plugin XEP-0260 implementation:2015-11-02, by Goffi
-
plugin XEP-0047: minor improvements2015-11-02, by Goffi
-
plugin XEP-0234: "senders" handling2015-11-02, by Goffi
-
plugin XEP-0166, XEP-0234, XEP-0261:2015-11-02, by Goffi
-
plugin ip: local ip cache + DNS error detection2015-11-02, by Goffi
-
plugin NAT port: added UPnP IGD mapping + automatic unmapping on backend shut down2015-11-02, by Goffi
-
fixed bad inheritance of SatFile2015-11-02, by Goffi
-
core (disco): use of “profile” instead of “profile_key” in several disco methods2015-11-02, by Goffi
-
core: plugin unload:2015-11-02, by Goffi
-
launching script: use SIGTERM instead of SIGINT with the “stop” command2015-11-02, by Goffi
-
core (stdui): fixed a keyword argument not changed after commit 48706f4ff19c2015-11-02, by Goffi
-
jp: separate password and connection of profile in --connect and --pwd arguments2015-11-02, by Goffi
-
social contract: fixed a typo2015-11-02, by Goffi
-
plugins: added new MissingModule exceptions to plugins using third party modules2015-09-30, by Goffi
-
README, README4PACKAGERS: some update about third party modules.2015-09-30, by Goffi
-
plugin ad-hoc D-Bus: exception fixe + minor fixes2015-09-30, by Goffi
-
reverted patch ad4ec8d9235e: there must not be security limit on room configuration2015-09-29, by Goffi
-
plugin IP discovery: better IP discovering:2015-09-29, by Goffi
-
plugin nat-port: NAT port first draft:2015-09-29, by Goffi
-
core: more robust plugins loading:2015-09-29, by Goffi
-
plugin ip, params: plugin IP discovery, first draft:2015-09-29, by Goffi
-
core: removed forgotten breakpoint2015-09-29, by Goffi
-
plugin tmp_demo_directory: removed2015-09-14, by souliane
-
core (xmlui): fixed submit_id returning None when its value is ''2015-09-26, by Goffi
-
core (XMLUI): restorer submit_id:2015-09-26, by Goffi
-
plugin XEP-0234: removed forgotten debugging bridge method2015-09-26, by Goffi
-
plugin XEP-0234: jingle file transfer first draft2015-09-25, by Goffi
-
plugin XEP-0261: jingle in-band bystream first draft2015-09-25, by Goffi
-
plugin XEP-0300: hashes management first draft2015-09-25, by Goffi
-
plugin file: first draft:2015-09-25, by Goffi
-
plugin XEP-0047, XEP-0096: In-Band Bystream plugin cleaning:2015-09-25, by Goffi
-
plugin XEP-0166: (jingle) first draft. Not all actions are managed yet2015-09-25, by Goffi
-
core: progression handling improvments:2015-09-25, by Goffi
-
core (contants): added PROF_KEY_ALL en PLUG_TYPE_* constants2015-09-25, by Goffi
-
core (memory, params): minor docstrings updates2015-09-25, by Goffi
-
plugin XEP-0050: minor parentheses removal2015-09-25, by Goffi
-
plugin XEP-0277, misc_groupblog: move getGroupBlogsAtom to XEP-0277, rename to mbGetAtom2015-09-10, by souliane
-
tmp (wokkel): fixes RSM when maxItems is 02015-09-10, by souliane
-
tmp (wokkel): fixes changeset 91631837ce5c (rev 1510)2015-09-10, by souliane
-
plugin XEP-0277, quick_frontend: rename mbGetLast to mbGet and add it the parameter "item_ids"2015-09-10, by souliane
-
plugin XEP-0060: fixes a one-line loop2015-09-10, by souliane
-
plugin XEP-0277: clarify a docstring for one complex method argument2015-09-10, by souliane
-
tmp (wokkel): fixes RSM implementation to fit sat_pubsub answer when in "unrestricted" mode2015-09-10, by souliane
-
plugin XEP-0055: display the search results using XMLUI JidsListWidget2015-09-02, by souliane
-
plugin XEP-0055: remove a "debug" break that has been forgotten here2015-09-02, by souliane
-
plugin XEP-0050: pre-fill the target server's field with user's host.2015-09-02, by souliane
-
core (xmlui): added helper method to easily manage dialogs with a deferred2015-08-27, by Goffi
-
core (plugins): detect import_name conflicts2015-08-27, by Goffi
-
core (utils): added a method to generate XEP-0082 style dates2015-08-27, by Goffi
-
tools (xml_tools): keeps data form result headers sorted2015-08-26, by souliane
-
tools (xml_tools): fixes JidElement.__init__2015-08-26, by souliane
-
plugin XEP-0055: add "simple" and "advanced" modes to Jabber search:2015-08-21, by souliane
-
core (params): fixes jid_list to use node's default value when no user value is defined2015-08-22, by souliane
-
core (params): fixed exception on empty jids list2015-08-25, by Goffi
-
plugin XEP-0050: fixed crash on empty node in addAdHocCommand2015-08-25, by Goffi
-
plugin XEP-0050: return disco for commands only on commands namespace2015-08-25, by Goffi
-
primitivus (ProfileManager): fixed profile change event callback2015-08-25, by Goffi
-
tools (xmlui): changeContainer do not create a new one when the current one already fits2015-08-21, by souliane
-
tools, frontends (xmlui): allow to select a tab when adding it2015-08-21, by souliane
-
core (disco): fixed bad indentation resulting in bad result in findFeaturesSet2015-08-21, by Goffi
-
core, bridge: added getFeatures method:2015-08-21, by Goffi
-
QuickFrontend: removed old watched stuff as a new plugin now manages it properly2015-08-20, by Goffi
-
core, plugin watched: new plugin, show an alert when a watched entity goes online2015-08-20, by Goffi
-
primivitus: fixed profile manager exception when nothing is focused2015-08-20, by Goffi
-
core (params): jids_list type management2015-08-20, by Goffi
-
core (xmlui): added JidsListWidget to manage editable list of jids:2015-08-20, by Goffi
-
core(xmlui): removed useless parenthesis around assert2015-08-18, by Goffi
-
core (memory): fixed a double timer.cancel in Sessions2015-08-18, by Goffi
-
core , privmitivus (xmlui): add jidInput handling, with a simple String for now2015-08-18, by Goffi
-
xmlui: minor docstring fixes2015-08-18, by Goffi
-
core: removed sat_id which is not used anywhere, uuid do the job better2015-08-18, by Goffi
-
quick_frontend, primitivus: handling of actionNew signal2015-08-18, by Goffi
-
plugin XEP-0045: added disco announce2015-08-18, by Goffi
-
plugin XEP-0059: fixed bad disco handling2015-08-18, by Goffi
-
setup: wx is not more a dependency since wix has been deprecated2015-08-20, by souliane
-
plugin OTR: fixes a couple of typos2014-09-03, by souliane
-
quick_frontend: minor fixes2015-08-15, by Goffi
-
core: getProfileName no raise ProfileUnknownError + minor doc fixes2015-08-15, by Goffi
-
plugin text-syntaxes: minor variable renaming2015-08-15, by Goffi
-
tmp(pubsub): added retract "notify" attribute management2015-08-15, by Goffi
-
xml_tools: minor attribute renaming2015-08-15, by Goffi
-
tmp (wokkel.rsm): use of super instead of direct call in PubSubRequest2015-08-15, by Goffi
-
plugin xep-0060,xep-0277: added getFromMany using new RTDeferredSession mechanism2015-08-15, by Goffi
-
core: new tools.sat_defer module, and implementation of RTDeferredSessions:2015-08-15, by Goffi
-
core (memory): Sessions fixes:2015-08-15, by Goffi
-
plugins xep-0060, xep-0277: code simplification/cleaning/fix:2015-08-15, by Goffi
-
tools (xml_tools): better PEP-8 compliance2015-07-21, by souliane
-
add PyOpenSSL to the dependency list2015-07-21, by souliane
-
quick_frontend: display over whole alerts counter2015-07-20, by souliane
-
plugin misc_groupblog: pubsub response do not fail when target server doesn't handle RSM2015-07-14, by souliane
-
tmp (wokkel): pubsub response do not fail when target server doesn't handle RSM2015-07-14, by souliane
-
add tests for sat.tmp.wokkel2015-07-14, by souliane
-
plugin XEP-0054: fixes bug introduced by changeset 1255 (38fb8823cee8)2015-07-14, by souliane
-
quick_frontend: add a couple of TODOs2015-07-13, by souliane
-
primitivus: fix setting the presence and status2015-06-10, by souliane
-
plugin misc_account: change the message sent by email after an account creation2015-06-06, by souliane
-
tmp (rsm): better use of domish.Element.elements() + minor fixes2015-05-27, by Goffi
-
quick_frontend (quick_app): properly fixed roster loss:2015-05-22, by Goffi
-
display the resource in the chat dialog when printing a private MUC message2015-04-24, by souliane
-
core (xmpp): update the cache for a contact group when a contact is removed from it2015-04-24, by souliane
-
core (xmpp): RosterItem.jid is deprecated in Wokkel 0.7.1, use RosterItem.entity instead2015-04-24, by souliane
-
core (tests): fixed bad use of reserved name2015-04-23, by Goffi
-
core (tests): test fixes2015-04-23, by Goffi
-
plugin groupblog, tmp (mam, rsm): some style improvments/fixes:2015-04-23, by Goffi
-
tmp (wokkel): licenses fixes:2015-04-23, by Goffi
-
plugins xep-0277: some methods reordering to make the plugin more readable2015-04-23, by Goffi
-
plugins groupblog, xep-0060: first pass of simplification2015-04-22, by Goffi
-
plugins (groupblog, xep-0277) + tmp(rsm): improved style:2015-04-22, by Goffi
-
core (disco): fixed bad indentation in _discoInfos (used by bridge)2015-04-17, by Goffi
-
bridge: getInfos description minor update2015-04-17, by Goffi
-
core, bridge, jp: management of service discovery extensions (XEP-0128)2015-04-17, by Goffi
-
tmp (mam): fixed name shadowing + getDiscoInfo for mam fix:2015-04-17, by Goffi
-
test: fix the tests2015-04-17, by souliane
-
quick_frontend, primitivus: fixes a couple of issues:2015-04-16, by souliane
-
massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions2015-04-16, by souliane
-
primitivus: fixes :search command2015-04-09, by souliane
-
quick_frontends(profile manager): typo2015-04-06, by Goffi