aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Close 'tls' branchorigin/vault/tlsorigin/tlstlsMatthew Wild2013-05-010-0/+0
|
* Working TLS!Matthew Wild2008-10-052-39/+47
|
* TLS: Handshake works, no data after thatMatthew Wild2008-10-053-7/+220
|
* Convert spaces->tabsMatthew Wild2008-10-051-476/+476
|
* mod_InBandRegistration -> mod_registerMatthew Wild2008-10-052-1/+1
|
* Merged mod_InBandRegistration from waqasMatthew Wild2008-10-054-0/+103
|\
| * User registration, etc (jabber:iq:register)Waqas Hussain2008-10-054-0/+103
| |
* | DocsMatthew Wild2008-10-051-2/+4
| |
* | Merge from waqasMatthew Wild2008-10-041-9/+0
|\ \ | |/ |/|
| * Removed unused functionsWaqas Hussain2008-10-041-9/+0
| |
* | Fix setting resource before we even know what it isMatthew Wild2008-10-041-1/+0
| |
* | Merge docs from waqasMatthew Wild2008-10-042-0/+39
|\|
| * Some notes of the stanza and session structuresWaqas Hussain2008-10-042-0/+39
| |
* | DEPENDS updated by waqasMatthew Wild2008-10-041-0/+1
|\|
| * Added lbase64 to the dependency listWaqas Hussain2008-10-041-0/+1
| |
* | Session destruction fixes, some debugging code while we fix the rest. Also ↵Matthew Wild2008-10-045-10/+56
| | | | | | | | change logger to be more useful.
* | Fix for destruction of unauthed SASL sessionsMatthew Wild2008-10-041-0/+1
| |
* | Fix for using wrong auth token as username (fixes Gajim login)Matthew Wild2008-10-041-1/+1
| |
* | New "import" module to help tidy up all the local declarations at the top of ↵Matthew Wild2008-10-043-6/+19
| | | | | | | | modules
* | 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
| | | | | | | | ...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
| |