| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_dialback: Correctly check if a connection was destroyed (thanks iron) | Kim Alvefur | 2012-09-05 | 1 | -1/+1 |
* | mod_dialback: Ignore <db:verify/> with a 'type' attribute on incoming connect... | Matthew Wild | 2012-07-27 | 1 | -0/+5 |
* | Hopefully inert commit to clean up logging across a number of modules, removi... | Matthew Wild | 2012-07-23 | 1 | -2/+1 |
* | mod_dialback: Skip an unnecessary nameprep. | Waqas Hussain | 2012-06-15 | 1 | -1/+1 |
* | mod_dialback: Remove a remaining usage of string.format, ick. | Matthew Wild | 2012-05-11 | 1 | -3/+1 |
* | mod_dialback: Final sweep to get nameprep + error handling in order (hopefully) | Matthew Wild | 2012-05-11 | 1 | -13/+6 |
* | mod_dialback: Fix logic bug - we should have both a to and from at this point | Matthew Wild | 2012-05-11 | 1 | -1/+1 |
* | Merge with Maranda | Matthew Wild | 2012-05-11 | 1 | -2/+16 |
|\ |
|
| * | Merge with backout | Matthew Wild | 2012-05-11 | 1 | -1/+5 |
| |\ |
|
| | * | Backed out changeset 9f1fb34cd7f8 - obsoleted by 5ef05f32bc42. | Matthew Wild | 2012-05-11 | 1 | -15/+9 |
| * | | Merge with backout | Matthew Wild | 2012-05-11 | 1 | -3/+1 |
| |\ \
| | |/
| |/| |
|
| | * | Backed out changeset 751510cd558d - obsoleted by 5ef05f32bc42. | Matthew Wild | 2012-05-11 | 1 | -3/+0 |
| * | | mod_dialback: make change a bit more wide, encompass to and from and reject w... | Marco Cirillo | 2012-05-09 | 1 | -9/+15 |
| * | | mod_dialback: add better safe then sorry nameprepping to the from attribute. | Marco Cirillo | 2012-05-09 | 1 | -3/+9 |
| |/ |
|
| * | mod_dialback: COMPAT reset session.send function for servers (e.g. ejabberd) ... | Marco Cirillo | 2012-05-09 | 1 | -0/+3 |
* | | mod_s2s, s2smanager, mod_dialback: Move addition of session.send() on s2sin t... | Matthew Wild | 2012-05-10 | 1 | -14/+15 |
|/ |
|
* | mod_dialback: Remove unused declaration of xmlns_dialback | Matthew Wild | 2012-04-28 | 1 | -1/+0 |
* | mod_dialback, mod_s2s: Log initiation of dialback in mod_dialback | Kim Alvefur | 2012-03-03 | 1 | -0/+2 |
* | mod_s2s, mod_dialback: Rename event to s2s-authenticate-legacy | Kim Alvefur | 2012-03-03 | 1 | -1/+1 |
* | mod_s2s, mod_dialback: Event on pre-XMPP streams, so we can try dialback. | Kim Alvefur | 2012-03-03 | 1 | -0/+5 |
* | mod_dialback: Remove unused import of s2smanager.send_to_host() | Kim Alvefur | 2012-03-03 | 1 | -2/+0 |
* | mod_dialback: import util.hashes and functionality once in s2smanager. | Florian Zeitz | 2012-02-24 | 1 | -7/+23 |
* | Merge 0.8->trunk | Matthew Wild | 2011-06-07 | 1 | -4/+4 |
|\ |
|
| * | mod_dialback: More robust handling of multiple outstanding dialback requests ... | Matthew Wild | 2011-06-06 | 1 | -4/+4 |
* | | mod_dialback: Remove <optional/> from stream feature, as per latest specs. | Waqas Hussain | 2011-05-07 | 1 | -1/+1 |
* | | Merge 0.8->trunk | Matthew Wild | 2011-04-05 | 1 | -2/+1 |
|\| |
|
| * | mod_dialback: Use session:close() on dialback failure instead of s2smanager.d... | Matthew Wild | 2011-03-21 | 1 | -2/+1 |
* | | s2s: SASL EXTERNAL | Paul Aurich | 2010-11-21 | 1 | -2/+12 |
|/ |
|
* | mod_dialback: Fixed indentation. | Waqas Hussain | 2010-10-16 | 1 | -5/+5 |
* | mod_dialback: Updated to use the new events API. | Waqas Hussain | 2010-10-16 | 1 | -15/+31 |
* | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
* | mod_dialback: Catch s2s-stream-features and add dialback feature | Matthew Wild | 2009-10-08 | 1 | -0/+5 |
* | mod_dialback: Initiate dialback on incoming stream:features | Matthew Wild | 2009-10-04 | 1 | -0/+7 |
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
* | mod_dialback: Change FIXME comment to COMPAT | Matthew Wild | 2009-06-12 | 1 | -1/+1 |
* | mod_dialback: Miscellaneous logging improvements, changing levels, improving ... | Matthew Wild | 2009-04-30 | 1 | -5/+5 |
* | mod_dialback: Use module logger instead of creating a new one | Matthew Wild | 2009-04-30 | 1 | -2/+2 |
* | mod_*: Fix many unnecessary global accesses in modules (already committed to ... | Matthew Wild | 2009-04-29 | 1 | -1/+1 |
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 1 | -1/+1 |
* | 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 |
* | Destroy session on failed dialback instead of throwing an error | Matthew Wild | 2008-12-25 | 1 | -2/+2 |
* | Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for h... | Matthew Wild | 2008-12-13 | 1 | -19/+49 |
* | 0.1 -> 0.2 | Matthew Wild | 2008-12-10 | 1 | -1/+1 |
* | Fix the last couple of places where we send strings from mod_dialback | Matthew Wild | 2008-12-05 | 1 | -4/+4 |
* | Remove an incorrect line which I didn't add, and fix the proper way. Corrects... | Matthew Wild | 2008-12-05 | 1 | -3/+4 |
* | Insert copyright/license headers | Matthew Wild | 2008-12-03 | 1 | -0/+20 |
* | Bumper commit for the new modulemanager API \o/ Updates all the modules, thou... | Matthew Wild | 2008-11-27 | 1 | -4/+4 |
* | Fix the reversed to/from on the final db:result. Fixes M-Link and Gmail. Than... | Matthew Wild | 2008-11-19 | 1 | -1/+1 |