log

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