log

age author description
2014-10-06 souliane plugin XEP-0277, groupblog: fixes namespace issue of the items that are received from an event + trap some errors
2014-10-07 souliane plugin XEP-0115: trap "service-unavailable" error when retrieving disco infos
2014-10-07 souliane primitivus: fixes displaying online contacts when "Show offline contacts" is False
2014-10-06 souliane primitivus: implement parameter "Show empty groups"
2014-10-06 souliane primitivus: implement "Show offline contacts" parameter (sync with "DISCONNECTED_HIDE" action key)
2014-10-06 souliane constants: split C.bool in C.bool and C.str so:
2014-10-06 souliane memory (params): add parameters "Show offline contacts" and "Show empty groups"
2014-10-06 souliane memory (params): use more generic param attribute "constraint" instead of "min" and "max"
2014-10-04 souliane frontends (primitivus): new command :search <pattern>
2014-10-04 souliane bridge, memory: add "search" attribute to getHistory (filter the results with a unix globbing pattern)
2014-10-04 souliane frontends: printInfo and printMessage timestamp attribute defaults to None instead of ''
2014-09-24 souliane memory: add Parameter "Chat history limit"
2014-10-03 souliane memory: getHistory with limit=0 now returns an empty list, use limit=None to return all messages
2014-10-03 souliane memory (params), tools (xml_tools), plugins, frontends: add "int" parameter type with "min" and "max" attributes
2014-09-22 souliane plugin XEP-0059: first draft, pubsub and jabber search do not exploit it yet