Commit Graph

2513 Commits (b62cac8db50cdf59811c3aedfc35bf89d41fbca0)

Author SHA1 Message Date
Kim Alvefur b62cac8db5 mod_roster: Remove unused import [luacheck] 10 years ago
Kim Alvefur a3fb1984df mod_presence: Send probe once subscribed (fixes #794) 10 years ago
Kim Alvefur fb10ce60d0 mod_carbons: Rename some variables for clarity 10 years ago
Kim Alvefur 6805cf54ec mod_blocklist: Check first level cache before calling blocklist getter 10 years ago
Kim Alvefur d68051abe4 mod_blocklist: Simplify loop with ipairs 10 years ago
Kim Alvefur 8945f8cba1 mod_blocklist: Remove one indentation level 10 years ago
Kim Alvefur f6809f29d2 mod_blocklist: Return early from migration if no valid privacy list data is found 10 years ago
Kim Alvefur c6cd894c0b mod_blocklist: Make the 'false' metadata field a table so we can store timestamps and other useful data 10 years ago
Kim Alvefur cc617421b1 mod_websocket: Allow per-host cross_domain_websocket, defaulting to the base URL of the current host 10 years ago
Kim Alvefur a6443e8ff3 mod_websocket: Add the base URL of each host module is enabled on to 'cross_domain_websocket' 10 years ago
Kim Alvefur 947faa1ccd mod_websocket: Verify that the client-sent Origin header matches cross_domain_websocket (fixes #652) 10 years ago
Kim Alvefur de2540b480 mod_websocket: Use contains_token from util.http for checking if the requested WebSocket sub-protocols include XMPP 10 years ago
Kim Alvefur 499ca748ea mod_websocket: Add some debug messages 10 years ago
Kim Alvefur b505c4dd28 mod_storage_sql: Normalize parameters for upgrade command 10 years ago
Kim Alvefur 547a7061bc mod_storage_sql: List available commands if no commands given (currenly only one available) 10 years ago
Kim Alvefur b4b0a1a7f2 mod_storage_sql: Don't say 'Unknown command' if no command was given (fixes attempt to concatenate nil) 10 years ago
Kim Alvefur 854e22b394 mod_register: Record the time of registration in the account details store 10 years ago
Kim Alvefur 3d31b0f2eb mod_storage_sql: Include missing parameter table key 'port' 10 years ago
Kim Alvefur 42f67b2a72 mod_storage_sql: Create a new table to hold normalized database parameters (fixes #636) 10 years ago
Kim Alvefur 5c7a04bc7b mod_storage_sql: Use is_stanza() from util.stanza 10 years ago
Kim Alvefur ba7c7c9267 MUC: Don't create room in response to unavailable presence 10 years ago
Kim Alvefur 18f15461de mod_posix: Use type-specific config API 10 years ago
Kim Alvefur f043b0f7ea mod_admin_telnet: Use the module:send() API for xmpp:ping command 10 years ago
Kim Alvefur d494870913 mod_message, mod_carbons: Adjust event hook priorities to negative (core modules should do this to make overriding from other modules easier) 10 years ago
Kim Alvefur 500d7efbf4 mod_websocket: Set FIN flag on ping frames (fixes #773) 10 years ago
Kim Alvefur d7e905d70e mod_tls: Ignore unused argument [luacheck] 10 years ago
Kim Alvefur eabed19199 mod_register: Rename session reference in wrapped close method [luacheck] 10 years ago
Kim Alvefur 9056919024 mod_register: Use throttle_max as indicator of limits being enabled, in case min_seconds_between_registrations is not used 10 years ago
Kim Alvefur a608cc50da mod_register: Additional logging for various registration failure cases 10 years ago
Kim Alvefur 409492416d Backed out changeset f1af4edd5722, doesn't work as intended (node is the name of the node and always present) 10 years ago
Kim Alvefur 5c51881190 mod_carbons: Fix logic presendence 10 years ago
Kim Alvefur 92730073ce mod_s2s: Log error message from DNS lookup 10 years ago
Kim Alvefur 2b4d4d841c MUC: Return 'true' from room:destroy() so that use from the telnet console says 'OK' 10 years ago
Matthew Wild 56cff1b448 mod_s2s: Lower log message to 'warn' level, standard for remotely-triggered protocol issues 10 years ago
Kim Alvefur 762c972330 mod_carbons: Fix inverted logic (Thanks Ge0rg)} 10 years ago
Kim Alvefur 6fce2771a6 mod_carbons: Compare with correct variable 10 years ago
Kim Alvefur 26b4dd8860 mod_carbons: Make the conditions for ignoring MUC PMs more specific (fixes #744) 10 years ago
Matthew Wild f04d561382 mod_component: Fire 'component-disconnected' event on host, to maintain consistency - sessions with no host never authenticated. Fixes #737 10 years ago
Kim Alvefur ab34bf8a93 mod_c2s, mod_s2s: Switch connection counting to 'amount' type and enumerate once per statistics interval 10 years ago
Sam Whited 8460485ee0 mod_bosh: Save last response in case retransmission is required 10 years ago
Matthew Wild d5278ce2fc mod_bosh: Make 'hold' and 'requests' fixed to '1' and '2' respectively, as this is what all implementations realistically use 10 years ago
Matthew Wild a79e50f4f7 mod_bosh: Log when a stanza isn't handled because we can't find a session for it 10 years ago
Matthew Wild cef65929df mod_bosh: Correctly handle requests arriving out of order (thanks Jitsi folk!) 10 years ago
Matthew Wild 7fbe7a6a2f Backed out changeset a23b5cb8c22b 10 years ago
Matthew Wild 21b40df00e mod_s2s: Fire event when s2s connection fails 10 years ago
Kim Alvefur e9341ec413 mod_http: Allow configuring http parser size limits 10 years ago
Kim Alvefur 7356f17074 mod_privacy: Fix selecting the top resource (fixes #694) 10 years ago
Kim Alvefur 5147175a97 mod_presence: Re-probe for contacts presence after outgoing 'subscribed' (fixes #673) 10 years ago
Kim Alvefur 16e99317ac MUC: Accept missing form as "instant room" request (fixes #377) 10 years ago
Kim Alvefur 4ae4d1e53d mod_c2s: Just destroy the session when it has no connection (see #641) 10 years ago