mod_storage_memory: Ignore unused 'self' [luacheck]
|
Kim Alvefur |
2017-03-30 |
mod_storage_memory: Inclued 'with' in search [luacheck]
|
Kim Alvefur |
2017-03-30 |
mod_storage_memory: Fix to serialize the correct variable [luacheck]
|
Kim Alvefur |
2017-03-30 |
mod_conversejs: Remove leftover use of mod_http_files from before commit
|
Kim Alvefur |
2017-03-30 |
mod_conversejs: Simple demo module for serving converse.js from internal http server
|
Kim Alvefur |
2017-03-30 |
mod_storage_memory: Serialize data functions that return the data (prevents mutation of stored data)
|
Kim Alvefur |
2017-03-30 |
mod_storage_memory: Remove map store (rely on storagemanagers shiv)
|
Kim Alvefur |
2017-03-30 |
mod_storage_memory: Fix to make archive:append() return the archive id as it should
|
Kim Alvefur |
2017-03-30 |
mod_query_client_ver: Handle IQ errors (see #876)
|
Kim Alvefur |
2017-03-30 |
mod_query_client_ver: Signal that events are handled even when no response is returned (see #876)
|
Kim Alvefur |
2017-03-30 |
mod_http_upload: Use correct function for base64
|
Kim Alvefur |
2017-03-28 |
mod_http_upload: Fix typo in variable name
|
Kim Alvefur |
2017-03-26 |
mod_http_upload: Rename variable to avoid name clash
|
Kim Alvefur |
2017-03-26 |
mod_http_upload: Split some long lines [luacheck]
|
Kim Alvefur |
2017-03-26 |
mod_http_upload: Fix to call random bytes function instead of the module
|
Kim Alvefur |
2017-03-26 |
mod_http_upload: Generate shorter directory names (closes #822)
|
Kim Alvefur |
2017-03-24 |
mod_pubsub_feeds: Remove old commented logging
|
Kim Alvefur |
2017-03-23 |
mod_mam: Ignore long log lines [luacheck]
|
Kim Alvefur |
2017-03-23 |
mod_cloud_notify: Whitespace fixes
|
Matthew Wild |
2017-03-23 |
mod_cloud_notify: Move declarations of handle_push_success/error to fix referencing undefined variables (introduced in 6ab46ff685d0)
|
Matthew Wild |
2017-03-23 |
mod_http_upload: add support for XEP-0363 version 0.3
|
Emmanuel Gil Peyrot |
2017-03-22 |
mod_list_active: Actually invert condition (thanks Dan)
|
Kim Alvefur |
2017-03-22 |
mod_compat_muc_admin: Not compatible with 0.9.x
|
Kim Alvefur |
2017-03-22 |
mod_list_active: Add README
|
Kim Alvefur |
2017-03-22 |
mod_list_active: Inverse of mod_list_inactive (closes #705)
|
Kim Alvefur |
2017-03-22 |
mod_admin_message: Fix invalid character escape (fixes #626)
|
Kim Alvefur |
2017-03-22 |
mod_storage_appendmap: Successfully return nothing on ENOENT
|
Kim Alvefur |
2017-03-21 |
mod_storage_xmlarchive: Add some spacing to improve readability
|
Kim Alvefur |
2017-03-21 |
mod_storage_xmlarchive: Cache current date in a local
|
Kim Alvefur |
2017-03-21 |
mod_storage_xmlarchive: Break out XML file reading into a function
|
Kim Alvefur |
2017-03-21 |
mod_http_roster_admin: Don't call callback if it's nil
|
JC Brand |
2017-03-21 |
mod_auth_http_async: Use "net.http" for async case.
|
JC Brand |
2017-03-21 |
mod_auth_http_async: For sync calls, use LuaSockets' HTTP lib
|
JC Brand |
2017-03-21 |
mod_mam_muc: Include stanza-id in history replay
|
Kim Alvefur |
2017-03-21 |
mod_mam_muc: Add stanza-id tags (updates to XEP-0313 v0.6)
|
Kim Alvefur |
2017-03-21 |
mod_mam_muc: Shorten some lines [luacheck]
|
Kim Alvefur |
2017-03-21 |
mod_cloud_notify: Fixed error in push deduplication
|
tmolitor |
2017-03-17 |
mod_smacks: Prevent ack loop on misbehaving clients
|
tmolitor |
2017-03-15 |
mod_smacks: Made module more error resistant
|
tmolitor |
2017-03-15 |
mod_http_roster_admin: remove unused requires
|
JC Brand |
2017-03-15 |
mod_http_roster_admin: No need to manually purge.
|
JC Brand |
2017-03-15 |
mod_storage_memory: Add support for clearing a user's data when they log out
|
Matthew Wild |
2017-03-14 |
mod_storage_memory: Add :purge() method to all store types
|
Matthew Wild |
2017-03-14 |
mod_firewall: Add some more comments
|
Matthew Wild |
2017-03-10 |
Purge the roster from RAM when the user logs off.
|
JC Brand |
2017-03-14 |
mod_invite: Split long line [luacheck]
|
Kim Alvefur |
2017-03-14 |
mod_invite: Trim trailing whitespace [luacheck]
|
Kim Alvefur |
2017-03-14 |
mod_invite: Remove unused arguments [luacheck]
|
Kim Alvefur |
2017-03-14 |