aboutsummaryrefslogtreecommitdiffstats
path: root/main.lua
Commit message (Collapse)AuthorAgeFilesLines
* Some tiny changes for main.luaMatthew Wild2008-10-121-2/+2
|
* TLS: Handshake works, no data after thatMatthew Wild2008-10-051-2/+2
|
* Session destruction fixes, some debugging code while we fix the rest. Also ↵Matthew Wild2008-10-041-6/+4
| | | | change logger to be more useful.
* New "import" module to help tidy up all the local declarations at the top of ↵Matthew Wild2008-10-041-0/+2
| | | | modules
* SASL!Matthew Wild2008-10-021-4/+4
| | | | | (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 ))
* Removed unused functions from main.luaMatthew Wild2008-10-021-58/+0
|
* Moved hosts to a config file, still need better config thoughMatthew Wild2008-10-011-17/+5
|
* Fixed: Session data was never removed from sessions listWaqas Hussain2008-10-011-0/+1
|
* Let modules set/write globalsMatthew Wild2008-10-011-1/+2
|
* Huge commit to:Matthew Wild2008-09-301-9/+6
| | | | | | | * 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 messagesMatthew Wild2008-08-261-7/+6
| | | | | Connection now closed on error Removed version='1.0' to keep it working with non-SASL
* Beginning of new routing logicMatthew Wild2008-08-261-2/+15
|
* Moved server module to net/Matthew Wild2008-08-251-1/+1
| | | | also added note on licensing of that module
* Remove redundant commentsMatthew Wild2008-08-251-6/+0
|
* - Remove some debugging codeMatthew Wild2008-08-241-15/+19
| | | | | | | - 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 :/matthew2008-08-241-0/+168