| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | net.dns: Don't cache some records indefinitely | Matthew Wild | 2009-10-17 | 1 | -1/+1 |
* | mod_tls: Offer the host-specific cert (when there is one) to incoming c2s/s2s... | Matthew Wild | 2009-10-17 | 1 | -0/+6 |
* | hostmanager: Create a server sslctx for incoming connections | Matthew Wild | 2009-10-17 | 1 | -0/+2 |
* | net.server: Allow changing the sslctx of a connection after it has been estab... | Matthew Wild | 2009-10-17 | 1 | -16/+22 |
* | xmppserver_listener: Use listener log() if session doesn't have one yet (than... | Matthew Wild | 2009-10-17 | 1 | -2/+2 |
* | mod_console: Add commands host:activate(host, config) and host:deactivate(hos... | Matthew Wild | 2009-10-17 | 1 | -0/+28 |
* | s2smanager: Add incoming_s2s to the prosody object | Matthew Wild | 2009-10-17 | 1 | -0/+1 |
* | hostmanager: deactivate() now accepts a reason, closes s2s connections as wel... | Matthew Wild | 2009-10-17 | 1 | -6/+37 |
* | hostmanager: Add return _M; | Matthew Wild | 2009-10-17 | 1 | -0/+1 |
* | tests: Fix stanza_router tests to work with the new routing code, finally all... | Matthew Wild | 2009-10-17 | 1 | -26/+32 |
* | tests: More environment magic to help get stuff working in a sandbox | Matthew Wild | 2009-10-17 | 1 | -5/+8 |
* | stanza_router: Localize hosts, full_sessions and bare_sessions, and take from... | Matthew Wild | 2009-10-17 | 1 | -1/+4 |
* | componentmanager: Handle missing prosody object (helps us pass some tests) | Matthew Wild | 2009-10-17 | 1 | -2/+4 |
* | prosody: Move global protection earlier (to before modules are loaded, etc.) | Matthew Wild | 2009-10-17 | 1 | -1/+1 |
* | prosody: Require new require :) | Matthew Wild | 2009-10-17 | 1 | -1/+1 |
* | prosody: Require some core/util libraries which core modules depend upon, C m... | Matthew Wild | 2009-10-17 | 1 | -0/+5 |
* | prosody: Rename global net_activate_ports -> prosody.net_activate_ports | Matthew Wild | 2009-10-17 | 1 | -6/+6 |
* | util.require: A replacement for Lua's require/module that doesn't load into t... | Matthew Wild | 2009-10-17 | 1 | -0/+237 |
* | util.helpers: Add copyright header | Matthew Wild | 2009-10-17 | 1 | -0/+7 |
* | tests: Have fake module() set _M to satisfy some modules | Matthew Wild | 2009-10-16 | 1 | -1/+1 |
* | s2smanager: Fix access of 'config' global without requiring configmanager | Matthew Wild | 2009-10-16 | 1 | -1/+1 |
* | tests: Add tests for new modulemanager load_modules_for_host code | Matthew Wild | 2009-10-16 | 2 | -0/+49 |
* | modulemanager: Re-organise module loading to still work when no global module... | Matthew Wild | 2009-10-16 | 1 | -13/+16 |
* | util.helpers: Add get_upvalue(function, name) helper | Matthew Wild | 2009-10-16 | 1 | -0/+9 |
* | util.dataforms: Incorporate slightly modified patch for list-single type from... | Matthew Wild | 2009-10-16 | 1 | -1/+11 |
* | mod_vcard: Hide me from the trailing-whitespace police | Matthew Wild | 2009-10-16 | 1 | -1/+1 |
* | mod_vcard: Add vcard_compatibility option to handle vcard stanzas routed to t... | Matthew Wild | 2009-10-15 | 1 | -35/+49 |
* | Merge with 0.5 | Matthew Wild | 2009-10-15 | 1 | -1/+1 |
|\ |
|
| * | xmppserver_listener: Fix typo (thanks Jorj) | Matthew Wild | 2009-10-15 | 1 | -1/+1 |
* | | Merge with 0.5 | Matthew Wild | 2009-10-14 | 2 | -7/+12 |
|\| |
|
| * | net.server: Better handling of closing sockets during send | Matthew Wild | 2009-10-14 | 1 | -6/+9 |
| * | xmppserver_listener: More forcefully close s2s connections (fixes fd leak) | Matthew Wild | 2009-10-14 | 1 | -0/+3 |
* | | Merge with 0.5 | Matthew Wild | 2009-10-13 | 1 | -2/+5 |
|\| |
|
| * | net.dns: Remove sockets from socketset when closing them, fixes a leak | Matthew Wild | 2009-10-13 | 1 | -2/+5 |
* | | Merge with 0.5 | Waqas Hussain | 2009-10-13 | 1 | -3/+3 |
|\| |
|
| * | rostermanager: Fixed a traceback on roster save. | Waqas Hussain | 2009-10-13 | 1 | -3/+3 |
* | | modulemanager: Changed api:get_host_items to include items from the global ho... | Waqas Hussain | 2009-10-13 | 1 | -0/+8 |
* | | util.dataforms: Small fix to allow generating forms without specifying any in... | Matthew Wild | 2009-10-10 | 1 | -1/+1 |
* | | util.dataforms: Support for jid-single field type especially for Florob :) | Matthew Wild | 2009-10-10 | 1 | -0/+3 |
* | | mod_tls: Don't try to start TLS if we can't actually do it (thanks Florob) | Matthew Wild | 2009-10-09 | 1 | -1/+1 |
* | | componentmanager: Auto-load mod_tls for components #hack | Matthew Wild | 2009-10-09 | 1 | -0/+1 |
* | | componentmanager: Remove FIXME | Matthew Wild | 2009-10-09 | 1 | -1/+0 |
* | | 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, an... | Matthew Wild | 2009-10-06 | 1 | -1/+2 |