Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix setting resource before we even know what it is | Matthew Wild | 2008-10-04 | 1 | -1/+0 |
| | |||||
* | Session destruction fixes, some debugging code while we fix the rest. Also ↵ | Matthew Wild | 2008-10-04 | 3 | -3/+51 |
| | | | | change logger to be more useful. | ||||
* | New "import" module to help tidy up all the local declarations at the top of ↵ | Matthew Wild | 2008-10-04 | 1 | -6/+4 |
| | | | | modules | ||||
* | Fix stanza handlers to use xmlns also for matching | Matthew Wild | 2008-10-04 | 1 | -5/+9 |
| | |||||
* | Add "uuid" library and make sessionmanager use this. | Matthew Wild | 2008-10-04 | 1 | -2/+2 |
| | | | | ...and yes, the uuid generation needs work :P | ||||
* | Reply to unhandled iq's with service-unavailable | Matthew Wild | 2008-10-04 | 1 | -1/+13 |
| | |||||
* | Small fixes | Matthew Wild | 2008-10-04 | 1 | -2/+3 |
| | |||||
* | An oops in sessionmanager stream:features code :) | Matthew Wild | 2008-10-03 | 1 | -1/+1 |
| | |||||
* | Move stream opening handling from xmlhandlers to sessionmanager | Matthew Wild | 2008-10-03 | 2 | -20/+32 |
| | |||||
* | Add support for arbitrary events and event hooks | Matthew Wild | 2008-10-03 | 1 | -0/+23 |
| | |||||
* | SASL! | Matthew Wild | 2008-10-02 | 4 | -15/+75 |
| | | | | | (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 )) | ||||
* | Remove now useless debug output | Matthew Wild | 2008-09-30 | 2 | -6/+2 |
| | |||||
* | Huge commit to: | Matthew Wild | 2008-09-30 | 4 | -0/+399 |
| | | | | | | | * 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 | ||||
* | Remove some debugging messages | Matthew Wild | 2008-08-26 | 1 | -1/+1 |
| | | | | | Connection now closed on error Removed version='1.0' to keep it working with non-SASL | ||||
* | - Remove some debugging code | Matthew Wild | 2008-08-24 | 2 | -6/+5 |
| | | | | | | | - Don't allow stanzas to be sent before successful auth (needs further review) - Make init_xmlhandlers local - Fix indentation in main.lua - Fix disconnect logic (it broke if client disconnected before auth, etc.) | ||||
* | Added all the files to please hg :/ | matthew | 2008-08-24 | 5 | -0/+292 |