mod_s2s_auth_dane: Demote log message about failure to ASCII-ify hostname from error to warning
|
Kim Alvefur |
2015-04-13 |
mod_checkcerts: Fix for removal of globals in LuaSec
|
Kim Alvefur |
2015-04-12 |
mod_http_muc_log: Fix passing dates trough util.datetime twice;
|
Kim Alvefur |
2015-04-11 |
mod_smacks: Add license header
|
Kim Alvefur |
2015-04-09 |
Add README and CONTRIBUTING files containing the text from https://code.google.com/p/prosody-modules/
|
Kim Alvefur |
2015-04-09 |
Add a COPYING file containing the MIT license
|
Kim Alvefur |
2015-04-09 |
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 |
mod_statistics_statsd: Use module:log()
|
Kim Alvefur |
2015-04-07 |
mod_measure_memory: Silence warnings [luacheck]
|
Kim Alvefur |
2015-04-07 |
mod_http_muc_log: Cleanup [luacheck]
|
Kim Alvefur |
2015-04-07 |
mod_storage_gdbm: Cleanup [luacheck]
|
Kim Alvefur |
2015-04-07 |
mod_s2s_auth_dane: Cleanup [luacheck]
|
Kim Alvefur |
2015-04-07 |
mod_muc_ban_ip: Cleanup [luacheck]
|
Kim Alvefur |
2015-04-07 |
mod_mam_muc: Cleanup [luacheck]
|
Kim Alvefur |
2015-04-07 |
mod_mam_muc: Fix character limit again(?)
|
Kim Alvefur |
2015-04-07 |
mod_munin: Cleanup [luacheck]
|
Kim Alvefur |
2015-04-07 |
mod_muc_ban_ip: Increase priority of hooks, fixes if eg mod_presence gets called first
|
Kim Alvefur |
2015-04-06 |
mod_admin_web: Cleanup
|
Florian Zeitz |
2015-04-03 |
Merge
|
Paul Aurich |
2015-04-03 |
mod_reload_modules: Fix a bug introduced in commit 412f62d05a23, which caused mod_reload_modules to... not reload modules
|
Matthew Wild |
2015-04-02 |
mod_lib_ldap: Update README to clarify discussion of auth / TLS... and discourage disabling TLS.
|
Paul Aurich |
2015-04-03 |
mod_s2s_auth_dane: Update for recent changes in Zashs LuaSec branch
|
Kim Alvefur |
2015-03-31 |
Merge
|
Kim Alvefur |
2015-03-31 |
Merge
|
Matthew Wild |
2015-03-31 |
mod_log_messages_sql: Better logging on error
|
Matthew Wild |
2015-03-31 |
mod_log_events: Module to log all events on the server/host
|
Matthew Wild |
2015-03-31 |
mod_smacks: Don't restore filters from original session after resumption, use new filters
|
Matthew Wild |
2015-03-21 |
mod_mam_muc: Fix character limit
|
Kim Alvefur |
2015-03-29 |
mod_storage_gdbm: Fix name of empty table
|
Kim Alvefur |
2015-03-25 |
mod_storage_gdbm: Add purge action
|
Kim Alvefur |
2015-03-25 |
mod_storage_gdbm: Add user iterator
|
Kim Alvefur |
2015-03-25 |
mod_storage_gdbm: Prefix archive item keys with username to prevent collisions
|
Kim Alvefur |
2015-03-25 |
mod_storage_gdbm: Update archive metadata only if data write succeeds
|
Kim Alvefur |
2015-03-25 |
mod_storage_gdbm: Make write operation delete data when passed 'nil' as value instead of storing a literal "nil" string
|
Kim Alvefur |
2015-03-25 |
mod_storage_gdbm: Minor reorganization, more locals
|
Kim Alvefur |
2015-03-25 |
mod_storage_gdbm: Fix traceback if query is nil or no metadata exists
|
Kim Alvefur |
2015-03-25 |
mod_mam_muc: fix <iq type='get' to='room-bare-jid'> query
|
Stuart Carnie |
2015-03-24 |
mod_s2s_auth_dane: Comments and cleanup
|
Kim Alvefur |
2015-03-16 |