aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mod_dialback: Catch s2s-stream-features and add dialback featureMatthew Wild2009-10-081-0/+5
* s2smanager: Make s2s-stream-features a per-host eventMatthew Wild2009-10-081-1/+6
* util.stanza: Remove silly dependency on util.loggerMatthew Wild2009-10-081-2/+0
* util.array: Oh no it isn't!Matthew Wild2009-10-081-1/+0
* modulemanager: Bump log level of unhandled non-default-namespace elements, an...Matthew Wild2009-10-061-1/+2
* util.stanza: Soften dependency on util.termcoloursMatthew Wild2009-10-061-2/+9
* util.stanza: Make xml_escape publicly accessibleMatthew Wild2009-10-061-3/+6
* s2smanager: Don't send version=1.0 in reply to incoming stream tag if they di...Matthew Wild2009-10-061-1/+1
* sessionmanager: Mark client streams as opened sooner to avoid wrapping errors...Paul Aurich2009-10-061-9/+10
* s2smanager: Improve log message on missing to/from in stream headerMatthew Wild2009-10-061-1/+3
* mod_console: Add a space before '(encrypted)' in s2s:show()Matthew Wild2009-10-061-2/+2
* mod_tls: Mark sessions as not secure when negotiating outward TLS, so they ge...Matthew Wild2009-10-061-0/+1
* hostmanager: Only initialse SSL contexts if SSL library availableMatthew Wild2009-10-051-3/+5
* mod_console: Also search piggy-backed, er, multiplexed domains when passing a...Matthew Wild2009-10-051-2/+6
* Merge with 0.5Matthew Wild2009-10-051-1/+1
|\
| * util.array: Small logic fix for array:filter()Matthew Wild2009-10-051-1/+1
| * util.array: Fix for array:filter() (in-place filtering)Matthew Wild2009-10-051-2/+13
| * mod_console: Add module:list() to helpMatthew Wild2009-10-051-0/+1
| * mod_console: Add module:list() command to show modules loaded on a hostMatthew Wild2009-10-051-0/+25
| * util.array: Per-array methods now always mutate the array, array.* return a m...Matthew Wild2009-10-051-21/+49
| * modulemanager: Add host.modules to contain a table of modules for a hostMatthew Wild2009-10-051-0/+1
* | Merge with 0.5Matthew Wild2009-10-051-2/+13
|\ \
| * | util.array: Fix for array:filter() (in-place filtering)Matthew Wild2009-10-051-2/+13
* | | mod_console: s2s:show(): Indicate when a connection is encryptedMatthew Wild2009-10-051-2/+2
* | | mod_tls: require_s2s_encryption -> s2s_require_encryptionMatthew Wild2009-10-051-1/+1
* | | require_encryption deprecated, use c2s_require_encryption insteadMatthew Wild2009-10-053-3/+3
* | | mod_tls: Mark starttls feature as <required/> if require_s2s_encryption is en...Matthew Wild2009-10-051-2/+6
* | | mod_tls: Mark session as not secure before negotiating TLSMatthew Wild2009-10-051-0/+1
* | | s2smanager: Mark session as secure if it was negotiating TLS and opens a new ...Matthew Wild2009-10-051-0/+4
* | | Merge with 0.5Matthew Wild2009-10-053-21/+76
|\| |
| * | mod_console: Add module:list() to helpMatthew Wild2009-10-051-0/+1
| * | mod_console: Add module:list() command to show modules loaded on a hostMatthew Wild2009-10-051-0/+25
| * | util.array: Per-array methods now always mutate the array, array.* return a m...Matthew Wild2009-10-051-21/+49
| * | modulemanager: Add host.modules to contain a table of modules for a hostMatthew Wild2009-10-051-0/+1
* | | mod_tls: Only advertise TLS if the server told us which host they are connect...Matthew Wild2009-10-051-1/+1
* | | xmppserver_listener: Lower log-level of debug message to, er, 'debug'Matthew Wild2009-10-051-1/+1
* | | net.adns: Bump log-level of DNS handler errors to, er, 'error'Matthew Wild2009-10-051-1/+1
* | | Merge with 0.5Waqas Hussain2009-10-042-13/+24
|\ \ \ | | |/ | |/|
| * | stanza_router: Reply to IQ requests with missing 'id' attribute with a bad-re...Waqas Hussain2009-10-041-1/+5
| * | rostermanager: Fixed: Roster version was not being properly updated in some e...Waqas Hussain2009-10-041-10/+10
| * | rostermanager: Added support for saving rosters of offline users to the save_...Waqas Hussain2009-10-041-2/+9
| |/
* | mod_tls: :up() out of the starttls tag in stream:featuresMatthew Wild2009-10-041-1/+1
* | Specify XMPP version on response stream to incoming s2s connection.Paul Aurich2009-10-031-1/+1
* | Minor changes; outgoing TLS works.Paul Aurich2009-10-033-5/+10
* | hostmanager: Create ssl context for each host (fixes #30 for outgoing s2s con...Matthew Wild2009-10-041-1/+11
* | loggingmanager: Whitespace fixMatthew Wild2009-10-041-0/+1
* | s2smanager: Small commentMatthew Wild2009-10-041-0/+1
* | s2smanager: Don't wait for stream:features from non-XMPP-1.0 hostsMatthew Wild2009-10-041-4/+7
* | s2smanager: Send stream:features for incoming s2s connections which support X...Matthew Wild2009-10-041-2/+6
* | s2smanager: Give outgoing sessions a host field (the local one)Matthew Wild2009-10-041-1/+3