aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Roster updatesWaqas Hussain2008-10-233-13/+5
* Docs updateWaqas Hussain2008-10-231-0/+1
* Presence fixesWaqas Hussain2008-10-231-8/+15
* Fixed: Some modules did not return anythingWaqas Hussain2008-10-232-0/+3
* Set things up for presence subscriptions.Waqas Hussain2008-10-231-15/+24
* 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 ho...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 respect...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
* | Added: Datastore support for hosts and global data in addition to usersWaqas Hussain2008-10-091-1/+7
* | Fixed routing for IQs to bare JIDs, and added a simple IQ validity checkWaqas Hussain2008-10-091-1/+6
|/
* Merge roster fixes from waqasMatthew Wild2008-10-084-8/+12
|\
| * Fixed: rostermanager.lua now returns the moduleWaqas Hussain2008-10-081-0/+2
| * Removed: Unnecessary check in mod_roster. session.roster is guaranteed to be ...Waqas Hussain2008-10-081-8/+0
| * Fized: Added check to ensure that resource binding is done after auth.Waqas Hussain2008-10-081-0/+7
| * Load roster on resource bindWaqas Hussain2008-10-081-0/+3