Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change modules to use the new add_feature module API method. | Waqas Hussain | 2008-12-04 | 1 | -1/+1 |
| | | | | This also fixes the bug causing disco features being added to every disco reply for every host. | ||||
* | 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 | -2/+2 |
| | | | | though some more changes may be in store. | ||||
* | Modules now sending disco replies | Waqas Hussain | 2008-11-26 | 1 | -0/+2 |
| | |||||
* | Fixed mod_legacyauth to use session.send for sending stanzas | Waqas Hussain | 2008-11-16 | 1 | -4/+3 |
| | |||||
* | Code cleanup for resource binding | Waqas Hussain | 2008-11-16 | 1 | -15/+3 |
| | |||||
* | Fix mod_legacyauth to not use old stanza_dispatch | Matthew Wild | 2008-10-24 | 1 | -1/+1 |
| | |||||
* | Small fix for sending stanzas in case of resource binding error | Matthew Wild | 2008-10-04 | 1 | -1/+1 |
| | |||||
* | SASL! | Matthew Wild | 2008-10-02 | 1 | -9/+20 |
| | | | | | (but before you get too excited, no resource binding yet. And yes, there are still plenty of rough edges to the code...) ((eg. must move <stream:features> out of xmlhandlers.lua o_O )) | ||||
* | Huge commit to: | Matthew Wild | 2008-09-30 | 1 | -0/+46 |
* Break stanza routing (to be restored in a future commit) * Remove the old stanza_dispatcher code, which was never going to be maintainable nor extendable :) * Bring us plugins, starting with mod_legacyauth and mod_roster * Sessions are now created/destroyed using a standard sessionmanager interface |