| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merged from Matthew | Waqas Hussain | 2008-10-23 | 3 | -230/+236 |
|\| |
|
| * | 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 |
* | | Removed .hgtags | Waqas Hussain | 2008-10-23 | 0 | -0/+0 |
* | | Fixed: Works when LuaRocks is not present | Waqas Hussain | 2008-10-23 | 1 | -2/+2 |
* | | Roster updates | Waqas Hussain | 2008-10-23 | 3 | -13/+5 |
* | | Docs update | Waqas Hussain | 2008-10-23 | 1 | -0/+1 |
* | | Presence fixes | Waqas Hussain | 2008-10-23 | 1 | -8/+15 |
* | | Fixed: Some modules did not return anything | Waqas Hussain | 2008-10-23 | 2 | -0/+3 |
* | | Set things up for presence subscriptions. | Waqas Hussain | 2008-10-23 | 1 | -15/+24 |
|/ |
|
* | 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 |
* | Merge roster & presence from waqas | Matthew Wild | 2008-10-22 | 9 | -39/+333 |
|\ |
|
| * | Fixed: datamanager.store and datamanager.load could crash when username or ho... | Waqas Hussain | 2008-10-23 | 1 | -3/+12 |
| * | 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 |
| * | 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 |
| * | 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 |
* | | 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 respect... | Matthew Wild | 2008-10-09 | 2 | -4/+39 |
* | 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 |