| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | s2smanager: Use session-specific logger to log outgoing data on outgoing s2s ... | Matthew Wild | 2009-10-18 | 1 | -1/+1 |
* | s2smanager: Add incoming_s2s to the prosody object | Matthew Wild | 2009-10-17 | 1 | -0/+1 |
* | s2smanager: Fix access of 'config' global without requiring configmanager | Matthew Wild | 2009-10-16 | 1 | -1/+1 |
* | s2smanager: Make s2s-stream-features a per-host event | Matthew Wild | 2009-10-08 | 1 | -1/+6 |
* | s2smanager: Don't send version=1.0 in reply to incoming stream tag if they di... | Matthew Wild | 2009-10-06 | 1 | -1/+1 |
* | s2smanager: Improve log message on missing to/from in stream header | Matthew Wild | 2009-10-06 | 1 | -1/+3 |
* | s2smanager: Mark session as secure if it was negotiating TLS and opens a new ... | Matthew Wild | 2009-10-05 | 1 | -0/+4 |
* | 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 | 1 | -1/+2 |
* | 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 |
* | Merge with 0.5 | Matthew Wild | 2009-09-27 | 1 | -7/+7 |
|\ |
|
| * | core.s2smanager: Always use last record in the DNS cache | Matthew Wild | 2009-09-27 | 1 | -7/+7 |
* | | Merge with 0.5 | Matthew Wild | 2009-09-21 | 1 | -1/+5 |
|\| |
|
| * | core.s2smanager: Don't recurse CNAMEs infinitely :) | Matthew Wild | 2009-09-21 | 1 | -1/+5 |
* | | Merge with 0.5 | Matthew Wild | 2009-09-20 | 1 | -0/+22 |
|\| |
|
| * | s2smanager: Timeout unauthed s2s connections | Matthew Wild | 2009-09-20 | 1 | -0/+22 |
* | | Merge with 0.5 | Matthew Wild | 2009-09-19 | 1 | -1/+11 |
|\| |
|
| * | s2smanager: Compatibility with domains which use CNAMEs | Matthew Wild | 2009-09-19 | 1 | -1/+11 |
* | | Merge with 0.5 | Matthew Wild | 2009-09-19 | 1 | -1/+29 |
|\| |
|
| * | s2smanager: Pass A-record lookups through adns module | Matthew Wild | 2009-09-19 | 1 | -1/+29 |
* | | core.s2smanager, xmppserver_listener: Move the responsibility of setting sess... | Matthew Wild | 2009-08-16 | 1 | -0/+1 |
|/ |
|
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
* | s2smanager: Fix to correctly bounce stanzas if first connection attempt fails... | Matthew Wild | 2009-07-08 | 1 | -2/+9 |
* | s2smanager: Log the hostname and address when s2s connection fails instantly | Matthew Wild | 2009-07-03 | 1 | -1/+1 |
* | Send xml:lang in stream headers, fixes #78 | Matthew Wild | 2009-07-01 | 1 | -1/+1 |
* | s2smanager: Remove srv_hosts from session when connected, this fixes attempti... | Matthew Wild | 2009-06-19 | 1 | -0/+2 |
* | s2smanager: Use a UUID as the dialback secret | Waqas Hussain | 2009-06-04 | 1 | -1/+1 |
* | s2smanager: Timeout DNS requests after 60 seconds (or dns_timeout in config) | Matthew Wild | 2009-05-26 | 1 | -2/+14 |
* | s2smanager: Only send reply </stream:stream> when connection is still open | Matthew Wild | 2009-05-26 | 1 | -1/+3 |
* | s2smanager: Miscellaneous logging improvements, changing levels, improving me... | Matthew Wild | 2009-04-30 | 1 | -6/+6 |
* | core.s2smanager: Buffer data sent before connection | Matthew Wild | 2009-04-20 | 1 | -0/+31 |
* | core.s2smanager: Logging improvements | Matthew Wild | 2009-04-20 | 1 | -1/+9 |
* | core.s2smanager: Don't initiate dialback if we don't have a connection yet | Matthew Wild | 2009-04-12 | 1 | -1/+1 |
* | Remove more debugging code which was accidentally committed (don't trust hg) | Matthew Wild | 2009-04-10 | 1 | -2/+0 |
* | core.s2smanager: Remove some debugging | Matthew Wild | 2009-04-10 | 1 | -8/+2 |
* | Merge | Matthew Wild | 2009-04-10 | 1 | -21/+45 |
* | core.s2smanager: Look away... wait for it... now! Hopefully s2s should be bac... | Matthew Wild | 2009-04-08 | 1 | -1/+1 |
* | core.s2smanager: Check for valid host and port before attempting connection | Matthew Wild | 2009-04-06 | 1 | -0/+5 |
* | sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when c... | Matthew Wild | 2009-04-05 | 1 | -0/+5 |
* | Fixed: Some nil access bugs | Waqas Hussain | 2009-03-30 | 1 | -2/+2 |
* | Fixed: s2smanager: Apply nameprep on hostnames passed in stream tag (part of ... | Waqas Hussain | 2009-03-30 | 1 | -2/+3 |
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 1 | -1/+1 |
* | core.s2smanager: Remove some old commented code, break a long line in 2 | Matthew Wild | 2009-03-02 | 1 | -5/+2 |
* | Update copyright notices for 2009 | Matthew Wild | 2009-01-30 | 1 | -2/+2 |
* | 0.2->0.3 | Matthew Wild | 2009-01-30 | 1 | -1/+1 |
* | GPL->MIT! | Matthew Wild | 2009-01-30 | 1 | -13/+2 |
* | Port to new server.lua, quite some changes, but I believe everything to be wo... | Matthew Wild | 2009-01-17 | 1 | -2/+2 |