| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 a... | Matthew Wild | 2009-10-05 | 1 | -2/+6 |
* | | 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 m... | Matthew Wild | 2009-10-05 | 1 | -21/+49 |
| * | 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 en... | Matthew Wild | 2009-10-05 | 1 | -2/+6 |
* | | | 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 |
* | | | 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 m... | Matthew Wild | 2009-10-05 | 1 | -21/+49 |
| * | | 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 connect... | Matthew Wild | 2009-10-05 | 1 | -1/+1 |
* | | | 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 bad-re... | Waqas Hussain | 2009-10-04 | 1 | -1/+5 |
| * | | rostermanager: Fixed: Roster version was not being properly updated in some e... | Waqas Hussain | 2009-10-04 | 1 | -10/+10 |
| * | | rostermanager: Added support for saving rosters of offline users to the save_... | Waqas Hussain | 2009-10-04 | 1 | -2/+9 |
| |/ |
|
* | | 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 con... | Matthew Wild | 2009-10-04 | 1 | -1/+11 |
* | | loggingmanager: Whitespace fix | Matthew Wild | 2009-10-04 | 1 | -0/+1 |
* | | s2smanager: Small comment | Matthew Wild | 2009-10-04 | 1 | -0/+1 |
* | | s2smanager: Don't wait for stream:features from non-XMPP-1.0 hosts | Matthew Wild | 2009-10-04 | 1 | -4/+7 |
* | | s2smanager: Send stream:features for incoming s2s connections which support X... | Matthew Wild | 2009-10-04 | 1 | -2/+6 |
* | | s2smanager: Give outgoing sessions a host field (the local one) | Matthew Wild | 2009-10-04 | 1 | -1/+3 |
* | | stanza_router: Add COMPAT comment for Pidgin workaround | Matthew Wild | 2009-10-04 | 1 | -1/+1 |
* | | net.server: Small logging improvements | Matthew Wild | 2009-10-04 | 1 | -3/+3 |
* | | net.server: Pass current time to timer callbacks | Matthew Wild | 2009-10-04 | 1 | -1/+1 |
* | | net.server: Increase SSL handshake round-trip limit, and make it configurable | Matthew Wild | 2009-10-04 | 1 | -2/+4 |
* | | net.server: Call handler's status() to notify it of ssl handshake success | Matthew Wild | 2009-10-04 | 1 | -1/+2 |
* | | net.server: Provide a way to get sslctx of a client connection | Matthew Wild | 2009-10-04 | 1 | -0/+3 |
* | | net.server: Provide a way to get sslctx of a server | Matthew Wild | 2009-10-04 | 1 | -0/+3 |
* | | xmppserver_listener: Add status() function to signal when a connection comple... | Matthew Wild | 2009-10-04 | 1 | -0/+11 |
* | | xmppserver_listener: Add logger to s2s sessions | Matthew Wild | 2009-10-04 | 1 | -0/+6 |
* | | xmppserver_listener: Small whitespace fix | Matthew Wild | 2009-10-04 | 1 | -1/+0 |
* | | xmppserver_listener: Better log messages on invalid XML | Matthew Wild | 2009-10-04 | 1 | -1/+2 |
* | | mod_dialback: Initiate dialback on incoming stream:features | Matthew Wild | 2009-10-04 | 1 | -0/+7 |