Merge 0.9->0.10
|
Matthew Wild |
2016-01-27 |
Added tag 0.9.10 for changeset 352270bc0439
|
Matthew Wild |
2016-01-27 |
Merge
0.9.10
|
Kim Alvefur |
2016-01-26 |
mod_dialback: Follow XEP-0185 and use HMAC
|
Kim Alvefur |
2016-01-19 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-01-26 |
Merge 0.9->0.10
|
Kim Alvefur |
2016-01-26 |
mod_c2s, mod_s2s: Lower priority of session shutdown to negative, so that plugins hooking at the default priority run first (fixes #601)
|
Kim Alvefur |
2016-01-25 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-01-22 |
Merge 0.9->0.10
|
Kim Alvefur |
2016-01-22 |
server_select: Add logging of when servers are paused and resumed
|
Kim Alvefur |
2016-01-22 |
server_select: Pause and mark server as full if accepting a client fails (fixes #597)
|
Kim Alvefur |
2016-01-22 |
server_select: Retry accepting clients from full servers after 10s (matches libevent behaviour)
|
Kim Alvefur |
2016-01-22 |
server_select: Keep track of which server listeners are full
|
Kim Alvefur |
2016-01-22 |
net.dns: Remember query only after it was sent, in case it was not (fixes #598)
|
Kim Alvefur |
2016-01-21 |
Backout 63f5870f9afe, no longer needed since Windows is currently unsupported
|
Kim Alvefur |
2016-01-21 |
Merge 0.10->trunk
|
Matthew Wild |
2016-01-22 |
mod_admin_telnet: Fix sorting of JIDs in c2s:show() family of functions (thanks lookshe and Zash)
|
Matthew Wild |
2016-01-22 |
MUC: Add luacheck annotations, remove unused vars, rename conflicting vars etc
|
Kim Alvefur |
2016-01-20 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-01-20 |
mod_dialback: Follow XEP-0185 and use HMAC
|
Kim Alvefur |
2016-01-19 |
MUC: Rename variables to please luacheck
|
Kim Alvefur |
2016-01-20 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-01-16 |
net.http.server: Return from listen_on() whatever net.server.addserver() returns
|
Kim Alvefur |
2016-01-16 |
util.random: Open /dev/urandom read-only, make seed() a noop
|
Kim Alvefur |
2016-01-12 |
prosodyctl: check config: Suggest moving modules enabled on all hosts to a global_modules enabled if that is unset
|
Kim Alvefur |
2016-01-12 |
prosody: Allow prosody.shutdown() to take an exit code for the process (thanks daurnimator)
|
Matthew Wild |
2016-01-15 |
prosodyctl check: Fix traceback if the global modules_enabled is unset
|
Kim Alvefur |
2016-01-12 |
mod_blocklist: Clear second level cache correctly on user deletion
|
Kim Alvefur |
2016-01-11 |
Merge 0.9->0.10
|
Kim Alvefur |
2016-01-11 |
core: Increase default read size to "all of it", in practice 8K (size of LuaSockets buffer)
|
Kim Alvefur |
2016-01-10 |
util.uuid: Open /dev/urandom read-only, make seed() a noop
|
Kim Alvefur |
2016-01-10 |
MUC: Fix global access when setting 'whois', probably resulted in wrong status code return (thanks EmilyRose)
|
Kim Alvefur |
2016-01-11 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-01-10 |
tests: Add test for util.uuid (checks that the output format is correct)
|
Kim Alvefur |
2016-01-10 |
tests: Correct mistake from latst merge, use the same variable name in all 3 places where it matters
|
Kim Alvefur |
2016-01-10 |
Makefile: Add 'test' target that runs tests
|
Kim Alvefur |
2016-01-09 |
mod_admin_telnet: c2s:count in less lines
|
Kim Alvefur |
2016-01-09 |
mod_admin_telnet: Show unauthenticated clients identified by local/remote IP and port
|
Kim Alvefur |
2016-01-09 |
mod_admin_telnet: c2s:show() etc, list all sessions including unauthenticated or not with no stream opened
|
Kim Alvefur |
2016-01-09 |
mod_admin_telnet: Remove compat warning about 'console_banner' as a function
|
Kim Alvefur |
2016-01-09 |
net.server_select: Add 'server' method to client connections (present in server_event)
|
Kim Alvefur |
2016-01-09 |
prosodyctl: Show an example ssl config after generating a certificate
|
Kim Alvefur |
2016-01-09 |
rostermanager: Rename variable to avoid name clash [luacheck]
|
Kim Alvefur |
2016-01-09 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-01-08 |
tests: Fix merge, modulemanager test was removed
|
Kim Alvefur |
2016-01-08 |
Merge 0.9->0.10
|
Kim Alvefur |
2016-01-08 |
Added tag 0.9.9 for changeset 7ec52755622f
|
Matthew Wild |
2016-01-08 |
Backout 88d54bec26b7 prior to release, as it certainly requires more testing
0.9.9
|
Matthew Wild |
2016-01-08 |
mod_http_files: Santize the path relative to our base URL before translating it to a filesystem path, fixes a relative path traversal vulnerability
|
Matthew Wild |
2016-01-07 |
util.uuid: Use /dev/urandom
|
Kim Alvefur |
2016-01-06 |
net.dns: Allow a zone id in resolv.conf (eg like %eth0)
|
Kim Alvefur |
2016-01-04 |
util.ip: Support zone id syntax in IPv6 addresses
|
Kim Alvefur |
2016-01-04 |
net.dns: Support IPv6 addresses in resolv.conf [Backported from 0.10]
|
Florian Zeitz |
2013-06-18 |
util.ip: Fix protocol detection of IPv6 addresses beginning with : [Backported from 0.10]
|
Matthew Wild |
2013-05-18 |
util.ip: Automatically determine protocol of IP address if none specified. Return error if invalid. [Backported from 0.10]
|
Matthew Wild |
2013-05-17 |
tests/test.lua: Fix fake module() function to prevent _M from being _G (test.lua's environment), which caused modules to break the sandbox when they set _M.*
|
Matthew Wild |
2016-01-06 |
util.random: Use /dev/urandom
|
Kim Alvefur |
2016-01-06 |
util.uuid: Take random byte directly instead of the low bits from the ascii value of a hex nibble
|
Kim Alvefur |
2016-01-06 |
Merge 0.10->trunk
|
Matthew Wild |
2016-01-04 |
mod_bosh: Fire event when BOSH session is created
|
Matthew Wild |
2016-01-04 |