aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_dialback.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Matthew Wild2008-12-131-19/+49
| | | | helping me test :)
* 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. ↵Matthew Wild2008-12-051-3/+4
| | | | Corrects the sending of stanzas over unauthed s2sout's. Also fixes mod_dialback to send stanzas and not strings.
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
|
* Bumper commit for the new modulemanager API \o/ Updates all the modules, ↵Matthew Wild2008-11-271-4/+4
| | | | though some more changes may be in store.
* Fix the reversed to/from on the final db:result. Fixes M-Link and Gmail. ↵Matthew Wild2008-11-191-1/+1
| | | | Thanks dwd!!
* 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 ↵Matthew Wild2008-11-191-2/+6
| | | | dialback result
* 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
- Moved dialback to the new mod_dialback (mostly). - Modules can now supply a list of origins to handle to add_handler - Modules can now handle and process any stanza, overriding the core - Modules handle non-jabber:client/jabber:server xmlns'd stanzas