Log

mod_privilege/mod_privilege.lua @ 3505:106b4ae4469b

description author age
mod_privilege: fixed routing issue with message permission: Goffi 2018-12-01
mod_privilege: date update Goffi 2016-03-10
mod_privilege: fixed imports, using "/" instead of "." was causing caching issues Goffi 2015-12-21
mod_privilege: fixed module import which was causing SALS issues Goffi 2015-12-21
mod_privilege: fixed session.privilege overwritting when multiple hosts are activated + fixed roster permission check on presence permission. Goffi 2015-11-24
mod_privilege: fixed bad calling of on_auth for components Goffi 2015-07-31
mod_privilege: fixed bad handling of presence permissions / component authentication between different hosts Goffi 2015-04-17
mod_privilege: fixed various issues reported by luacheck Goffi 2015-04-10
mod_privilege: implemented probing of rosters items (for existing sessions only) on connection + use a globally shared table for priv_session (and fixed last_presence) Goffi 2015-04-08
mod_privilege: implemented "roster" presence permission Goffi 2015-04-07
mod_privilege: presence already known are advertised to privileged entity (for "maneger_entity" permission only so far) Goffi 2015-04-07
mod_privilege: implemented "managed_entity" presence Goffi 2015-04-07
mod_privilege: presence permission configuration check + use global set to know privileged entities to advertise Goffi 2015-04-07
mod_privilege: advertise_perm method now use session.send instead of module:send to avoid to go back in hook Goffi 2015-04-06
mod_privilege: implemented message privilege Goffi 2015-04-02
mod_privilege: implemented roster set privilege Goffi 2015-04-02
mod_privilege: added permissions notification on initial presence for entities which are not components Goffi 2015-04-02
mod_privilege: roster get permission implemented Goffi 2015-03-31
mod_privilege: mod_privilege first draft Goffi 2015-03-27