Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s2s works! \o/ \o/ | Matthew Wild | 2008-10-24 | 7 | -26/+350 |
| | |||||
* | working incoming s2s \o/ | Matthew Wild | 2008-10-24 | 2 | -19/+54 |
| | |||||
* | working outgoing s2s \o/ | Matthew Wild | 2008-10-24 | 2 | -1/+12 |
| | |||||
* | dialback keys now verified | Matthew Wild | 2008-10-24 | 7 | -12/+45 |
| | |||||
* | 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 | 3 | -11/+14 |
| | |||||
* | 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 | 2 | -9/+18 |
| | |||||
* | 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 |
| | |||||
* | TLS/SASL no longer should include the connhandler module | Matthew Wild | 2008-10-23 | 2 | -4/+1 |
| | |||||
* | 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 | 9 | -39/+333 |
|\ | |||||
| * | Fixed: datamanager.store and datamanager.load could crash when username or ↵ | Waqas Hussain | 2008-10-23 | 1 | -3/+12 |
| | | | | | | | | host arguments were nil. (useful for server specific and global data). | ||||
| * | Updated and fixed session documentation | Waqas Hussain | 2008-10-23 | 1 | -1/+2 |
| | | |||||
| * | Updated session documentation | Waqas Hussain | 2008-10-23 | 1 | -0/+6 |
| | | |||||
| * | Added session property for interested resources | Waqas Hussain | 2008-10-23 | 2 | -1/+2 |
| | | |||||
| * | 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 | 2 | -11/+11 |
| | | |||||
| * | Minor edit, and added a TODO | Waqas Hussain | 2008-10-22 | 1 | -1/+2 |
| | | |||||
| * | Added: More complete implementation for mod_roster | Waqas Hussain | 2008-10-17 | 1 | -14/+77 |
| | | |||||
| * | 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: util/jid.lua now returns module object | Waqas Hussain | 2008-10-14 | 1 | -0/+2 |
| | | |||||
| * | Fixed: Typos caused by lack of sleep. | Waqas Hussain | 2008-10-14 | 1 | -3/+6 |
| | | | | | | | | Learned: Lua variable assignments are not expressions. | ||||
| * | Fixed: mod_roster now outputs all roster data (instead of just the JIDs) | Waqas Hussain | 2008-10-12 | 1 | -1/+9 |
| | | |||||
| * | Added some roster management functions | Waqas Hussain | 2008-10-12 | 2 | -4/+32 |
| | | |||||
| * | Documented the roster object's structure | Waqas Hussain | 2008-10-12 | 1 | -0/+18 |
| | | |||||
* | | Abstract connections with "connection listeners" | Matthew Wild | 2008-10-22 | 8 | -89/+137 |
| | | | | | | | | | | | | - Added connlistener for xmppclient - SASL/TLS now use a new session:reset_stream() method - main.lua on its way to being a bit neater | ||||
* | | server.lua should degrade gracefully when LuaSec not present | Matthew Wild | 2008-10-22 | 1 | -2/+2 |
|/ | |||||
* | Some tiny changes for main.lua | Matthew Wild | 2008-10-12 | 1 | -2/+2 |
| | |||||
* | Updated TODO | Matthew Wild | 2008-10-12 | 1 | -2/+2 |
| | |||||
* | Remove more of Dolphin's leftovers | Matthew Wild | 2008-10-11 | 1 | -3/+0 |
| | |||||
* | Add AUTHORS file | Matthew Wild | 2008-10-11 | 1 | -0/+6 |
| | |||||
* | Fix MUC address | Matthew Wild | 2008-10-09 | 1 | -1/+1 |
| | |||||
* | Updated pull script for new repo | Matthew Wild | 2008-10-09 | 1 | -3/+2 |
| | |||||
* | Fixed: util.stanza.deserialize now handles nil stanzas | Waqas Hussain | 2008-10-09 | 1 | -11/+13 |
| | |||||
* | Stanza preserialize/deserialize helpers, to strip and restore stanzas ↵ | Matthew Wild | 2008-10-09 | 2 | -4/+39 |
| | | | | respectively. Fixed mod_vcard to use these. | ||||
* | Fixed: incorrect auth check | Waqas Hussain | 2008-10-09 | 1 | -1/+1 |
| | |||||
* | Minor fix | Waqas Hussain | 2008-10-09 | 1 | -1/+2 |
| | |||||
* | Merge from Matthew. datamanager.simplesave fix | Waqas Hussain | 2008-10-09 | 1 | -1/+1 |
|\ | |||||
| * | Fix for saving tables with non-string keys | Matthew Wild | 2008-10-08 | 1 | -1/+1 |
| | | |||||
* | | Added: vCard plugin: mod_vcard | Waqas Hussain | 2008-10-09 | 2 | -0/+55 |
| | | |||||
* | | Added: mod_register now replies with an error stanza when file write fails | Waqas Hussain | 2008-10-09 | 1 | -2/+4 |
| | | |||||
* | | Added: Datastore support for hosts and global data in addition to users | Waqas Hussain | 2008-10-09 | 1 | -1/+7 |
| | |