log

age author description
2014-03-14 souliane tools: xml_tools.ElementParser do not replace '\n' and '\t' with ' ' by default
2014-03-15 souliane test: update radiocol test regarding the last changes
2014-03-11 souliane plugin radiocol: preload signal also contains the uploader nickname
2014-03-10 souliane frontends: added SYNTAX_TEXT in the constants
2014-03-05 souliane plugin radiocol: add MP3 support
2014-03-05 Goffi misc: added Naha to README
2014-03-05 Matteo Cypriani misc: README4PACKAGERS improvments
2014-03-05 Matteo Cypriani jp: updated main loop to gobject 3
2014-03-04 Goffi removed deprecated and really old Sortilege frontend, today Primitivus is the console frontend
2014-03-03 Goffi misc: added gobject dependency for primitivus in README4PACKAGERS
2014-03-03 souliane plugin account: user can change his password or delete his XMPP account
2014-03-03 souliane core (memory): asyncDeleteProfile can force the deletion of a profile, even if it's connected (when called from the backend only)
2014-03-03 souliane core, frontends: add method asyncDeleteProfile, remove synchronous methods createProfile and deleteProfile
2014-02-28 souliane plugin groupblog: added a convenient bridge method getGroupBlogsWithComments
2014-02-25 souliane plugin XEP-0060, groupblog: added nodeIdentifiers attribute to getItems in order to retrieve items by ids
2014-02-25 souliane plugin blog_banner: added temporary plugin with a user parameter to set a blog banner
2014-03-01 Goffi we are in a dev version again...
2014-02-28 Goffi SàT 0.4.1 released
2014-02-28 Goffi version update 0.4.1 SàT v0.4.1
2014-02-28 Goffi updated changelog
2014-02-28 Goffi better INSTALL instructions
2014-02-28 Goffi setup.py fixes and improvments
2014-02-27 Goffi README4PACKAGERS fixes
2014-02-26 Goffi SàT 0.4 released
2014-02-26 Goffi version update 0.4.0 SàT v0.4.0
2014-02-26 Goffi CHANGELOG fixes/update
2014-02-25 souliane updated CHANGELOG for v 0.4.0
2014-02-26 souliane plugin card_game: update to use the new XMLUI mechanism:
2014-02-26 souliane plugin room_game: fix issues with data structures initialization
2014-02-25 souliane tools, plugin XEP-0077: small fixes
2014-02-25 souliane core (xmpp): fix automatic contact deletion
2014-02-26 souliane some typos fixes in the README files
2014-02-26 Goffi README4PACKAGERS update
2014-02-26 souliane added README4PACKAGERS
2014-02-25 Goffi README and INSTALL updates
2014-02-25 Goffi plugin misc account: updated the welcome email
2014-02-25 Goffi plugin demo directory: temporary plugin to integrate Salut's directory in SàT's parameters:
2014-02-25 Goffi plugin XEP-0085: fixed bad trigger return value
2014-02-25 Goffi plugin XEP-0055: salut.libervia.org is temporarly used as default value
2014-02-25 Goffi core (memory): added 'no' value management in configuration's booleans
2014-02-25 Goffi core (xmlui), frontends: handling of "text" type in params xml + bug fixes
2014-02-25 souliane frontends: fix typos, do not use logging in the xmlui tools:
2014-02-25 Goffi core (xmlui): fixed types with empty value are now correctly managed in _dataFormField2XMLUIData
2014-02-24 souliane i18n: updated the translation files
2014-02-24 souliane test: skip radiocol tests if the sound samples are not found
2014-02-24 souliane plugin groupblog: bug fix for the atom feed
2014-02-23 souliane plugin XEP-0277: fix pubsub entry parsing using lxml instead of feed.atom
2014-02-14 souliane plugins groupblog, XEP-0277: attempt to clarify the code for the comments handling:
2014-02-20 souliane test: fix the tests for plugin room game
2014-02-20 souliane test: skip the test for markdown syntax if the module is not installed
2014-02-23 Goffi plugin XEP-0277: last commit was actually a part of the next one
2014-02-23 Goffi plugin XEP-0277: added missing docstring
2014-02-23 Goffi core (sqlite): automatic database update:
2014-02-20 Goffi plugin text syntaxes: fixed cleaners encoding
2014-02-20 Goffi plugin XEP-0277: encoding fix
2014-02-18 souliane primitivus: displayed presence/status was not updated when the presence is "Online".
2014-02-18 souliane plugin room_game, radiocol: RoomGame.send returns a Deferred.
2014-02-18 souliane misc: setup.py was not installing sat_frontends.jp
2014-02-18 souliane plugin groupblog: do not log error message when asking for the entries of a non existent node (e.g the contact hasn't posted any message yet)
2014-02-18 souliane core: fix mispelled argument
2014-02-17 souliane misc: exclude misc/_jp from xgettext input
2014-02-17 souliane misc: fix unnamed arguments in format strings
2014-02-17 Thomas Preud'homme misc: update distribute_setup.py to version 0.6.49
2014-02-13 souliane frontends (tools): addURLToImage makes an image clickable
2014-02-13 souliane plugin text_syntaxes: html2text was breaking the long URLs
2014-02-13 souliane frontends: add COMMANDS constant for Wysiwyg edition + add "image" button info for the syntaxes
2014-02-12 souliane memory (sqlite): the result of pickle.dumps in addToHistory must be encoded for the special characters to be stored.
2014-02-12 souliane plugin XEP_0277: fix encode/decode errors
2014-02-12 souliane plugin XEP_0277: check for XHTML namespace and decapsulate the content from the main div container
2014-02-12 souliane plugin text_syntaxes: rstrip the conversion result to avoid new lines systematically added by converters (e.g. html2text do this)
2014-02-12 souliane tools: composition RICH_FORMATS constant has been renamed to RICH_SYNTAXES
2014-02-07 souliane core: bug fix at connection time
2014-02-07 souliane memory: bug fix to not register twice frontends parameters + added some tests for param update
2014-02-05 souliane plugin groupblog, XEP-0071, XEP-0277, text_syntaxes: manage raw/rich/xhtml data for content/title:
2014-01-22 souliane plugin groupblog: added method getLastGroupBlogsAtom returns the Atom feed of blog posts
2014-01-15 souliane test radiocol: added a full scenario test
2014-01-15 souliane test: improvements for the helpers classes:
2014-01-17 souliane plugins room_games, radiocol, libervia: small changes like refactorization to ease the maintenance
2014-01-16 souliane plugin radiocol: sync data includes a "jump to time" info
2014-01-15 souliane plugins radiocol_tarot: do not process received messages for MUC users that are actually not playing the game + fix for testing purpose
2014-01-15 souliane plugins room_games, radiocol: better synchronization after a user joins a running game
2014-02-17 Goffi jp: added ad-hoc subcommand with a remote sub-subcommand to create a D-Bus remote
2014-02-17 Goffi jp: short option for progress is now -P instead of -g, so -g can be used for groups
2014-02-17 Goffi plugin Ad-Hoc D-Bus: first draft:
2014-02-13 Goffi plugin XEP-0050: fixed UnknownGroupError management + "@ALL@" profile for status command
2014-02-13 Goffi core(XMLUI): empty options in ListWidget now just show a warning message, no more assert
2014-02-13 Goffi core: fixed UnknownGroupError exception in getJidsFromGroup
2014-02-10 Goffi jp: zsh completion, first draft (added in a new /misc directory):
2014-02-10 Goffi jp: refactoring:
2014-02-05 Goffi misc (README): updated Link Mauve and Dal contributions, moved Souliane as a main contributor
2014-02-05 Goffi jp: added missing license headers
2014-02-05 Dal jp: refactoring using ArgParse
2014-02-04 Goffi core: registerNewAccount partial fix
2014-02-04 Goffi frontends: fixed /me usage + renamed a couple of "type" parameters to type_
2014-02-04 Goffi dates update
2014-02-04 Goffi core (XMLUI): fixed labels management for lists in _dataFormField2XMLUIData
2014-02-04 Goffi core: security limit in menus
2014-02-04 Goffi frontends: some modifications to ease the the use of the new sat_frontends.tools.xmlui.XMLUI class in Libervia
2014-02-04 Goffi plugin XEP-0077, plugin XEP-0100, frontends: gateways have been entirely implemented in backend using the new refactored XMLUI and AdvancedListContainer. The now useless code has been removed from frontends.
2014-02-04 Goffi core: added "one_shot" option to registered callback:
2014-02-04 Goffi core (XMLUI), frontends: advancedListContainer part 2:
2014-02-04 Goffi XMLUI (core, frontends): added JidWidget and DividerWidget + popup type + some bugfixes:
2014-02-04 Goffi core, frontends: implementation of AdvancedListContainer first draft + misc:
2014-02-04 Goffi core, frontends: XMLUI refactoring:
2014-02-04 Goffi plugin XEP-0045, primitivus: added MUC configuration
2014-02-04 Goffi xmlui: added boolean type management in XMLUIResult2DataFormResult
2014-02-04 Goffi plugin XEP-0055, Primitivus: Directory search dialogs are now entirely done in plugin XEP-0055, specific code in frontend is not needed anymore
2014-02-04 Goffi core: XMLUI now use @property for session_id and submit
2014-02-04 Goffi primitivus: fixed bad closure, resulting in menus bug.
2014-02-04 Goffi core, frontends: XMLUI refactoring:
2014-01-10 souliane test: added tests for the plugin "room game" + rename other test files
2014-01-10 souliane test: make FakeClient profile dependent and add some tools to test MUC
2014-01-10 souliane test: silent info/warning that were polluting the output
2014-01-09 souliane test: define the constants JIDs and profiles as lists
2014-01-10 souliane plugins room games, XEP-0045: small fixes, improved docstrings
2014-01-09 souliane plugin room game: improved docstrings, added '_' as prefix for internal methods names
2014-01-07 souliane test: use the SatTestCase methods instead of builtin "assert" in tests for memory, plugin xep-0033
2014-01-10 Emmanuel Gil Peyrot plugin XEP-0054: also work with python2-pillow
2014-01-05 souliane test: added tests for XEP-0033
2014-01-05 souliane test: FakeMemory inherits from Memory + more helpers basic support + cleaning