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
|
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)
|