log

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