Merge 0.8->trunk
|
Matthew Wild |
2011-06-07 |
mod_dialback: More robust handling of multiple outstanding dialback requests for the same domain, fixes intermittent s2s with some (patched?) ejabberds
|
Matthew Wild |
2011-06-06 |
mod_dialback: Remove <optional/> from stream feature, as per latest specs.
|
Waqas Hussain |
2011-05-07 |
Merge 0.8->trunk
|
Matthew Wild |
2011-04-05 |
mod_dialback: Use session:close() on dialback failure instead of s2smanager.destroy_session() (thanks Zash)
|
Matthew Wild |
2011-03-21 |
s2s: SASL EXTERNAL
|
Paul Aurich |
2010-11-22 |
mod_dialback: Fixed indentation.
|
Waqas Hussain |
2010-10-16 |
mod_dialback: Updated to use the new events API.
|
Waqas Hussain |
2010-10-16 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
mod_dialback: Catch s2s-stream-features and add dialback feature
|
Matthew Wild |
2009-10-08 |
mod_dialback: Initiate dialback on incoming stream:features
|
Matthew Wild |
2009-10-04 |
Remove version number from copyright headers
|
Matthew Wild |
2009-07-10 |
mod_dialback: Change FIXME comment to COMPAT
|
Matthew Wild |
2009-06-12 |
mod_dialback: Miscellaneous logging improvements, changing levels, improving messages and using session loggers where possible
|
Matthew Wild |
2009-04-30 |
mod_dialback: Use module logger instead of creating a new one
|
Matthew Wild |
2009-04-30 |
mod_*: Fix a load of global accesses
|
Matthew Wild |
2009-04-22 |
0.3->0.4
|
Matthew Wild |
2009-03-20 |
Update copyright notices for 2009
|
Matthew Wild |
2009-01-30 |
0.2->0.3
|
Matthew Wild |
2009-01-30 |
GPL->MIT!
|
Matthew Wild |
2009-01-30 |
Destroy session on failed dialback instead of throwing an error
|
Matthew Wild |
2008-12-25 |
Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for helping me test :)
|
Matthew Wild |
2008-12-13 |
0.1 -> 0.2
|
Matthew Wild |
2008-12-10 |
Fix the last couple of places where we send strings from mod_dialback
|
Matthew Wild |
2008-12-05 |
Remove an incorrect line which I didn't add, and fix the proper way. Corrects the sending of stanzas over unauthed s2sout's. Also fixes mod_dialback to send stanzas and not strings.
|
Matthew Wild |
2008-12-05 |
Insert copyright/license headers
|
Matthew Wild |
2008-12-03 |
Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store.
|
Matthew Wild |
2008-11-27 |
Fix the reversed to/from on the final db:result. Fixes M-Link and Gmail. Thanks dwd!!
|
Matthew Wild |
2008-11-19 |
Show which session got disconnected in log message
|
Matthew Wild |
2008-11-19 |
Don't error if the original s2s connection has closed before we get the dialback result
|
Matthew Wild |
2008-11-19 |
Now outgoing s2s sessions are associated with their from_host, fixes #15
|
Matthew Wild |
2008-11-14 |
Some more logging fixes
|
Matthew Wild |
2008-11-14 |
Fixed some whitespace.
|
Waqas Hussain |
2008-11-06 |
Fix s2s once and for all
|
Matthew Wild |
2008-11-01 |