log

age author description
2015-11-26 Goffi jp (profile): fixed profile/modify command:
2015-11-26 Goffi profile (params): fixed password setting: if profile was not connected, set was silently ignored
2015-11-25 Goffi core: avoid to send presence unavailable signal when it's not necessary
2015-11-25 Goffi core (disco): disco hashes are now stored in database to avoid doing the same disco request on next load
2015-11-25 Goffi plugin XEP-0054: fixed presence issue when avatar is not in cache
2015-11-25 Goffi plugin XEP-0054: fixed vcard-update callback which was updating avatar when hash was empty, resulting in a really slow start
2015-11-25 Goffi plugin XEP-0277: minor fixes for publisher attribute
2015-11-25 Goffi plugin XEP-0277: unicode fixes in logs
2015-11-25 souliane plugin XEP-0277: use bare JIDs to verify publisher
2015-11-25 souliane plugin XEP-0060: trap failure when subscription to a node is not possible
2015-11-25 Goffi tmp (wokkel.pubsub): implemented missing notifyRetract
2015-11-25 Goffi primitivus: a warning is loggued when trying to remove an unknown popup, instead of an error raised
2015-11-25 Goffi plugin XEP-0065: fixed bad error handling
2015-11-25 Goffi plugin file: fixed bad method call
2015-11-25 Goffi plugin group blog: minor log change
2015-11-25 Goffi plugin group blog: big cleaning
2015-11-25 Goffi plugin XEP-0277, group blog: added item2data trigger + group permission are parsed when receiving a new item
2015-11-25 Goffi jp (pipe): pipe commands now use the new CommandAnswering API (with actionNew)
2015-11-25 Goffi plugin pipe: rewritten plugin as a jingle application. The current implentation can, in some cases, block the backend, and is experimental only. Improvments are needed in the future.
2015-11-24 Goffi plugin ip: fixed ip check (XEP-0279) use
2015-11-24 souliane quick_frontend (quick_blog): remove tags2mbdata which is replaced by common.iter2dict
2015-11-24 Goffi quick frontend (blog): replaced mbdata2tags and tags2mbdata by sat.tools.common.dict2iter and iter2dict
2015-11-24 souliane plugin XEP-0020: fixed bad import
2015-11-24 Goffi plugin XEP-0277: tags are handled through atom categories
2015-11-24 Goffi quick_frontend(blog): groups blog sending is handled
2015-11-24 Goffi plugin group blog: group permissions are used if "group*" keys are found in mbdata (in data2entry and comments trigger)
2015-11-24 Goffi plugin XEP-0277: added a trigger on data2entry and comments management
2015-11-24 Goffi core (tools): new tools.common module with tools used by backend and frontends. dict2iter and iter2dict method to serialise iterable in a dict (for bridge)
2015-11-24 souliane primitivus: fixes joining a MUC room
2015-11-24 souliane quick_frontend, primitivus: display the number of alerts for each contact and not only a symbol (*)
2015-11-24 souliane plugin sec_otr: fixes bad handling of entity disconnection
2015-11-23 Goffi plugin XEP-0277: checkFeatures implemented
2015-11-23 Goffi quick_frontend: getFeatures is called on profile plug, and saved in host.features
2015-11-23 Goffi plugin command export: fixed severity for a debug message
2015-11-23 souliane plugin misc_account: add method asyncConnectWithXMPPCredentials
2015-11-23 souliane memory: fixes asyncCreateProfile to not overwrite the personal key
2015-11-23 Goffi core: fixed getStringParamA
2015-11-23 Goffi quick frontend (blog): fixed group blog panels (displaying only, sending is not working yet)
2015-11-23 Goffi plugin XEP-0277: fixed entries in atom feed
2015-11-23 Goffi plugin XEP-0277: fixed unsecure blog feed
2015-11-23 Goffi core (param), plugin file: set security_limit for acount changes, backend (dis)connection, and put a higher one for file send
2015-11-22 Goffi plugin file: deferred XMLUI now use security limit
2015-11-22 Goffi core (xmlui): fixed security_limit in deferXMLUI
2015-11-22 Goffi core: fixed session cleaning after actionNew timeout
2015-11-22 Goffi jp (file): new file/upload command
2015-11-22 Goffi jp (base): progressStarted signals are cached until progress_id is known, this avoid missing the progression if we have the signal before the id.
2015-11-22 Goffi jp (base): fixed verbose option + there is a new line on ProgressErrorHandler only if the progress bar is actually displayed
2015-11-22 Goffi plugin XEP-0363, upload: File upload (through HTTP upload only for now):
2015-11-22 Goffi plugin file[SatFile]: auto_end_signals flag can be False if the progressFinished and progressError signals are managed by caller.
2015-11-21 souliane quick_frontend (quick_blog): retrieve and set the tags from/to microblog data
2015-11-20 Goffi primivitus: fixed crash when self.target is a full jid
2015-11-20 Goffi primitivus: fixed progress panel
2015-11-20 Goffi plugin file: added "Action/send" file menu
2015-11-20 Goffi primitivus: removed all file menu + temporary workaround to send full jid on C.MENU_SINGLE menu action.
2015-11-20 Goffi quick frontend: added progressIdHandler to managed progress id on action result + ignore meta_* action results
2015-11-19 Goffi primitivus: fixed showDialog
2015-11-19 Goffi plugin XEP-0260, XEP-0261: fallback from S5B to IBB is implemented
2015-11-19 Goffi plugin XEP-0166: transport replacement:
2015-11-19 Goffi plugin XEP-0065: renamed _killSession to killSession as it make sense to kill a session from an other plugin
2015-11-19 Goffi plugin 0047: increased timeout to 120s