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 |
mod_http_muc_log: Alter template language to more simply allow optional bits in templates
|
Kim Alvefur |
2015-03-11 |
mod_munin: Implementation of the Munin collection protocol
|
Kim Alvefur |
2015-03-10 |
mod_measure_memory: Module for polling memory useage from Lua, meminfo() and /proc depending on availability
|
Kim Alvefur |
2015-03-10 |
mod_statistics_statsd: Module for pushing from util.statistics (0.10) to statsd
|
Matthew Wild |
2015-03-10 |
mod_http_muc_log: Fix alignment of month-tables (Thanks March)
|
Kim Alvefur |
2015-03-02 |
mod_pubsub_github: Update for new Github webhook format
|
Matthew Wild |
2015-02-27 |
mod_pubsub_post: Module to publish to pubsub nodes from a simple HTTP POST
|
Matthew Wild |
2015-02-27 |
mod_register_web: Send Content-Type headers
|
Kim Alvefur |
2015-02-26 |
mod_onions: Depend on mod_s2s to avoid a traceback when loaded before mod_s2s
|
Matthew Wild |
2015-02-25 |
mod_mam_muc: support to disable presence logging via muc_log_presences
|
Stuart Carnie |
2015-02-23 |
mod_tls_policy: Include which part of the cipher that did not match the policy in stream error
|
Kim Alvefur |
2015-02-23 |
mod_muc_restrict_rooms: Fixed the way of getting room and user
|
Nicolás Kovac |
2015-02-20 |
mod_muc_restrict_rooms: Some fixes based on Matthew's comments + a few more
|
Nicolás Kovac |
2015-02-20 |
Adding new mod_muc_restrict_rooms module
|
Nicolás Kovac |
2015-02-20 |
mod_auth_ldap: Fix use of ldap_search, and generalize it to support password modification as well.
|
Waqas Hussain |
2015-02-13 |
mod_auth_ldap: Fix nil traceback when using uninitialized LDAP connection.
|
Waqas Hussain |
2015-02-13 |
mod_auth_ldap: Connect to LDAP lazily, and add support for reconnects on error.
|
Waqas Hussain |
2015-02-12 |
mod_storage_memory: Add support for archive stores
|
Kim Alvefur |
2015-02-12 |
mod_storage_memory: Add support for map stores
|
Kim Alvefur |
2015-02-12 |
mod_http_muc_log: Switch to a calendar view for selecting dates
|
Kim Alvefur |
2015-02-10 |
mod_http_muc_log: Sort date list in reverse
|
Kim Alvefur |
2015-02-08 |
mod_storage_gdbm: Fix comparison of 'end'
|
Kim Alvefur |
2015-02-08 |
mod_storage_gdbm: Add support for 'limit' query parameter
|
Kim Alvefur |
2015-02-07 |
mod_storage_gdbm: Get 'after' parameter from correct table
|
Kim Alvefur |
2015-02-07 |
mod_tls_policy: Fix pattern matching
|
Kim Alvefur |
2015-01-30 |
mod_tls_policy: New module to enforce per-host TLS parameter policies
|
Kim Alvefur |
2015-01-30 |
mod_smacks: Don't attach timestamps to 'iq' stanzas
|
Kim Alvefur |
2015-01-26 |
mod_smacks: Remove negation of condition, most likely a leftover from debugging
|
Kim Alvefur |
2015-01-26 |
mod_smacks: Stanzas don't have a ':' in their name
|
Kim Alvefur |
2015-01-26 |
mod_storage_gdbm: Add archive support
|
Kim Alvefur |
2015-01-25 |
mod_storage_gdbm: Prepare for supporting multiple store types
|
Kim Alvefur |
2015-01-25 |
mod_admin_message: New IM-based administration console
|
Mikael Berthe |
2015-01-25 |
mod_storage_gdbm: Use require directly instead of util.import (which is not available in prosodyctl, breaks adduser etc)
|
Kim Alvefur |
2015-01-25 |
Add support for IPv4 addresses in SRV injections
|
Ashley Ward |
2015-01-20 |
mod_pep_vcard_avatar: Syncs avatars between PEP and vCard
|
Kim Alvefur |
2015-01-18 |
mod_csi: Update namespace to published version
|
Kim Alvefur |
2015-01-09 |
mod_http_muc_log: (template) Remove duplicate CSS property
|
Kim Alvefur |
2014-12-20 |
mod_query_client_ver: Query and log client software
|
Kim Alvefur |
2014-12-20 |
mod_mam: Make sure default_archive_policy is a boolean or "roster" (thanks souliane)
|
Kim Alvefur |
2014-12-18 |
mod_mam_archive: Fixing SQL concatenation bug
|
syn |
2014-12-11 |
mod_statistics/prosodytop.lua: Simplify and fix buffering and line separation (thanks Ge0rG)
|
Kim Alvefur |
2014-12-08 |
mod_statistics: Remove 'return' so SESS lines are pushed to all sessions (thanks Ge0rG)
|
Kim Alvefur |
2014-12-08 |
mod_limit_auth: Throttle authentication (failed) attempts with optional (0.10+) tarpit
|
Kim Alvefur |
2014-12-06 |
mod_http_muc_log: Split out template into a configurable file.
|
Kim Alvefur |
2014-12-03 |
mod_http_muc_log: Revamp template system
|
Kim Alvefur |
2014-12-02 |
mod_http_muc_log: List rooms with logging explicitly enabled
|
Kim Alvefur |
2014-12-02 |
mod_http_muc_log: Include charset in Content-Type header
|
Kim Alvefur |
2014-12-02 |
mod_http_muc_log: Show only messages with presentable content
|
Kim Alvefur |
2014-11-20 |
mod_http_muc_log: Use archive IDs to find next and previous dates that contain messages
|
Kim Alvefur |
2014-11-20 |
mod_http_muc_log: Send a HTML mime type with responses
|
Kim Alvefur |
2014-11-20 |