log

age author description
2018-03-26 Goffi tools (common/data_objects): fixed Identity
2018-03-26 Goffi core: added bare_jid and identities arguments to discoGetByFeatures:
2018-03-25 Goffi plugin XEP-0234: fixed regex import
2018-03-24 Goffi core: new discoFindFeatures method which return all server services/roster entities implementing a set of features.
2018-03-24 Goffi core (disco), plugin XEP-0115: client use + capabilities hash improvment:
2018-03-21 Goffi jp: pubsub options refactoring:
2018-03-21 Goffi frontends (tools/misc): new FlagsHandler class, a simple class to help handling option flags
2018-03-21 Goffi jp (output/template): fixed template output (media_dir was missing)
2018-03-18 Goffi component file sharing: changed pubsub identity:
2018-03-16 Goffi component file sharing: comments metadata:
2018-03-16 Goffi component file sharing: comments handling first draft:
2018-03-16 Goffi core (memory, sqlite): added fileUpdate method to update "extra" and "access" avoiding race condition
2018-03-16 Goffi core: use C.bool to detect value of "handler" field in PLUGIN_INFO
2018-03-16 Goffi core (constants): accept "yes" as a True value in bool()
2018-03-16 Goffi jp (common): assure nosplitright in default commands for edition with vim
2018-03-14 Goffi component file sharing, plugin XEP-0231: thumbnail are now returned by component using Bits of Binary:
2018-03-14 Goffi plugin XEP-0264: handle truncated files
2018-03-14 Goffi plugin XEP-0329: fixed extra key serialisation before sending to bridge
2018-03-14 Goffi component file sharing: fixed hash handling (key has been renamed to "file_hash")
2018-03-14 Goffi core (memory): use bare jid for owner in setFiles:
2018-03-14 Goffi core (memory/cache): new getMetadata method to retrieve metadata without opening the file
2018-03-14 Goffi jp (file/send): --name can now be specified
2018-03-11 Goffi template: added icon handling:
2018-03-02 Goffi file sharing component: thumbnails integration first draft:
2018-03-02 Goffi plugin XEP-0264: thumbnails handling implementation
2018-03-02 Goffi plugin XEP-0234: some cleaning + added triggers to allow plugins to change parsing/generation of <file> element
2018-03-02 Goffi plugin XEP-0231: separated the requestData code in a method which can called independantly + some minor improvments
2018-03-02 Goffi plugin XEP-0054: use .jpg instead of .jpe for jpeg files
2018-03-02 Goffi core (memory/cache): common cache:
2018-03-02 Goffi core (memory): fixed _getParentDir call in setFile
2018-03-02 Goffi core (memory/sqlite): renamed column for files from hash to file_hash:
2018-03-01 Goffi plugin XEP-0054: removed Image.ANTIALIAS filter:
2018-02-28 Goffi jp (file): file sharing + improvments:
2018-02-28 Goffi plugin file sharing component: first draft:
2018-02-28 Goffi XEP-0329: implementation of File Information Sharing:
2018-02-28 Goffi XEP-0065,XEP-0096,XEP-0166,XEP-0235,XEP-0300: file transfer improvments:
2018-02-28 Goffi core (memory): file metadata handling methods:
2018-02-28 Goffi memory (sqlite): files handling:
2018-02-28 Goffi core (trigger): new returnPoint method:
2018-02-28 Goffi core (client): component improvments:
2018-02-28 Goffi core (client): set default timeout of IQ to 60 seconds
2018-02-28 Goffi core: new getLocalPath method to retrieve a path in SàT local dir, which may be specific to a profile or component
2018-02-28 Goffi core (exceptions): added ClientTypeError to deal when a code should not be executed by a client or component profile.
2018-02-28 Goffi core (constants): new constants to handle files, progress, component, permissions (will be used in the upcoming patches)
2018-02-28 Goffi jp (common/table): a column can be hidden + fix for empty tables
2018-02-28 Goffi jp (profile/create): errback handling
2018-02-28 Goffi jp (event): added missing arg to _attend_filter
2018-02-28 Goffi jp (base): added verbosity property to CommandBase
2018-02-07 Goffi plugin pipe/stream, file transfert: refactoring and improvments:
2018-02-01 Goffi plugin NAT-port: raise MappingError if something get wrong during "addportmapping" + log unexpected errors (i.e. everything else than MappingError)
2018-02-01 Goffi plugin XEP-0166: added errback to terminate, which only logs issues
2018-01-30 Goffi jp (base): fixed assertion error when using CommandAnswering
2018-01-30 Goffi jp (forums): forums handling commands, first draft
2018-01-30 Goffi plugin forums: first draft:
2018-01-26 Goffi dates update
2018-01-24 Goffi tools (common/data_objects): accept same parameters as format en quote their values in OnClick.formatUrl
2018-01-24 Goffi plugin blog import dotclear: use a smaller and lower case prefix to generate ids
2018-01-22 Goffi plugin XEP-0277: use shortuuid instead of uuid + use item's XMPP URI for atom ID
2018-01-22 Goffi plugin blog static: added background parameter, to set an image
2018-01-21 Goffi tools (common/data_objects): use lists instead of generators for BlogItem.groups and BlogItem.tags