Commit Graph

5706 Commits (9d0a1129b79bd5546d2583d38dca1ef1605ab4d4)
 

Author SHA1 Message Date
Florian Zeitz 9d0a1129b7 net.dns: Support IPv6 addresses in resolv.conf 13 years ago
Matthew Wild 1cc9333f1f Merge 0.9->trunk 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
Matthew Wild a3a07bfbc1 util.net: Add util.net, containing local_addresses() (removed from LuaSocket 3.0) 13 years ago
Kim Alvefur 5f29d70b54 mod_tls: Remove debug statement 13 years ago
Vadim Misbakh-Soloviov 3b8cd7c3df additional fix for erlparse loading in ejabberd2prosody.lua 13 years ago
Vadim Misbakh-Soloviov 519e70668d package{,c}path fixes for migration tools 13 years ago
Matthew Wild 9052e8bf8f Merge the merge 13 years ago
Matthew Wild 68036030e2 Merge 0.9->trunk 13 years ago
Florian Zeitz 7aae7dc1a3 util.dataforms: Return nil for empty list-mutli responses, to be consistent with other readers 13 years ago
Matthew Wild 965bf743a1 Merge 0.9->trunk 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
Matthew Wild 0622bf751d Merge 0.9->trunk 13 years ago
Matthew Wild 33cb45ba28 Merge 0.9->trunk 13 years ago
Matthew Wild 47a2577f26 certmanager: Add single_dh_use and single_ecdh_use to default options 13 years ago
Matthew Wild d01914e9a8 Merge 0.9->trunk 13 years ago
Matthew Wild 442955c94c certmanager: Set ssl.curve to 'secp384r1' by default, to enable ECC ciphers 13 years ago
Florian Zeitz 81fdc0c7b6 util.pubsub: Check whether node exists, when deleting 13 years ago
Matthew Wild cd86257eab Merge 0.9->trunk 13 years ago
Matthew Wild b4884d7aab certmanager: Use 'curve' and 'dhparam' options from ssl config if present 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 08abe5eba3 Merge 0.9->trunk 13 years ago
Kim Alvefur c08dad91e5 mod_admin_telnet: Fix another wrong boolean expression 13 years ago
Kim Alvefur 1e29dc5c93 Merge 0.9->trunk 13 years ago
Kim Alvefur d7d15e2ec7 net.server_select: Make sure there is a server to pause when hitting maxfd (Thanks elghinn) 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
Kim Alvefur ceac13c856 prosodyctl: Add 'prosodyctl check certs' for validating TLS/SSL certificates 13 years ago
Kim Alvefur 7c74e93345 certmanager: Complain if key or certificate is missing from SSL config. 13 years ago
Kim Alvefur eb28aab70c prosodyctl: Add 'prosodyctl check --help' 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 ee940bd4e5 Merge 0.9->trunk 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 335cb1d507 Merge 0.9->trunk 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