Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | componentmanager: Fix oops in pattern for matching subdomain | Matthew Wild | 2009-10-09 | 1 | -1/+1 | |
| | | | ||||||
* | | | componentmanager: Use ssl_ctx of 'parent' host (should fix TLS for components) | Matthew Wild | 2009-10-08 | 1 | -1/+12 | |
| | | | ||||||
* | | | mod_tls: Catch s2s-stream-features and add starttls feature if possible | Matthew Wild | 2009-10-08 | 1 | -5/+4 | |
| | | | ||||||
* | | | mod_dialback: Catch s2s-stream-features and add dialback feature | Matthew Wild | 2009-10-08 | 1 | -0/+5 | |
| | | | ||||||
* | | | s2smanager: Make s2s-stream-features a per-host event | Matthew Wild | 2009-10-08 | 1 | -1/+6 | |
| | | | ||||||
* | | | util.stanza: Remove silly dependency on util.logger | Matthew Wild | 2009-10-08 | 1 | -2/+0 | |
| | | | ||||||
* | | | util.array: Oh no it isn't! | Matthew Wild | 2009-10-08 | 1 | -1/+0 | |
| | | | ||||||
* | | | modulemanager: Bump log level of unhandled non-default-namespace elements, ↵ | Matthew Wild | 2009-10-06 | 1 | -1/+2 | |
| | | | | | | | | | | | | and log their full XML | |||||
* | | | util.stanza: Soften dependency on util.termcolours | Matthew Wild | 2009-10-06 | 1 | -2/+9 | |
| | | | ||||||
* | | | util.stanza: Make xml_escape publicly accessible | Matthew Wild | 2009-10-06 | 1 | -3/+6 | |
| | | | ||||||
* | | | s2smanager: Don't send version=1.0 in reply to incoming stream tag if they ↵ | Matthew Wild | 2009-10-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | didn't advertise 1.0 (makes happy some old ejabberd versions) | |||||
* | | | sessionmanager: Mark client streams as opened sooner to avoid wrapping ↵ | Paul Aurich | 2009-10-06 | 1 | -9/+10 | |
| | | | | | | | | | | | | errors in unnecessary stream tags | |||||
* | | | s2smanager: Improve log message on missing to/from in stream header | Matthew Wild | 2009-10-06 | 1 | -1/+3 | |
| | | | ||||||
* | | | mod_console: Add a space before '(encrypted)' in s2s:show() | Matthew Wild | 2009-10-06 | 1 | -2/+2 | |
| | | | ||||||
* | | | mod_tls: Mark sessions as not secure when negotiating outward TLS, so they ↵ | Matthew Wild | 2009-10-06 | 1 | -0/+1 | |
| | | | | | | | | | | | | get marked secure later. Fixes missing (encrypted) for outgoing sessions in s2s:show(). Thanks albert, McKael :) | |||||
* | | | hostmanager: Only initialse SSL contexts if SSL library available | Matthew Wild | 2009-10-05 | 1 | -3/+5 | |
| | | | ||||||
* | | | mod_console: Also search piggy-backed, er, multiplexed domains when passing ↵ | Matthew Wild | 2009-10-05 | 1 | -2/+6 | |
| | | | | | | | | | | | | a filter to s2s:show() | |||||
* | | | Merge with 0.5 | Matthew Wild | 2009-10-05 | 1 | -1/+1 | |
|\| | | ||||||
| * | | util.array: Small logic fix for array:filter() | Matthew Wild | 2009-10-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | util.array: Fix for array:filter() (in-place filtering) | Matthew Wild | 2009-10-05 | 1 | -2/+13 | |
| | | | ||||||
| * | | mod_console: Add module:list() to help | Matthew Wild | 2009-10-05 | 1 | -0/+1 | |
| | | | ||||||
| * | | mod_console: Add module:list() command to show modules loaded on a host | Matthew Wild | 2009-10-05 | 1 | -0/+25 | |
| | | | ||||||
| * | | util.array: Per-array methods now always mutate the array, array.* return a ↵ | Matthew Wild | 2009-10-05 | 1 | -21/+49 | |
| | | | | | | | | | | | | mutated copy, and most methods (e.g. sort) now return the array | |||||
| * | | modulemanager: Add host.modules to contain a table of modules for a host | Matthew Wild | 2009-10-05 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merge with 0.5 | Matthew Wild | 2009-10-05 | 1 | -2/+13 | |
|\ \ \ | ||||||
| * | | | util.array: Fix for array:filter() (in-place filtering) | Matthew Wild | 2009-10-05 | 1 | -2/+13 | |
| | | | | ||||||
* | | | | mod_console: s2s:show(): Indicate when a connection is encrypted | Matthew Wild | 2009-10-05 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | mod_tls: require_s2s_encryption -> s2s_require_encryption | Matthew Wild | 2009-10-05 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | require_encryption deprecated, use c2s_require_encryption instead | Matthew Wild | 2009-10-05 | 3 | -3/+3 | |
| | | | | ||||||
* | | | | mod_tls: Mark starttls feature as <required/> if require_s2s_encryption is ↵ | Matthew Wild | 2009-10-05 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | enabled | |||||
* | | | | mod_tls: Mark session as not secure before negotiating TLS | Matthew Wild | 2009-10-05 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | s2smanager: Mark session as secure if it was negotiating TLS and opens a new ↵ | Matthew Wild | 2009-10-05 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | stream | |||||
* | | | | Merge with 0.5 | Matthew Wild | 2009-10-05 | 3 | -21/+76 | |
|\| | | | ||||||
| * | | | mod_console: Add module:list() to help | Matthew Wild | 2009-10-05 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | mod_console: Add module:list() command to show modules loaded on a host | Matthew Wild | 2009-10-05 | 1 | -0/+25 | |
| | | | | ||||||
| * | | | util.array: Per-array methods now always mutate the array, array.* return a ↵ | Matthew Wild | 2009-10-05 | 1 | -21/+49 | |
| | | | | | | | | | | | | | | | | mutated copy, and most methods (e.g. sort) now return the array | |||||
| * | | | modulemanager: Add host.modules to contain a table of modules for a host | Matthew Wild | 2009-10-05 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | mod_tls: Only advertise TLS if the server told us which host they are ↵ | Matthew Wild | 2009-10-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | connecting to | |||||
* | | | | xmppserver_listener: Lower log-level of debug message to, er, 'debug' | Matthew Wild | 2009-10-05 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | net.adns: Bump log-level of DNS handler errors to, er, 'error' | Matthew Wild | 2009-10-05 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge with 0.5 | Waqas Hussain | 2009-10-04 | 2 | -13/+24 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | stanza_router: Reply to IQ requests with missing 'id' attribute with a ↵ | Waqas Hussain | 2009-10-04 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | bad-request error. | |||||
| * | | | rostermanager: Fixed: Roster version was not being properly updated in some ↵ | Waqas Hussain | 2009-10-04 | 1 | -10/+10 | |
| | | | | | | | | | | | | | | | | edge cases. | |||||
| * | | | rostermanager: Added support for saving rosters of offline users to the ↵ | Waqas Hussain | 2009-10-04 | 1 | -2/+9 | |
| |/ / | | | | | | | | | | save_roster function. | |||||
* | | | mod_tls: :up() out of the starttls tag in stream:features | Matthew Wild | 2009-10-04 | 1 | -1/+1 | |
| | | | ||||||
* | | | Specify XMPP version on response stream to incoming s2s connection. | Paul Aurich | 2009-10-03 | 1 | -1/+1 | |
| | | | ||||||
* | | | Minor changes; outgoing TLS works. | Paul Aurich | 2009-10-03 | 3 | -5/+10 | |
| | | | ||||||
* | | | hostmanager: Create ssl context for each host (fixes #30 for outgoing s2s ↵ | Matthew Wild | 2009-10-04 | 1 | -1/+11 | |
| | | | | | | | | | | | | connections) | |||||
* | | | loggingmanager: Whitespace fix | Matthew Wild | 2009-10-04 | 1 | -0/+1 | |
| | | | ||||||
* | | | s2smanager: Small comment | Matthew Wild | 2009-10-04 | 1 | -0/+1 | |
| | | |