Fri, 11 Jan 2019 11:13:15 +0100 |
Goffi |
misc: replaced all "dummy" by the more conventional and readable "__" ("_" being used for gettext)
|
Fri, 11 Jan 2019 10:18:02 +0100 |
Goffi |
jp (base): MAM and RSM arguments can now be used for pubsub commands:
|
Fri, 11 Jan 2019 09:48:19 +0100 |
Goffi |
XEP-0059: max value check:
|
Fri, 11 Jan 2019 09:48:17 +0100 |
Goffi |
core (XMLUI): small optimisation: introspection is done once at module loading instead of on each XMLUI instantiation
|
Sun, 06 Jan 2019 17:39:57 +0100 |
Goffi |
jp (base, pubsub, ticket): handle order-by:
|
Sun, 06 Jan 2019 17:36:51 +0100 |
Goffi |
plugins XEP-0060, XEP-0313: implemented Order-By protoXEP:
|
Sun, 06 Jan 2019 17:34:56 +0100 |
Goffi |
plugin XEP-0380: register namespace
|
Sun, 06 Jan 2019 17:33:53 +0100 |
Goffi |
plugin XEP-0060: fixed MAM return value on getItems():
|
Sat, 05 Jan 2019 14:15:11 +0100 |
Goffi |
plugin XEP-0384: give feedback to user when trust must be handled before sending a message
|
Fri, 04 Jan 2019 19:12:43 +0100 |
Goffi |
plugin android: fixed path for .cagou_status
|
Fri, 04 Jan 2019 18:59:24 +0100 |
Goffi |
plugin manhole: manhole debug plugin, first draft:
|
Fri, 04 Jan 2019 18:47:56 +0100 |
Goffi |
plugin XEP-0380, XEP-0384: use C.EXTRA_INFO_DECR_ERR as info sub-type when a message can't be decrypted.
|
Fri, 04 Jan 2019 18:46:39 +0100 |
Goffi |
plugin OTR: fixed a bug which was tagging every message as "encrypted"
|
Fri, 04 Jan 2019 18:46:02 +0100 |
Goffi |
core (constants): added a constant for "encrypted"
|
Fri, 04 Jan 2019 18:44:43 +0100 |
Goffi |
core (xmpp): don't add to history a message if there is no message and no subject.
|
Fri, 04 Jan 2019 11:14:53 +0100 |
Goffi |
plugin XEP-0380: Explicit Message Encryption implementation
|
Fri, 04 Jan 2019 11:14:17 +0100 |
Goffi |
core (memory/encryption): added getNamespaces method to retrieve all plugins namespaces
|
Fri, 04 Jan 2019 11:13:31 +0100 |
Goffi |
core (xmpp): added "extra" argument to client.feedback
|
Fri, 04 Jan 2019 09:26:57 +0100 |
Goffi |
memory (sqlite): minor comment move
|
Fri, 04 Jan 2019 09:21:16 +0100 |
Goffi |
memory (sqlite): retry _runInteraction in the same way as for _runQuery, this improve reliability
|
Fri, 04 Jan 2019 09:20:32 +0100 |
Goffi |
plugin XEP-0384: don't ignore StanzaError if it's not item-not-found
|
Thu, 03 Jan 2019 21:04:55 +0100 |
Goffi |
plugin XEP-0384: various bug fixes:
|
Thu, 03 Jan 2019 21:00:00 +0100 |
Goffi |
core (memory/encryption), plugin OTR: finished OTR integration in encryption:
|
Thu, 03 Jan 2019 20:51:08 +0100 |
Goffi |
core (xmpp): implemented human friendly __unicode__ for client
|
Thu, 03 Jan 2019 20:49:21 +0100 |
Goffi |
tools (xml_tools): isXMLUICancelled helper function to check if an XMLUI has been cancelled from raw XML.
|
Wed, 02 Jan 2019 18:50:57 +0100 |
Goffi |
jp (message/send, encryption): encryption handling:
|
Wed, 02 Jan 2019 18:50:47 +0100 |
Goffi |
jp (xmlui): JidWidget + small improvments:
|
Wed, 02 Jan 2019 18:50:28 +0100 |
Goffi |
plugin XEP-0384: update to last python-omemo + trust management:
|
Wed, 02 Jan 2019 18:32:16 +0100 |
Goffi |
frontends (XMLUI): TabsContainer can now be the main container (Primitivus keep the old behaviour and always use VerticalContainer as main container)
|
Wed, 02 Jan 2019 18:28:30 +0100 |
Goffi |
core (xmpp): don't send message without message or subject to bridge (and log a warning in frontends if such a message is received)
|
Wed, 02 Jan 2019 18:25:55 +0100 |
Goffi |
core (memory/sqlite): new delPrivateNamespace method to delete all data of a specific namespace for a profile.
|
Wed, 02 Jan 2019 18:24:14 +0100 |
Goffi |
core (memory/persistent): new LazyPersistentBinaryDict.remove method
|
Wed, 02 Jan 2019 18:22:30 +0100 |
Goffi |
core (memory/encryption): new encryptionNamespaceGet and encryptionTrustUIGet methods:
|
Thu, 27 Dec 2018 11:40:04 +0100 |
Goffi |
core (log): fixed double call to ansiColors
|
Thu, 27 Dec 2018 11:40:04 +0100 |
Goffi |
core (xmpp): set "to" attribute to <message> element when it's missing:
|
Thu, 27 Dec 2018 11:40:04 +0100 |
Goffi |
quick frontend(chat): use unicode on jid.JID instance in self.host.bridge.messageEncryptionGet:
|
Thu, 27 Dec 2018 09:21:10 +0100 |
Goffi |
plugin XEP-0198: rised ACK_TIMEOUT + set req_time to None when timing out to be ready after resuming
|
Wed, 26 Dec 2018 17:21:39 +0100 |
Goffi |
plugin XEP-0045: fixed bad MAM detection on join
|
Wed, 26 Dec 2018 17:21:38 +0100 |
Goffi |
plugin XEP-0198: allow to customise/disable ack_timeout:
|
Wed, 26 Dec 2018 17:18:52 +0100 |
Goffi |
plugin OTR: catch and log potr.context.ErrorReceived instead of raising it.
|
Wed, 26 Dec 2018 14:37:13 +0100 |
Goffi |
plugin XEP-0198: abort connection if ack is not received after a timeout:
|
Wed, 12 Dec 2018 08:58:52 +0100 |
Goffi |
plugin XEP-0045: don't loop when initiating MAM archive
|
Wed, 12 Dec 2018 01:13:15 +0100 |
Goffi |
plugin XEP-0045: request 50 *last* MAM messages if new archive
|
Wed, 12 Dec 2018 00:53:14 +0100 |
Goffi |
core (memory/sqlite): further improvments in update_v7:
|
Tue, 11 Dec 2018 23:53:27 +0100 |
Goffi |
core (memory/sqlite): fixed v7 update performance issue:
|
Mon, 10 Dec 2018 21:06:20 +0100 |
Goffi |
core (memory/sqlite): do not call commitStatements if there is nothing to commit in checkUpdates
|
Mon, 10 Dec 2018 20:34:45 +0100 |
Goffi |
jp (message/mam): display metadata when verbose
|
Mon, 10 Dec 2018 20:34:45 +0100 |
Goffi |
plugin XEP-0313, XEP-0045: loop MAM requests until whole archive is retrieved:
|
Mon, 10 Dec 2018 20:34:45 +0100 |
Goffi |
plugin XEP-0059: added serialise method
|
Sun, 09 Dec 2018 14:07:26 +0100 |
Goffi |
core (memory/sqlite): changed history constraint
|
Fri, 07 Dec 2018 19:13:28 +0100 |
Goffi |
plugin XEP-0045: MAM implementation for MUC
|
Fri, 07 Dec 2018 17:46:50 +0100 |
Goffi |
core (xmpp): check <message> namespace in parseMessage, and accept empty namespace (happen with Wokkel)
|
Fri, 07 Dec 2018 17:43:43 +0100 |
Goffi |
plugin XEP-0313: improvments to prepare MUC MAM:
|
Sat, 01 Dec 2018 14:40:32 +0100 |
Goffi |
core (memory/disco): normalise booleans in extensions
|
Sat, 01 Dec 2018 14:39:35 +0100 |
Goffi |
core (memory/sqlite): skip a line before debug log showing statements
|
Sat, 01 Dec 2018 14:35:28 +0100 |
Goffi |
jp (info/disco): better default output for extensions
|
Sat, 01 Dec 2018 14:34:55 +0100 |
Goffi |
tools (common/data_format): use "default" in json.dumps in serialise (useful notably to serialise jid.JID)
|
Sat, 01 Dec 2018 10:48:01 +0100 |
Goffi |
jp (message): new mam subcommand:
|
Sat, 01 Dec 2018 10:48:01 +0100 |
Goffi |
jp (output): new OUTPUT_MESS output to handle data containing chat messages
|
Sat, 01 Dec 2018 10:47:59 +0100 |
Goffi |
jp (base): pubsub legacy --max option renamed to --max-item to prepare the use of --max for RSM.
|
Sat, 01 Dec 2018 10:42:25 +0100 |
Goffi |
jp (base): new own_jid host attribute:
|
Sat, 01 Dec 2018 10:41:37 +0100 |
Goffi |
jp (base): new date_decoder to specify dates in arguments
|
Sat, 01 Dec 2018 10:40:19 +0100 |
Goffi |
tools (common/date_utils): date_parse_ext + timezone handling:
|
Sat, 01 Dec 2018 10:34:42 +0100 |
Goffi |
plugin XEP-0060: use new parseExtra methods from MAM and RSM
|
Sat, 01 Dec 2018 10:33:43 +0100 |
Goffi |
plugin XEP-0313: implementation of MAM for messages:
|
Sat, 01 Dec 2018 10:10:25 +0100 |
Goffi |
plugin XEP-0059: added "parseExtra" method to easily handle RSM argument coming from bridge.
|
Sat, 01 Dec 2018 10:08:17 +0100 |
Goffi |
core (memory/sqlite): added stanza_id:
|
Sat, 01 Dec 2018 10:04:17 +0100 |
Goffi |
core: minor style/typos fixes
|
Sat, 01 Dec 2018 09:59:48 +0100 |
Goffi |
tools (common/data_format): serialise now check types and return a default value when empty string is parsed.
|
Sat, 01 Dec 2018 09:57:25 +0100 |
Goffi |
plugin XEP-0359: Unique and Stable Stanza IDs implementation, first draft
|
Mon, 19 Nov 2018 23:46:50 +0100 |
Goffi |
core: fixed reactor crash by installing reactor only in makeService
|
Mon, 19 Nov 2018 21:08:25 +0100 |
Goffi |
core: removed whitespace ping (not needed anymore as we handle XMPP ping)
|
Sun, 18 Nov 2018 15:49:59 +0100 |
Goffi |
core (xmpp): added NS_X_DATA to disco features
|
Sun, 18 Nov 2018 15:49:55 +0100 |
Goffi |
jp (base): fixed connection when start_session arg exists but is False
|
Sun, 18 Nov 2018 15:49:46 +0100 |
Goffi |
plugin XEP-0198: Stream Management implementation:
|
Sat, 10 Nov 2018 10:16:38 +0100 |
Goffi |
jp: new command "ping"
|
Sat, 10 Nov 2018 10:16:38 +0100 |
Goffi |
plugin XEP-0199: implementation of XMPP Ping
|
Sat, 10 Nov 2018 10:16:38 +0100 |
Goffi |
core (xmpp): added missing disco#info namespace to disco info result.
|
Sat, 10 Nov 2018 10:16:35 +0100 |
Goffi |
core (xmpp): server certificate validation:
|
Fri, 09 Nov 2018 16:17:45 +0100 |
Goffi |
quick frontend (contact list): use property to retrieve "whoami" in ProfileContactList:
|
Mon, 05 Nov 2018 09:13:05 +0100 |
Goffi |
quick frontend (app): create the contact list immediatly on plug
|
Fri, 05 Oct 2018 13:42:06 +0200 |
Goffi |
core: fixed package name for Android
|
Wed, 03 Oct 2018 20:38:10 +0200 |
Goffi |
template: better css files order
|
Wed, 03 Oct 2018 20:37:12 +0200 |
Goffi |
plugin identity: fixed nick when there is no user part in entity
|
Thu, 27 Sep 2018 08:51:01 +0200 |
Goffi |
jp (info): replaced "Client" by the more generic "Software"
|
Thu, 27 Sep 2018 08:50:38 +0200 |
Goffi |
template: fixed by variable used in css_files_noscript
|
Sun, 23 Sep 2018 17:02:47 +0200 |
Goffi |
install: don't do conditional requirement for omemo anymore, it should now work on all unixes
|
Thu, 20 Sep 2018 19:52:47 +0200 |
Goffi |
doc: CHANGELOG update
|
Thu, 20 Sep 2018 19:04:02 +0200 |
Goffi |
install: use omemo in install_requires only for platforms supported upstream
|
Tue, 18 Sep 2018 20:59:34 +0200 |
Goffi |
template: overriden get_template to always have full template name:
|
Tue, 18 Sep 2018 20:55:58 +0200 |
Goffi |
template: import contextfilter as module attribute
|
Tue, 18 Sep 2018 20:53:50 +0200 |
Goffi |
core (exceptions): new ConfigError exception
|
Fri, 14 Sep 2018 16:45:11 +0200 |
Goffi |
jp (blog/import): removed now useless generation of url_redirections_profile config key
|
Fri, 14 Sep 2018 16:44:34 +0200 |
Goffi |
jp: fixed bad call to quit
|
Mon, 10 Sep 2018 08:58:18 +0200 |
Goffi |
tools (common/template), jp: refactoring to handle multiple sites:
|
Fri, 31 Aug 2018 17:18:51 +0200 |
Goffi |
core(twisted): install reactor before doing anything else
|
Fri, 31 Aug 2018 16:03:12 +0200 |
Goffi |
frontends (xmlui): class_map is now an arg of create function:
|
Fri, 31 Aug 2018 15:57:11 +0200 |
Goffi |
core, frontends (xmlui): added "hidden" widget, to specify a value to be returned unmodified
|
Fri, 31 Aug 2018 15:47:00 +0200 |
Goffi |
plugin XEP-0050, adhoc D-Bus: Ad-Hoc improvment + remote media control:
|
Fri, 31 Aug 2018 15:29:25 +0200 |
Goffi |
core: findByFeatures fixes
|
Fri, 31 Aug 2018 15:25:25 +0200 |
Goffi |
core: minor version fix for pyjamas workaround
|
Sat, 11 Aug 2018 18:24:55 +0200 |
Goffi |
quick frontend (app, chat): encryption handling:
|
Sat, 11 Aug 2018 18:24:55 +0200 |
Goffi |
jp (message): new encryption/algorithms command to retrieve available encryptions algorithms.
|
Sat, 11 Aug 2018 18:24:55 +0200 |
Goffi |
plugin XEP-0384: PEP handling + mark as encrypted:
|
Sat, 11 Aug 2018 18:24:55 +0200 |
Goffi |
core (xmpp): send initial presence only after all profileConnected have been treated:
|
Sat, 11 Aug 2018 18:24:55 +0200 |
Goffi |
plugin XEP-0163: fixed bad PEP filtering
|
Sat, 11 Aug 2018 18:24:55 +0200 |
Goffi |
plugin OTR: use new "directed" attribute when registering + use new markAsEncrypted
|
Sat, 11 Aug 2018 18:24:55 +0200 |
Goffi |
core (memore/encryption): new methods and checks:
|
Sat, 11 Aug 2018 18:24:55 +0200 |
Goffi |
plugin otr: use namespace specified in XEP-0378
|
Sat, 11 Aug 2018 18:24:55 +0200 |
Goffi |
tools (common/data_format): added serialise and deserialise methods (using json for now)
|
Sat, 11 Aug 2018 18:24:55 +0200 |
Goffi |
core (bridge): new messageEncryptionStarted and messageEncryptionStopped signals (not used yet)
|
Sat, 11 Aug 2018 18:24:55 +0200 |
Goffi |
plugin XEP-0384, install: adapted plugin to omemo module changes + added omemo module to dependencies:
|
Sat, 11 Aug 2018 18:24:55 +0200 |
Goffi |
plugin OTR: integrated in new encryption handler + fixed use of bare jid where full jid was expected
|
Sat, 11 Aug 2018 18:24:55 +0200 |
Goffi |
plugin XEP-0334: added a method to add hint directly to elements (i.e. on domish.Element instead of message data)
|
Sat, 11 Aug 2018 18:24:55 +0200 |
Goffi |
core (memory/encryption): start improvments, stop and getSession:
|
Sat, 11 Aug 2018 18:24:52 +0200 |
Goffi |
tools (trigger, async_trigger): added no_cancel argument to point and asyncPoint when a trigger must not be cancellable
|
Sat, 04 Aug 2018 13:03:44 +0200 |
Goffi |
core: we are in dev version again
|
Sun, 29 Jul 2018 19:24:21 +0200 |
Goffi |
plugin XEP-0384: OMEMO implementation first draft:
|
Sun, 29 Jul 2018 19:23:01 +0200 |
Goffi |
plugin XEP-0060: added singleton ID ("current")
|
Sun, 29 Jul 2018 19:22:56 +0200 |
Goffi |
core: new EncryptionHandler class which manage encrypted session as a core feature:
|
Sun, 29 Jul 2018 19:22:51 +0200 |
Goffi |
core: added async TriggerManager
|
Sun, 29 Jul 2018 18:44:49 +0200 |
Goffi |
core (memory/persistent): better default value handling in LazyPersistentBinaryDict (don't jump to debugger in debug mode if value is not found)
|
Sun, 29 Jul 2018 18:44:27 +0200 |
Goffi |
core: style improvments (90 chars limit)
|
Sun, 08 Jul 2018 18:38:32 +0200 |
Goffi |
Added tag 0.7.0a2 for changeset b42aa52d2621
|
Sun, 08 Jul 2018 18:38:29 +0200 |
Goffi |
0.7.0a2 release
0.7.0a2
|
Sun, 08 Jul 2018 18:37:36 +0200 |
Goffi |
install (setup.py): don't use sys.prefix for locales
|
Sun, 08 Jul 2018 11:15:22 +0200 |
Goffi |
jp (blog): fixed path encoding for inotify
|
Wed, 04 Jul 2018 08:00:19 +0200 |
Goffi |
Added tag 0.7.0a1 for changeset 534b264d63df (replace former tag after setup fix)
|
Wed, 04 Jul 2018 07:58:24 +0200 |
Goffi |
install: fixed DBUS_FILE path
0.7.0a1
|
Wed, 04 Jul 2018 07:33:26 +0200 |
Goffi |
Added tag 0.7.0a1 for changeset eecd84a2530a
|
Wed, 04 Jul 2018 07:26:20 +0200 |
Goffi |
0.7.0a1 release
|
Wed, 04 Jul 2018 07:26:20 +0200 |
Goffi |
plugin XEP-0077: fixed RegisteringAuthenticator to use TLS if possible
|
Wed, 04 Jul 2018 07:24:42 +0200 |
Goffi |
misc: renamed former tags from "SàT va.b.c" to "a.b.c"
|
Mon, 02 Jul 2018 08:54:57 +0200 |
Goffi |
quick_frontend (chat): create target in cache if it is not found, avoiding an exception
|
Mon, 02 Jul 2018 08:53:29 +0200 |
Goffi |
doc (CHANGELOG): added D-Bus namespace change
|
Mon, 02 Jul 2018 08:26:02 +0200 |
Goffi |
doc (CHANGELOG): prepared CHANGELOG for 0.7 release + unified indentation to 4 spaces
|
Mon, 02 Jul 2018 08:25:04 +0200 |
Goffi |
doc (README): removed version from README to avoid having to update it each time + removed mentions to future frontends
|
Sun, 01 Jul 2018 20:37:58 +0200 |
Goffi |
core, frontends: replaced org\.goffi namespaces by org.salutatoi + fixed generation:
|
Fri, 29 Jun 2018 15:54:46 +0200 |
Goffi |
plugin merge-request/mercurial: fixed missing last line in diff while parsing patch
|
Wed, 27 Jun 2018 22:50:32 +0200 |
Goffi |
quick_frontend (QuickApp): fixed getCache handling after changes in QuickContactList
|
Wed, 27 Jun 2018 21:15:34 +0200 |
Goffi |
plugin XEP-0070: use a confirm dialog instead of a form + simplified a bit the code
|
Wed, 27 Jun 2018 20:14:46 +0200 |
Goffi |
code style reformatting using black
|
Wed, 27 Jun 2018 07:51:29 +0200 |
Goffi |
plugin merge request (mercurial): clean item_id for import (some chars are not accepted in name)
|
Wed, 27 Jun 2018 07:50:35 +0200 |
Goffi |
core: lines limit
|
Wed, 27 Jun 2018 07:23:59 +0200 |
Goffi |
plugin merge request (mercurial): escape colons in import name
|
Wed, 27 Jun 2018 07:23:13 +0200 |
Goffi |
core: some more line limiting
|
Tue, 26 Jun 2018 22:02:59 +0200 |
Goffi |
doc (INSTALL): replaced instruction with a simple link to the wiki, to avoid duplication and desynchronisation
|
Tue, 26 Jun 2018 07:09:49 +0200 |
Goffi |
quick app: added missing docstring in showDialog
|
Sun, 24 Jun 2018 21:59:29 +0200 |
Goffi |
quick_frontend(contact list): refactored update:
|
Thu, 21 Jun 2018 01:21:44 +0200 |
Goffi |
plugin events: invitations improvments + personal list
|
Thu, 21 Jun 2018 01:21:44 +0200 |
Goffi |
tools (misc): do not remove flags while using them anymore, instead added "all_used" and "unused" properties in FlagsHandler
|
Thu, 21 Jun 2018 01:21:44 +0200 |
Goffi |
jp (event): fixed crash on missing item in get and inviteeGet by making it mandatory.
|
Thu, 21 Jun 2018 01:21:44 +0200 |
Goffi |
plugin XEP-0045: fixed crash when muc service is not found
|
Thu, 21 Jun 2018 01:21:44 +0200 |
Goffi |
tools (date_utils): moved date_parse to common.date_utils, because it can be used in frontends
|
Thu, 21 Jun 2018 01:21:44 +0200 |
Goffi |
install (setup): added python-dateutil as dependency (was already a dependency of Wokkel)
|
Thu, 21 Jun 2018 01:21:34 +0200 |
Goffi |
jp (common): allow tables filters callbacks to have only one argument
|
Wed, 06 Jun 2018 19:24:15 +0200 |
Goffi |
jp (base): do not crash when item is specified (e.g. in URL) but not needed in command, but display a message on stderr.
|
Sun, 03 Jun 2018 18:05:01 +0200 |
Goffi |
jp (forums/edit): fixed unicode when dumping in json
|
Sun, 03 Jun 2018 13:54:35 +0200 |
Goffi |
core (version): added workaround for Pyjamas, avoiding crash when reading VERSION
|
Sat, 02 Jun 2018 17:29:55 +0200 |
Goffi |
misc (README): added sat_templates installation for Xavier Maillard contributions + removed non contributions related sentences:
|
Fri, 01 Jun 2018 18:27:49 +0200 |
Goffi |
jp (info/session): show short + relative date by default for "started"
|
Fri, 01 Jun 2018 12:23:43 +0200 |
Goffi |
plugin merge-requests: allow to set empty repository when "update" is set in extra parameters:
|
Fri, 01 Jun 2018 12:21:23 +0200 |
Goffi |
plugins schema, merge-requests, tickets: convert labels from textbox to list only when "labels_as_list" is set in extra parameters.
|
Fri, 01 Jun 2018 12:17:06 +0200 |
Goffi |
jp (ticket): new "get" subcommand, to retrieve ticket(s)
|
Fri, 01 Jun 2018 12:15:38 +0200 |
Goffi |
jp (output): new OUPUT_XMLUI and OUTPUT_LIST_XMLUI outputs
|
Fri, 01 Jun 2018 12:06:33 +0200 |
Goffi |
jp (info/session): by default, display started as human readable date instead of Unix time
|
Fri, 01 Jun 2018 12:04:06 +0200 |
Goffi |
tools (common): moved date_fmt function from template filters to new date_utils module, so it can be used everywhere.
|
Fri, 01 Jun 2018 12:02:09 +0200 |
Goffi |
jp (blog/preview): fixed guessSyntaxFromPath call
|
Fri, 25 May 2018 10:52:01 +0200 |
Goffi |
core: discoFindByFeatures now return only available resources
|
Fri, 25 May 2018 10:52:01 +0200 |
Goffi |
core (xmpp): fixed "Force server" param on Android
|
Fri, 25 May 2018 10:52:01 +0200 |
Goffi |
core: added local_device argument to discoFindByFeatures
|
Fri, 25 May 2018 10:52:01 +0200 |
Goffi |
core (xmpp): use "phone" type in identities when backend is started from Android
|
Fri, 25 May 2018 10:52:01 +0200 |
Goffi |
tools (common): new files_utils module:
|
Fri, 25 May 2018 10:52:01 +0200 |
Goffi |
jp (file/share/list): fixed default value for jid
|
Fri, 25 May 2018 10:51:59 +0200 |
Goffi |
core (constants): new downloads_dir config option (default path where files can be downloaded):
|
Tue, 22 May 2018 10:07:33 +0200 |
Goffi |
quick frontends (app): retrieve namespaces on startup
|
Tue, 22 May 2018 10:06:07 +0200 |
Goffi |
plugin XEP-0329: new methods/signals to handle shares:
|
Tue, 22 May 2018 10:01:00 +0200 |
Goffi |
jp (base): fixed jid encoding
|
Tue, 22 May 2018 09:59:58 +0200 |
Goffi |
core (disco): fixed disco capabilities (empty disco was used)
|
Fri, 11 May 2018 20:06:06 +0200 |
Goffi |
quick frontend (app): avoid resource locking on new message
|
Fri, 11 May 2018 18:20:39 +0200 |
Goffi |
plugin XEP-0050: filter form received from form-processing entity, to only keep "form" and "result" types
|
Fri, 11 May 2018 18:18:06 +0200 |
Goffi |
plugin XEP-0045: display a note when no configuration is available on the room
|
Fri, 11 May 2018 17:24:37 +0200 |
Goffi |
plugin XEP-0045: fixed room configuration cancellation
|
Fri, 11 May 2018 17:13:58 +0200 |
Goffi |
quick frontend (contact list): don't store "nick" for group contacts:
|
Fri, 11 May 2018 17:11:47 +0200 |
Goffi |
plugin XEP-0045: fixed joining workflow:
|
Thu, 10 May 2018 08:34:44 +0200 |
Goffi |
quick frontend (chat): added a property to Message which is True when message comes from history
|
Fri, 13 Apr 2018 18:45:43 +0200 |
Goffi |
bridge: added generated pb files to repository (needed for Cagou on Android)
|
Fri, 13 Apr 2018 18:44:22 +0200 |
Goffi |
core (constants): updated Android constants for Cagou
|
Sat, 07 Apr 2018 14:07:05 +0200 |
Goffi |
primitivus (xmlui): fixed XMLUIPanel signature
|
Fri, 06 Apr 2018 16:47:40 +0200 |
Goffi |
setup, tools(utils): fixed versioning in setup and getRepositoryData
|
Fri, 06 Apr 2018 15:41:26 +0200 |
Goffi |
tools (xmlui): fixed XMLUIDialog signature
|
Thu, 05 Apr 2018 17:42:05 +0200 |
Goffi |
setup: use NAME to get version
|
Thu, 05 Apr 2018 15:23:38 +0200 |
Goffi |
tools (utils): better repository version handling:
|
Thu, 05 Apr 2018 12:49:25 +0200 |
Goffi |
setup: use scm version
|
Thu, 05 Apr 2018 10:41:08 +0200 |
Goffi |
setup: version is now set in SAT/VERSION, sat is not imported anymore in setup
|
Wed, 04 Apr 2018 22:09:20 +0200 |
Goffi |
README: typo
|
Wed, 04 Apr 2018 09:34:58 +0200 |
Goffi |
README: added Arnaud Joset to contributors
|
Wed, 04 Apr 2018 09:21:00 +0200 |
Goffi |
tools(utils): fixed path handling in getRepositoryData
|
Wed, 04 Apr 2018 08:45:09 +0200 |
Goffi |
setup: minimal version of sat_tmp is 0.0.3
|
Tue, 03 Apr 2018 20:54:17 +0200 |
Goffi |
core: replaced gtk3reactor by gireactor
|
Tue, 03 Apr 2018 09:04:55 +0200 |
Goffi |
setup, constant: use https address in APP_URL, and keep pypi NAME separated from constants
|
Tue, 03 Apr 2018 08:00:42 +0200 |
Goffi |
setup: use constants to get name and version
|
Mon, 02 Apr 2018 19:48:50 +0200 |
Goffi |
setup: removed ez_setup.py
|
Mon, 02 Apr 2018 19:44:50 +0200 |
Goffi |
core, setup: huge cleaning:
|
Mon, 02 Apr 2018 08:56:24 +0200 |
Goffi |
plugin merge-request mercurial: keeps more chars for import name
|
Mon, 02 Apr 2018 08:49:20 +0200 |
Goffi |
plugin merge-request mercurial: accept space and period for import name sanitization
|
Mon, 02 Apr 2018 08:45:08 +0200 |
Goffi |
plugin merge-request mercurial: better name sanitization for import
|
Mon, 02 Apr 2018 08:23:22 +0200 |
Goffi |
jp (merge-request,common): fixed URIFinder when metadata are not needed:
|
Sun, 01 Apr 2018 20:55:43 +0200 |
Goffi |
README: minor line addition
|
Sun, 01 Apr 2018 20:41:03 +0200 |
Goffi |
jp (base): fixed URI's item with use_pubsub
|
Sun, 01 Apr 2018 20:17:00 +0200 |
Goffi |
README: label to use for tickets and merge requests is specified
|
Sun, 01 Apr 2018 20:17:00 +0200 |
Goffi |
plugin uri finder, jp (merge-request): labels handling:
|
Sat, 31 Mar 2018 18:42:01 +0200 |
Goffi |
jp (merge-request): find URIs when --service and --node are not specified for get and import:
|
Sat, 31 Mar 2018 18:40:54 +0200 |
Goffi |
jp (base): added C.ITEM pubsub flag when --item is required
|
Sat, 31 Mar 2018 18:23:06 +0200 |
Goffi |
jp (merge-request/set): if service and node are not specified, URIFinder is now used + ask confirmation before publishing
|
Sat, 31 Mar 2018 18:21:56 +0200 |
Goffi |
jp (base): new confirmOrQuit helper method to ask confirmation to user, and quit if he cancel
|
Sat, 31 Mar 2018 17:20:38 +0200 |
Goffi |
README: specified URIs location for tickets and merge requests
|
Sat, 31 Mar 2018 17:20:14 +0200 |
Goffi |
plugin uri finder: plugin to find URIs in well-known locations
|
Sat, 31 Mar 2018 17:10:43 +0200 |
Goffi |
jp: new argument pubsub_default can be used in Commands to replace default value in help string
|
Fri, 30 Mar 2018 19:49:35 +0200 |
Goffi |
plugin merge-requests: fixed labels (they were using textbox instead of list)
|
Fri, 30 Mar 2018 17:53:57 +0200 |
Goffi |
jp (merge-request/import): added import command
|
Fri, 30 Mar 2018 17:53:11 +0200 |
Goffi |
plugin merge-requests, mercurial merge-requests: merge request import implementation
|
Fri, 30 Mar 2018 17:51:32 +0200 |
Goffi |
plugin XEP-0115: fixed caps initial check
|
Thu, 29 Mar 2018 09:09:33 +0200 |
Goffi |
jp (merge/get): "get" command first draft:
|
Thu, 29 Mar 2018 09:09:32 +0200 |
Goffi |
jp (xmlui): added whitelist, read_only and values_only options:
|
Thu, 29 Mar 2018 09:03:19 +0200 |
Goffi |
frontends (xmlui): added whitelist argument:
|
Thu, 29 Mar 2018 08:59:38 +0200 |
Goffi |
jp (base): add --max option:
|
Thu, 29 Mar 2018 08:57:27 +0200 |
Goffi |
jp (base): fixed use_pubsub when pubsub_flags is not needed
|
Mon, 26 Mar 2018 08:06:35 +0200 |
Goffi |
tools (common/data_objects): fixed Identity
|
Mon, 26 Mar 2018 08:01:06 +0200 |
Goffi |
core: added bare_jid and identities arguments to discoGetByFeatures:
|
Sun, 25 Mar 2018 20:51:02 +0200 |
Goffi |
plugin XEP-0234: fixed regex import
|
Sat, 24 Mar 2018 10:46:09 +0100 |
Goffi |
core: new discoFindFeatures method which return all server services/roster entities implementing a set of features.
|
Sat, 24 Mar 2018 10:44:37 +0100 |
Goffi |
core (disco), plugin XEP-0115: client use + capabilities hash improvment:
|
Wed, 21 Mar 2018 19:13:22 +0100 |
Goffi |
jp: pubsub options refactoring:
|
Wed, 21 Mar 2018 19:07:06 +0100 |
Goffi |
frontends (tools/misc): new FlagsHandler class, a simple class to help handling option flags
|
Wed, 21 Mar 2018 19:07:00 +0100 |
Goffi |
jp (output/template): fixed template output (media_dir was missing)
|
Sun, 18 Mar 2018 11:26:01 +0100 |
Goffi |
component file sharing: changed pubsub identity:
|
Fri, 16 Mar 2018 18:43:11 +0100 |
Goffi |
component file sharing: comments metadata:
|
Fri, 16 Mar 2018 17:06:35 +0100 |
Goffi |
component file sharing: comments handling first draft:
|
Fri, 16 Mar 2018 17:03:46 +0100 |
Goffi |
core (memory, sqlite): added fileUpdate method to update "extra" and "access" avoiding race condition
|
Fri, 16 Mar 2018 17:00:57 +0100 |
Goffi |
core: use C.bool to detect value of "handler" field in PLUGIN_INFO
|
Fri, 16 Mar 2018 17:00:09 +0100 |
Goffi |
core (constants): accept "yes" as a True value in bool()
|
Fri, 16 Mar 2018 16:59:16 +0100 |
Goffi |
jp (common): assure nosplitright in default commands for edition with vim
|
Wed, 14 Mar 2018 08:14:32 +0100 |
Goffi |
component file sharing, plugin XEP-0231: thumbnail are now returned by component using Bits of Binary:
|
Wed, 14 Mar 2018 08:11:20 +0100 |
Goffi |
plugin XEP-0264: handle truncated files
|
Wed, 14 Mar 2018 08:10:31 +0100 |
Goffi |
plugin XEP-0329: fixed extra key serialisation before sending to bridge
|
Wed, 14 Mar 2018 08:08:42 +0100 |
Goffi |
component file sharing: fixed hash handling (key has been renamed to "file_hash")
|
Wed, 14 Mar 2018 08:07:24 +0100 |
Goffi |
core (memory): use bare jid for owner in setFiles:
|
Wed, 14 Mar 2018 08:05:55 +0100 |
Goffi |
core (memory/cache): new getMetadata method to retrieve metadata without opening the file
|
Wed, 14 Mar 2018 07:57:04 +0100 |
Goffi |
jp (file/send): --name can now be specified
|
Sun, 11 Mar 2018 19:18:00 +0100 |
Goffi |
template: added icon handling:
|
Fri, 02 Mar 2018 17:53:31 +0100 |
Goffi |
file sharing component: thumbnails integration first draft:
|
Fri, 02 Mar 2018 17:53:31 +0100 |
Goffi |
plugin XEP-0264: thumbnails handling implementation
|
Fri, 02 Mar 2018 17:53:19 +0100 |
Goffi |
plugin XEP-0234: some cleaning + added triggers to allow plugins to change parsing/generation of <file> element
|
Fri, 02 Mar 2018 17:45:23 +0100 |
Goffi |
plugin XEP-0231: separated the requestData code in a method which can called independantly + some minor improvments
|
Fri, 02 Mar 2018 17:43:41 +0100 |
Goffi |
plugin XEP-0054: use .jpg instead of .jpe for jpeg files
|
Fri, 02 Mar 2018 17:40:09 +0100 |
Goffi |
core (memory/cache): common cache:
|
Fri, 02 Mar 2018 17:37:41 +0100 |
Goffi |
core (memory): fixed _getParentDir call in setFile
|
Fri, 02 Mar 2018 17:36:43 +0100 |
Goffi |
core (memory/sqlite): renamed column for files from hash to file_hash:
|
Thu, 01 Mar 2018 09:04:36 +0100 |
Goffi |
plugin XEP-0054: removed Image.ANTIALIAS filter:
|
Wed, 28 Feb 2018 18:28:39 +0100 |
Goffi |
jp (file): file sharing + improvments:
|
Wed, 28 Feb 2018 18:28:39 +0100 |
Goffi |
plugin file sharing component: first draft:
|
Wed, 28 Feb 2018 18:28:39 +0100 |
Goffi |
XEP-0329: implementation of File Information Sharing:
|
Wed, 28 Feb 2018 18:28:39 +0100 |
Goffi |
XEP-0065,XEP-0096,XEP-0166,XEP-0235,XEP-0300: file transfer improvments:
|
Wed, 28 Feb 2018 18:28:39 +0100 |
Goffi |
core (memory): file metadata handling methods:
|
Wed, 28 Feb 2018 18:28:39 +0100 |
Goffi |
memory (sqlite): files handling:
|
Wed, 28 Feb 2018 18:28:39 +0100 |
Goffi |
core (trigger): new returnPoint method:
|
Wed, 28 Feb 2018 18:28:39 +0100 |
Goffi |
core (client): component improvments:
|
Wed, 28 Feb 2018 18:28:39 +0100 |
Goffi |
core (client): set default timeout of IQ to 60 seconds
|
Wed, 28 Feb 2018 18:28:39 +0100 |
Goffi |
core: new getLocalPath method to retrieve a path in SàT local dir, which may be specific to a profile or component
|
Wed, 28 Feb 2018 18:28:39 +0100 |
Goffi |
core (exceptions): added ClientTypeError to deal when a code should not be executed by a client or component profile.
|
Wed, 28 Feb 2018 18:28:39 +0100 |
Goffi |
core (constants): new constants to handle files, progress, component, permissions (will be used in the upcoming patches)
|
Wed, 28 Feb 2018 18:28:39 +0100 |
Goffi |
jp (common/table): a column can be hidden + fix for empty tables
|
Wed, 28 Feb 2018 18:28:39 +0100 |
Goffi |
jp (profile/create): errback handling
|
Wed, 28 Feb 2018 18:28:39 +0100 |
Goffi |
jp (event): added missing arg to _attend_filter
|
Wed, 28 Feb 2018 18:28:29 +0100 |
Goffi |
jp (base): added verbosity property to CommandBase
|
Thu, 08 Feb 2018 00:37:42 +0100 |
Goffi |
plugin pipe/stream, file transfert: refactoring and improvments:
|
Thu, 01 Feb 2018 07:24:34 +0100 |
Goffi |
plugin NAT-port: raise MappingError if something get wrong during "addportmapping" + log unexpected errors (i.e. everything else than MappingError)
|
Thu, 01 Feb 2018 07:21:41 +0100 |
Goffi |
plugin XEP-0166: added errback to terminate, which only logs issues
|
Tue, 30 Jan 2018 08:43:52 +0100 |
Goffi |
jp (base): fixed assertion error when using CommandAnswering
|
Tue, 30 Jan 2018 08:17:17 +0100 |
Goffi |
jp (forums): forums handling commands, first draft
|
Tue, 30 Jan 2018 08:17:08 +0100 |
Goffi |
plugin forums: first draft:
|
Fri, 26 Jan 2018 11:14:13 +0100 |
Goffi |
dates update
|
Wed, 24 Jan 2018 09:12:12 +0100 |
Goffi |
tools (common/data_objects): accept same parameters as format en quote their values in OnClick.formatUrl
|
Wed, 24 Jan 2018 09:10:12 +0100 |
Goffi |
plugin blog import dotclear: use a smaller and lower case prefix to generate ids
|
Mon, 22 Jan 2018 22:00:46 +0100 |
Goffi |
plugin XEP-0277: use shortuuid instead of uuid + use item's XMPP URI for atom ID
|
Mon, 22 Jan 2018 08:36:36 +0100 |
Goffi |
plugin blog static: added background parameter, to set an image
|
Sun, 21 Jan 2018 20:20:38 +0100 |
Goffi |
tools (common/data_objects): use lists instead of generators for BlogItem.groups and BlogItem.tags
|
Sun, 21 Jan 2018 13:04:16 +0100 |
Goffi |
tool (utils): import directly parser from dateutil
|
Fri, 19 Jan 2018 17:41:10 +0100 |
Goffi |
tools (common/data_objects): BlogItem has now a uri property to generate its own XMPP URI
|
Fri, 19 Jan 2018 17:40:06 +0100 |
Goffi |
plugin XEP-0277: microblog namespace is now registered
|
Fri, 19 Jan 2018 17:39:38 +0100 |
Goffi |
core: 'x-data' namespace is now registered
|
Sat, 13 Jan 2018 10:12:15 +0100 |
Goffi |
plugin merge-requests: fixed "set" method
|
Sat, 13 Jan 2018 10:03:32 +0100 |
Goffi |
plugins tickets, merge-requests: fixed call of prepareBridgeSet
|
Fri, 12 Jan 2018 15:58:54 +0100 |
Goffi |
plugins schema, merge_requests, tickets*: factorisation
|
Fri, 12 Jan 2018 15:45:37 +0100 |
Goffi |
tools (utils): new "partial" function which is a hack to workaround issue with functools.partial while using it with dbus module.
|
Fri, 05 Jan 2018 13:00:34 +0100 |
Goffi |
tools (common/data_objects): added Room class
|
Fri, 05 Jan 2018 12:59:52 +0100 |
Goffi |
plugin XEP-0045: new mucGetService bridge method to retrieve MUC service of the server.
|
Fri, 05 Jan 2018 12:58:54 +0100 |
Goffi |
plugin identity: if we get an empty avatar, don't feel avatar_basename and remove avatar key.
|
Wed, 03 Jan 2018 00:29:18 +0100 |
Goffi |
template: date filter improvments:
|
Wed, 03 Jan 2018 00:23:36 +0100 |
Goffi |
template: boolean attribute can now be specified when importing a script, and default to "defer"
|
Wed, 03 Jan 2018 00:21:21 +0100 |
Goffi |
tools (common/data_objects): added classes for messages
|
Wed, 03 Jan 2018 00:20:21 +0100 |
Goffi |
plugin identity: return resource for MUC room occupants' nicks + added avatar and avatar_basename.
|
Wed, 03 Jan 2018 00:18:31 +0100 |
Goffi |
plugin XEP-0054: return always False in isRoom is plugin XEP-0045 is not available + raise NotFound if avatar is requested for a MUC room (not the occupants, the room itself)
|
Wed, 03 Jan 2018 00:16:23 +0100 |
Goffi |
plugin XEP-0045: added mucNickGet to retrieve our nickname in a MUC room
|
Wed, 03 Jan 2018 00:13:48 +0100 |
Goffi |
core: moved CHAT_* constants from frontends to core constants + uses constants for MESS_TYPE_* in sendMessage
|
Tue, 12 Dec 2017 01:07:25 +0100 |
Goffi |
plugin XEP-0060: added an config option to set pubsub service
|
Tue, 12 Dec 2017 00:12:44 +0100 |
Goffi |
jp (blog): added "set" command to publish content from stdin without editing
|
Tue, 12 Dec 2017 00:11:27 +0100 |
Goffi |
jp (base): added exitCb generic callback to display a message and quit
|
Tue, 12 Dec 2017 00:09:39 +0100 |
Goffi |
jp (pubsub/search): fixed --item argument
|
Mon, 04 Dec 2017 00:45:07 +0100 |
Goffi |
template (xmlui): added labels property in ValueWidget (actually return values) and values property in OptionsWidget
|
Thu, 30 Nov 2017 21:00:24 +0100 |
Goffi |
core, template (filters): added pygments as a dependency + new highlight filter to use it.
|
Thu, 30 Nov 2017 20:59:24 +0100 |
Goffi |
template (filters): don't crash on invalid date in date_fmt
|
Thu, 30 Nov 2017 20:58:34 +0100 |
Goffi |
template: remove extension from elements while looking for a path:
|
Thu, 30 Nov 2017 20:53:47 +0100 |
Goffi |
tools (config): complexe data can now be set using json and the "_json" suffix
|
Thu, 30 Nov 2017 20:52:33 +0100 |
Goffi |
jp (merge-request): first draft:
|
Thu, 30 Nov 2017 20:49:20 +0100 |
Goffi |
plugin merge requests Mercurial: first draft:
|
Thu, 30 Nov 2017 20:44:25 +0100 |
Goffi |
plugin merge requests: first draft:
|
Thu, 30 Nov 2017 20:34:41 +0100 |
Goffi |
plugin tickets: handle "update" flag + various improvments:
|
Thu, 30 Nov 2017 20:29:25 +0100 |
Goffi |
core (XMLUI): added value property for StringWidget and ListWidget
|
Thu, 30 Nov 2017 20:27:22 +0100 |
Goffi |
core: specify profile on NotFound exception
|
Sun, 19 Nov 2017 16:51:39 +0100 |
Goffi |
plugin XEP-0060: added node watching methods to bridge:
|
Sun, 19 Nov 2017 16:46:07 +0100 |
Goffi |
core: added a mechanism to associate short names to namespaces:
|
Sun, 19 Nov 2017 16:41:59 +0100 |
Goffi |
plugin XEP-0060: added "options" argument to psSubscribe, and return subscription id if present
|
Sun, 19 Nov 2017 16:38:35 +0100 |
Goffi |
jp (debug/monitor): if data can't be parsed (happen at beginning/end of stream because it's not complete XML), it is printed directly.
|
Sat, 18 Nov 2017 18:49:57 +0100 |
Goffi |
plugin XML Log: Monkey patch is done on the whole XmlStream class, making it available as soon as the stream start + long received message are sent once fully parsed (not cut anymore)
|
Sat, 18 Nov 2017 18:37:21 +0100 |
Goffi |
jp (pubsub): added new "set" command tu publish or update an item in a non-interactive way (while "edit" do it interactively).
|
Fri, 17 Nov 2017 10:59:59 +0100 |
Goffi |
core (sat.sh): force python 2 to launch twistd, and avoid launching wrong version if twistd is installed for python 3 too
|
Thu, 16 Nov 2017 07:31:00 +0100 |
Goffi |
plugins blog import, tickets import, XEP-0277: fixed call to getCommentsService (it is now returning a Deferred)
|
Wed, 15 Nov 2017 21:15:42 +0100 |
Goffi |
plugin import: fixed deserialisation of pubsub service
|
Wed, 15 Nov 2017 08:58:56 +0100 |
Goffi |
template (XMLUI): added JidInputWidget
|
Wed, 15 Nov 2017 08:58:38 +0100 |
Goffi |
plugin tickets: specify parent service when using getCommentsService + fill reporter_jid is missing (will be discarded later if not in the schema)
|
Wed, 15 Nov 2017 08:57:19 +0100 |
Goffi |
plugin XEP-0277: better getCommentsService:
|
Wed, 15 Nov 2017 08:55:47 +0100 |
Goffi |
plugin XEP-0060: use new findServiceEntity to get default pubsub service
|
Wed, 15 Nov 2017 08:54:32 +0100 |
Goffi |
memory (disco): added findServiceEntity helper method to get first service of a kind
|
Sat, 11 Nov 2017 18:39:26 +0100 |
Goffi |
plugin tickets: fill reporter field when it is not already filled
|
Sat, 11 Nov 2017 18:39:26 +0100 |
Goffi |
core (XMLUI): form's XMLUI is use as first arguments for filters in dataForm2Widgets
|
Sat, 11 Nov 2017 18:39:24 +0100 |
Goffi |
core (XMLUI): added a "value" property in TextWidget
|
Sat, 11 Nov 2017 18:35:28 +0100 |
Goffi |
plugin identity: fixed jid.userhostJID call + capitalize user when jid is used.
|
Sat, 11 Nov 2017 18:34:21 +0100 |
Goffi |
plugin schema: prepend a "publisher" field after "id" in getDataFormItems with published given by PubSub service
|
Thu, 09 Nov 2017 07:54:28 +0100 |
Goffi |
template: added dict_ext filter to extend a dictionary
|
Wed, 08 Nov 2017 08:31:21 +0100 |
Goffi |
frontends (xmlui): fixed crash on advanced_list use:
|
Wed, 08 Nov 2017 07:47:01 +0100 |
Goffi |
XEP-0060: fixed bad attribute in getItems
|
Sun, 05 Nov 2017 23:36:45 +0100 |
Goffi |
template: fixed the use of eval_context_filter in item_filter
|
Sun, 05 Nov 2017 20:34:51 +0100 |
Goffi |
plugin schema: separate lines of text-multi in different values as requested by XEP-0004
|
Sun, 05 Nov 2017 15:36:06 +0100 |
Goffi |
plugin tickets: added ticketsSet and ticketsSchemaGet methods:
|
Sun, 05 Nov 2017 13:53:28 +0100 |
Goffi |
frontends (xmlui): added an attribute to ignore some widgets (and their label) in create
|
Sun, 05 Nov 2017 13:44:07 +0100 |
Goffi |
frotends(xmlui): fixed _xmlui_for_name attribute for labels
|
Sat, 04 Nov 2017 22:11:45 +0100 |
Goffi |
jp (debug): new monitor command to show pretty formatted XML stream
|
Sat, 04 Nov 2017 22:11:01 +0100 |
Goffi |
jp (pubsub/node/create): fixed --field option
|
Sat, 04 Nov 2017 22:10:01 +0100 |
Goffi |
plugin XEP-0277: minor id generation change
|
Fri, 03 Nov 2017 14:31:42 +0100 |
Goffi |
misc: date update (yes it's a bit late :p )
|
Fri, 03 Nov 2017 14:19:10 +0100 |
Goffi |
tmp: removed sat.tmp hierarchy and fixed references to it as it is now an independant sat_tmp repository
|
Tue, 31 Oct 2017 23:51:19 +0100 |
Goffi |
jp (xmlui): fixed workflow when value is for a BoolWidget
|
Tue, 31 Oct 2017 23:30:18 +0100 |
Goffi |
jp (ad-hoc/run): node is now a positional argument
|
Tue, 31 Oct 2017 23:29:45 +0100 |
Goffi |
jp (xmlui): XMLUIDialog.show has now a dummy argument, so workflow arguments can be put there
|
Tue, 31 Oct 2017 23:20:04 +0100 |
Goffi |
jp (ad-hoc): new "list" and "run" commands:
|
Tue, 31 Oct 2017 23:17:37 +0100 |
Goffi |
jp: XMLUI implementation first draft:
|
Tue, 31 Oct 2017 23:11:58 +0100 |
Goffi |
core (disco): do not cache disco items when node is set
|
Tue, 31 Oct 2017 23:11:13 +0100 |
Goffi |
plugin XEP-0050: renamed "requestCommandsList" method to "list" + added a run command + fixes:
|
Tue, 31 Oct 2017 23:07:26 +0100 |
Goffi |
core (xmlui): fixed data_form => XMLUI conversion when filters is None
|
Fri, 27 Oct 2017 18:24:35 +0200 |
Goffi |
plugin tickets: high level tickets handling, first draft:
|
Fri, 27 Oct 2017 18:20:10 +0200 |
Goffi |
template: improved date formatter:
|
Fri, 27 Oct 2017 18:17:35 +0200 |
Goffi |
template: new item_value filter
|
Fri, 27 Oct 2017 18:13:25 +0200 |
Goffi |
template: improved attribute escaping, and added it to filters under the name "attr_escape"
|
Fri, 27 Oct 2017 18:11:20 +0200 |
Goffi |
template(XMLUI): added items property to ListWidget:
|
Fri, 27 Oct 2017 18:08:53 +0200 |
Goffi |
plugin tickets import bugzilla: fixed parsing of "created" and "updated" fields
|
Fri, 27 Oct 2017 18:06:58 +0200 |
Goffi |
core (XMLUI): filters can now be used when converting data form to XMLUI:
|
Fri, 27 Oct 2017 18:03:35 +0200 |
Goffi |
core (XMLUI), template(XMLUI): added flags to ListWidget:
|
Fri, 27 Oct 2017 17:58:05 +0200 |
Goffi |
plugins tickets import, jp (ticket/import): implemented mapping:
|
Fri, 27 Oct 2017 17:54:00 +0200 |
Goffi |
plugin pubsub schema: allow any data_form schema:
|
Fri, 27 Oct 2017 08:36:24 +0200 |
Goffi |
template: added media_path to template data
|
Fri, 27 Oct 2017 08:35:22 +0200 |
Goffi |
plugin tickets import: create comments nodes with open access/publishing
|
Fri, 27 Oct 2017 08:33:48 +0200 |
Goffi |
jp (pubsub/delete): show deleted node + handle URIs
|
Fri, 20 Oct 2017 08:49:39 +0200 |
Goffi |
template: new "adv_format" filter which use Python's format and return whole value if template is None
|
Fri, 20 Oct 2017 08:48:41 +0200 |
Goffi |
plugins import, tickets import, bugzilla import: comments handling:
|
Fri, 20 Oct 2017 08:44:09 +0200 |
Goffi |
plugin XEP-0060: added createIfNewNode method which doesn't fail in case of conflict.
|
Fri, 20 Oct 2017 08:40:54 +0200 |
Goffi |
plugin schema: when publishing a schema, check that values of list are allowed, else use default value
|
Fri, 20 Oct 2017 08:39:58 +0200 |
Goffi |
frontends (xmlui): added ValueGetter.keys
|
Fri, 20 Oct 2017 08:39:05 +0200 |
Goffi |
plugin schema, core(xmlui): deep copy base form when reused to avoid accidental modification
|
Mon, 16 Oct 2017 07:48:09 +0200 |
Goffi |
template: gidx methods improvment:
|
Mon, 16 Oct 2017 07:44:08 +0200 |
Goffi |
template: new "xmlui_class" filter compute class names from name/values of requested fields.
|
Mon, 16 Oct 2017 07:41:36 +0200 |
Goffi |
tools (common/data_objects): new OnClick class
|
Mon, 16 Oct 2017 07:39:54 +0200 |
Goffi |
plugin import ticket, import ticket bugzilla: some normalization in values:
|
Mon, 16 Oct 2017 07:36:41 +0200 |
Goffi |
plugin schema: use new "prepend" argument to put "id" widget first.
|
Mon, 16 Oct 2017 07:36:03 +0200 |
Goffi |
core (xmlui): new "prepend" argument for dataForm2Widgets and dataFormResult2XMLUI:
|
Mon, 16 Oct 2017 07:28:36 +0200 |
Goffi |
template (xmlui): new properties + inheritance fix:
|
Mon, 16 Oct 2017 07:23:09 +0200 |
Goffi |
plugin schema: deserialise is now the last kw argument
|
Mon, 16 Oct 2017 07:21:44 +0200 |
Goffi |
frontends (xmlui): new _xmlui_for_name attribute:
|
Mon, 16 Oct 2017 07:18:07 +0200 |
Goffi |
frontends (xmlui): new widget_value dict to get first value of widget by name
|
Mon, 16 Oct 2017 07:16:11 +0200 |
Goffi |
jp (file): typo
|
Fri, 06 Oct 2017 10:55:54 +0200 |
Goffi |
jp (ticket): ticket command first draft:
|
Fri, 06 Oct 2017 10:55:54 +0200 |
Goffi |
plugin tickets import Bugzilla: Bugzilla tickets importer:
|
Fri, 06 Oct 2017 10:55:54 +0200 |
Goffi |
plugin tickets import: specialized importer for tickets, first draft:
|
Fri, 06 Oct 2017 10:55:51 +0200 |
Goffi |
plugin pubsub schema: values handling:
|
Fri, 06 Oct 2017 08:52:51 +0200 |
Goffi |
plugin import: node can now be specified + added a "session" dict to keep import session data:
|
Sun, 01 Oct 2017 12:21:23 +0200 |
Goffi |
plugin import: generic data import plugin:
|
Sun, 01 Oct 2017 12:21:23 +0200 |
Goffi |
jp (base): fixed CommandAnswering and progress bar
|
Sun, 01 Oct 2017 12:21:23 +0200 |
Goffi |
template (xmlui): added values property to be able to use always values even when there is only one value
|
Sun, 01 Oct 2017 12:21:23 +0200 |
Goffi |
frontends (xmlui): a dict of named widgets is kept, so they can be easily be retrieved
|
Sun, 01 Oct 2017 12:21:23 +0200 |
Goffi |
core (xmlui): container now keep a list of children
|
Sun, 01 Oct 2017 12:21:23 +0200 |
Goffi |
core (xmlui): added method to convert data form result to XMLUI:
|
Sun, 01 Oct 2017 12:21:21 +0200 |
Goffi |
plugin PubSub Schema: schema helper methods:
|
Sun, 24 Sep 2017 16:39:36 +0200 |
Goffi |
template: template XMLUI first draft:
|
Sun, 24 Sep 2017 16:36:11 +0200 |
Goffi |
core, frontends (xmlui): new LabelContainer:
|
Sun, 24 Sep 2017 16:32:22 +0200 |
Goffi |
plugin XEP-0060: use client instead of profile_key in getItems
|
Sun, 24 Sep 2017 16:29:18 +0200 |
Goffi |
jp (pubsub/node/schema): check that a schema exists before parsing it (fix issue on new schema edition)
|
Fri, 22 Sep 2017 18:04:14 +0200 |
Goffi |
core (memory/sqlite): typo
|
Thu, 21 Sep 2017 21:53:28 +0200 |
Goffi |
core (memory/sqlite): better stability:
|
Fri, 08 Sep 2017 07:58:10 +0200 |
Goffi |
tmp (wokkel): fixed subscriptions node handling
|
Fri, 08 Sep 2017 07:58:10 +0200 |
Goffi |
jp (shell): changed prompt colour
|
Fri, 08 Sep 2017 07:58:10 +0200 |
Goffi |
jp (shell): fixed use of profile + added EOF handling:
|
Fri, 08 Sep 2017 07:58:08 +0200 |
Goffi |
jp (pubsub): added subscribe, unsubscribe and subscriptions methods:
|
Fri, 08 Sep 2017 07:57:57 +0200 |
Goffi |
plugin XEP-0060: added/fixed subscribe/unsubscribe and subscriptions methods/bridge methods:
|
Wed, 06 Sep 2017 07:39:10 +0200 |
Goffi |
jp (pubsub/node): added schema (set/edit/get) commands to manipulate PubSub node schema
|
Wed, 06 Sep 2017 07:38:39 +0200 |
Goffi |
plugin schema: PubSub node schema, first draft
|
Sun, 27 Aug 2017 20:14:59 +0200 |
Goffi |
tmp(wokkel/pubsub): allows getNodes to return names using tuples(node/names)
|
Thu, 24 Aug 2017 01:11:47 +0200 |
Goffi |
jp (output/template): check if there is a template before initializing Renderer
|
Wed, 23 Aug 2017 00:52:36 +0200 |
Goffi |
jp (info/disco): fixed headers order for items table
|
Wed, 23 Aug 2017 00:14:15 +0200 |
Goffi |
jp (info/disco): type selection + output improvments:
|
Wed, 23 Aug 2017 00:10:09 +0200 |
Goffi |
jp (common): added use_buffer argument in Table:
|
Wed, 23 Aug 2017 00:08:30 +0200 |
Goffi |
jp (common): fixed empty table display when headers are specified
|
Tue, 22 Aug 2017 22:13:22 +0200 |
Goffi |
jp (info/disco): added --no-cache option
|
Tue, 22 Aug 2017 22:12:57 +0200 |
Goffi |
core (memory/disco): added use_cache parameter to discoInfos/discoItems (set to False to ignore cache)
|
Sun, 20 Aug 2017 17:37:43 +0200 |
Goffi |
plugin XEP-0277: added microblog namespace to disco info
|
Sun, 20 Aug 2017 15:01:35 +0200 |
Goffi |
jp (info): fixed help for version and session
|
Sun, 20 Aug 2017 10:33:33 +0200 |
Goffi |
jp (pubsub/node): added subscriptions subcommand:
|
Sun, 20 Aug 2017 10:31:53 +0200 |
Goffi |
plugin XEP-0060: implemented subscriptions management method for node owner:
|
Sun, 20 Aug 2017 10:29:26 +0200 |
Goffi |
tmp (wokkel/pubsub): subscriptions improvments:
|
Sun, 20 Aug 2017 10:26:10 +0200 |
Goffi |
jp (profile): added disconnect command
|
Mon, 17 Jul 2017 16:20:55 +0200 |
Goffi |
primitivus(chat): fixed scroll down (was broken when Primitivus had not the focus and was receiving messages)
|
Fri, 14 Jul 2017 09:06:03 +0200 |
Goffi |
jp (common): fixed decode error when item is not specified
|
Fri, 14 Jul 2017 08:34:10 +0200 |
Goffi |
primitivus (chat): added "GOTO_BOTTOM" ("G") shortcut to scroll down to last message in history
|
Fri, 14 Jul 2017 08:32:49 +0200 |
Goffi |
primitivus (chat): only scroll down if we are at the bottom of the discussion
|
Thu, 13 Jul 2017 22:49:37 +0200 |
Goffi |
jp (blog/edit): avoid call to syntaxConvert if syntax is already XHTML
|
Thu, 13 Jul 2017 21:54:15 +0200 |
Goffi |
jp (blog/edit): pretty format XHTML before editing it
|
Thu, 13 Jul 2017 21:45:26 +0200 |
Goffi |
jp (common): fixed encoding issue in URLs
|
Thu, 13 Jul 2017 21:23:36 +0200 |
Goffi |
tools(common/uri): fixed encoding in buildXMPPUri
|
Thu, 13 Jul 2017 21:13:35 +0200 |
Goffi |
jp (blog/get): added "url" key, which compute xmpp: URL of items
|
Thu, 13 Jul 2017 21:12:46 +0200 |
Goffi |
tools (common/uri): buildXMPPUri: use XEP-0277 namespace as node if node is empty or None for microblog subtype
|
Thu, 13 Jul 2017 20:55:35 +0200 |
Goffi |
jp (blog/edit): syntax modifications:
|
Thu, 13 Jul 2017 20:53:51 +0200 |
Goffi |
plugin text syntaxes: various improvments:
|
Wed, 12 Jul 2017 19:06:28 +0200 |
Goffi |
template: print warning message and use DEFAULT_LOCALE on bad locale
|
Wed, 12 Jul 2017 19:05:33 +0200 |
Goffi |
plugins invitation, XEP-0277: strip language, we don't want spaces
|
Sun, 09 Jul 2017 16:17:16 +0200 |
Goffi |
jp (event/attendee/list): added --missing to show missing people (ones who didn't replied) and --no-rsvp to hide ones who answered
|
Sun, 09 Jul 2017 15:20:31 +0200 |
Goffi |
jp (pubsub/search): fixed encoding for stdin in external commands
|
Sat, 08 Jul 2017 23:21:01 +0200 |
Goffi |
plugin XEP-0060: remove max_items when item_ids is set on getItems
|
Sat, 08 Jul 2017 22:50:25 +0200 |
Goffi |
jp (pubsub/search): profile is transmited to subcommand for "exec" action
|
Sat, 08 Jul 2017 22:49:55 +0200 |
Goffi |
jp (arg_tools): args is not modified anymore in get_use_args + fixed args returned + parser_args are returned separatly (return is now a tuple)
|
Sat, 08 Jul 2017 21:54:24 +0200 |
Goffi |
jp (pubsub): new search command:
|
Sat, 08 Jul 2017 21:45:14 +0200 |
Goffi |
jp (arg_tools): moved get_cmd_choices, get_use_args and escape to a new arg_tools module, so they can be used in other commands than shell
|
Sat, 08 Jul 2017 21:43:36 +0200 |
Goffi |
plugin XEP-0060: fixed service in metadata for PEP
|
Fri, 07 Jul 2017 22:33:55 +0200 |
Goffi |
jp (shell): use of subprocess instead of running commands in the same process:
|
Fri, 07 Jul 2017 12:45:28 +0200 |
Goffi |
jp (base): typo
|
Thu, 06 Jul 2017 20:35:21 +0200 |
Goffi |
jp (shell): added "whoami" command to print currently used profile
|
Thu, 06 Jul 2017 20:31:31 +0200 |
Goffi |
jp (shell): don't print header if a command is specified in help
|
Thu, 06 Jul 2017 20:28:25 +0200 |
Goffi |
jp (shell): shell command (REPL mode), first draft:
|
Wed, 05 Jul 2017 15:05:49 +0200 |
Goffi |
jp (pubsub/hook): added create/delete/list hook command to handle new Pubsub hook feature
|
Wed, 05 Jul 2017 15:05:47 +0200 |
Goffi |
plugin Pubsub Hook: first draft:
|
Wed, 05 Jul 2017 15:04:45 +0200 |
Goffi |
jp (common): fixed the use of --last-item when "-n [node]" is used
|
Wed, 05 Jul 2017 15:04:43 +0200 |
Goffi |
plugin XEP-0060: addManagedNode callbacks now use client syntax instead of profile
|
Wed, 05 Jul 2017 15:02:52 +0200 |
Goffi |
core (tools/email): an unicode "to" email (instead of a list) can now be used
|
Wed, 05 Jul 2017 14:50:45 +0200 |
Goffi |
plugin events: changed import names to EVENTS uppercase for consistency with other plugins
|
Wed, 05 Jul 2017 14:50:39 +0200 |
Goffi |
core (memory/persistent): fixed calls to delPrivateValue
|
Wed, 05 Jul 2017 14:50:13 +0200 |
Goffi |
jp (event/invitee/list): don't add a space after nick and jid when a table is displayed
|
Sun, 02 Jul 2017 20:09:25 +0200 |
Goffi |
jp (event/invitee): added list command to get R.S.V.P. :
|
Sun, 02 Jul 2017 20:09:24 +0200 |
Goffi |
jp (event): added checkURI to InviteeGet and InviteeSet
|
Sun, 02 Jul 2017 20:09:21 +0200 |
Goffi |
jp (common): new ansi_ljust, ansi_rjust and ansi_center command + table:
|
Sun, 02 Jul 2017 19:53:44 +0200 |
Goffi |
core (tools/common/regex): new ansiRemove method to remove ANSI escape codes from a string
|
Sun, 02 Jul 2017 19:52:21 +0200 |
Goffi |
jp (standard output): added simple, json and json_raw for OUTPUT_DICT_DICT
|
Sun, 02 Jul 2017 19:51:00 +0200 |
Goffi |
jp (constants): added OUTPUT_DICT_DICT for dictionaries of nested dictionaries
|
Sun, 02 Jul 2017 19:47:25 +0200 |
Goffi |
plugin events: added eventInviteesList method to get all R.S.V.P. at once.
|
Fri, 30 Jun 2017 01:08:13 +0200 |
Goffi |
jp (input/csv): fixed encoding issue in debug mode
|
Fri, 30 Jun 2017 00:54:37 +0200 |
Goffi |
jp (pubsub/node/affiliations/set): call checkURI
|
Fri, 30 Jun 2017 00:04:47 +0200 |
Goffi |
plugin events, invitations + jp (event/create, invitation/invitee/invite): several emails addresses can now be specified for a single invitation:
|
Fri, 30 Jun 2017 00:02:16 +0200 |
Goffi |
jp (pubsub/node/set): added checkURI to handle xmpp: URIs
|
Thu, 29 Jun 2017 23:40:12 +0200 |
Goffi |
plugin XEP-0277: max_items fix (last "fix" about it was actually bad)
|
Thu, 29 Jun 2017 20:57:14 +0200 |
Goffi |
jp (event/invitee/invite): command to use new eventInvite backend method
|
Thu, 29 Jun 2017 20:57:12 +0200 |
Goffi |
plugin events: added eventInvite command as a helper for the complex invitation workflow:
|
Thu, 29 Jun 2017 20:45:54 +0200 |
Goffi |
plugin XEP-0277: change affiliations for comments + fixes:
|