index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge 0.9->0.10
Waqas Hussain
2014-10-08
2
-3
/
+14
|
\
|
|
*
util/dataforms: Make sure we iterate over field tags
daurnimator
2014-10-07
1
-1
/
+1
|
*
util.stanza: Escape newlines and tabs (\r\n\t) when serializing stanzas. \r\n...
Waqas Hussain
2014-10-08
1
-2
/
+13
*
|
Merge 0.9->0.10
Kim Alvefur
2014-10-05
2
-6
/
+11
|
\
|
|
*
net.dns: Avoid duplicate cache entries
Florian Zeitz
2014-10-05
1
-4
/
+9
|
*
mod_admin_adhoc: Add required to field in user deletion form too
Kim Alvefur
2014-09-29
1
-1
/
+1
|
*
mod_admin_adhoc: Mark 'accountjids' field as required in 'end user sessions' ...
Kim Alvefur
2014-09-29
1
-1
/
+1
*
|
mod_blocklist: Capitalize log message
Kim Alvefur
2014-10-05
1
-1
/
+1
*
|
net.server_select: Reset read timeout timer if the event is handled
Kim Alvefur
2014-10-03
1
-0
/
+2
*
|
mod_admin_web: Add "List S2S connections" command
Florian Zeitz
2014-09-28
1
-0
/
+82
*
|
mod_admin_adhoc: Show IP in detailed version of online user listing
Florian Zeitz
2014-09-28
1
-2
/
+2
*
|
net.websocket: Make data masking configurable
Florian Zeitz
2014-09-26
2
-3
/
+3
*
|
pubsub.lib: Fix variable renaming issue
Kim Alvefur
2014-09-28
1
-1
/
+1
*
|
mod_pubsub: Fix retreival of node config defaults
Kim Alvefur
2014-09-28
1
-2
/
+2
*
|
mod_pubsub: Move node config form into pubsub.lib (Thanks Florob)
Kim Alvefur
2014-09-28
2
-23
/
+18
*
|
pubsub.lib: Fix actor in configure
Kim Alvefur
2014-09-28
1
-1
/
+1
*
|
mod_pubsub: Add support for requesting default node configuration
Kim Alvefur
2014-09-28
2
-0
/
+9
*
|
mod_pubsub: Add max items to node config form
Kim Alvefur
2014-09-28
1
-0
/
+5
*
|
util.pubsub: Add support for limiting the number of item in a node (default t...
Kim Alvefur
2014-09-28
1
-0
/
+11
*
|
mod_pubsub: Add support for node configuration
Kim Alvefur
2014-09-28
2
-0
/
+59
*
|
util.pubsub: Add support for node configuration
Kim Alvefur
2014-09-28
1
-2
/
+22
*
|
util.pubsub: One less table allocated per pubsub object created
Kim Alvefur
2014-09-28
1
-3
/
+3
*
|
util.pubsub: Use local
Kim Alvefur
2014-09-27
1
-1
/
+1
*
|
mod_pubsub: Transplant pieces of cdcfd93e2f43 from trunk
Kim Alvefur
2014-09-27
2
-3
/
+3
*
|
net.server_select: When an SSL handshake is connected, if there is pending da...
Matthew Wild
2014-09-26
1
-0
/
+3
*
|
mod_saslauth: Fix encoding of missing vs empty SASL reply messages
Kim Alvefur
2014-09-23
1
-7
/
+7
*
|
mod_s2s: Close s2s connections that can not proceed due to mod_dialback not b...
Kim Alvefur
2014-09-23
1
-0
/
+4
*
|
mod_saslauth: Stricter SASL EXTERNAL handling more in line with XEP-0178
Kim Alvefur
2014-09-23
1
-51
/
+30
*
|
mod_dialback, mod_saslauth: Remove broken fallback to dialback on SASL EXTERN...
Kim Alvefur
2014-09-23
2
-12
/
+2
*
|
core.module{manager,api}: Fix for 010b141e91ed (Thanks v1ct0r)
Kim Alvefur
2014-09-23
2
-2
/
+4
*
|
util.random: Ensure at least 4 bytes of previous random state is used when ge...
Kim Alvefur
2014-09-18
1
-2
/
+2
*
|
util.random: Switch to SHA512
Kim Alvefur
2014-09-18
1
-2
/
+2
*
|
util.array: Add type() local
Kim Alvefur
2014-09-17
1
-0
/
+1
*
|
prosody: Fix getfenv replacement for Lua 5.2
Kim Alvefur
2014-09-17
1
-1
/
+6
*
|
core.modulemanager, core.moduleapi: Hack around dependency loop
Kim Alvefur
2014-09-17
2
-3
/
+6
*
|
core.moduleapi: Use require instead of global to get storagemanager in module...
Kim Alvefur
2014-09-17
1
-1
/
+2
*
|
util-src/*.c: Add macro for compiling with Lua 5.2
Kim Alvefur
2014-09-17
6
-0
/
+24
*
|
util-src/*.c: Use the more concise lua_setfield
Kim Alvefur
2014-09-17
4
-13
/
+7
*
|
util-src/*.c: Don't create globals when loaded
Kim Alvefur
2014-09-16
6
-11
/
+11
*
|
net.websocket: Fix handling of 'protocol' argument
Kim Alvefur
2014-09-11
1
-6
/
+9
*
|
Makefile: Add net/websocket to install target
Kim Alvefur
2014-09-11
1
-1
/
+2
*
|
prosodyctl: Use sha256 for certificate requests and self-signed certificates
Kim Alvefur
2014-09-11
1
-2
/
+2
*
|
core.sessionmanager: Set a fake thread on destroyed sessions, fixes traceback...
Kim Alvefur
2014-09-11
1
-0
/
+1
*
|
core.stanza_router, mod_s2s: Move handling of S2S features to mod_s2s from st...
Kim Alvefur
2014-09-09
2
-1
/
+2
*
|
Merge 0.9->0.10
Kim Alvefur
2014-09-09
1
-21
/
+24
|
\
|
|
*
core.stanza_router: Stricter validation of stanzas
Kim Alvefur
2014-09-09
1
-21
/
+24
*
|
Merge with Florob
Matthew Wild
2014-09-05
0
-0
/
+0
|
\
\
|
*
|
net/websocket: Add new websocket client code
daurnimator
2014-09-03
2
-0
/
+460
*
|
|
mod_websocket: Initial commit (based on the prosody-modules version)
Florian Zeitz
2014-09-05
1
-0
/
+301
*
|
|
Check Sec-WebSocket-Protocol header
Florian Zeitz
2014-09-05
1
-5
/
+10
[prev]
[next]