componentmanager: Use ssl_ctx of 'parent' host (should fix TLS for components)
|
Matthew Wild |
2009-10-08 |
mod_tls: Catch s2s-stream-features and add starttls feature if possible
|
Matthew Wild |
2009-10-08 |
mod_dialback: Catch s2s-stream-features and add dialback feature
|
Matthew Wild |
2009-10-08 |
s2smanager: Make s2s-stream-features a per-host event
|
Matthew Wild |
2009-10-08 |
util.stanza: Remove silly dependency on util.logger
|
Matthew Wild |
2009-10-08 |
util.array: Oh no it isn't!
|
Matthew Wild |
2009-10-08 |
modulemanager: Bump log level of unhandled non-default-namespace elements, and log their full XML
|
Matthew Wild |
2009-10-06 |
util.stanza: Soften dependency on util.termcolours
|
Matthew Wild |
2009-10-06 |
util.stanza: Make xml_escape publicly accessible
|
Matthew Wild |
2009-10-06 |
s2smanager: Don't send version=1.0 in reply to incoming stream tag if they didn't advertise 1.0 (makes happy some old ejabberd versions)
|
Matthew Wild |
2009-10-06 |
sessionmanager: Mark client streams as opened sooner to avoid wrapping errors in unnecessary stream tags
|
Paul Aurich |
2009-10-06 |
s2smanager: Improve log message on missing to/from in stream header
|
Matthew Wild |
2009-10-06 |
mod_console: Add a space before '(encrypted)' in s2s:show()
|
Matthew Wild |
2009-10-06 |
mod_tls: Mark sessions as not secure when negotiating outward TLS, so they get marked secure later. Fixes missing (encrypted) for outgoing sessions in s2s:show(). Thanks albert, McKael :)
|
Matthew Wild |
2009-10-06 |
hostmanager: Only initialse SSL contexts if SSL library available
|
Matthew Wild |
2009-10-05 |
mod_console: Also search piggy-backed, er, multiplexed domains when passing a filter to s2s:show()
|
Matthew Wild |
2009-10-05 |
Merge with 0.5
|
Matthew Wild |
2009-10-05 |
util.array: Small logic fix for array:filter()
|
Matthew Wild |
2009-10-05 |
util.array: Fix for array:filter() (in-place filtering)
|
Matthew Wild |
2009-10-05 |
mod_console: Add module:list() to help
|
Matthew Wild |
2009-10-05 |
mod_console: Add module:list() command to show modules loaded on a host
|
Matthew Wild |
2009-10-05 |
util.array: Per-array methods now always mutate the array, array.* return a mutated copy, and most methods (e.g. sort) now return the array
|
Matthew Wild |
2009-10-05 |
modulemanager: Add host.modules to contain a table of modules for a host
|
Matthew Wild |
2009-10-05 |
Merge with 0.5
|
Matthew Wild |
2009-10-05 |
util.array: Fix for array:filter() (in-place filtering)
|
Matthew Wild |
2009-10-05 |
mod_console: s2s:show(): Indicate when a connection is encrypted
|
Matthew Wild |
2009-10-05 |
mod_tls: require_s2s_encryption -> s2s_require_encryption
|
Matthew Wild |
2009-10-05 |
require_encryption deprecated, use c2s_require_encryption instead
|
Matthew Wild |
2009-10-05 |
mod_tls: Mark starttls feature as <required/> if require_s2s_encryption is enabled
|
Matthew Wild |
2009-10-05 |
mod_tls: Mark session as not secure before negotiating TLS
|
Matthew Wild |
2009-10-05 |