aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* core.module{manager,api}: Fix for 010b141e91ed (Thanks v1ct0r)Kim Alvefur2014-09-232-2/+4
* util.random: Ensure at least 4 bytes of previous random state is used when ge...Kim Alvefur2014-09-181-2/+2
* util.random: Switch to SHA512Kim Alvefur2014-09-181-2/+2
* util.array: Add type() localKim Alvefur2014-09-171-0/+1
* prosody: Fix getfenv replacement for Lua 5.2Kim Alvefur2014-09-171-1/+6
* core.modulemanager, core.moduleapi: Hack around dependency loopKim Alvefur2014-09-172-3/+6
* core.moduleapi: Use require instead of global to get storagemanager in module...Kim Alvefur2014-09-171-1/+2
* util-src/*.c: Add macro for compiling with Lua 5.2Kim Alvefur2014-09-176-0/+24
* util-src/*.c: Use the more concise lua_setfieldKim Alvefur2014-09-174-13/+7
* util-src/*.c: Don't create globals when loadedKim Alvefur2014-09-166-11/+11
* net.websocket: Fix handling of 'protocol' argumentKim Alvefur2014-09-111-6/+9
* Makefile: Add net/websocket to install targetKim Alvefur2014-09-111-1/+2
* prosodyctl: Use sha256 for certificate requests and self-signed certificatesKim Alvefur2014-09-111-2/+2
* core.sessionmanager: Set a fake thread on destroyed sessions, fixes traceback...Kim Alvefur2014-09-111-0/+1
* core.stanza_router, mod_s2s: Move handling of S2S features to mod_s2s from st...Kim Alvefur2014-09-092-1/+2
* Merge 0.9->0.10Kim Alvefur2014-09-091-21/+24
|\
| * core.stanza_router: Stricter validation of stanzasKim Alvefur2014-09-091-21/+24
* | Merge with FlorobMatthew Wild2014-09-050-0/+0
|\ \
| * | net/websocket: Add new websocket client codedaurnimator2014-09-032-0/+460
* | | mod_websocket: Initial commit (based on the prosody-modules version)Florian Zeitz2014-09-051-0/+301
* | | Check Sec-WebSocket-Protocol headerFlorian Zeitz2014-09-051-5/+10
* | | net/websocket: Add new websocket client codedaurnimator2014-09-032-0/+459
|/ /
* | Merge 0.9->0.10Matthew Wild2014-09-031-1/+5
|\|
| * net.http.parser: Support status code 101 and allow handling of the received d...Matthew Wild2014-09-031-1/+5
* | util.hex: Use locals!Kim Alvefur2014-09-031-2/+2
* | Merge 0.9->0.10Kim Alvefur2014-09-029-9/+43
|\|
| * 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
* | util.uuid: Use util.hex and util.randomMatthew Wild2014-09-021-31/+13
* | util.random: Generic util lib for generating strings of random bytesMatthew Wild2014-09-021-0/+43
* | util.hex: Small util lib for converting to/from hex stringsMatthew Wild2014-09-021-0/+19
* | mod_dialback: Move d-w-d after to/from validationKim Alvefur2014-09-011-9/+9
* | mod_s2s_auth_certs: Warn about lack of certificate (Mostly jabberd14 not send...Kim Alvefur2014-08-291-29/+32
* | Merge 0.9->0.10Matthew Wild2014-08-280-0/+0
|\|
| * Tagging 0.9.5Matthew Wild2014-08-280-0/+0
* | Merge 0.9->0.10Matthew Wild2014-08-2810-20/+36
|\|
| * util.filters: Ignore filters being added twice (fixes issues on removal)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
| * mod_compression: Handle compression setup errors by logging a warning about i...Kim Alvefur2014-08-261-0/+6
| * mod_posix: Make sure that 'pidfile' is a stringKim Alvefur2014-08-261-1/+1
| * prosodyctl: Verify that 'pidfile' is a string, show friendly error otherwiseKim Alvefur2014-08-262-0/+5
* | util.xmppstream: Don't include empty stream ID in stream header (got here fro...Kim Alvefur2014-08-271-1/+1