log

age author description
Sun, 12 Oct 2008 17:38:17 +0500 Waqas Hussain Documented the roster object's structure
Wed, 22 Oct 2008 17:36:21 +0100 Matthew Wild Abstract connections with "connection listeners"
Wed, 22 Oct 2008 17:27:40 +0100 Matthew Wild server.lua should degrade gracefully when LuaSec not present
Sun, 12 Oct 2008 01:23:30 +0100 Matthew Wild Some tiny changes for main.lua
Sun, 12 Oct 2008 01:01:19 +0100 Matthew Wild Updated TODO
Sat, 11 Oct 2008 22:16:02 +0100 Matthew Wild Remove more of Dolphin's leftovers
Sat, 11 Oct 2008 21:40:50 +0100 Matthew Wild Add AUTHORS file
Thu, 09 Oct 2008 20:32:59 +0100 Matthew Wild Fix MUC address
Thu, 09 Oct 2008 20:28:39 +0100 Matthew Wild Updated pull script for new repo
Thu, 09 Oct 2008 22:19:35 +0500 Waqas Hussain Fixed: util.stanza.deserialize now handles nil stanzas
Thu, 09 Oct 2008 00:50:45 +0100 Matthew Wild Stanza preserialize/deserialize helpers, to strip and restore stanzas respectively. Fixed mod_vcard to use these.
Thu, 09 Oct 2008 03:40:16 +0500 Waqas Hussain Fixed: incorrect auth check
Thu, 09 Oct 2008 03:21:16 +0500 Waqas Hussain Minor fix
Thu, 09 Oct 2008 03:01:47 +0500 Waqas Hussain Merge from Matthew. datamanager.simplesave fix
Thu, 09 Oct 2008 02:59:57 +0500 Waqas Hussain Added: vCard plugin: mod_vcard
Thu, 09 Oct 2008 02:08:33 +0500 Waqas Hussain Added: mod_register now replies with an error stanza when file write fails
Thu, 09 Oct 2008 01:20:43 +0500 Waqas Hussain Added: Datastore support for hosts and global data in addition to users
Thu, 09 Oct 2008 01:18:48 +0500 Waqas Hussain Fixed routing for IQs to bare JIDs, and added a simple IQ validity check
Wed, 08 Oct 2008 22:42:51 +0100 Matthew Wild Fix for saving tables with non-string keys
Wed, 08 Oct 2008 17:27:20 +0100 Matthew Wild Merge roster fixes from waqas
Wed, 08 Oct 2008 21:10:18 +0500 Waqas Hussain Fixed: rostermanager.lua now returns the module
Wed, 08 Oct 2008 20:38:05 +0500 Waqas Hussain Removed: Unnecessary check in mod_roster. session.roster is guaranteed to be available for "c2s" session type.
Wed, 08 Oct 2008 20:37:16 +0500 Waqas Hussain Fized: Added check to ensure that resource binding is done after auth.
Wed, 08 Oct 2008 19:30:35 +0500 Waqas Hussain Load roster on resource bind
Wed, 08 Oct 2008 17:20:11 +0100 Matthew Wild Merged docs from paul
Wed, 08 Oct 2008 19:17:14 +0300 Paul-Sebastian Manole Added script to pull from master mercurial repository
Wed, 08 Oct 2008 17:19:00 +0100 Matthew Wild Remove debugging output from when doing TLS
Wed, 08 Oct 2008 17:06:51 +0500 Waqas Hussain Added to a comment
Wed, 08 Oct 2008 17:05:25 +0500 Waqas Hussain Code cleanup
Wed, 08 Oct 2008 04:49:55 +0500 Waqas Hussain Added: Local stanza routing