util.events: Add support for event wrappers, functions which can wrap the calling of event handlers to run code before/after an event (for debugging, statistics, logging purposes, etc.)
|
Matthew Wild |
2015-04-28 |
prosodyctl: check certs: Correctly check that certificates are valid for s2s
|
Kim Alvefur |
2015-04-27 |
Merge 0.10->trunk
|
Kim Alvefur |
2015-04-26 |
configure: Set default compiler and linker to cc and ld on *bsd (thanks Tobias)
|
Kim Alvefur |
2015-04-26 |
configure: Mention openbsd preset in --help
|
Kim Alvefur |
2015-04-26 |
Merge 0.10->trunk
|
Kim Alvefur |
2015-04-25 |
Merge 0.9->0.10
|
Kim Alvefur |
2015-04-25 |
net.dns, mod_s2s: Add chasing of CNAMEs to net.dns and remove it from mod_s2s
|
Kim Alvefur |
2015-04-24 |
mod_c2s, mod_s2s: Collect statistics on number of connections
|
Kim Alvefur |
2015-04-25 |
mod_blocklist: Some cleanup [luacheck]
|
Kim Alvefur |
2015-04-25 |
usermanager: Capitalize log message
|
Kim Alvefur |
2015-04-25 |
mod_admin_adhoc: Remove special treatment of the "pending" roster entry
|
Kim Alvefur |
2015-04-25 |
mod_s2s: Catch attempt to close dummy origin of s2s error replies (fixes a top level error)
|
Kim Alvefur |
2015-04-05 |
Merge 0.10->trunk
|
Kim Alvefur |
2015-04-05 |
rostermanager: Fix roster upgrade code (thanks mva)
|
Kim Alvefur |
2015-04-05 |
Merge 0.10->trunk
|
Kim Alvefur |
2015-04-05 |
rostermanager: Add missing import of `type()`
|
Florian Zeitz |
2015-04-03 |
Merge 0.10->trunk
|
Matthew Wild |
2015-04-03 |
util-src/*.c: Per convention call luaL_error() as argument to return
|
Florian Zeitz |
2015-04-03 |
sessionmanager: Rename parameter to avoid varible name conflict
|
Matthew Wild |
2015-04-03 |
hostmanager: Rename variable to avoid shadowing 'type()' function
|
Matthew Wild |
2015-04-03 |
loggingmanager: Improve code structure (removes empty if branch)
|
Matthew Wild |
2015-04-03 |
rostermanager: Remove unused parameter
|
Matthew Wild |
2015-04-03 |
util-src/*.c: astyle --indent=tab --brackets=attach --indent-switches --break-blocks --pad-oper --unpad-paren --add-brackets --align-pointer=type --lineend=linux
|
Kim Alvefur |
2015-04-03 |
Merge 0.10->trunk
|
Kim Alvefur |
2015-04-03 |
rostermanager, mod_roster, mod_presence: Move pending roster items to roster metadata field
|
Kim Alvefur |
2015-04-03 |
prosodyctl: Use ssl.loadcertificate instead of ssl.x509.load, as the ssl.x509 export dissapears in 97b1974 or 356e03a
|
Kim Alvefur |
2015-04-02 |
prosodyctl: Document magic commit ID
|
Paul Aurich |
2015-04-01 |
util.table, Makefile: New C module that allows pre-allocation of tables to improve performance and decrease memory fragmentation
|
Matthew Wild |
2015-03-31 |
Merge 0.10->trunk
|
Matthew Wild |
2015-03-27 |