aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_dialback.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_dialback: import util.hashes and functionality once in s2smanager.Florian Zeitz2012-02-241-7/+23
* Merge 0.8->trunkMatthew Wild2011-06-071-4/+4
|\
| * mod_dialback: More robust handling of multiple outstanding dialback requests ...Matthew Wild2011-06-061-4/+4
* | mod_dialback: Remove <optional/> from stream feature, as per latest specs.Waqas Hussain2011-05-071-1/+1
* | Merge 0.8->trunkMatthew Wild2011-04-051-2/+1
|\|
| * mod_dialback: Use session:close() on dialback failure instead of s2smanager.d...Matthew Wild2011-03-211-2/+1
* | s2s: SASL EXTERNALPaul Aurich2010-11-211-2/+12
|/
* mod_dialback: Fixed indentation.Waqas Hussain2010-10-161-5/+5
* mod_dialback: Updated to use the new events API.Waqas Hussain2010-10-161-15/+31
* Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
* mod_dialback: Catch s2s-stream-features and add dialback featureMatthew Wild2009-10-081-0/+5
* mod_dialback: Initiate dialback on incoming stream:featuresMatthew Wild2009-10-041-0/+7
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
* mod_dialback: Change FIXME comment to COMPATMatthew Wild2009-06-121-1/+1
* mod_dialback: Miscellaneous logging improvements, changing levels, improving ...Matthew Wild2009-04-301-5/+5
* mod_dialback: Use module logger instead of creating a new oneMatthew Wild2009-04-301-2/+2
* mod_*: Fix many unnecessary global accesses in modules (already committed to ...Matthew Wild2009-04-291-1/+1
* 0.3->0.4Matthew Wild2009-03-201-1/+1
* Update copyright notices for 2009Matthew Wild2009-01-301-2/+2
* 0.2->0.3Matthew Wild2009-01-301-1/+1
* GPL->MIT!Matthew Wild2009-01-301-13/+2
* Destroy session on failed dialback instead of throwing an errorMatthew Wild2008-12-251-2/+2
* Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for h...Matthew Wild2008-12-131-19/+49
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
* Fix the last couple of places where we send strings from mod_dialbackMatthew Wild2008-12-051-4/+4
* Remove an incorrect line which I didn't add, and fix the proper way. Corrects...Matthew Wild2008-12-051-3/+4
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
* Bumper commit for the new modulemanager API \o/ Updates all the modules, thou...Matthew Wild2008-11-271-4/+4
* Fix the reversed to/from on the final db:result. Fixes M-Link and Gmail. Than...Matthew Wild2008-11-191-1/+1
* Show which session got disconnected in log messageMatthew Wild2008-11-191-1/+1
* Don't error if the original s2s connection has closed before we get the dialb...Matthew Wild2008-11-191-2/+6
* Now outgoing s2s sessions are associated with their from_host, fixes #15Matthew Wild2008-11-141-1/+1
* Some more logging fixesMatthew Wild2008-11-141-0/+1
* Fixed some whitespace.Waqas Hussain2008-11-061-49/+52
* Fix s2s once and for allMatthew Wild2008-11-011-0/+67