aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure: Add shellcheck directives to suppress warnings on harmless linesMatthew Wild2018-10-011-1/+3
* configure: Replace logic constructs with explicit if/else statementsMatthew Wild2018-10-011-2/+10
* configure: Remove unnecessary 'echo'Matthew Wild2018-10-011-1/+1
* configure: Rename OSTYPE variable due to conflict with magic variable with sa...Matthew Wild2018-10-011-9/+8
* configure: Replace backticks with $()Matthew Wild2018-10-011-7/+7
* configure: Remove unused functionMatthew Wild2018-10-011-19/+0
* make lint: Fix 'ignored files' countMatthew Wild2018-10-011-1/+1
* mod_websocket: Silence the one warning instead of ignoring the entire fileKim Alvefur2018-09-302-1/+2
* mod_s2s: Fix previous commitKim Alvefur2018-09-301-1/+1
* mod_s2s: Silence luacheck warnings in s2sout moduleKim Alvefur2018-09-301-1/+3
* mod_s2s: Silence all warnings instead of ignoring the entire moduleKim Alvefur2018-09-302-8/+13
* mod_admin_telnet: Guard against missing table fieldKim Alvefur2018-09-301-1/+1
* mod_admin_telnet: Create metatable only onceKim Alvefur2018-09-301-1/+2
* mod_admin_telnet: Remove unused histogram [luacheck]Kim Alvefur2018-09-301-2/+0
* mod_admin_telnet: Remove unused variable [luacheck]Kim Alvefur2018-09-301-1/+1
* mod_admin_telnet: Remove from luacheck ignore listKim Alvefur2018-09-301-1/+0
* mod_admin_telnet: Import net.server instead of relying on globalKim Alvefur2018-09-301-0/+1
* mod_admin_telnet: Use prosody.hosts to be more explicit and avoid name clash ...Kim Alvefur2018-09-301-15/+14
* mod_admin_telnet: Remove or rename various unused arguments and variables [lu...Kim Alvefur2018-09-301-15/+15
* mod_admin_telnet: Rename variable to avoid name clash [luacheck]Kim Alvefur2018-09-301-2/+2
* mod_admin_adhoc: Ignore the very long lines at the end [luacheck]Kim Alvefur2018-09-301-0/+1
* mod_admin_adhoc: Ignore shadowed 'err' variables [luacheck]Kim Alvefur2018-09-301-1/+1
* mod_admin_adhoc: Remove unused argument [luacheck]Kim Alvefur2018-09-301-1/+1
* mod_admin_adhoc: Remove unused loop variables [luacheck]Kim Alvefur2018-09-301-3/+3
* mod_admin_adhoc: Remove from global luacheck ignore listKim Alvefur2018-09-301-1/+0
* net.resolvers.service: Sort SRV records in correct directionKim Alvefur2018-09-301-1/+1
* net.resolvers.service: Fix sorting SRV recordKim Alvefur2018-09-301-1/+1
* net.resolvers.service: Rename internal variable since net.connect uses it for...Kim Alvefur2018-09-291-4/+4
* net.resolvers.service: Add support for fallback to bare domain and default portKim Alvefur2018-09-291-0/+3
* net.resolvers.service: Early return on empty result setKim Alvefur2018-09-291-0/+5
* net.resolvers.service: Understand when service is explicitly unavailableKim Alvefur2018-09-291-0/+5
* mod_admin_telnet: Fix local reference to util.iteratorKim Alvefur2018-09-291-2/+2
* .luacheckrc: Allow randomize() global in spec/Matthew Wild2018-09-291-1/+2
* Add storage tests (currently only internal and sqlite)Matthew Wild2018-09-291-0/+79
* net.resolvers.service: net.connect resolver that uses SRV recordsKim Alvefur2018-09-271-0/+57
* net.connect: Fix passing request table to new listenerKim Alvefur2018-09-264-7/+7
* net.connect: Remove manual onattach callback invocationKim Alvefur2018-09-261-3/+0
* net.server: Call a 'onattach' callback when replacing listenersKim Alvefur2018-09-263-0/+8
* net.server_epoll: Include errno in log messagesKim Alvefur2018-09-261-6/+6
* net.server_epoll: Factor out IP/port detection into its own methodKim Alvefur2018-09-261-5/+10
* net.server_epoll: Protect from errors in get{peer,sock}nameKim Alvefur2018-09-261-4/+6
* net.server_epoll: Watching instead of registering, seems more understandableKim Alvefur2018-09-241-2/+2
* mod_bosh: Fire stream feature event on hosts (thanks gerald)Kim Alvefur2018-09-241-1/+1
* net.http.server: Delay host checks until after host-less eventKim Alvefur2018-09-231-9/+18
* mod_websocket: Serve HTTP in global contextKim Alvefur2018-09-221-9/+10
* mod_bosh: Make BOSH global again!Kim Alvefur2018-09-221-5/+2
* mod_http: Support global HTTP modulesKim Alvefur2018-09-211-5/+16
* net.http.server: Fire an event without hostKim Alvefur2018-09-211-3/+8
* mod_bosh: Add tests (run with 'busted -r bosh')Matthew Wild2018-09-232-0/+684
* mod_scansion_record: Record disconnectionKim Alvefur2018-09-221-0/+7