Commit Graph

5659 Commits (5c1d94de1b67353da7e2c348379c8a8509a9e66a)
 

Author SHA1 Message Date
Matthew Wild 5c1d94de1b net.http.server: Log event name when firing a request event 11 years ago
Matthew Wild dee60b3659 configure: Fix for commit cd0088c73daf - update LIBDIR if --prefix is set and --libdir isn't (thanks Medics) 11 years ago
Matthew Wild 79b30c593a mod_admin_telnet: Require util.pposix (fixes #471) 11 years ago
Kim Alvefur 158dc0f9e1 util.datamanager: Check that the global 'prosody' exists before using it (fixes nil indexing in use outside of prosody) 11 years ago
Matthew Wild 83ca1bd5d1 configure, Makefile: Add --libdir option to ./configure, allowing you to override the $PREFIX/lib/ default. Fixes #470. 11 years ago
Kim Alvefur 283cee6209 stanza_router: Fix routing of 'error' IQs with multiple childs (thanks Pawel) 11 years ago
Matthew Wild a5f74207fd net.http.parser: Fix whitespace/indentation 11 years ago
daurnimator d13b001832 net.http.parser: Fix chunked encoding parsing across packet boundaries. 11 years ago
Kim Alvefur c68bed48e9 net.dns: Try next server if peer name can not be set (thanks wirehack7) 11 years ago
Kim Alvefur 450ee96e48 net.dns: Return new socket from servfail 11 years ago
Kim Alvefur e6ae3454cf net.adns: Log peername recorded from wrapped setpeername instead of calling sock:getpeername, it exists and throws an error on unconnected sockets (thanks wirehack7) 11 years ago
Kim Alvefur be1fe5d715 net.adns: Preserve error from setpeername 11 years ago
Matthew Wild 5d050ae1e6 Tagging 0.9.7 11 years ago
Matthew Wild 886aa3c20a Backout changeset 6e67c73f730c: not a major fix and it breaks interop with at least Isode M-Link, and possibly standards, while it's not clear it actually fixes the original problem either. 11 years ago
Waqas Hussain 5daa7d9387 prosodyctl: Fix nil global access traceback in `prosodyctl about` (luarocks 2.2.0 no longer uses module()) 11 years ago
Matthew Wild a01db8f9df Tagging 0.9.6 11 years ago
Matthew Wild 26cd63e77f certmanager, net.http: Disable SSLv3 by default 11 years ago
Matthew Wild dc951d5617 mod_pubsub: Fix error type of 'forbidden' (change from 'cancel' to 'auth') 11 years ago
Kim Alvefur fd494572e7 mod_s2s: Capitalize log message 11 years ago
daurnimator 810491af12 util/dataforms: Make sure we iterate over field tags 11 years ago
Waqas Hussain 6656c56b93 util.stanza: Escape newlines and tabs (\r\n\t) when serializing stanzas. \r\n transforms into \n otherwise, and \r\n\t in attributes transforms into spaces. 11 years ago
Florian Zeitz 2b53ced362 net.dns: Avoid duplicate cache entries 11 years ago
Kim Alvefur 74cbb01e3a mod_admin_adhoc: Add required to field in user deletion form too 11 years ago
Kim Alvefur fc40eedab4 mod_admin_adhoc: Mark 'accountjids' field as required in 'end user sessions' command (thanks Lloyd) 11 years ago
Kim Alvefur 20d003813e core.stanza_router: Stricter validation of stanzas 11 years ago
Matthew Wild 43bc05285d net.http.parser: Support status code 101 and allow handling of the received data by someone else 11 years ago
Matthew Wild 69d97b4f7e net.server_select: 'listener'->'listeners' (fixes undefined global access) 11 years ago
Matthew Wild 899b6d53ae net.http, net.http.server, mod_c2s, mod_s2s, mod_component, mod_admin_telnet, mod_net_multiplex: Add ondetach to release connection from 'sessions' table (or equivalent) 12 years ago
Matthew Wild 257d0f104b net.server_{select,event}: Add 'ondetach' callback for listener objects, to notify them when another listener is being assigned to a connection 12 years ago
Kim Alvefur 4bc9e05c11 mod_s2s: Close offending s2s streams missing an 'id' attribute with a stream error instead of throwing an unhandled error 11 years ago
Matthew Wild cc25fa8f90 Tagging 0.9.5 12 years ago
Matthew Wild b27e7b3834 util.filters: Ignore filters being added twice (fixes issues on removal) 12 years ago
Matthew Wild 27c737e5ff mod_privacy: Fix to correctly sort privacy list rules by order (thanks Flow) 12 years ago
Matthew Wild 933bb5a869 mod_c2s, mod_s2s: Log received invalid stream headers 12 years ago
Matthew Wild 1bb5caff25 util.xmppstream: When error is 'no-stream', pass the received tagname to the error handler 12 years ago
Kim Alvefur ef0bac2fe0 mod_s2s: Reset stream ID when resetting stream [compliance] 12 years ago
Kim Alvefur 3dc45c1222 modulemanager: Reduce warning to debug level message about modules already being loaded, it's probably just module:depends() 12 years ago
Kim Alvefur 13844f7635 net.http.server: Comment out a log message 12 years ago
Kim Alvefur 306092e0a7 mod_s2s: Mark stream as opened earlier for outgoing connections, fixes double stream headers on policy failures 12 years ago
Kim Alvefur 67e5d2e47e mod_compression: Handle compression setup errors by logging a warning about it (fixes #408) 12 years ago
Kim Alvefur d431f7e1ec mod_posix: Make sure that 'pidfile' is a string 12 years ago
Kim Alvefur 6af9beaccf prosodyctl: Verify that 'pidfile' is a string, show friendly error otherwise 12 years ago
Matthew Wild 56339d76da prosodyctl: Remove nonsensical warning 12 years ago
Matthew Wild 318fd416c9 prosodyctl: Improve JID splitting and normalization for adduser/passwd/deluser 12 years ago
Matthew Wild fa962495db configmanager: nameprep VirtualHost and Component names 12 years ago
Matthew Wild 57a4449fce net.server_select/event: Switch sender mode to *a when reading, to make sure we get all available data 12 years ago
Kim Alvefur c3ee155f3b mod_admin_telnet: Fix dns:(add,set)nameservers() 12 years ago
Matthew Wild 7ff1520d7d net.dns: Remove unused obsolete code 12 years ago
Matthew Wild 4ed07e7947 net.dns: Ensure all pending requests get notified of a timeout when looking up a record (fix for d122420542fb) 12 years ago
Kim Alvefur 01b960044e mod_register: get_child_text! (thanks Lloyd) 12 years ago