log

age author description
2013-01-18 Emmanuel Gil Peyrot Fix pep8 support in src/test.
2013-01-18 Emmanuel Gil Peyrot Fix pep8 support in src/tools.
2013-01-18 Emmanuel Gil Peyrot Fix pep8 support in src/core.
2013-01-18 Emmanuel Gil Peyrot Remove every old-style class.
2013-01-18 Emmanuel Gil Peyrot Remove trailing whitespaces.
2013-01-18 Emmanuel Gil Peyrot Fix coding style in setup.py.
2013-01-18 Emmanuel Gil Peyrot Remove useless trailing semicolons.
2013-01-09 Goffi Added tag SàT v0.3.0 for changeset df6b9b881f0e
2013-01-09 Goffi bad tagging 0.3.0 SàT v0.3.0
2013-01-09 Goffi Added tag SàT, v0.3.0 for changeset 78ca32cc0b51
2013-01-09 Goffi CHANGELOG + version updates (yes, that's a release \o/)
2013-01-09 Goffi misc: setup.py long description update
2013-01-09 Goffi removed CONST from sat_main as it is already in default_config
2013-01-09 Goffi misc: README cleaning + added Mutagen to credits
2013-01-09 Goffi plugin radiocol: songs are deleted once played (Q&D need to be reworked once file are properly transfered to server)
2013-01-09 Goffi misc: added presentation website to README
2013-01-09 Goffi installation: setup.py description + website url update
2013-01-07 Goffi core, plugin imap, plugin smtp: fixed SMTP/IMAP integration. /!\ Profile need to be connected for IMAP server to work (will change in the future)
2013-01-07 Goffi installation: added mutagen to setup.py's dependencies
2013-01-07 Goffi dates update
2013-01-07 Goffi plugin account: errReceived fix + emails are now sent on new account + generic example server constants
2013-01-07 Goffi plugin XEP-0054: fixed bad image resizing
2013-01-07 Goffi plugin account: first draft of automatic SàT/Prosody account creation (basis coming from Libervia)
2013-01-07 Goffi bridge: generic plugin methods handling for frontend side in D-Bus Bridge \o/
2013-01-06 Goffi core: initial discovery fix
2013-01-06 Goffi core: sqlite storage constraint fix
2013-01-06 Goffi plugin text commands: added /topic as a synonym of /title
2012-12-28 Goffi plugin quiz: fixed XEP-0045 call
2012-12-28 Goffi plugin Tarot: fixed plugin
2012-12-28 Goffi core, plugin XEP-0054: avatar upload:
2012-12-19 Goffi quick frontend: asyncConnect is now used, to be sure that roster is available before continuing profile plugging
2012-12-17 Goffi plugin XEP-0054: added profile own jid to _fillCachedValues (needed to have its own avatar)
2012-12-16 Goffi core: renamed badly named ConnectedProfileError
2012-12-16 Goffi core: port parameter is used
2012-12-16 Goffi core: paramaters are now merged: if a parameter doens't exist in loaded xml but exists in default parameters, it is added
2012-12-16 Goffi core: added Port parameter
2012-12-09 Goffi primitivus, wix: fixed bad defaults values for XMLUI class
2012-12-09 Goffi plugin XEP-0077: misc fixes
2012-12-06 Goffi core: fixed presence cache error
2012-11-24 Goffi wix: fixed profile manager
2012-11-21 Goffi plugin XEP-0054: naive approach to have a persistent cache of avatars
2012-11-21 Goffi core: asyncConnect is now fired when roster is available
2012-11-21 Goffi core: client.roster has now a got_roster deferred which is fired when roster is available
2012-11-14 Goffi installation: removed BeautifulSoup from dependencies as it was only used by CS plugin which is now deprecated
2012-11-14 Goffi installation: added wokkel to dependencies, and removed custom wokkel installation in setup.py (muc branch is now merged mainstream)
2012-11-14 Goffi primitivus: fixed actionResult call (fix gateways management)
2012-11-14 Goffi wix: fixed parameters management
2012-11-14 Goffi plugin XEP-0100: fixed lackings profile arguments in some methods
2012-11-14 Goffi quick frontend: fixed clearContacts
2012-11-14 Goffi frontends: incoming files transfer management:
2012-11-14 Goffi core, bridge: waiting confirmation management (new getWaitingConf method)
2012-11-12 Goffi plugin XEP-0096: restored XEP-0065 usage
2012-11-12 Goffi quick frontend: fixed getHistory call
2012-11-10 Goffi core, frontends, bridgen plugins: fixed methods which were unproperly managing multi-profiles
2012-11-04 Goffi plugin cs: this plugin is now deprecated
2012-11-01 Goffi core, plugins: fixed bad namespace in stanza creation
2012-11-01 Goffi bridge: fixed D-Bus warning in frontend side of bridge
2012-10-29 Goffi plugin group blog: item configuration data (which groups are allowed) are parsed and added to microblog data
2012-10-28 Goffi misc: added informations on Apache logs in README's privacy warning
2012-10-28 Goffi plugin group blog: security check + fixed publisher in personalEvent signal
2012-10-28 Goffi primitivus: fixed info messages timestamp
2012-10-28 Goffi primitivus: fixed edit bar's captions encoding (could cause crashes)
2012-10-21 Goffi plugin groupblog: fixed GROUP and JID publishers_type in getMassiveLastGroupBlogs and massiveSubscribeGroupBlogs
2012-10-21 Goffi plugin XEP-0045: in case of nickname conflict when entering a room, a new one is automaticaly assigned
2012-10-21 Goffi plugin text commands: added /parrot and /unparrot commands to use Parrot plugin
2012-10-21 Goffi new plugin: Parrot is an experimental plugin which repeat messages between 2 entities
2012-10-21 Goffi core: Triggers can now frobid other triggers execution
2012-10-21 Goffi primitivus: Primitivus is now modal (vi-like behaviour):
2012-10-21 Goffi plugin text commands: added _feedback method to send an answer to user
2012-10-21 Goffi plugin XEP-0045: added isNickInRoom method
2012-10-21 Goffi primitivus: fixed double messages discarding
2012-10-21 Goffi primitivus: better chat text insertion in chat window
2012-10-21 Goffi reverted bad commit
2012-10-21 Goffi primitivus: fixed messages order in chat window
2012-10-20 Goffi plugin text commands: added /help command
2012-10-20 Goffi core: added priority management in triggers
2012-10-20 Goffi plugin XEP-0045, plugin text commands: added '/title' command
2012-10-20 Goffi Primitivus: avoid double messages in case of backlog/history conflict
2012-10-20 Goffi core, quick_frontend, primitivus, wixi, bridge: fixed delayed message timestamp:
2012-10-16 Goffi core, bridge, quick_frontend: MUC private messages history management:
2012-10-15 Goffi Primitivus: present contacts in groups chat can now be clicked
2012-10-10 Goffi quick frontend, primitivus, wix: MUC private messages management
2012-09-27 Goffi plugin text commands: added /join command
2012-09-27 Goffi plugin text commands: /leave management:
2012-09-27 Goffi frontends, core, plugin XEP-0045: leave implementation + better nick change
2012-09-26 Goffi plugin text commands: Text commands is a new plugin that bring IRC-like commands
2012-09-26 Goffi plugin xep-0045: nick change management
2012-09-25 Goffi core, quick frontend, plugin xep-0054, bridge: use of memory's entities data for vcard:
2012-09-25 Goffi Primitivus: new entities are added to contact list if they send messages + QuickFrontend: names fixes
2012-09-25 Goffi QuickFrontend, Primitivus, Wix: special entities management:
2012-09-24 Goffi core, quick_frontend, primitivus, wix: Contacts List refactoring phase 1:
2012-09-04 Goffi primitivus: keep focus position in contacts list on redraw
2012-09-04 Goffi primitivus: fixed display for selected entity in contacts list + added indentation for status message
2012-09-04 Goffi primitivus: better focused attributes for roster
2012-09-03 Goffi primitivus: contacts list improvments:
2012-09-03 Goffi primitivus: added show and status text attributes + show icons
2012-09-03 Goffi primitivus: moved constants in a separate file
2012-08-17 Goffi core: memory bug fix
2012-08-17 Goffi jp: - better expandJid: roster's jids' nodes are used after names to expand jid
2012-08-17 Goffi bridge: updated D-Bus frontend
2012-08-17 Goffi wix: renamed id variable to avoid reserved name
2012-08-17 Goffi Bridge: "auto" type for sendMessage method
2012-08-17 Goffi core: sendMessage refactoring:
2012-08-17 Goffi plugin xep-0045: entity type is changer to chatroom for room joined
2012-08-17 Goffi core: added isJidInRoster method
2012-08-17 Goffi core: entity cache misc data management + error moved to core.exceptions in memory
2012-08-16 Goffi plugin xep-0054: changed deprecated deferredGenerator for inlineCallbacks
2012-08-15 Goffi core: presence status + last resource refactored and kept in entitiesCache in memory.py, profile cache is purged on disconnection
2012-08-12 Goffi core: fixed bad try/except block in memory
2012-08-01 Goffi misc: updated README with contributors
2012-08-01 Matthieu Rakotojaona misc: CONTRAT SOCIAL (Social Contract) English translation
2012-08-01 Goffi Licence modification: the full project is now under AGPL v3+ instead of GPL v3+
2012-06-25 Goffi quickapp: fixed typo
2012-06-24 Goffi plugin groupblog: fixed initialisation
2012-06-24 Goffi plugin groupblog: subscriptions/notifications
2012-05-30 Goffi plugin groupblog: added disco info + misc fixes
2012-04-14 Emmanuel Gil Peyrot frontend: Fix notify import in Primitivus.
2012-04-14 Emmanuel Gil Peyrot misc: Add the build directory to the ignore file.
2012-04-14 Emmanuel Gil Peyrot misc: Make the shell launcher use the same python interpreter than setup.py.
2012-04-14 Emmanuel Gil Peyrot misc: Add the forgotten sat.memory to setup.py.