Mercurial > libervia-backend
graph
-
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