log

age author description
Wed, 27 May 2015 19:12:38 +0200 Goffi tmp (rsm): better use of domish.Element.elements() + minor fixes
Wed, 27 May 2015 19:12:38 +0200 Goffi core (xmpp): added log message when a an entity without presence subscription is removed from roster
Wed, 27 May 2015 19:08:16 +0200 Goffi quick frontends (contact list): cache is not cleared anymore on QuickContactList.fill, avoiding the accidental removal of cached values like avatars
Fri, 22 May 2015 22:31:37 +0200 Goffi quick_frontend (quick_app): properly fixed roster loss:
Fri, 24 Apr 2015 16:10:46 +0200 souliane display the resource in the chat dialog when printing a private MUC message
Fri, 24 Apr 2015 14:57:09 +0200 souliane core (xmpp): update the cache for a contact group when a contact is removed from it
Fri, 24 Apr 2015 14:54:24 +0200 souliane core (xmpp): RosterItem.jid is deprecated in Wokkel 0.7.1, use RosterItem.entity instead
Thu, 23 Apr 2015 15:16:06 +0200 Goffi core (tests): fixed bad use of reserved name
Thu, 23 Apr 2015 14:19:43 +0200 Goffi core (tests): test fixes
Thu, 23 Apr 2015 13:35:21 +0200 Goffi plugin groupblog, tmp (mam, rsm): some style improvments/fixes:
Thu, 23 Apr 2015 10:57:40 +0200 Goffi tmp (wokkel): licenses fixes:
Thu, 23 Apr 2015 10:25:47 +0200 Goffi plugins xep-0277: some methods reordering to make the plugin more readable
Wed, 22 Apr 2015 20:21:55 +0200 Goffi plugins groupblog, xep-0060: first pass of simplification
Wed, 22 Apr 2015 18:30:28 +0200 Goffi plugins (groupblog, xep-0277) + tmp(rsm): improved style:
Mon, 20 Apr 2015 16:46:17 +0200 souliane quick_frontend: ask for the roster in connectedHandler instead of in ProfileManager, because we need it also when reconnecting after a disconnection whithout restarting the frontend
Mon, 20 Apr 2015 16:39:38 +0200 souliane core, plugin XEP-0045, frontends: change frontend method "setStatusOnline" for "setPresenceStatus":
Sat, 18 Apr 2015 00:27:39 +0200 Goffi core (disco): fixed bad indentation in _discoInfos (used by bridge)
Fri, 17 Apr 2015 23:10:06 +0200 Goffi bridge: getInfos description minor update
Fri, 17 Apr 2015 22:59:35 +0200 Goffi core, bridge, jp: management of service discovery extensions (XEP-0128)
Fri, 17 Apr 2015 10:39:41 +0200 Goffi tmp (mam): fixed name shadowing + getDiscoInfo for mam fix:
Fri, 17 Apr 2015 19:06:39 +0200 souliane test: fix the tests
Fri, 17 Apr 2015 19:05:37 +0200 souliane plugin radiocol: radiocolSongAdded now gets a JID as argument, add _radiocolSongAdded working with unicode for bridge calls
Thu, 16 Apr 2015 17:17:28 +0200 souliane quick_frontend, primitivus: fixes a couple of issues:
Thu, 16 Apr 2015 14:57:57 +0200 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
Thu, 16 Apr 2015 13:31:14 +0200 souliane quick_frontend, primitivus: move code to remove a new message alert from primitivus to quick_frontend
Thu, 09 Apr 2015 11:27:13 +0200 souliane plugin XEP-0045, quick_frontend, primitivus: replace C.DEFAULT_MUC by bridge method getDefaultMUC (value is defined in plugin XEP-0045 and can be overriden with the config file)
Thu, 09 Apr 2015 11:24:25 +0200 souliane primitivus: fixes :search command
Mon, 06 Apr 2015 18:13:32 +0200 Goffi quick_frontends(profile manager): typo
Mon, 06 Apr 2015 17:36:53 +0200 Goffi jp (profile): added "profile modify" command
Mon, 06 Apr 2015 17:36:21 +0200 Goffi jp (profile): in "profile create", jid and password arguments are now optional + added a new --xmpp-password option to set XMPP password separately (default to the same password as for profile).