aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mod_admin_web: Add "List S2S connections" commandFlorian Zeitz2014-09-281-0/+82
|
* mod_admin_adhoc: Show IP in detailed version of online user listingFlorian Zeitz2014-09-281-2/+2
|
* net.websocket: Make data masking configurableFlorian Zeitz2014-09-262-3/+3
|
* pubsub.lib: Fix variable renaming issueKim Alvefur2014-09-281-1/+1
|
* mod_pubsub: Fix retreival of node config defaultsKim Alvefur2014-09-281-2/+2
|
* mod_pubsub: Move node config form into pubsub.lib (Thanks Florob)Kim Alvefur2014-09-282-23/+18
|
* pubsub.lib: Fix actor in configureKim Alvefur2014-09-281-1/+1
|
* mod_pubsub: Add support for requesting default node configurationKim Alvefur2014-09-282-0/+9
|
* mod_pubsub: Add max items to node config formKim Alvefur2014-09-281-0/+5
|
* util.pubsub: Add support for limiting the number of item in a node (default ↵Kim Alvefur2014-09-281-0/+11
| | | | to 20)
* mod_pubsub: Add support for node configurationKim Alvefur2014-09-282-0/+59
|
* util.pubsub: Add support for node configurationKim Alvefur2014-09-281-2/+22
|
* util.pubsub: One less table allocated per pubsub object createdKim Alvefur2014-09-281-3/+3
|
* util.pubsub: Use localKim Alvefur2014-09-271-1/+1
|
* mod_pubsub: Transplant pieces of cdcfd93e2f43 from trunkKim Alvefur2014-09-272-3/+3
|
* net.server_select: When an SSL handshake is connected, if there is pending ↵Matthew Wild2014-09-261-0/+3
| | | | data to be written to the socket, mark the socket as waiting to send (thanks daurnimator)
* mod_saslauth: Fix encoding of missing vs empty SASL reply messagesKim Alvefur2014-09-231-7/+7
|
* mod_s2s: Close s2s connections that can not proceed due to mod_dialback not ↵Kim Alvefur2014-09-231-0/+4
| | | | being present
* mod_saslauth: Stricter SASL EXTERNAL handling more in line with XEP-0178Kim Alvefur2014-09-231-51/+30
|
* mod_dialback, mod_saslauth: Remove broken fallback to dialback on SASL ↵Kim Alvefur2014-09-232-12/+2
| | | | EXTERNAL failure
* 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 ↵Kim Alvefur2014-09-181-2/+2
| | | | generating new randomness
* 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 ↵Kim Alvefur2014-09-171-1/+2
| | | | module:open_store()
* 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 ↵Kim Alvefur2014-09-111-0/+1
| | | | traceback if stanzas are emitted after a session is destroyed (thanks Sven Blumenstein)
* core.stanza_router, mod_s2s: Move handling of S2S features to mod_s2s from ↵Kim Alvefur2014-09-092-1/+2
| | | | stanza_router
* 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 ↵Matthew Wild2014-09-031-1/+5
| | | | | | | | data by someone else
* | 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, ↵Matthew Wild2014-08-297-1/+26
| | | | | | | | mod_admin_telnet, mod_net_multiplex: Add ondetach to release connection from 'sessions' table (or equivalent)
| * net.server_{select,event}: Add 'ondetach' callback for listener objects, to ↵Matthew Wild2014-08-292-2/+13
| | | | | | | | notify them when another listener is being assigned to a connection
| * mod_s2s: Close offending s2s streams missing an 'id' attribute with a stream ↵Kim Alvefur2014-09-021-2/+5
| | | | | | | | error instead of throwing an unhandled error