log mod_privilege/mod_privilege.lua @ 2180:5e0102a07fdc

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