aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge 0.9->0.10Kim Alvefur2014-10-052-6/+11
|\
| * 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
| | | | | | | | command (thanks Lloyd)
* | mod_blocklist: Capitalize log messageKim Alvefur2014-10-051-1/+1
| |
* | net.server_select: Reset read timeout timer if the event is handledKim Alvefur2014-10-031-0/+2
| |
* | 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