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