util.encodings: Move declarations to top of function [pedantic]
|
Kim Alvefur |
2015-05-02 |
util.pposix: Return error from ftruncate if that fails too (but what would we do here?)
|
Kim Alvefur |
2015-05-02 |
util.events: Change from nil to false to indicate adding a global wrapper
|
Matthew Wild |
2015-04-28 |
moduleapi: New methods for modules to conveniently wrap events
|
Matthew Wild |
2015-04-28 |
moduleapi: Experimental API for modules to measure the rate+duration of events
|
Matthew Wild |
2015-04-28 |
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 |