Sun, 12 Oct 2008 17:38:17 +0500 Waqas Hussain Documented the roster object's structure changeset | files
Wed, 22 Oct 2008 17:36:21 +0100 Matthew Wild Abstract connections with "connection listeners" changeset | files
Wed, 22 Oct 2008 17:27:40 +0100 Matthew Wild server.lua should degrade gracefully when LuaSec not present changeset | files
Sun, 12 Oct 2008 01:23:30 +0100 Matthew Wild Some tiny changes for main.lua changeset | files
Sun, 12 Oct 2008 01:01:19 +0100 Matthew Wild Updated TODO changeset | files
Sat, 11 Oct 2008 22:16:02 +0100 Matthew Wild Remove more of Dolphin's leftovers changeset | files
Sat, 11 Oct 2008 21:40:50 +0100 Matthew Wild Add AUTHORS file changeset | files
Thu, 09 Oct 2008 20:32:59 +0100 Matthew Wild Fix MUC address changeset | files
Thu, 09 Oct 2008 20:28:39 +0100 Matthew Wild Updated pull script for new repo changeset | files
Thu, 09 Oct 2008 22:19:35 +0500 Waqas Hussain Fixed: util.stanza.deserialize now handles nil stanzas changeset | files
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. changeset | files
Thu, 09 Oct 2008 03:40:16 +0500 Waqas Hussain Fixed: incorrect auth check changeset | files
Thu, 09 Oct 2008 03:21:16 +0500 Waqas Hussain Minor fix changeset | files
Thu, 09 Oct 2008 03:01:47 +0500 Waqas Hussain Merge from Matthew. datamanager.simplesave fix changeset | files
Thu, 09 Oct 2008 02:59:57 +0500 Waqas Hussain Added: vCard plugin: mod_vcard changeset | files
Thu, 09 Oct 2008 02:08:33 +0500 Waqas Hussain Added: mod_register now replies with an error stanza when file write fails changeset | files
Thu, 09 Oct 2008 01:20:43 +0500 Waqas Hussain Added: Datastore support for hosts and global data in addition to users changeset | files
Thu, 09 Oct 2008 01:18:48 +0500 Waqas Hussain Fixed routing for IQs to bare JIDs, and added a simple IQ validity check changeset | files
Wed, 08 Oct 2008 22:42:51 +0100 Matthew Wild Fix for saving tables with non-string keys changeset | files
Wed, 08 Oct 2008 17:27:20 +0100 Matthew Wild Merge roster fixes from waqas changeset | files
Wed, 08 Oct 2008 21:10:18 +0500 Waqas Hussain Fixed: rostermanager.lua now returns the module changeset | files
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. changeset | files
Wed, 08 Oct 2008 20:37:16 +0500 Waqas Hussain Fized: Added check to ensure that resource binding is done after auth. changeset | files
Wed, 08 Oct 2008 19:30:35 +0500 Waqas Hussain Load roster on resource bind changeset | files
Wed, 08 Oct 2008 17:20:11 +0100 Matthew Wild Merged docs from paul changeset | files
Wed, 08 Oct 2008 19:17:14 +0300 Paul-Sebastian Manole Added script to pull from master mercurial repository changeset | files
Wed, 08 Oct 2008 17:19:00 +0100 Matthew Wild Remove debugging output from when doing TLS changeset | files
Wed, 08 Oct 2008 17:06:51 +0500 Waqas Hussain Added to a comment changeset | files
Wed, 08 Oct 2008 17:05:25 +0500 Waqas Hussain Code cleanup changeset | files
Wed, 08 Oct 2008 04:49:55 +0500 Waqas Hussain Added: Local stanza routing changeset | files
Wed, 08 Oct 2008 03:38:07 +0500 Waqas Hussain Fixed typo in variable name changeset | files
Tue, 07 Oct 2008 23:13:30 +0100 Matthew Wild forgot to commit mod_tls, oops :) changeset | files
Sun, 05 Oct 2008 19:48:25 +0100 Matthew Wild Beginnings of real stanza routing changeset | files
Sun, 05 Oct 2008 19:16:32 +0100 Matthew Wild Merged local TLS branch changeset | files
Sun, 05 Oct 2008 19:10:21 +0100 Matthew Wild Working TLS! tls changeset | files
Sun, 05 Oct 2008 17:33:38 +0100 Matthew Wild TLS: Handshake works, no data after that tls changeset | files
Sun, 05 Oct 2008 02:48:39 +0100 Matthew Wild Convert spaces->tabs changeset | files
Sun, 05 Oct 2008 01:39:49 +0100 Matthew Wild mod_InBandRegistration -> mod_register changeset | files
Sun, 05 Oct 2008 01:32:43 +0100 Matthew Wild Merged mod_InBandRegistration from waqas changeset | files
Sun, 05 Oct 2008 01:31:27 +0100 Matthew Wild Docs changeset | files
Sun, 05 Oct 2008 04:55:45 +0500 Waqas Hussain User registration, etc (jabber:iq:register) changeset | files
Sat, 04 Oct 2008 19:24:43 +0100 Matthew Wild Merge from waqas changeset | files
Sat, 04 Oct 2008 19:51:59 +0500 Waqas Hussain Removed unused functions changeset | files
Sat, 04 Oct 2008 17:59:32 +0100 Matthew Wild Fix setting resource before we even know what it is changeset | files
Sat, 04 Oct 2008 15:35:28 +0100 Matthew Wild Merge docs from waqas changeset | files
Sat, 04 Oct 2008 19:32:02 +0500 Waqas Hussain Some notes of the stanza and session structures changeset | files
Sat, 04 Oct 2008 15:26:36 +0100 Matthew Wild DEPENDS updated by waqas changeset | files
Sat, 04 Oct 2008 15:25:54 +0100 Matthew Wild Session destruction fixes, some debugging code while we fix the rest. Also change logger to be more useful. changeset | files
Sat, 04 Oct 2008 15:24:52 +0100 Matthew Wild Fix for destruction of unauthed SASL sessions changeset | files
Sat, 04 Oct 2008 18:54:09 +0500 Waqas Hussain Added lbase64 to the dependency list changeset | files
Sat, 04 Oct 2008 14:36:03 +0100 Matthew Wild Fix for using wrong auth token as username (fixes Gajim login) changeset | files
Sat, 04 Oct 2008 02:43:23 +0100 Matthew Wild New "import" module to help tidy up all the local declarations at the top of modules changeset | files
Sat, 04 Oct 2008 02:42:23 +0100 Matthew Wild Use xmlns for matching auth tag too changeset | files
Sat, 04 Oct 2008 02:40:47 +0100 Matthew Wild Fix stanza handlers to use xmlns also for matching changeset | files
Sat, 04 Oct 2008 02:15:13 +0100 Matthew Wild Resource binding, XMPP sessions (whatever they're for...) changeset | files
Sat, 04 Oct 2008 02:14:11 +0100 Matthew Wild Small fix for sending stanzas in case of resource binding error changeset | files
Sat, 04 Oct 2008 02:12:54 +0100 Matthew Wild Add "uuid" library and make sessionmanager use this. changeset | files
Sat, 04 Oct 2008 02:10:14 +0100 Matthew Wild Reply to unhandled iq's with service-unavailable changeset | files
Sat, 04 Oct 2008 02:09:46 +0100 Matthew Wild Small fixes changeset | files
Fri, 03 Oct 2008 22:21:01 +0100 Matthew Wild An oops in sessionmanager stream:features code :) changeset | files
(0) -60 +60 +100 +300 +1000 +3000 tip

mercurial