| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | s2smanager: Register outgoing connection with the connection listener only af... | Matthew Wild | 2010-07-02 | 1 | -4/+4 |
* | | s2smanager: Fix logging for outgoing sessions to also log pre-filtered data | Matthew Wild | 2010-06-13 | 1 | -1/+1 |
* | | s2smanager: Move 'sending' debug log message so that it sees the pre-filtered... | Matthew Wild | 2010-06-10 | 1 | -1/+1 |
* | | Merge 0.7->trunk | Matthew Wild | 2010-06-03 | 1 | -1/+0 |
|\| |
|
| * | s2smanager: Remove potentially misleading log message (thanks albert) | Matthew Wild | 2010-06-03 | 1 | -1/+0 |
* | | s2smanager: Add filters for outgoing bytes and stanzas | Matthew Wild | 2010-06-02 | 1 | -2/+29 |
|/ |
|
* | Merge 0.6->0.7 | Matthew Wild | 2010-03-30 | 1 | -2/+2 |
|\ |
|
| * | stanza_router, s2smanager, modulemanager: Fix for handling of the default nam... | Matthew Wild | 2010-03-30 | 1 | -2/+2 |
* | | Merge 0.6->0.7 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
|\| |
|
| * | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
* | | sessionmanager, s2smanager: Add type of ?2s_destroyed to resting sessions (fi... | Matthew Wild | 2010-03-22 | 1 | -0/+1 |
* | | Merge 0.6->0.7 | Matthew Wild | 2010-03-18 | 1 | -5/+0 |
|\| |
|
| * | s2smanager: Remove the infamous 'as per RFC' log message entirely (it happens... | Matthew Wild | 2010-03-18 | 1 | -6/+0 |
| * | Merge 0.6.2/waqas with 0.6.2/MattJ | Matthew Wild | 2010-03-03 | 1 | -0/+3 |
| |\ |
|
| | * | sessionmanager, s2smanager: Fix for syntax of null_data_handler() (thanks Nolan) | Matthew Wild | 2010-02-12 | 1 | -1/+1 |
| | * | sessionmanager, s2smanager: Give sessions dummy data handlers that log when d... | Matthew Wild | 2010-02-12 | 1 | -0/+3 |
| * | | s2smanager: Use s2smanager log() if session doesn't have a logger (thanks Flo) | Matthew Wild | 2010-02-19 | 1 | -1/+1 |
| * | | s2smanager: Fix syntax error) | Matthew Wild | 2010-01-30 | 1 | -1/+1 |
| * | | s2smanager: require_s2s_encryption -> s2s_require_encryption | Matthew Wild | 2010-01-30 | 1 | -1/+1 |
| * | | s2smanager: Make require_s2s_encryption do what it says on the tin | Matthew Wild | 2010-01-30 | 1 | -0/+10 |
| * | | s2smanager: Stamp a 'to' on the reply stream:stream. This makes prosody happy. | Paul Aurich | 2010-01-03 | 1 | -1/+1 |
| * | | s2smanager: Give reasons to destroy_session in more cases, including when DNS... | Matthew Wild | 2009-12-17 | 1 | -2/+2 |
| * | | s2smanager: Have both destroy_session and bounce_sendq accept a reason string... | Matthew Wild | 2009-12-17 | 1 | -3/+6 |
| * | | s2smanager: Send reply stream header only after checking we serve this host (... | Matthew Wild | 2009-12-17 | 1 | -4/+4 |
| * | | s2smanager: Don't tostring() the data before sending, sends2s already does this. | Matthew Wild | 2009-11-21 | 1 | -1/+1 |
| |/ |
|
* | | s2smanager: Don't re-destroy destroyed sessions | Matthew Wild | 2010-03-14 | 1 | -0/+1 |
* | | s2smanager: Add open_stream and close methods to resting sessions | Matthew Wild | 2010-03-14 | 1 | -0/+6 |
* | | sessionmanager, s2smanager: Close session on </stream:stream> | Matthew Wild | 2010-03-11 | 1 | -5/+2 |
* | | sessionmanager, s2smanager: Destroyed sessions are now simply resting (not de... | Matthew Wild | 2010-03-08 | 1 | -9/+21 |
* | | Merge with 0.6 | Matthew Wild | 2010-02-25 | 1 | -1/+3 |
|\| |
|
| * | s2smanager: Log and fail gracefully when unable to create socket for outgoing... | Matthew Wild | 2010-02-25 | 1 | -0/+5 |
| * | s2smanager: Fix for the logic SRV record priority comparison (thanks darkrain) | Matthew Wild | 2010-02-25 | 1 | -1/+3 |
* | | s2smanager: Use s2smanager log() if session doesn't have a logger (thanks Flo) | Matthew Wild | 2010-02-19 | 1 | -1/+1 |
* | | sessionmanager, s2smanager: Fix for syntax of null_data_handler() (thanks Nolan) | Matthew Wild | 2010-02-12 | 1 | -1/+1 |
* | | sessionmanager, s2smanager: Give sessions dummy data handlers that log when d... | Matthew Wild | 2010-02-12 | 1 | -0/+3 |
* | | s2smanager, mod_compression, mod_tls: Changed event.session to event.origin f... | Waqas Hussain | 2010-02-12 | 1 | -1/+1 |
* | | s2smanager: Update for new server SSL API (don't pass a sslctx) | Matthew Wild | 2010-01-31 | 1 | -1/+1 |
* | | s2smanager: Fix syntax error) | Matthew Wild | 2010-01-30 | 1 | -1/+1 |
* | | s2smanager: require_s2s_encryption -> s2s_require_encryption | Matthew Wild | 2010-01-30 | 1 | -1/+1 |
* | | s2smanager: Make require_s2s_encryption do what it says on the tin | Matthew Wild | 2010-01-30 | 1 | -0/+10 |
* | | s2smanager: Whitespace | Matthew Wild | 2010-01-28 | 1 | -1/+0 |
* | | s2smanager: Log error and fail gracefully if we can't open a socket for an ou... | Matthew Wild | 2010-01-19 | 1 | -0/+5 |
* | | s2smanager: No-one noticed that Prosody stopped sending to/from on stream hea... | Matthew Wild | 2010-01-19 | 1 | -1/+1 |
* | | s2smanager: Split sending of stream header into a :open_stream() method | Matthew Wild | 2010-01-09 | 1 | -2/+11 |
* | | s2smanager: Allow new_outgoing() to create sessions without automatically con... | Matthew Wild | 2010-01-04 | 1 | -3/+5 |
* | | s2smanager: Stamp a 'to' on the reply stream:stream. This makes prosody happy. | Paul Aurich | 2010-01-03 | 1 | -1/+1 |
* | | s2smanager, hostmanager: Make dialback secrets per-host | Matthew Wild | 2010-01-03 | 1 | -2/+1 |
* | | s2smanager: Trim trailing whitespace | Matthew Wild | 2010-01-03 | 1 | -7/+7 |
* | | s2smanager: Give reasons to destroy_session in more cases, including when DNS... | Matthew Wild | 2009-12-17 | 1 | -2/+2 |
* | | Merge with backout branch | Matthew Wild | 2009-12-17 | 1 | -1/+0 |
|\ \ |
|