Fri, 14 Nov 2008 18:46:00 +0000 Matthew Wild Only reply with errors if the stanza is not an error or a result (don't know how much bandwidth this just cost me :) ) file | diff | annotate
Fri, 14 Nov 2008 16:03:33 +0000 Matthew Wild A treat for Linux users ;) file | diff | annotate
Fri, 14 Nov 2008 02:33:20 +0000 Matthew Wild I knew it ;) Fix sending error replies over s2s (though we shouldn't be error'ing on stream:features anyway) file | diff | annotate
Thu, 13 Nov 2008 19:14:31 +0500 Waqas Hussain Added error replies for unhandled stanzas file | diff | annotate
Thu, 13 Nov 2008 12:13:13 +0500 Waqas Hussain Added basic offline message support file | diff | annotate
Mon, 10 Nov 2008 04:53:42 +0500 Waqas Hussain Fixed typo file | diff | annotate
Mon, 10 Nov 2008 01:30:52 +0500 Waqas Hussain Hack to allow s2s stanzas to work until we do proper namespace handling file | diff | annotate
Sat, 08 Nov 2008 00:17:00 +0000 Matthew Wild Merge from waqas file | diff | annotate
Sat, 08 Nov 2008 05:06:22 +0500 Waqas Hussain Redirecting all stanzas not from origin of type s2sin and c2s to core_handle_stanza file | diff | annotate
Fri, 07 Nov 2008 02:38:44 +0500 Waqas Hussain Shortened log output for incoming stanzas and an added check. file | diff | annotate
Sat, 08 Nov 2008 00:10:01 +0000 Matthew Wild Fix for checking components, but we need to look at this whole block to optimise it, really we do file | diff | annotate
Tue, 04 Nov 2008 22:42:06 +0000 Matthew Wild /me glares at waqas for messing up the repo file | diff | annotate
Tue, 04 Nov 2008 17:43:48 +0500 Waqas Hussain Commented a buggy check file | diff | annotate
Tue, 04 Nov 2008 17:25:12 +0500 Waqas Hussain Internal component support file | diff | annotate
Tue, 04 Nov 2008 18:17:48 +0000 Matthew Wild Part 2 of internal components. Should have mentioned that the previous commit was from waqas, this one from me. file | diff | annotate
Tue, 04 Nov 2008 18:15:56 +0000 Matthew Wild Part one of internal component support file | diff | annotate
Tue, 04 Nov 2008 00:41:40 +0500 Waqas Hussain A little whitespace fix file | diff | annotate
Sun, 02 Nov 2008 06:53:31 +0500 Waqas Hussain Priority based message routing, etc file | diff | annotate
Sun, 02 Nov 2008 06:36:42 +0500 Waqas Hussain Added resource priority handling, etc file | diff | annotate
Sat, 01 Nov 2008 21:10:19 +0000 Matthew Wild Another fix for s2s (well, let's say it was more for modules) file | diff | annotate
Sat, 01 Nov 2008 21:07:14 +0000 Matthew Wild Fix s2s once and for all file | diff | annotate
Sat, 01 Nov 2008 18:28:46 +0000 Matthew Wild General fixes for s2s, to make it more robust (I hope), sending data to remote hosts sane (s2ssession.send() works as expected), recycle outgoing dialback connections, etc. file | diff | annotate
Thu, 30 Oct 2008 21:19:26 +0000 Matthew Wild Was a bit hasty to remove send_s2s() from stanza_router. We still use it, and there is no problem with it. file | diff | annotate
Thu, 30 Oct 2008 21:11:22 +0000 Matthew Wild sends2s -> s2s_session.send(), s2s_session.send() -> s2s_session.sends2s() file | diff | annotate
Sun, 26 Oct 2008 13:19:09 +0000 Matthew Wild Merge presence/subscription support from waqas file | diff | annotate
Sun, 26 Oct 2008 00:22:18 +0500 Waqas Hussain Bug fixes and checks for presence subscriptions, etc file | diff | annotate
Sat, 25 Oct 2008 21:16:08 +0500 Waqas Hussain Outbound presence subscription file | diff | annotate
Sat, 25 Oct 2008 06:49:48 +0500 Waqas Hussain Routing code reorganization file | diff | annotate
Sat, 25 Oct 2008 03:13:10 +0500 Waqas Hussain Inbound subscription request file | diff | annotate
Sat, 25 Oct 2008 02:38:24 +0500 Waqas Hussain Inbound unsubscribe file | diff | annotate
Sat, 25 Oct 2008 02:29:58 +0500 Waqas Hussain Inbound subscription cancellation file | diff | annotate
Sat, 25 Oct 2008 02:16:29 +0500 Waqas Hussain Inbound subscription approval file | diff | annotate
Sat, 25 Oct 2008 01:48:34 +0500 Waqas Hussain Minor fixes, comments file | diff | annotate
Sat, 25 Oct 2008 20:34:21 +0100 Matthew Wild Log when an incoming dialback verification request is an invalid key for our domain file | diff | annotate
Fri, 24 Oct 2008 15:20:34 +0100 Matthew Wild Fix nil concat for good this time (\!) file | diff | annotate
Fri, 24 Oct 2008 15:18:53 +0100 Matthew Wild Fix nil concat when non-existant user is probed (another) file | diff | annotate
Fri, 24 Oct 2008 15:16:18 +0100 Matthew Wild Fix nil concat when non-existant user is probed file | diff | annotate
Fri, 24 Oct 2008 07:57:06 +0100 Matthew Wild Merge from waqas file | diff | annotate
Fri, 24 Oct 2008 01:06:54 +0500 Waqas Hussain Moved some code and removed unnecessary checks. file | diff | annotate
Fri, 24 Oct 2008 00:26:01 +0500 Waqas Hussain Presence fixes (again) file | diff | annotate
Fri, 24 Oct 2008 07:36:48 +0100 Matthew Wild Merging more s2s file | diff | annotate
Fri, 24 Oct 2008 07:34:13 +0100 Matthew Wild Partial s2s commit file | diff | annotate
Fri, 24 Oct 2008 07:27:36 +0100 Matthew Wild s2s works! \o/ \o/ s2s file | diff | annotate
Fri, 24 Oct 2008 06:13:38 +0100 Matthew Wild working incoming s2s \o/ s2s file | diff | annotate
Fri, 24 Oct 2008 03:42:26 +0100 Matthew Wild working outgoing s2s \o/ s2s file | diff | annotate
Fri, 24 Oct 2008 03:06:55 +0100 Matthew Wild dialback keys now verified s2s file | diff | annotate
Thu, 23 Oct 2008 19:10:16 +0100 Matthew Wild No need to comment out s2s in this branch s2s file | diff | annotate
Thu, 23 Oct 2008 18:43:00 +0100 Matthew Wild Backed out changeset 98e9fea75e5b file | diff | annotate
Thu, 23 Oct 2008 18:42:25 +0100 Matthew Wild Backed out changeset 37b3e9ed8918 (again) file | diff | annotate
Thu, 23 Oct 2008 18:40:06 +0100 Matthew Wild Backed out changeset a0fc73d5f48c file | diff | annotate
Thu, 23 Oct 2008 18:39:26 +0100 Matthew Wild Backed out changeset 8f17ba74823c file | diff | annotate
Thu, 23 Oct 2008 18:33:10 +0100 Matthew Wild Reverting stanza_router to non-conflicted version file | diff | annotate
Thu, 23 Oct 2008 18:24:55 +0100 Matthew Wild Making the best attempt out of a bad merge from waqas file | diff | annotate
Thu, 23 Oct 2008 22:08:19 +0500 Waqas Hussain Added TODO file | diff | annotate
Thu, 23 Oct 2008 21:51:00 +0500 Waqas Hussain Merged from Matthew file | diff | annotate
Thu, 23 Oct 2008 19:47:56 +0500 Waqas Hussain Presence fixes file | diff | annotate
Thu, 23 Oct 2008 18:36:10 +0500 Waqas Hussain Set things up for presence subscriptions. file | diff | annotate
Thu, 23 Oct 2008 18:09:39 +0100 Matthew Wild Initial s2s stuff s2s file | diff | annotate
Thu, 23 Oct 2008 14:39:42 +0100 Matthew Wild No s2s yet :) file | diff | annotate
Thu, 23 Oct 2008 04:06:51 +0100 Matthew Wild Added a comment, removed all the old code file | diff | annotate
(0) -60 tip

mercurial