Merge my branch containing proctitle module
|
Rob Hoelz |
2015-04-29 |
Add minimal instructions for proctitle module
|
Rob Hoelz |
2015-04-29 |
Add proctitle module
|
Rob Hoelz |
2015-04-29 |
mod_mam: Reverse the order of reversed queries back to chronological order
|
Kim Alvefur |
2015-05-03 |
mod_mam: Move variable into loop scope
|
Kim Alvefur |
2015-05-03 |
mod_mam: Rename variable
|
Kim Alvefur |
2015-05-03 |
mod_mam: Support the mandatory 'complete' attribute by requesting one extra item from storage
|
Kim Alvefur |
2015-05-03 |
mod_mam: Always return true when a stanza event has been handled
|
Kim Alvefur |
2015-05-03 |
mod_log_slow_events: Log events that take a long time to process (including stanzas)
|
Matthew Wild |
2015-04-28 |
mod_mam_muc: Advertise MAM feature on bare JID room disco#info (only effective after prosody 57bc52f67564)
|
Kim Alvefur |
2015-04-25 |
mod_mam: Advertise feature in disco#info for account as per XEP-0313 >= 0.2
|
Kim Alvefur |
2015-04-25 |
mod_measure_cpu: Collect CPU usage statistic
|
Kim Alvefur |
2015-04-23 |
mod_munin: Exclude ignored stats even if they happen to be included in data
|
Kim Alvefur |
2015-04-23 |
mod_watchuntrusted: Only notify once per host per day
|
Kim Alvefur |
2015-04-22 |
mod_s2s_auth_dane: Abort earlier for sessions from hosts that don't say who they are
|
Kim Alvefur |
2015-04-13 |
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 |