index
:
prosody.git
0.11
0.12
13.0
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/13.0
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
...
|
|
*
|
net.server_event: Rename conn:port() -> conn:clientport() to match server_select
Kim Alvefur
2014-03-27
1
-1
/
+1
|
*
|
|
Makefile: Change sed regex to be compatible with FreeBSD's odd sed, and chang...
Matthew Wild
2014-03-30
1
-1
/
+1
|
*
|
|
util.dependencies: Log error when LuaExpat is not capable of enforcing stanza...
Matthew Wild
2014-03-30
1
-1
/
+9
|
*
|
|
util.xmppstream: Implement stanza size limiting, default limit 10MB
Matthew Wild
2014-03-30
1
-6
/
+80
|
*
|
|
portmanager: Make maximum read size configurable, and default to 4KB
Matthew Wild
2014-03-30
1
-1
/
+3
|
*
|
|
mod_compression: Only allow compression on authenticated streams
Kim Alvefur
2014-02-18
1
-2
/
+2
|
|
/
/
|
*
|
prosodyctl: Show real error if certificate config file can't be opened
Kim Alvefur
2014-03-22
1
-1
/
+6
|
*
|
modulemanager: Load mod_saslauth on components by default
Kim Alvefur
2014-03-22
1
-1
/
+1
|
*
|
mod_saslauth: Only do c2s SASL on normal VirtualHosts
Kim Alvefur
2014-03-22
1
-1
/
+1
|
*
|
mod_http_files: Strip path separator from end of paths, was broken on Windows...
Kim Alvefur
2014-03-09
1
-1
/
+2
|
*
|
util.pluginloader: Always use path separator from package.config (thanks Junne)
Kim Alvefur
2014-03-09
1
-4
/
+4
|
*
|
mod_http: Fix http_external_url setting without an explicit port
Kim Alvefur
2014-02-26
1
-0
/
+3
|
*
|
mod_http: Use hostname from the correct context (thanks gryffus)
Kim Alvefur
2014-02-20
1
-1
/
+1
|
*
|
tools/ejabberd2prosody: Don't throw an error if XML CDATA is null ([] in Erla...
Waqas Hussain
2014-02-18
1
-2
/
+4
|
*
|
mod_auth_anonymous: Fixed a traceback in listing all users (issue#396).
Waqas Hussain
2014-02-17
1
-1
/
+1
|
*
|
mod_admin_telnet: Prep jids for user:create() etc.
Kim Alvefur
2014-02-09
1
-2
/
+1
|
*
|
mod_s2s: Log a warning if no local addresses are found, as this breaks s2sout
Kim Alvefur
2014-02-09
1
-0
/
+3
|
*
|
mod_motd: Strip indentation only, leave multiple newlines
Kim Alvefur
2014-02-06
1
-1
/
+1
|
*
|
tools/ejabberd2prosody: Handle new room member format.
Kim Alvefur
2014-01-27
1
-1
/
+1
|
*
|
tools/ejabberd2prosody: Disable generating a config, as the format it generat...
Waqas Hussain
2014-01-18
1
-2
/
+2
|
*
|
tools/ejabberd2prosody: “xmlelement” can be “xmlel” in newer ejabberd...
Waqas Hussain
2014-01-18
1
-1
/
+1
*
|
|
mod_dialback: Copy function from mod_s2s instead of depending on it, which ma...
Kim Alvefur
2017-12-05
1
-1
/
+13
*
|
|
mod_limits: Fix typo in comment
Kim Alvefur
2017-12-05
1
-1
/
+1
*
|
|
net.dns: Don't compress a single zero group in IPv6 addresses to match behavi...
Kim Alvefur
2017-12-01
1
-1
/
+1
*
|
|
util.signal: Fix loop (fixes #1047)
Kim Alvefur
2017-11-30
1
-2
/
+2
*
|
|
prosodyctl: Fix traceback with lfs < 1.6.2 and show warning
Matthew Wild
2017-11-30
1
-0
/
+3
*
|
|
util.signal: Use a static array to keep track of pending signals (fixes #1029)
Kim Alvefur
2017-11-14
1
-23
/
+12
*
|
|
util.helpers: Handle missing priorities, happens due to wildcard magic in net...
Kim Alvefur
2017-11-22
1
-1
/
+1
*
|
|
mod_storage_sql: Add indices that include the with and when columns of archives
Kim Alvefur
2017-11-21
1
-0
/
+2
*
|
|
certmanager: Set single curve conditioned on LuaSec advertising EC crypto sup...
Kim Alvefur
2017-11-20
1
-1
/
+1
*
|
|
certmanager: Filter out curves not supported by LuaSec
Kim Alvefur
2017-11-20
1
-0
/
+12
*
|
|
certmanager: Change table representing LuaSec capabilities to match capabilit...
Kim Alvefur
2017-11-20
1
-13
/
+20
*
|
|
mod_debug_sql: Declare itself as global module
Kim Alvefur
2017-11-18
1
-0
/
+2
*
|
|
mod_c2s: Set a default value for c2s_timeout (fixes #1036)
Kim Alvefur
2017-11-10
1
-1
/
+1
*
|
|
util.sql: Return an error message when a SQL commit fails (LuaDBI doesn't) (T...
Kim Alvefur
2017-11-07
1
-1
/
+2
*
|
|
util.termcolours: Split a long line [luacheck]
Kim Alvefur
2017-11-03
1
-1
/
+2
*
|
|
man prosodyctl: Highlight subcommands
Kim Alvefur
2017-10-23
2
-14
/
+14
*
|
|
mod_http_errors: Use util.interpolation to render HTML template
Kim Alvefur
2017-10-27
1
-33
/
+28
*
|
|
mod_http_errors: Set Content-Type header to HTML (fixes #1030)
Kim Alvefur
2017-10-27
1
-0
/
+3
*
|
|
net.http.server: Include response object in most http-error events
Kim Alvefur
2017-10-27
1
-3
/
+5
*
|
|
rostermanager: Log warning if removal self-contact failed
Kim Alvefur
2017-10-29
1
-1
/
+3
*
|
|
rostermanager: Use internal method for storing removal of self-contact
Kim Alvefur
2017-10-29
1
-1
/
+1
*
|
|
rostermanager: Demote warning to debug message
Kim Alvefur
2017-10-29
1
-1
/
+1
*
|
|
rostermanager: Capitalize log message
Kim Alvefur
2017-10-29
1
-1
/
+1
*
|
|
rostermanager: Remove self-contact entry (fixes #933)
Emmanuel Gil Peyrot
2017-09-19
1
-1
/
+2
*
|
|
rostermanager: Simplify logging.
Emmanuel Gil Peyrot
2017-09-19
1
-2
/
+2
*
|
|
loggingmanager: Make timestamps enabled by default in file sink (fixes #1004)
Kim Alvefur
2017-10-26
1
-1
/
+1
*
|
|
mod_carbons: Synthesize a 'to' attribute for carbons of stanzas to "self" (fi...
Kim Alvefur
2017-10-26
1
-0
/
+3
*
|
|
mod_mam: Load archiving preferes for offline users (fixes #1024)
Kim Alvefur
2017-10-17
1
-2
/
+4
*
|
|
mod_stanza_debug: Logs full stanzas sent and received for debugging purposes
Kim Alvefur
2017-10-23
1
-0
/
+29
[prev]
[next]