aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mod_s2s: to/from attributes are required on s2s stream headers. Set them to '...vault/0.9.8Matthew Wild2015-03-241-1/+1
* sessionmanager: Return 'not-allowed' error instead of the non-existent 'alrea...Matthew Wild2015-03-241-1/+1
* mod_http: Return a static string from module:http_url() when no ports are ena...Kim Alvefur2015-03-231-0/+2
* mod_http: Log a debug message when adding new http apps and warn if no http p...Kim Alvefur2015-03-231-0/+6
* Backout 7726b627c3eaKim Alvefur2015-03-231-1/+0
* utf8_sequences.txt: OopsMatthew Wild2015-03-231-1/+1
* tests: Add UTF-8 validity testsMatthew Wild2015-03-233-0/+72
* Merge with ZashMatthew Wild2015-03-232-1/+2
|\
| * mod_http: Log event name when adding a HTTP app's hooksMatthew Wild2015-03-141-0/+1
| * net.http.server: Log event name when firing a request eventMatthew Wild2015-03-141-1/+1
* | util.encodings: Expose UTF-8 validation and length checking functionsKim Alvefur2015-03-231-0/+28
* | util.encodings: Perform validation of UTF-8 strings before passing to libidn ...Kim Alvefur2015-03-231-3/+67
|/
* configure: Fix for commit cd0088c73daf - update LIBDIR if --prefix is set and...Matthew Wild2015-02-241-0/+6
* mod_admin_telnet: Require util.pposix (fixes #471)Matthew Wild2015-02-201-0/+1
* util.datamanager: Check that the global 'prosody' exists before using it (fix...Kim Alvefur2015-02-201-1/+1
* configure, Makefile: Add --libdir option to ./configure, allowing you to over...Matthew Wild2015-02-203-7/+14
* stanza_router: Fix routing of 'error' IQs with multiple childs (thanks Pawel)Kim Alvefur2015-01-061-1/+1
* net.http.parser: Fix whitespace/indentationMatthew Wild2014-11-181-5/+5
* net.http.parser: Fix chunked encoding parsing across packet boundaries.daurnimator2014-11-101-1/+1
* net.dns: Try next server if peer name can not be set (thanks wirehack7)Kim Alvefur2014-10-301-6/+10
* net.dns: Return new socket from servfailKim Alvefur2014-10-301-3/+4
* net.adns: Log peername recorded from wrapped setpeername instead of calling s...Kim Alvefur2014-10-301-2/+1
* net.adns: Preserve error from setpeernameKim Alvefur2014-10-301-1/+1
* Tagging 0.9.7Matthew Wild2014-10-240-0/+0
* Backout changeset 6e67c73f730c: not a major fix and it breaks interop with at...vault/0.9.7Matthew Wild2014-10-241-13/+2
* prosodyctl: Fix nil global access traceback in `prosodyctl about` (luarocks 2...Waqas Hussain2014-10-191-1/+1
* Tagging 0.9.6Matthew Wild2014-10-150-0/+0
* certmanager, net.http: Disable SSLv3 by defaultvault/0.9.6Matthew Wild2014-10-142-2/+2
* mod_pubsub: Fix error type of 'forbidden' (change from 'cancel' to 'auth')Matthew Wild2014-10-141-1/+1
* mod_s2s: Capitalize log messageKim Alvefur2014-10-101-1/+1
* util/dataforms: Make sure we iterate over field tagsdaurnimator2014-10-071-1/+1
* util.stanza: Escape newlines and tabs (\r\n\t) when serializing stanzas. \r\n...Waqas Hussain2014-10-081-2/+13
* net.dns: Avoid duplicate cache entriesFlorian Zeitz2014-10-051-4/+9
* mod_admin_adhoc: Add required to field in user deletion form tooKim Alvefur2014-09-291-1/+1
* mod_admin_adhoc: Mark 'accountjids' field as required in 'end user sessions' ...Kim Alvefur2014-09-291-1/+1
* core.stanza_router: Stricter validation of stanzasKim Alvefur2014-09-091-21/+24
* net.http.parser: Support status code 101 and allow handling of the received d...Matthew Wild2014-09-031-1/+5
* net.server_select: 'listener'->'listeners' (fixes undefined global access)Matthew Wild2014-09-021-1/+1
* net.http, net.http.server, mod_c2s, mod_s2s, mod_component, mod_admin_telnet,...Matthew Wild2014-08-297-1/+26
* net.server_{select,event}: Add 'ondetach' callback for listener objects, to n...Matthew Wild2014-08-292-2/+13
* mod_s2s: Close offending s2s streams missing an 'id' attribute with a stream ...Kim Alvefur2014-09-021-2/+5
* Tagging 0.9.5Matthew Wild2014-08-280-0/+0
* util.filters: Ignore filters being added twice (fixes issues on removal)vault/0.9.5Matthew Wild2014-08-281-0/+2
* mod_privacy: Fix to correctly sort privacy list rules by order (thanks Flow)Matthew Wild2014-08-281-1/+1
* mod_c2s, mod_s2s: Log received invalid stream headersMatthew Wild2014-08-232-1/+2
* util.xmppstream: When error is 'no-stream', pass the received tagname to the ...Matthew Wild2014-08-231-1/+1
* mod_s2s: Reset stream ID when resetting stream [compliance]Kim Alvefur2014-08-271-0/+1
* modulemanager: Reduce warning to debug level message about modules already be...Kim Alvefur2014-08-271-1/+1
* net.http.server: Comment out a log messageKim Alvefur2014-08-271-1/+1
* mod_s2s: Mark stream as opened earlier for outgoing connections, fixes double...Kim Alvefur2014-08-261-1/+2