aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Resource binding, XMPP sessions (whatever they're for...)Matthew Wild2008-10-041-2/+61
|
* Small fix for sending stanzas in case of resource binding errorMatthew Wild2008-10-041-1/+1
|
* Add "uuid" library and make sessionmanager use this.Matthew Wild2008-10-042-2/+11
| | | | ...and yes, the uuid generation needs work :P
* Reply to unhandled iq's with service-unavailableMatthew Wild2008-10-041-1/+13
|
* Small fixesMatthew Wild2008-10-041-2/+3
|
* An oops in sessionmanager stream:features code :)Matthew Wild2008-10-031-1/+1
|
* Move stream opening handling from xmlhandlers to sessionmanagerMatthew Wild2008-10-032-20/+32
|
* Add support for arbitrary events and event hooksMatthew Wild2008-10-031-0/+23
|
* SASL!Matthew Wild2008-10-029-45/+194
| | | | | (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-012-17/+30
|
* Removed tag tipWaqas Hussain2008-10-010-0/+0
|
* Fixed: Session data was never removed from sessions listWaqas Hussain2008-10-011-0/+1
|
* Let modules set/write globalsMatthew Wild2008-10-011-1/+2
|
* Fix quoting in util/sasl.luaMatthew Wild2008-09-301-3/+3
|
* Remove now useless debug outputMatthew Wild2008-09-302-6/+2
|
* Huge commit to:Matthew Wild2008-09-309-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 nilMatthew Wild2008-09-301-0/+1
|
* Adding initial unit testing scriptsMatthew Wild2008-09-272-0/+77
|
* Fixing jid.split() for all JIDsMatthew Wild2008-09-271-1/+4
|
* Merged Paul's branchMatthew Wild2008-09-175-3/+53
|\
| * Grrr! Don't use KDE apps to view this repo!bt2008-09-171-3/+0
| |
| * Removed ~ filesbt2008-09-171-138/+0
| |
| * Some docs written by Thorns. Need reviewing.bt2008-09-177-3/+194
| |
* | Various documentation updates, and added names.txt :)Matthew Wild2008-09-033-0/+12
|/
* Updated stanza routing docMatthew Wild2008-08-271-0/+4
|
* Remove some debugging messagesMatthew Wild2008-08-262-8/+7
| | | | | Connection now closed on error Removed version='1.0' to keep it working with non-SASL
* Merged in Tobias's SASL libMatthew Wild2008-08-261-0/+34
|\
| * module table was missingTobias Markmann2008-08-261-0/+1
| |
| * * missing base64 decode of SASL responseTobias Markmann2008-08-261-1/+1
| |
| * adding SASL lib with PLAIN support, not tested yetTobias Markmann2008-08-261-0/+33
| |
* | Beginning of new routing logicMatthew Wild2008-08-261-2/+15
| |
* | Added tests/ folderMatthew Wild2008-08-251-0/+1
| |
* | Coding style doc, HACKERS fileMatthew Wild2008-08-252-0/+40
|/
* Moved server module to net/Matthew Wild2008-08-253-2/+29
| | | | also added note on licensing of that module
* Remove redundant commentsMatthew Wild2008-08-251-6/+0
|
* renaming _ to sock to improve readabilityTobias Markmann2008-08-251-0/+1
|\
| * added LICENSE fileMatthew Wild2008-08-241-0/+1
| |
* | remaned _ to sock to improve readabilityTobias Markmann2008-08-251-2/+2
|/
* - Remove some debugging codeMatthew Wild2008-08-244-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_Omatthew2008-08-240-0/+0
|\
| * Presence unavailable on disconnectmatthew2008-08-244-5/+25
| |
| * "Shared roster" - well, kind of :)matthew2008-08-242-1/+14
| | | | | | | | | | + TODO
| * Working presence!matthew2008-08-243-16/+43
| |
| * Switched to new connection framework, courtesy of the luadch projectmatthew2008-08-245-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?matthew2008-08-228-0/+612
|
* Added all the files to please hg :/matthew2008-08-2411-0/+1305