Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix quoting in util/sasl.lua | Matthew Wild | 2008-09-30 | 1 | -3/+3 |
| | |||||
* | Remove now useless debug output | Matthew Wild | 2008-09-30 | 2 | -6/+2 |
| | |||||
* | Huge commit to: | Matthew Wild | 2008-09-30 | 9 | -9/+499 |
| | | | | | | | * 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 | ||||
* | jid.split(): Return nil when passed nil | Matthew Wild | 2008-09-30 | 1 | -0/+1 |
| | |||||
* | Adding initial unit testing scripts | Matthew Wild | 2008-09-27 | 2 | -0/+77 |
| | |||||
* | Fixing jid.split() for all JIDs | Matthew Wild | 2008-09-27 | 1 | -1/+4 |
| | |||||
* | Merged Paul's branch | Matthew Wild | 2008-09-17 | 5 | -3/+53 |
|\ | |||||
| * | Grrr! Don't use KDE apps to view this repo! | bt | 2008-09-17 | 1 | -3/+0 |
| | | |||||
| * | Removed ~ files | bt | 2008-09-17 | 1 | -138/+0 |
| | | |||||
| * | Some docs written by Thorns. Need reviewing. | bt | 2008-09-17 | 7 | -3/+194 |
| | | |||||
* | | Various documentation updates, and added names.txt :) | Matthew Wild | 2008-09-03 | 3 | -0/+12 |
|/ | |||||
* | Updated stanza routing doc | Matthew Wild | 2008-08-27 | 1 | -0/+4 |
| | |||||
* | Remove some debugging messages | Matthew Wild | 2008-08-26 | 2 | -8/+7 |
| | | | | | Connection now closed on error Removed version='1.0' to keep it working with non-SASL | ||||
* | Merged in Tobias's SASL lib | Matthew Wild | 2008-08-26 | 1 | -0/+34 |
|\ | |||||
| * | module table was missing | Tobias Markmann | 2008-08-26 | 1 | -0/+1 |
| | | |||||
| * | * missing base64 decode of SASL response | Tobias Markmann | 2008-08-26 | 1 | -1/+1 |
| | | |||||
| * | adding SASL lib with PLAIN support, not tested yet | Tobias Markmann | 2008-08-26 | 1 | -0/+33 |
| | | |||||
* | | Beginning of new routing logic | Matthew Wild | 2008-08-26 | 1 | -2/+15 |
| | | |||||
* | | Added tests/ folder | Matthew Wild | 2008-08-25 | 1 | -0/+1 |
| | | |||||
* | | Coding style doc, HACKERS file | Matthew Wild | 2008-08-25 | 2 | -0/+40 |
|/ | |||||
* | Moved server module to net/ | Matthew Wild | 2008-08-25 | 3 | -2/+29 |
| | | | | also added note on licensing of that module | ||||
* | Remove redundant comments | Matthew Wild | 2008-08-25 | 1 | -6/+0 |
| | |||||
* | renaming _ to sock to improve readability | Tobias Markmann | 2008-08-25 | 1 | -0/+1 |
|\ | |||||
| * | added LICENSE file | Matthew Wild | 2008-08-24 | 1 | -0/+1 |
| | | |||||
* | | remaned _ to sock to improve readability | Tobias Markmann | 2008-08-25 | 1 | -2/+2 |
|/ | |||||
* | - Remove some debugging code | Matthew Wild | 2008-08-24 | 4 | -21/+32 |
| | | | | | | | - 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.) | ||||
* | Merged 2 heads o_O | matthew | 2008-08-24 | 0 | -0/+0 |
|\ | |||||
| * | Presence unavailable on disconnect | matthew | 2008-08-24 | 4 | -5/+25 |
| | | |||||
| * | "Shared roster" - well, kind of :) | matthew | 2008-08-24 | 2 | -1/+14 |
| | | | | | | | | | | + TODO | ||||
| * | Working presence! | matthew | 2008-08-24 | 3 | -16/+43 |
| | | |||||
| * | Switched to new connection framework, courtesy of the luadch project | matthew | 2008-08-24 | 5 | -238/+870 |
| | | | | | | | | | | | | | | Now supports SSL on 5223 Beginning support for presence (aka. the proper routing of stanzas) | ||||
| * | First commit, where do you want to go tomorrow? | matthew | 2008-08-22 | 8 | -0/+612 |
| | |||||
* | Added all the files to please hg :/ | matthew | 2008-08-24 | 11 | -0/+1305 |