Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Beginnings of real stanza routing | Matthew Wild | 2008-10-05 | 1 | -0/+14 | |
| | ||||||
* | Merged local TLS branch | Matthew Wild | 2008-10-05 | 4 | -7/+228 | |
|\ | ||||||
| * | Working TLS! | Matthew Wild | 2008-10-05 | 2 | -39/+47 | |
| | | ||||||
| * | TLS: Handshake works, no data after that | Matthew Wild | 2008-10-05 | 3 | -7/+220 | |
|/ | ||||||
* | Convert spaces->tabs | Matthew Wild | 2008-10-05 | 1 | -476/+476 | |
| | ||||||
* | mod_InBandRegistration -> mod_register | Matthew Wild | 2008-10-05 | 2 | -1/+1 | |
| | ||||||
* | Merged mod_InBandRegistration from waqas | Matthew Wild | 2008-10-05 | 4 | -0/+103 | |
|\ | ||||||
| * | User registration, etc (jabber:iq:register) | Waqas Hussain | 2008-10-05 | 4 | -0/+103 | |
| | | ||||||
* | | Docs | Matthew Wild | 2008-10-05 | 1 | -2/+4 | |
| | | ||||||
* | | Merge from waqas | Matthew Wild | 2008-10-04 | 1 | -9/+0 | |
|\ \ | |/ |/| | ||||||
| * | Removed unused functions | Waqas Hussain | 2008-10-04 | 1 | -9/+0 | |
| | | ||||||
* | | Fix setting resource before we even know what it is | Matthew Wild | 2008-10-04 | 1 | -1/+0 | |
| | | ||||||
* | | Merge docs from waqas | Matthew Wild | 2008-10-04 | 2 | -0/+39 | |
|\| | ||||||
| * | Some notes of the stanza and session structures | Waqas Hussain | 2008-10-04 | 2 | -0/+39 | |
| | | ||||||
* | | DEPENDS updated by waqas | Matthew Wild | 2008-10-04 | 1 | -0/+1 | |
|\| | ||||||
| * | Added lbase64 to the dependency list | Waqas Hussain | 2008-10-04 | 1 | -0/+1 | |
| | | ||||||
* | | Session destruction fixes, some debugging code while we fix the rest. Also ↵ | Matthew Wild | 2008-10-04 | 5 | -10/+56 | |
| | | | | | | | | change logger to be more useful. | |||||
* | | Fix for destruction of unauthed SASL sessions | Matthew Wild | 2008-10-04 | 1 | -0/+1 | |
| | | ||||||
* | | Fix for using wrong auth token as username (fixes Gajim login) | Matthew Wild | 2008-10-04 | 1 | -1/+1 | |
| | | ||||||
* | | New "import" module to help tidy up all the local declarations at the top of ↵ | Matthew Wild | 2008-10-04 | 3 | -6/+19 | |
| | | | | | | | | modules | |||||
* | | Use xmlns for matching auth tag too | Matthew Wild | 2008-10-04 | 1 | -1/+1 | |
| | | ||||||
* | | Fix stanza handlers to use xmlns also for matching | Matthew Wild | 2008-10-04 | 1 | -5/+9 | |
| | | ||||||
* | | Resource binding, XMPP sessions (whatever they're for...) | Matthew Wild | 2008-10-04 | 1 | -2/+61 | |
| | | ||||||
* | | Small fix for sending stanzas in case of resource binding error | Matthew Wild | 2008-10-04 | 1 | -1/+1 | |
| | | ||||||
* | | Add "uuid" library and make sessionmanager use this. | Matthew Wild | 2008-10-04 | 2 | -2/+11 | |
| | | | | | | | | ...and yes, the uuid generation needs work :P | |||||
* | | Reply to unhandled iq's with service-unavailable | Matthew Wild | 2008-10-04 | 1 | -1/+13 | |
| | | ||||||
* | | Small fixes | Matthew Wild | 2008-10-04 | 1 | -2/+3 | |
| | | ||||||
* | | An oops in sessionmanager stream:features code :) | Matthew Wild | 2008-10-03 | 1 | -1/+1 | |
| | | ||||||
* | | Move stream opening handling from xmlhandlers to sessionmanager | Matthew Wild | 2008-10-03 | 2 | -20/+32 | |
| | | ||||||
* | | Add support for arbitrary events and event hooks | Matthew Wild | 2008-10-03 | 1 | -0/+23 | |
|/ | ||||||
* | SASL! | Matthew Wild | 2008-10-02 | 9 | -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.lua | Matthew Wild | 2008-10-02 | 1 | -58/+0 | |
| | ||||||
* | Moved hosts to a config file, still need better config though | Matthew Wild | 2008-10-01 | 2 | -17/+30 | |
| | ||||||
* | Removed tag tip | Waqas Hussain | 2008-10-01 | 0 | -0/+0 | |
| | ||||||
* | Fixed: Session data was never removed from sessions list | Waqas Hussain | 2008-10-01 | 1 | -0/+1 | |
| | ||||||
* | Let modules set/write globals | Matthew Wild | 2008-10-01 | 1 | -1/+2 | |
| | ||||||
* | 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 | |
|\ |