log

age author description
2015-04-23 Goffi core (tests): test fixes
2015-04-23 Goffi plugin groupblog, tmp (mam, rsm): some style improvments/fixes:
2015-04-23 Goffi tmp (wokkel): licenses fixes:
2015-04-23 Goffi plugins xep-0277: some methods reordering to make the plugin more readable
2015-04-22 Goffi plugins groupblog, xep-0060: first pass of simplification
2015-04-22 Goffi plugins (groupblog, xep-0277) + tmp(rsm): improved style:
2015-04-20 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
2015-04-20 souliane core, plugin XEP-0045, frontends: change frontend method "setStatusOnline" for "setPresenceStatus":
2015-04-17 Goffi core (disco): fixed bad indentation in _discoInfos (used by bridge)
2015-04-17 Goffi bridge: getInfos description minor update
2015-04-17 Goffi core, bridge, jp: management of service discovery extensions (XEP-0128)
2015-04-17 Goffi tmp (mam): fixed name shadowing + getDiscoInfo for mam fix:
2015-04-17 souliane test: fix the tests
2015-04-17 souliane plugin radiocol: radiocolSongAdded now gets a JID as argument, add _radiocolSongAdded working with unicode for bridge calls
2015-04-16 souliane quick_frontend, primitivus: fixes a couple of issues:
2015-04-16 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
2015-04-16 souliane quick_frontend, primitivus: move code to remove a new message alert from primitivus to quick_frontend
2015-04-09 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)
2015-04-09 souliane primitivus: fixes :search command
2015-04-06 Goffi quick_frontends(profile manager): typo
2015-04-06 Goffi jp (profile): added "profile modify" command
2015-04-06 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).
2015-04-06 Goffi jp (profile): fixed "profile info" to use profile, and then manage connection.
2015-04-06 Goffi jp: fixed crash on commands using profile without "connect" option
2015-04-01 souliane quick_frontend (constants): set a constant for default MUC service
2015-04-01 souliane quick_frontend: keep the contact list groups synchronised on contact deletion
2015-04-01 souliane core (xmmp): keep the roster groups cache synchronised + fixes a log.warning
2015-04-01 souliane quick_frontend (contact_list): rename QuickContactList.remove to QuickContactList.removeContact + remove the contact from _roster attribute (and not only from _cache)
2015-03-30 Goffi 2015 copyright dates update
2015-03-30 Goffi jp: fixed bad try/except hidding errors + fixed bad management of jids without node
2015-03-25 souliane quick_frontend: fixes personalEventHandler signature
2015-03-25 souliane quick_frontend, primitivus: various fixes (MUC and cached signals):
2015-03-25 souliane memory, plugin XEP-0045: getMainResource returns None when asking a MUC entity + fixes /whois on a MUC (bare) entity
2015-03-25 souliane quick_frontend: better PEP-8 compliance
2015-03-25 souliane primitivus (Chat): fixes updating the occupant list when someone leaves, changes his nick or is added in last position
2015-03-25 souliane quick_frontend, primivitus: revert changes made in rev 1386 (1f3513cfb246) concerning ChatText.nick: was mixing MUC occupant nick and roster contact nick/node
2015-03-24 souliane quick_frontend, primitivus: remove QuickChat.updateEntityState and QuickChat.setContactStates, use more general QuickChat.update (also called when joining the room to initialise the occupants list)
2015-03-24 souliane primitivus (contact_list): fixes hide/show disconnected contacts via keyboard shortcut
2015-03-23 souliane quick_frontend, primivitus: remove QuickChat.getUserNick + primivitus ChatText gets the user nick directly from parent Chat instance
2015-03-24 souliane primitivus: prefill "Join MUC" dialog with only the JID's node part when in debug version + display error directly from the DBus object
2015-03-24 souliane plugins XEP-0045, XEP-0249: allow to join / invite without specifying the JID's host part (use client's values)
2015-03-23 souliane quick_frontend, primitivus (chat): merge setOccupantStates and setContactStates
2015-03-22 souliane quick_frontend, primitivus: better PEP-8 compliance + remove/rename some (Quick)Chat attributes:
2015-03-20 Goffi plugin XEP-0045: /join text command can be used in all contexts, not only group
2015-03-20 souliane plugin XEP-0085, quick_frontend: fixes chat states
2015-03-20 souliane quick_frontend: display MUC games symbols
2015-03-20 souliane quick_frontends, primitivus: move the chat states logic to quick_frontend
2015-03-20 souliane quick_frontends, primitivus: know who are the MUC occupants from the presence informations:
2015-03-19 Goffi core: getRepositoryData now get the module in argument
2015-03-19 Goffi core: if we are in dev version and it's possible, repository data are now checked and added to SàT version
2015-03-19 Goffi renamed tools.misc to tools.trigger
2015-03-19 Goffi plugin text commands: minor docstrings improvments
2015-03-19 Goffi plugin text commands: minor docstrings improvments
2015-03-19 Goffi plugin text command, XEP-0045, XEP-0048, XEP-0249: removed feedBackWrongContext which is no more usefull with new _contextValid method
2015-03-19 Goffi plugin text commands: added _contextValid method:
2015-03-19 Goffi plugin text commands: docstring parsing for commands, and better /help command:
2015-03-18 Goffi closing branch frontends_multi_profiles frontends_multi_profiles
2015-03-18 Goffi merged branch frontends_multi_profiles
2015-03-18 Goffi quick_frontends(menus): added MenuContainer.replace method + addMenuHook helper method in QuickMenusManager frontends_multi_profiles
2015-03-17 Goffi core, quick_frontends: added an "extra" item in getMenus + use of new quick_menus module in QuickApp frontends_multi_profiles