Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s2s works! \o/ \o/ | Matthew Wild | 2008-10-24 | 4 | -25/+227 |
| | |||||
* | working incoming s2s \o/ | Matthew Wild | 2008-10-24 | 1 | -18/+53 |
| | |||||
* | working outgoing s2s \o/ | Matthew Wild | 2008-10-24 | 2 | -1/+12 |
| | |||||
* | dialback keys now verified | Matthew Wild | 2008-10-24 | 3 | -9/+37 |
| | |||||
* | No need to comment out s2s in this branch | Matthew Wild | 2008-10-23 | 1 | -1/+1 |
| | |||||
* | Initial s2s stuff | Matthew Wild | 2008-10-23 | 1 | -5/+2 |
| | |||||
* | Final fix for marking user offline when all resources are gone :) | Matthew Wild | 2008-10-23 | 1 | -2/+4 |
| | |||||
* | even faster checking for other sessions... thank you waqas :) | Matthew Wild | 2008-10-23 | 1 | -6/+1 |
| | |||||
* | faster checking for other sessions | Matthew Wild | 2008-10-23 | 1 | -0/+1 |
| | |||||
* | Fix for not destroying sessions when connection closed. | Matthew Wild | 2008-10-23 | 1 | -9/+5 |
| | |||||
* | No s2s yet :) | Matthew Wild | 2008-10-23 | 1 | -1/+1 |
| | |||||
* | Added a comment, removed all the old code | Matthew Wild | 2008-10-23 | 1 | -243/+4 |
| | |||||
* | Relocate presence broadcast to core_handle_stanza() | Matthew Wild | 2008-10-23 | 1 | -24/+17 |
| | | | | which is for processing stanzas that the server must handle (not route) | ||||
* | Merge roster & presence from waqas | Matthew Wild | 2008-10-22 | 4 | -28/+213 |
|\ | |||||
| * | Added session property for interested resources | Waqas Hussain | 2008-10-23 | 1 | -1/+1 |
| | | |||||
| * | Working presence, presence probes and other fixes | Waqas Hussain | 2008-10-23 | 1 | -19/+109 |
| | | |||||
| * | Added: TODO | Waqas Hussain | 2008-10-22 | 1 | -1/+1 |
| | | |||||
| * | Fixed: Unhandled stanza handling | Waqas Hussain | 2008-10-22 | 1 | -5/+7 |
| | | |||||
| * | Fixed: Roster support | Waqas Hussain | 2008-10-22 | 1 | -7/+7 |
| | | |||||
| * | Added: Roster manipulation functions to core.rostermanager | Waqas Hussain | 2008-10-17 | 1 | -7/+54 |
| | | |||||
| * | Added: presence broadcast | Waqas Hussain | 2008-10-14 | 1 | -7/+23 |
| | | | | | | | | Added: some additional message broadcast checks | ||||
| * | Removed an unnecessary line | Waqas Hussain | 2008-10-14 | 1 | -2/+1 |
| | | |||||
| * | Fixed: Typos caused by lack of sleep. | Waqas Hussain | 2008-10-14 | 1 | -3/+6 |
| | | | | | | | | Learned: Lua variable assignments are not expressions. | ||||
| * | Added some roster management functions | Waqas Hussain | 2008-10-12 | 2 | -4/+32 |
| | | |||||
* | | Abstract connections with "connection listeners" | Matthew Wild | 2008-10-22 | 2 | -4/+3 |
|/ | | | | | | - Added connlistener for xmppclient - SASL/TLS now use a new session:reset_stream() method - main.lua on its way to being a bit neater | ||||
* | Added: vCard plugin: mod_vcard | Waqas Hussain | 2008-10-09 | 1 | -0/+1 |
| | |||||
* | Fixed routing for IQs to bare JIDs, and added a simple IQ validity check | Waqas Hussain | 2008-10-09 | 1 | -1/+6 |
| | |||||
* | Fixed: rostermanager.lua now returns the module | Waqas Hussain | 2008-10-08 | 1 | -0/+2 |
| | |||||
* | Fized: Added check to ensure that resource binding is done after auth. | Waqas Hussain | 2008-10-08 | 1 | -0/+7 |
| | |||||
* | Load roster on resource bind | Waqas Hussain | 2008-10-08 | 1 | -0/+3 |
| | |||||
* | Added to a comment | Waqas Hussain | 2008-10-08 | 1 | -1/+1 |
| | |||||
* | Code cleanup | Waqas Hussain | 2008-10-08 | 1 | -4/+1 |
| | |||||
* | Added: Local stanza routing | Waqas Hussain | 2008-10-08 | 1 | -2/+28 |
| | |||||
* | Beginnings of real stanza routing | Matthew Wild | 2008-10-05 | 1 | -0/+14 |
| | |||||
* | Working TLS! | Matthew Wild | 2008-10-05 | 1 | -0/+1 |
| | |||||
* | TLS: Handshake works, no data after that | Matthew Wild | 2008-10-05 | 1 | -0/+1 |
| | |||||
* | mod_InBandRegistration -> mod_register | Matthew Wild | 2008-10-05 | 1 | -1/+1 |
| | |||||
* | User registration, etc (jabber:iq:register) | Waqas Hussain | 2008-10-05 | 2 | -0/+9 |
| | |||||
* | Fix setting resource before we even know what it is | Matthew Wild | 2008-10-04 | 1 | -1/+0 |
| | |||||
* | Session destruction fixes, some debugging code while we fix the rest. Also ↵ | Matthew Wild | 2008-10-04 | 3 | -3/+51 |
| | | | | change logger to be more useful. | ||||
* | New "import" module to help tidy up all the local declarations at the top of ↵ | Matthew Wild | 2008-10-04 | 1 | -6/+4 |
| | | | | modules | ||||
* | Fix stanza handlers to use xmlns also for matching | Matthew Wild | 2008-10-04 | 1 | -5/+9 |
| | |||||
* | Add "uuid" library and make sessionmanager use this. | Matthew Wild | 2008-10-04 | 1 | -2/+2 |
| | | | | ...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 | 4 | -15/+75 |
| | | | | | (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 )) | ||||
* | Remove now useless debug output | Matthew Wild | 2008-09-30 | 2 | -6/+2 |
| |