Commit Graph

2004 Commits (ebf71acb9ef9a09d2f85c462dfcc4aabb91aff62)

Author SHA1 Message Date
Kim Alvefur ebf71acb9e mod_admin_telnet: Refactor s2s:close and s2s:closeall 13 years ago
Kim Alvefur f1ced1f324 mod_register: Fix indentation 13 years ago
Kim Alvefur 54a6165d5d mod_admin_telnet: Refactor s2s:showcert() 13 years ago
Matthew Wild 67f89befd7 mod_s2s/s2sout.lib: Remove unused variables and imports 13 years ago
Matthew Wild fac4a3ce24 mod_s2s/s2sout.lib: Remove reference to undefined global 13 years ago
Matthew Wild 2071826108 mod_s2s/s2sout.lib: Use new util.net.local_addresses() to fetch local interface addresses 13 years ago
Matthew Wild db9c911711 mod_s2s/s2sout.lib: Only attempt to create an IPv6 socket if LuaSocket supports IPv6 13 years ago
Kim Alvefur 5f29d70b54 mod_tls: Remove debug statement 13 years ago
Florian Zeitz 9744a0a343 mod_pep: When a client supplies no id on a published item, reflect our generated id back to it 13 years ago
Kim Alvefur 707befd0ea mod_c2s, mod_s2s: Fire an event on read timeouts 13 years ago
Kim Alvefur 6af157e1f8 mod_c2s: Become a shared module and allow being disabled on some virtualhosts 13 years ago
Waqas Hussain 296d4f627c mod_bosh: Reduce a little code. 13 years ago
Kim Alvefur c08dad91e5 mod_admin_telnet: Fix another wrong boolean expression 13 years ago
Kim Alvefur bf631330f9 mod_admin_telnet: Simplify IPv6 detection, fixes rare traceback 13 years ago
Kim Alvefur 4a611afb8a mod_s2s: Set s2s_session.ip 13 years ago
Matthew Wild db42f4e220 mod_bosh: Make waiting_requests and dead_sessions shared to preserve across reloads 13 years ago
Matthew Wild 74698b8dcb mod_muc: Include status code 332 on service shutdown (thanks mathieui) 13 years ago
Waqas Hussain 45a8840943 mod_bosh: Don't tostring() stream:features when passing to session.send(). 13 years ago
Waqas Hussain d826b6cebb mod_bosh: Only return CORS headers if the Origin header is received, and CORS is enabled. 13 years ago
Waqas Hussain 6dba024252 mod_bosh: Return empty string from the OPTIONS event handler, don't return the response object itself. 13 years ago
Waqas Hussain 71519fd592 mod_bosh: Rename event handler argument to event, not request. 13 years ago
Matthew Wild 3d65d794a0 mod_bosh: Remove logging of request.id, it doesn't exist in the new HTTP server API (thanks Mikael Nordfeldth) 13 years ago
Matthew Wild 94cef42f72 mod_bosh: Remove another place we set headers, fixes #348 13 years ago
Matthew Wild 47c740cdd7 mod_bosh: Clean up handling of response headers, set them only in one place 13 years ago
Matthew Wild 74422d8da1 mod_bosh: Return errors when appropriate (invalid XML, missing sid) 13 years ago
Matthew Wild 0b1db0e26a mod_bosh: Remove some very verbose logging 13 years ago
Matthew Wild 83eae5c866 mod_bosh: Reset creating_session to prevent putting unnecessary attributes into every BOSH response 13 years ago
Florian Zeitz cd8304b6e0 mod_muc: Add Ad-Hoc command to destroy MUC rooms 13 years ago
Florian Zeitz 3e3821bfe8 mod_muc: Utilize mod_disco, instead of reimplementing disco handling 13 years ago
Florian Zeitz 2d6923c44d mod_pubsub: Utilize mod_disco, instead of reimplementing disco handling 13 years ago
Florian Zeitz 6a5860b8b1 mod_disco: Allow ansering disco requests including nodes, and adding custom items to disco#items requests 13 years ago
Kim Alvefur b11b8a61b4 mod_http_files: Put the MIME type map in a global shared table 13 years ago
Kim Alvefur e7585fe301 mod_tls: Refactor to allow separate SSL configuration for c2s and s2s connections 13 years ago
Kim Alvefur 6b543a6416 mod_admin_telnet: Fix inverted boolean logic 13 years ago
Kim Alvefur 323d7007f6 mod_bosh: Fix traceback in case session is destroyed during the stream-features event (thanks Biszkopcik) 13 years ago
Kim Alvefur 953b24c0ca mod_c2s, mod_c2s: Send a whitespace on read timeout, to prod TCP into detecting if the connection died 13 years ago
Kim Alvefur 6902706cc1 mod_register: get_child_text()! 13 years ago
Matthew Wild 8380f14038 mod_s2s: Remove unnecessary debug message 13 years ago
Kim Alvefur a59ace83df mod_admin_telnet: Make the muc:create() command complain if the room already exists 13 years ago
Matthew Wild 4261dc5e76 mod_bosh: rename variable for clarity 13 years ago
Matthew Wild 44c6dd6c7a mod_bosh: Some very minor whitespace/layout fixes 13 years ago
Matthew Wild ae95801b73 mod_muc: Fix incorrect variable name 13 years ago
Kim Alvefur 635e63f814 mod_admin_telnet: Verify that the host exists in user commands (Thanks SkyBlue) 13 years ago
Kim Alvefur 83fc029e98 mod_admin_telnet: Don't rely on getpeerchain returning an empty list 13 years ago
Matthew Wild 0da93732c7 mod_s2s: Fix interaction between s2s_secure_auth and s2s_require_encryption, in particular ensure that when s2s_require_encryption is NOT set, do not require encryption on s2s_insecure_domains. 13 years ago
Florian Zeitz 08466bf011 mod_disco: Emit events for disco requests, which contain a node, on user accounts 13 years ago
Florian Zeitz 519a21076d mod_pubsub: Split out handlers into a module library 13 years ago
Matthew Wild 9f05b72a8e mod_muc: Remove some old TODO comments 13 years ago
Matthew Wild 143f92b5dd mod_muc: Fix incorrect variable name 13 years ago
Matthew Wild cdbc34115c mod_muc: Remove unused variable 13 years ago