summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Close 's2s' branchvault/s2ss2sMatthew Wild2013-05-010-0/+0
* s2s works! \o/ \o/Matthew Wild2008-10-247-26/+350
* working incoming s2s \o/Matthew Wild2008-10-242-19/+54
* working outgoing s2s \o/Matthew Wild2008-10-242-1/+12
* dialback keys now verifiedMatthew Wild2008-10-247-12/+45
* No need to comment out s2s in this branchMatthew Wild2008-10-231-1/+1
* Initial s2s stuffMatthew Wild2008-10-233-11/+14
* Final fix for marking user offline when all resources are gone :)Matthew Wild2008-10-231-2/+4
* even faster checking for other sessions... thank you waqas :)Matthew Wild2008-10-231-6/+1
* faster checking for other sessionsMatthew Wild2008-10-231-0/+1
* Fix for not destroying sessions when connection closed.Matthew Wild2008-10-232-9/+18
* No s2s yet :)Matthew Wild2008-10-231-1/+1
* Added a comment, removed all the old codeMatthew Wild2008-10-231-243/+4
* TLS/SASL no longer should include the connhandler moduleMatthew Wild2008-10-232-4/+1
* Relocate presence broadcast to core_handle_stanza()Matthew Wild2008-10-231-24/+17
* Merge roster & presence from waqasMatthew Wild2008-10-229-39/+333
|\
| * Fixed: datamanager.store and datamanager.load could crash when username or host arguments were nil. (useful for server specific and global data).Waqas Hussain2008-10-231-3/+12
| * Updated and fixed session documentationWaqas Hussain2008-10-231-1/+2
| * Updated session documentationWaqas Hussain2008-10-231-0/+6
| * Added session property for interested resourcesWaqas Hussain2008-10-232-1/+2
| * Working presence, presence probes and other fixesWaqas Hussain2008-10-231-19/+109
| * Added: TODOWaqas Hussain2008-10-221-1/+1
| * Fixed: Unhandled stanza handlingWaqas Hussain2008-10-221-5/+7
| * Fixed: Roster supportWaqas Hussain2008-10-222-11/+11
| * Minor edit, and added a TODOWaqas Hussain2008-10-221-1/+2
| * Added: More complete implementation for mod_rosterWaqas Hussain2008-10-171-14/+77
| * Added: Roster manipulation functions to core.rostermanagerWaqas Hussain2008-10-171-7/+54
| * Added: presence broadcastWaqas Hussain2008-10-141-7/+23
| * Removed an unnecessary lineWaqas Hussain2008-10-141-2/+1
| * Fixed: util/jid.lua now returns module objectWaqas Hussain2008-10-141-0/+2
| * Fixed: Typos caused by lack of sleep.Waqas Hussain2008-10-141-3/+6
| * Fixed: mod_roster now outputs all roster data (instead of just the JIDs)Waqas Hussain2008-10-121-1/+9
| * Added some roster management functionsWaqas Hussain2008-10-122-4/+32
| * Documented the roster object's structureWaqas Hussain2008-10-121-0/+18
* | Abstract connections with "connection listeners"Matthew Wild2008-10-228-89/+137
* | server.lua should degrade gracefully when LuaSec not presentMatthew Wild2008-10-221-2/+2
|/
* Some tiny changes for main.luaMatthew Wild2008-10-121-2/+2
* Updated TODOMatthew Wild2008-10-121-2/+2
* Remove more of Dolphin's leftoversMatthew Wild2008-10-111-3/+0
* Add AUTHORS fileMatthew Wild2008-10-111-0/+6
* Fix MUC addressMatthew Wild2008-10-091-1/+1
* Updated pull script for new repoMatthew Wild2008-10-091-3/+2
* Fixed: util.stanza.deserialize now handles nil stanzasWaqas Hussain2008-10-091-11/+13
* Stanza preserialize/deserialize helpers, to strip and restore stanzas respectively. Fixed mod_vcard to use these.Matthew Wild2008-10-092-4/+39
* Fixed: incorrect auth checkWaqas Hussain2008-10-091-1/+1
* Minor fixWaqas Hussain2008-10-091-1/+2
* Merge from Matthew. datamanager.simplesave fixWaqas Hussain2008-10-091-1/+1
|\
| * Fix for saving tables with non-string keysMatthew Wild2008-10-081-1/+1
* | Added: vCard plugin: mod_vcardWaqas Hussain2008-10-092-0/+55
* | Added: mod_register now replies with an error stanza when file write failsWaqas Hussain2008-10-091-2/+4