aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New "import" module to help tidy up all the local declarations at the top of ...Matthew Wild2008-10-043-6/+19
* Use xmlns for matching auth tag tooMatthew Wild2008-10-041-1/+1
* Fix stanza handlers to use xmlns also for matchingMatthew Wild2008-10-041-5/+9
* 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
* 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
* 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
* 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
* 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
* 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
* 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
| * Working presence!matthew2008-08-243-16/+43
| * Switched to new connection framework, courtesy of the luadch projectmatthew2008-08-245-238/+870
| * 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