Commit Graph

2390 Commits (71d2dced8dd98ce1b1bf67e2ebbae981cf85287c)

Author SHA1 Message Date
Kim Alvefur 71d2dced8d mod_debug_sql: Small plugin that enables raw SQL query logging (for debugging) 10 years ago
Kim Alvefur 70c1c2a643 mod_storage_sql: Remove debug logging of archive queries 10 years ago
Kim Alvefur 91b4165689 mod_storage_sql: Lower message about new engine creation to debug level 10 years ago
Kim Alvefur 7038a99a47 mod_storage_sql: Share SQL connections with same parameters across VirtualHosts (fixes #576) 10 years ago
Kim Alvefur 0ca52545bc mod_storage_sql: Fix setting value to false in map store 10 years ago
Kim Alvefur bb71bd86fa mod_storage_sql: Silence some harmless luacheck warnings 10 years ago
Kim Alvefur 07e67e32f3 mod_storage_sql: Implement map:set_keys, allowing multiple keys to be set in the same transaction 10 years ago
Kim Alvefur e5031598f6 mod_storage_sql: Support non-string keys in map store 10 years ago
Kim Alvefur 088ec67b95 mod_groups: Move variable to smaller scope 10 years ago
Kim Alvefur 7eb5fb8b1c mod_groups: Use module:get_option_path, look for file relative to config dir 10 years ago
Kim Alvefur 31482d694e MUC: Fire a muc-disco#info event like in trunk so modules can extend the reply 10 years ago
Kim Alvefur a5ed824a00 mod_c2s, mod_s2s: Lower priority of session shutdown to negative, so that plugins hooking at the default priority run first (fixes #601) 10 years ago
Matthew Wild 19b9ea3838 mod_admin_telnet: Fix sorting of JIDs in c2s:show() family of functions (thanks lookshe and Zash) 10 years ago
Kim Alvefur 3a1841b57c Backout 63f5870f9afe, no longer needed since Windows is currently unsupported 10 years ago
Kim Alvefur c03e941ccc mod_dialback: Follow XEP-0185 and use HMAC 10 years ago
Kim Alvefur ea765c2384 mod_dialback: Follow XEP-0185 and use HMAC 10 years ago
Kim Alvefur 0368fd8ee5 mod_blocklist: Clear second level cache correctly on user deletion 10 years ago
Kim Alvefur 2dd6c3b861 mod_admin_telnet: c2s:count in less lines 10 years ago
Kim Alvefur e0cfa023d9 mod_admin_telnet: Show unauthenticated clients identified by local/remote IP and port 10 years ago
Kim Alvefur 857a961dfe mod_admin_telnet: c2s:show() etc, list all sessions including unauthenticated or not with no stream opened 10 years ago
Kim Alvefur 455457d9ae mod_admin_telnet: Remove compat warning about 'console_banner' as a function 10 years ago
Matthew Wild b7ed261e7d mod_http_files: Santize the path relative to our base URL before translating it to a filesystem path, fixes a relative path traversal vulnerability 10 years ago
Matthew Wild 768cef78e2 mod_bosh: Fire event when BOSH session is created 10 years ago
Kim Alvefur d0bf02ff66 mod_admin_adhoc: Show only connections to/from the host the command was run on 10 years ago
Kim Alvefur 8cdb2d4f94 mod_admin_adhoc: Remove extra ) that should not be there 10 years ago
Kim Alvefur def9cf77e8 mod_register: Fix typo 10 years ago
Kim Alvefur 8bef48f7a9 mod_register: Support for blacklisting ips that are still over limit when they get pushed out of the cache 10 years ago
Kim Alvefur ae05f1e162 mod_register: Use util.cache to limit the number of per-ip throttles kept 10 years ago
Kim Alvefur 563690a1ae mod_register: Switch to using util.throttle for limiting registrations per ip per time 10 years ago
Matthew Wild c10f3e22dd mod_admin_telnet: Backport 06696882d972 from 0.10 (this command greatly helps with debugging HTTP issues) 10 years ago
Kim Alvefur d8fd2b081b mod_register: Add comment explaining the workaround for replying when the account is being deleted 10 years ago
Kim Alvefur e1c1a5339b mod_register: Use session log instance to ease indentification 10 years ago
Matthew Wild 1580f84bd4 MUC: Fix incorrect nesting of status codes when room config changes (fixes #579) 10 years ago
Kim Alvefur 41c42960d7 mod_storage_sql: Fix use of SQLite3 in-memory database (no path expansion) 10 years ago
Matthew Wild 47fd3f55f2 mod_admin_telnet: Add http:list() command to get info about current HTTP endpoints on the server 10 years ago
Kim Alvefur 2f5368193d mod_compression: Remove FIXMEs, mod_c2s and mod_s2s checks if TLS compression is used and sets a flag since 969e0a054795 10 years ago
Kim Alvefur ca4e8af415 MUC: Fix previous commit 10 years ago
Kim Alvefur 9305ea7d23 MUC: Process only options that are included in a form (Fixes #521) 10 years ago
Kim Alvefur dcda8abb47 mod_blocklist: Update Copyright header 10 years ago
Kim Alvefur 5fcae12448 mod_blocklist: Skip creating some tables and some processing if unblocking 10 years ago
Kim Alvefur ad2e38c940 mod_blocklist: When blocking someone who sent a subscription request, forget that request since the user would be unable to deny it while blocked (Fixes #574) 10 years ago
Kim Alvefur fa1e5fcb0c mod_blocklist: Restructure how we keep track of where to send unavailable presence 10 years ago
Kim Alvefur 82f7ca9dbb mod_blocklist: session[username] can't possibly be unset if that user is sending queries 10 years ago
Kim Alvefur 7b4dd55675 mod_blocklist: Add comments describing some variables 10 years ago
Kim Alvefur 6c08f31979 mod_blocklist: Expand comments on caching of blocklists 10 years ago
Kim Alvefur 4cc144b4fc mod_blocklist: Add comment about compliance issue #575 10 years ago
Kim Alvefur e3f5e38ccb mod_blocklist: Rename variable for clarity 10 years ago
Kim Alvefur 224a307f65 mod_blocklist: Clear second level cache when user is deleted 10 years ago
Matthew Wild 5c6a61d2e7 mod_storage_sql: Add map store (backported from trunk) 10 years ago
Matthew Wild b6d0efc79b mod_storage_sql: Whitespace fix (backported from trunk) 10 years ago