log

age author description
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