log

age author description
2017-03-30 Kim Alvefur mod_query_client_ver: Signal that events are handled even when no response is returned (see #876)
2017-03-28 Kim Alvefur mod_http_upload: Use correct function for base64
2017-03-26 Kim Alvefur mod_http_upload: Fix typo in variable name
2017-03-26 Kim Alvefur mod_http_upload: Rename variable to avoid name clash
2017-03-26 Kim Alvefur mod_http_upload: Split some long lines [luacheck]
2017-03-26 Kim Alvefur mod_http_upload: Fix to call random bytes function instead of the module
2017-03-24 Kim Alvefur mod_http_upload: Generate shorter directory names (closes #822)
2017-03-23 Kim Alvefur mod_pubsub_feeds: Remove old commented logging
2017-03-23 Kim Alvefur mod_mam: Ignore long log lines [luacheck]
2017-03-23 Matthew Wild mod_cloud_notify: Whitespace fixes
2017-03-23 Matthew Wild mod_cloud_notify: Move declarations of handle_push_success/error to fix referencing undefined variables (introduced in 6ab46ff685d0)
2017-03-22 Emmanuel Gil Peyrot mod_http_upload: add support for XEP-0363 version 0.3
2017-03-22 Kim Alvefur mod_list_active: Actually invert condition (thanks Dan)
2017-03-22 Kim Alvefur mod_compat_muc_admin: Not compatible with 0.9.x
2017-03-22 Kim Alvefur mod_list_active: Add README
2017-03-22 Kim Alvefur mod_list_active: Inverse of mod_list_inactive (closes #705)
2017-03-22 Kim Alvefur mod_admin_message: Fix invalid character escape (fixes #626)
2017-03-21 Kim Alvefur mod_storage_appendmap: Successfully return nothing on ENOENT
2017-03-21 Kim Alvefur mod_storage_xmlarchive: Add some spacing to improve readability
2017-03-21 Kim Alvefur mod_storage_xmlarchive: Cache current date in a local
2017-03-21 Kim Alvefur mod_storage_xmlarchive: Break out XML file reading into a function
2017-03-21 JC Brand mod_http_roster_admin: Don't call callback if it's nil
2017-03-21 JC Brand mod_auth_http_async: Use "net.http" for async case.
2017-03-21 JC Brand mod_auth_http_async: For sync calls, use LuaSockets' HTTP lib
2017-03-21 Kim Alvefur mod_mam_muc: Include stanza-id in history replay
2017-03-21 Kim Alvefur mod_mam_muc: Add stanza-id tags (updates to XEP-0313 v0.6)
2017-03-21 Kim Alvefur mod_mam_muc: Shorten some lines [luacheck]
2017-03-17 tmolitor mod_cloud_notify: Fixed error in push deduplication
2017-03-15 tmolitor mod_smacks: Prevent ack loop on misbehaving clients
2017-03-15 tmolitor mod_smacks: Made module more error resistant
2017-03-15 JC Brand mod_http_roster_admin: remove unused requires
2017-03-15 JC Brand mod_http_roster_admin: No need to manually purge.
2017-03-14 Matthew Wild mod_storage_memory: Add support for clearing a user's data when they log out
2017-03-14 Matthew Wild mod_storage_memory: Add :purge() method to all store types
2017-03-10 Matthew Wild mod_firewall: Add some more comments
2017-03-14 JC Brand Purge the roster from RAM when the user logs off.
2017-03-14 Kim Alvefur mod_invite: Split long line [luacheck]
2017-03-14 Kim Alvefur mod_invite: Trim trailing whitespace [luacheck]
2017-03-14 Kim Alvefur mod_invite: Remove unused arguments [luacheck]
2017-03-14 Kim Alvefur mod_invite: Remove unused inport [luacheck]
2017-03-13 Kim Alvefur luacheckrc: Add the module:http_url API provided by mod_http to known globals
2017-03-13 tmolitor mod_cloud_notify: Correct link to implementation details
2017-03-12 Kim Alvefur misc: Add an example upstart config
2017-03-11 tmolitor mod_cloud_notify: Respect Daniel's business rules and remove endpoints on error
2017-03-11 tmolitor mod_smacks: Add resumed session to event "smacks-hibernation-end"
2017-03-10 Matthew Wild mod_http_upload: Return 201 on successful PUT (as per XEP-0363 and RFC 2616) (Thanks Flow)
2017-03-10 tmolitor mod_csi_battery_saver: CSI module to save battery on mobile devices, based on mod_csi_pump
2017-03-06 Matthew Wild mod_firewall: spam-blocking.pfw: Allow groupchat messages and presence to offline full JIDs
2017-03-06 Kim Alvefur luacheckrc: Whitelist methods that can be set on the module API instance
2017-03-06 Kim Alvefur luacheckrc: More module API fields
2017-03-05 Kim Alvefur mod_storage_xmlarchive: Rename variable, we can afford to use the full word 'session'
2017-03-05 Kim Alvefur mod_storage_xmlarchive: Move XML callback table into a variable to break long line [luacheck]
2017-03-05 Kim Alvefur mod_storage_xmlarchive: Break long line [luacheck]
2017-03-05 Kim Alvefur mod_presence_dedup/README: Fix weird spelling of Alpha
2017-03-05 Kim Alvefur luacheckrc: List module instance fields
2017-03-05 Kim Alvefur luacheckrc: List all module API methods (reqires luacheck 1.19)
2017-03-05 tmolitor Implement XEP-0198 revision 1.5.2 and limit number of hibernated sessions per user
2017-03-04 Kim Alvefur mod_storage_xmlarchive: Assume offset to be zero if not included (thanks pep.)
2017-03-03 Matthew Wild mod_firewall: Add and document CROSSING GROUPS condition
2017-03-01 Kim Alvefur mod_http_muc_log: Fix prev/next date finding