log

age author description
2014-01-05 souliane test: FakeMemory inherits from Memory + more helpers basic support + cleaning
2014-01-05 souliane plugin XEP-0033: the comparison for auto-fixing for the stanza recipient was not correct
2014-01-05 souliane memory: factorize the node checks in Params.__constructProfileXml
2014-01-04 souliane test: added tests for XEP-0085
2014-01-04 souliane test: added some tests for Memory
2014-01-04 souliane test: added support of basic memory stuff in helpers.py
2014-01-04 souliane test: store the constants in constants.py + better PEP8 compliance
2014-01-04 souliane memory: bug fix related to method paramsRegisterApp + getParams was not always returning a Deferred
2014-01-04 souliane memory: fixed wrong information in the docstrings for security_limit
2013-12-27 souliane core, bridge: new method paramsRegisterApp to register frontend's specific parameters
2014-01-03 Goffi frontends: fixed sendMessage calls, sendMessage is now async so callback and errback need to be specified + redraw in PrimivitusApp.notify
2013-12-29 Goffi i18n: merged jp i18n french translation in core fr.po
2013-12-29 Goffi core: fixed setup.py (removed former sat_frontends and jp i18n references)
2013-12-29 Goffi core: dynamics menus refactoring:
2013-12-29 Goffi i18n: merged sat_frontends and sat translations in core's i18n
2013-12-29 Goffi core: i18n refactoring:
2013-12-19 souliane plugin groupblog, XEP-0277: store both published and updated timestamps
2013-12-18 souliane tools: addURLToText moved from libervia to sat_frontends/tools/strings
2013-12-18 souliane core: fix bridge method getContactsFromGroup return value (list of jids --> list of strings)
2013-12-18 souliane quick_frontend: fix presence/status update (do not share between different resources)
2013-12-18 souliane primitivus: redraw after changing the presence or status
2013-12-17 souliane plugins radiocol, xep-0054: better handling of upload errors:
2013-12-17 souliane plugin radiocol: fix wrong call of deleteFile
2013-12-24 Goffi plugin xep-0050 (ad-hoc commands): requesting part. first draft
2013-12-24 Goffi core (xml_tools), frontends: added a prefix to XMLUI form names in result data, to avoid name conflicts (e.g.: if a form has name "submit", and this name is also used internally by SàT)
2013-12-24 Goffi core (xml_tools): dataForm*2XML renamed to dataForm*2XMLUI and now return XMLUI instead of raw XML + submit_id is managed, and session_id is returned if present
2013-12-24 Goffi backend, frontends: XMLUI refactoring:
2013-12-24 Goffi backend, frontends: callbacks refactoring:
2013-12-24 Goffi plugin xep-0050: using new Sessions class
2013-12-24 Goffi core (memory): added optional profile checking in Sessions:
2013-12-24 Goffi core (memory): new Sessions management class (similar to dict)
2013-12-24 Goffi core, frontends: callMenu is now async and don't use callback_id anymore
2013-12-24 Goffi core (xml tools): bad default parameter in XMLUI.addList
2013-12-24 Goffi plugin XEP-0050: fixed getDiscoItems when no commands were added + fixed commands purge on profile disconnection
2013-12-17 Goffi core,bridge: sendMessage bridge method is now async
2013-12-16 Goffi core, bridge: better GenericException handling
2013-12-16 souliane plugin XEP-0033: avoid the controlled error to explode (use return Failure(...) instead of raise)
2013-12-16 souliane plugin XEP-0033: bug fix for sending messages with the addressing feature to several servers
2013-12-16 souliane core: bug fix for serverDiscoItems (bad use of addCallbacks)
2013-12-16 souliane core: bug fix for requestServerDisco in sat_main.py + added getAllServerIdentities method in memory.py
2013-11-28 souliane plugin room_games, radiocol: send the current queue to new players
2013-12-10 souliane plugins groupblog (xep-0060, xep-0277): added blog item modification/deletion
2013-12-09 souliane plugins text-syntaxes: added a default value to use the current user syntax in convert
2013-11-28 souliane plugin XEP-0045: remove redondant errback from _join
2013-12-11 souliane plugin XEP-0033: implementation of the addressing feature:
2013-12-13 souliane core (tools): set min and max priorities for triggers and warn if several triggers have the same not null priority
2013-11-25 souliane bridge (constructor): added categories for the mediawiki export
2013-11-25 souliane primivitus: do not notify when an empty message is received
2013-11-25 souliane primitivus: save the input history when "esc" is pressed
2013-11-25 souliane frontends: set and retrieve your own presence and status
2013-11-23 souliane frontends: define the constants with classes and inheritance instance of using __builtin__
2013-11-24 souliane frontends: presence update in quick app:
2013-11-24 souliane core: bad indentation in SatPresenceProtocol.available
2013-12-13 Goffi reverted last commit
2013-12-13 Goffi plugin account: don't wait for emails anymore
2013-12-13 Goffi plugin microbloging: fixes bad calls
2013-12-13 Goffi plugin account: configuration constants can be overriden in sat.conf (section "plugin account") + better deferred management in email sending
2013-12-12 Goffi core: management of _list and _dict in sat.conf
2013-12-10 Goffi plugin XEP-0050: Ad-Hoc commands first draft (answering part)
2013-12-10 Goffi core: fixed statuses parameter in setPresence, and using @NONE@ instead of @DEFAULT@ for default profile_key
2013-12-10 Goffi core: use of Twisted JID instead of string bare jid in roster SatRosterProtocol
2013-12-03 Goffi plugin XEP-0055: fixed form's namespace
2013-12-03 Goffi plugin XEP-0085: fixed bad return value for sendMessage trigger's post treatment
2013-12-01 Goffi bridge: fixed bridge_constructor
2013-11-28 Goffi core (memory): fixed setDefault behaviour + minor refactoring
2013-11-26 Goffi jp: removed named argument for pipeOut, as it's not managed with dynamicaly added methods
2013-11-23 Goffi jp: fixed sendFile call
2013-11-21 souliane frontends tools: moved src/tools/frontends to frontends/src/tools
2013-11-21 souliane plugin tools: turn src/plugin/games.py into a plugin and move it to src/plugins/plugin_misc_room_game.py
2013-11-21 souliane plugins (games): more factorization and flexibility for launching and joining games:
2013-11-21 souliane frontends tools: added symbols for MUC user activity identification
2013-11-19 souliane plugins XEP-0045: added methods to get room nicks and "MUC user left" trigger
2013-11-18 souliane plugins (games): add a method to send messages more easily
2013-11-17 souliane plugin XEP-0045: fixed incorrect exceptions name
2013-11-17 souliane plugins (MUC, tools, games): generalize the generation of a unique room name when joining a MUC and no room is specified:
2013-11-17 souliane plugins (tools): collective games (with no opponent, like radiocol) were handled like other games
2013-11-17 souliane plugin XEP-0249: silently discard MUC invitation if user is already in
2013-11-17 souliane bridge: removed plugin method definitions from the old static system
2013-11-15 Goffi plugin group blog: management of extra data/rich text for blog comments
2013-11-14 Goffi plugin XEP-0277, groupblog: rich text management for receiving microblogs
2013-11-14 Goffi plugin XEP-0277, group blog: rich text management for sending microblogs
2013-11-14 Goffi plugin text syntaxes: clean_xhtml now accept lxml's HtmlElement to avoid parsing two times the same xml
2013-11-14 Goffi plugin XEP-0277, group blogs: proper asynchronous methods for sending blogs.
2013-11-14 Goffi plugin group blog: renamed options parameter as extra for consistency with sendMessage
2013-11-13 Goffi plugin XEP-0071: rich messages management for sendMessage
2013-11-13 Goffi plugin XEP-0071: XHTML2XHTML_IM don't return the <body> root tag anymore.
2013-11-13 Goffi core: dont save anymore messages to database if there is no "message" data (fix empty records with chat states)
2013-11-13 Goffi plugin text syntaxes: fixed bad parameter order for getParamA
2013-11-13 Goffi core: sendMessage's options parameter has been renamed to extra to be consistent with newMessage
2013-11-13 Goffi core: sendMessage triggers now use a treatments deferred;
2013-11-12 Goffi test: better ignore_blank in helpers's assertEqualXML
2013-11-12 Goffi plugin text syntaxes: fixed missing import
2013-11-12 Goffi tests: plugin text syntaxes sanitisation tests
2013-11-12 Goffi tests: added XML comparaison method to helpers
2013-11-12 Goffi plugin text syntaxes: styles sanitisation
2013-11-09 souliane tools frontend: moved here from Libervia some definitions for message composition
2013-11-08 souliane misc: added a file for frontend's string operations:
2013-11-05 souliane plugin XEP-249: added parameter Misc / Auto-join MUC on invitation
2013-10-29 souliane tools: renamed tools.jid.JID attribute "short" to "bare"
2013-10-28 souliane primitivus card_game: bug fix and improvement
2013-10-28 souliane plugin card_game: better PEP-8 compliance
2013-10-28 souliane primitivus, wix: auto-display MUC dialog after it has been joined:
2013-10-24 souliane core (tools): small fix in using imported methods
2013-10-23 souliane plugins radiocol, card_game, quiz: code factorization
2013-10-18 souliane tools: moved src/tools/games.py to src/tools/frontends/
2013-10-22 souliane memory: fixed getHistory behavior when parameter between=True:
2013-10-22 souliane primitivus, wix: fixed bridge methods calls for plugins radiocol and card game
2013-10-22 souliane wix, misc: use picture of dimension 32x32 for tray icon + better PEP-8 compliance
2013-10-21 souliane primitivus: code factorization for user notification
2013-10-18 souliane core (memory): cleaned the part for load/save to xml (not used)
2013-11-08 souliane social contract: typos fixes:
2013-11-09 Goffi new xml tools module (sat.tools.frontends.xml):
2013-11-09 Goffi plugin text_syntaxes: fixed clean_xhml (it now return XHTML instead of HTML)
2013-11-08 Goffi moved sat.tools.frontend to sat.tools.frontends
2013-11-07 souliane plugin misc_account: added method getNewAccountDomain
2013-11-07 souliane frontend, primitivus: added input history (mode-wise)
2013-11-07 souliane social contract: typos fixes
2013-11-07 Goffi core, bridge: extra parameter is saved in history:
2013-11-05 Goffi plugin XEP_0071: first draft
2013-11-05 Goffi plugin XEP-0115: changed node for "http://sat.goffi.org" + filtering using list comprehension instead of filter()
2013-11-05 Goffi core: added SatIdentityHandler for Disco Identity, and set identity to "client/pc/Salut à Toi"
2013-11-05 Goffi plugin text syntaxes: this plugin manage rich text syntaxes conversions and cleaning.
2013-10-31 Goffi install: added lxml to setup.py dependencies
2013-10-31 Goffi core: Deferred in onMessage.
2013-10-31 Goffi core: importParams renamed to updateParams: it now updates the parameter instead of appending children if it find an existing one.
2013-10-15 Goffi primitivus: fixed crash on private messages
2013-10-15 Goffi core, plugins: fixed bad use of children instead of elements() for domish.Element instances.
2013-10-07 souliane plugin xep-0085: bug fix + improvement
2013-10-07 Goffi misc: added Dal to contributors
2013-10-07 Dal jp: profiles management
2013-10-02 souliane bridge, memory: added the parameter security_limit to asyncGetParamA so it can be used from libervia. refactorization in memory.py are related to that.
2013-10-02 souliane core, primitivus: better support for parameter of type list
2013-09-26 souliane plugin XEP-0085: improvement for sending "composing" state
2013-09-26 souliane wix: bug fix at startup when the method chatStateReceived doesn't exist
2013-10-04 Goffi install: minimum required wokkel version is now 0.7.1, updated setup.py
2013-10-03 Goffi install: fixed setup.py (changed "imaging" to "PIL")
2013-09-29 Goffi bridge: doc fix for newContact
2013-09-29 Goffi tests: helpers improvments:
2013-09-26 Goffi tests: fix SatMessageProtocolTest.test_onMessage
2013-09-26 Goffi tests: Use of FailTest for DifferentArgsException instead of Exception, so the test fail instead of raising en error.
2013-09-21 Goffi primitivus: disconnected contact crash fix
2013-09-21 Goffi core: misc bug fixes
2013-09-08 souliane plugin misc_account: fix for sending a failure message
2013-09-07 souliane plugin XEP-0085: renamed category and parameter
2013-09-08 souliane core: fix for methods signature
2013-09-07 souliane core: added the security_limit to setParam
2013-09-08 Goffi Added Soul to contributors
2013-09-05 souliane core: better handling of profile_key and don't write the param file anymore
2013-09-05 souliane misc: a few "cosmetic" changes (PEP 8...)
2013-09-08 souliane primitivus: chat state implementation
2013-09-05 souliane plugin XEP-0085: Chat State Notifications
2013-09-08 souliane core: memory's updateEntityData improvments.
2013-09-05 souliane core: security attribute added to the parameters
2013-09-08 Goffi primitivus: menu to search directory (using XEP-0055)
2013-09-08 Goffi primitivus: really basic implementation of advanced list.
2013-09-08 Goffi plugin XEP-0055: implementation of Jabber Search
2013-09-08 Goffi core: added advanced list to XMLUI (need improvment, very basic so far)
2013-09-08 Goffi i18n: fixed bad translation
2013-06-22 Goffi wix: fixed application quitting (fix bug 25)
2013-06-21 Goffi core, bridge, jp, quick_frontend: SàT stop more gracefully if bridge can't be initialised:
2013-06-20 Goffi doc: added instructions to launch D-Bus on a terminal environment, as requested in bug 27.
2013-06-20 Goffi core: fixed crash on first run, when no profile exist yet
2013-06-20 Goffi core: fixed bad database creation on first run in sqlite storage
2013-06-20 Goffi plugin XEP-0277: RuntimeError is now catched during link parsing (can happen if no service jid is found)
2013-06-20 Goffi pluging maildir: some trivial fixes:
2013-06-20 Goffi pluging groupblog: comments handling:
2013-06-20 Goffi core: more explicit UnknownEntityError
2013-06-17 Goffi plugin group blog: getItems for comments fixed when we are the publisher of the parent node
2013-06-17 Goffi plugin groupblog: fixed bad inialisation check
2013-06-17 Goffi plugin group blog: comments handling (comments are automaticaly requested when a comment node is found)
2013-06-16 Goffi plugin groupblog: comment item is specified through microblog data, there is no more a specific signal type
2013-05-20 Goffi plugins XEP-0060, XEP-0277, groupblog: comments implementation (first draft, not finished yet):
2013-04-07 Goffi misc: added Thomas Preud'homme to contributors + a thanks message to maintainers =)
2013-04-07 Thomas Preud'homme quick frontend, jp: fix locales
2013-03-24 Goffi misc: fixed bridge_constructor.py typo
2013-03-10 Goffi core: added Priority management
2013-03-10 Goffi Primitivus: fixed xmlui/chat bad contents change
2013-03-07 Goffi fixed licences in docstrings (they are now in comments)
2013-02-24 Goffi Primitivus: fixed contacts list (un)hidding
2013-02-24 Goffi primitivus: fixed urwid issues with recent urwid versions
2013-02-23 Goffi installation: added forgotten imaging dependency
2013-02-23 Goffi core: fixed sendMessage
2013-02-21 Goffi plugin export command: first draft
2013-02-21 Goffi plugin parrot: sendMessage now avoid triggers
2013-02-21 Goffi core: sendMessage refactoring:
2013-02-21 Goffi jp, core: jp's clean_ustr moved to a new general utils module
2013-02-20 Goffi plugin text commands: basic /whois command (just show jid so far)
2013-02-20 Goffi plugin XEP-0045: fixed isNickInRoom
2013-02-20 Goffi misc: add ctags_links to .hgignore
2013-02-20 Goffi core: version update to development version
2013-01-25 Goffi plugin XEP-0045: fixed mucLeave bridge method
2013-01-18 Emmanuel Gil Peyrot Fix pep8 support in src/bridge.
2013-01-18 Emmanuel Gil Peyrot Fix pep8 support in src/plugins.
2013-01-20 Goffi core: added forgotten errback in sqlite's deleteProfile
2013-01-18 Emmanuel Gil Peyrot Fix pep8 support in src/memory.
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)