log plugins/mod_dialback.lua @ 1087:5e9475bec571

age author description
Thu, 30 Apr 2009 02:45:33 +0100 Matthew Wild mod_dialback: Miscellaneous logging improvements, changing levels, improving messages and using session loggers where possible
Thu, 30 Apr 2009 01:37:52 +0100 Matthew Wild mod_dialback: Use module logger instead of creating a new one
Wed, 22 Apr 2009 21:32:23 +0100 Matthew Wild mod_*: Fix a load of global accesses
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4
Fri, 30 Jan 2009 17:59:26 +0000 Matthew Wild Update copyright notices for 2009
Fri, 30 Jan 2009 17:40:25 +0000 Matthew Wild 0.2->0.3
Fri, 30 Jan 2009 17:22:56 +0000 Matthew Wild GPL->MIT!
Thu, 25 Dec 2008 02:30:56 +0000 Matthew Wild Destroy session on failed dialback instead of throwing an error
Sat, 13 Dec 2008 17:43:52 +0000 Matthew Wild Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for helping me test :)
Wed, 10 Dec 2008 15:44:03 +0000 Matthew Wild 0.1 -> 0.2
Fri, 05 Dec 2008 05:28:16 +0000 Matthew Wild Fix the last couple of places where we send strings from mod_dialback
Fri, 05 Dec 2008 05:23:42 +0000 Matthew Wild 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.
Wed, 03 Dec 2008 14:39:07 +0000 Matthew Wild Insert copyright/license headers
Thu, 27 Nov 2008 03:12:12 +0000 Matthew Wild Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store.