Mon, 30 Mar 2009 01:57:51 +0500 Waqas Hussain Fixed: stanza_router: Respond with correct stanza error on malformed stanzas file | diff | annotate
Sat, 21 Mar 2009 21:42:14 +0000 Matthew Wild core.stanza_router: Allow routing from components file | diff | annotate
Fri, 20 Mar 2009 20:17:05 +0000 Matthew Wild Merge file | diff | annotate
Sat, 14 Mar 2009 16:03:48 +0000 Matthew Wild Don't reject some valid IQs. Thanks to elmex for spotting. file | diff | annotate
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4 file | diff | annotate
Mon, 02 Mar 2009 19:45:44 +0000 Matthew Wild core.stanza_router: Don't bounce errors to iq type=result/error file | diff | annotate
Sat, 28 Feb 2009 04:58:14 +0000 Matthew Wild core.stanza_router: Reply with error to groupchat messages directed at unavailable resources or offline users file | diff | annotate
Wed, 11 Feb 2009 19:53:09 +0000 Matthew Wild stanza_router: Fix handling of iq from c2s to bare JIDs, thanks to jaharkes for spotting file | diff | annotate
Wed, 11 Feb 2009 18:30:44 +0000 Matthew Wild Merge with waqas for MUC/routing fixes file | diff | annotate
Wed, 11 Feb 2009 23:26:18 +0500 Waqas Hussain Change the to attribute of messages to the recipients' bare JID when the recipient/resource is offline. file | diff | annotate
Wed, 11 Feb 2009 23:16:14 +0500 Waqas Hussain Stanza router: Message to bare JID fixes file | diff | annotate
Wed, 11 Feb 2009 18:11:41 +0500 Waqas Hussain Fixed: Some presence stanzas from local users were not being routed correctly to components (ghosts in mod_muc) file | diff | annotate
Wed, 11 Feb 2009 18:09:41 +0500 Waqas Hussain Fixed directed presence handling to work correctly for components file | diff | annotate
Mon, 09 Feb 2009 13:48:11 +0000 Matthew Wild stanza_router: Fix for when clients don't specify priority in initial presence file | diff | annotate
Fri, 30 Jan 2009 17:59:26 +0000 Matthew Wild Update copyright notices for 2009 file | diff | annotate
Fri, 30 Jan 2009 17:40:25 +0000 Matthew Wild 0.2->0.3 file | diff | annotate
Fri, 30 Jan 2009 17:22:56 +0000 Matthew Wild GPL->MIT! file | diff | annotate
Fri, 16 Jan 2009 04:57:23 +0000 Matthew Wild stanza_router: That'll teach me to not commit at this time of night. Or not. file | diff | annotate
Fri, 16 Jan 2009 04:37:16 +0000 Matthew Wild Replacing pretty_print() with top_tag() for logging file | diff | annotate
Thu, 15 Jan 2009 04:36:35 +0500 Waqas Hussain Stringprep! file | diff | annotate
Wed, 14 Jan 2009 22:35:01 +0500 Waqas Hussain stanza_router: Fixed error replies for unhandled stanzas file | diff | annotate
Wed, 31 Dec 2008 13:52:41 +0500 Waqas Hussain Send host, and not the recipient's JID to module manager (fixes #53) file | diff | annotate
Thu, 25 Dec 2008 05:16:11 +0500 Waqas Hussain More error replies for offline and non-existing users file | diff | annotate
Thu, 25 Dec 2008 04:58:15 +0500 Waqas Hussain Directed presence file | diff | annotate
Thu, 25 Dec 2008 04:27:19 +0500 Waqas Hussain Changed order of checking for component hosts to check the full and bare JIDs before the hostname (at another place) file | diff | annotate
Fri, 19 Dec 2008 01:57:13 +0500 Waqas Hussain Bounce stanza errors on failed s2s file | diff | annotate
Sat, 13 Dec 2008 17:43:52 +0000 Matthew Wild Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for helping me test :) file | diff | annotate
Wed, 10 Dec 2008 15:44:03 +0000 Matthew Wild 0.1 -> 0.2 file | diff | annotate
Sat, 06 Dec 2008 07:24:15 +0500 Waqas Hussain Fixed: Stopped tryint to send error replies on unauthed connections file | diff | annotate
Wed, 03 Dec 2008 14:39:07 +0000 Matthew Wild Insert copyright/license headers file | diff | annotate
Sat, 29 Nov 2008 08:25:34 +0500 Waqas Hussain Moved incoming c2s presence handling from stanza_router to presencemanager file | diff | annotate
Thu, 27 Nov 2008 03:12:12 +0000 Matthew Wild Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store. file | diff | annotate
Fri, 21 Nov 2008 05:59:03 +0000 Matthew Wild Now possible to specify nil origin to core_route_stanza. Origin will be chosen as the host of the 'from' attribute on the stanza. Returns false on no such host. file | diff | annotate
Thu, 20 Nov 2008 03:00:43 +0000 Matthew Wild Remove or comment useless prints, or change them to log() file | diff | annotate
Thu, 20 Nov 2008 02:05:26 +0000 Matthew Wild Don't error reply to stanzas direct over the s2s stream they came from file | diff | annotate
Wed, 19 Nov 2008 05:09:05 +0000 Matthew Wild Extra checks before sending error replies to incoming stanzas file | diff | annotate
Mon, 17 Nov 2008 10:15:04 +0500 Waqas Hussain Moved presence subscription code from stanza_router to presencemanager file | diff | annotate
Sat, 15 Nov 2008 19:13:28 +0000 Matthew Wild Fix routing of outbound iq stanzas file | diff | annotate
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
(0) -100 -60 tip

mercurial