Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | messages and using session loggers where possible | ||||
* | 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 |
| | | | | main repo) | ||||
* | 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 ↵ | Matthew Wild | 2008-12-13 | 1 | -19/+49 |
| | | | | helping me test :) | ||||
* | 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. ↵ | Matthew Wild | 2008-12-05 | 1 | -3/+4 |
| | | | | Corrects the sending of stanzas over unauthed s2sout's. Also fixes mod_dialback to send stanzas and not strings. | ||||
* | Insert copyright/license headers | Matthew Wild | 2008-12-03 | 1 | -0/+20 |
| | |||||
* | Bumper commit for the new modulemanager API \o/ Updates all the modules, ↵ | Matthew Wild | 2008-11-27 | 1 | -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 Wild | 2008-11-19 | 1 | -1/+1 |
| | | | | Thanks dwd!! | ||||
* | Show which session got disconnected in log message | Matthew Wild | 2008-11-19 | 1 | -1/+1 |
| | |||||
* | Don't error if the original s2s connection has closed before we get the ↵ | Matthew Wild | 2008-11-19 | 1 | -2/+6 |
| | | | | dialback result | ||||
* | Now outgoing s2s sessions are associated with their from_host, fixes #15 | Matthew Wild | 2008-11-14 | 1 | -1/+1 |
| | |||||
* | Some more logging fixes | Matthew Wild | 2008-11-14 | 1 | -0/+1 |
| | |||||
* | Fixed some whitespace. | Waqas Hussain | 2008-11-06 | 1 | -49/+52 |
| | |||||
* | Fix s2s once and for all | Matthew Wild | 2008-11-01 | 1 | -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 |