Wed, 05 Jan 2011 03:05:13 +0000 daurnimator stanza_router: Replace xmlns == nil checks with 'not xmlns' file | diff | annotate
Wed, 10 Nov 2010 02:51:36 +0500 Waqas Hussain componentmanager, stanza_router: Get rid of componentmanager.handle_stanza(). file | diff | annotate
Sat, 16 Oct 2010 08:34:32 +0500 Waqas Hussain modulemanager, stanza_router: Moved modulemanager.handle_stanza to stanza_router, as a local function handle_unhandled_stanza. modulemanager is no longer a dependency of stanza_router. file | diff | annotate
Tue, 30 Mar 2010 19:45:56 +0100 Matthew Wild Merge 0.6->0.7 file | diff | annotate
Tue, 30 Mar 2010 19:40:16 +0100 Matthew Wild stanza_router, s2smanager, modulemanager: Fix for handling of the default namespace on stanzas, causing sometimes jabber:client to be sent over s2s, and accepted file | diff | annotate
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7 file | diff | annotate
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010 file | diff | annotate
Mon, 22 Mar 2010 15:05:05 +0000 Waqas Hussain stanza_router: Don't send error replies for stanzas of type 'error' and 'result' on unbound authenticated connections. [originally fa84451e9b35 in 0.6] file | diff | annotate
Mon, 22 Mar 2010 15:04:22 +0000 Waqas Hussain stanza_router: Allow non-jabber:client elements after auth, before bind. [originally 2c538d4bde13 in 0.6] file | diff | annotate
Thu, 04 Mar 2010 02:22:45 +0500 Waqas Hussain stanza_router: Don't send error replies for stanzas of type 'error' and 'result' on unbound authenticated connections. file | diff | annotate
Thu, 04 Mar 2010 02:20:17 +0500 Waqas Hussain stanza_router: Allow non-jabber:client elements after auth, before bind. file | diff | annotate
Fri, 29 Jan 2010 21:04:36 +0500 Waqas Hussain stanza_router: Added third parameter to core_post_stanza, to control pre-events. file | diff | annotate
Mon, 18 Jan 2010 16:31:57 +0000 Matthew Wild stanza_router: Log the name of unhandled stanzas (thanks bear) file | diff | annotate
Sun, 21 Feb 2010 17:43:05 +0500 Waqas Hussain stanza_router: Make sure /self events are fired when the 'to' attribute is missing. file | diff | annotate
Sat, 13 Feb 2010 02:55:24 +0500 Waqas Hussain stanza_router: Fire /self events for stanzas users send to their own bare JID. file | diff | annotate
Fri, 29 Jan 2010 21:04:36 +0500 Waqas Hussain stanza_router: Added third parameter to core_post_stanza, to control pre-events. file | diff | annotate
Mon, 18 Jan 2010 16:31:57 +0000 Matthew Wild stanza_router: Log the name of unhandled stanzas (thanks bear) file | diff | annotate
Sun, 22 Nov 2009 04:46:48 +0000 Matthew Wild stanza_router: Don't log full stanzas destined for s2s file | diff | annotate
Sat, 17 Oct 2009 23:46:34 +0500 Waqas Hussain stanza_router: Added a compatibility workaround for missing 'id' attribute in <iq/> elements. file | diff | annotate
Sat, 17 Oct 2009 13:33:23 +0100 Matthew Wild stanza_router: Localize hosts, full_sessions and bare_sessions, and take from the prosody object instead of _G file | diff | annotate
Sun, 04 Oct 2009 22:12:12 +0500 Waqas Hussain Merge with 0.5 file | diff | annotate
Sun, 04 Oct 2009 21:46:35 +0500 Waqas Hussain stanza_router: Reply to IQ requests with missing 'id' attribute with a bad-request error. file | diff | annotate
Sun, 04 Oct 2009 16:31:27 +0100 Matthew Wild stanza_router: Add COMPAT comment for Pidgin workaround file | diff | annotate
Tue, 28 Jul 2009 00:42:56 +0500 Waqas Hussain Fixed: Possible duplicate error replies for unhandled stanzas file | diff | annotate
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers file | diff | annotate
Fri, 10 Jul 2009 02:50:57 +0100 Matthew Wild stanza_router: Catch and log an error case which I don't think should happen (but sometimes seems to) file | diff | annotate
Fri, 03 Jul 2009 04:04:27 +0100 Matthew Wild stanza_router: Check host.disallow_s2s before routing over s2sout. you can haz no s2s. file | diff | annotate
Mon, 29 Jun 2009 13:15:46 +0500 Waqas Hussain stanza_router: Removed unnecessary xmlns check file | diff | annotate
Mon, 29 Jun 2009 13:15:09 +0500 Waqas Hussain stanza_router: Don't fire preprocessing events if stanza is not from full JID file | diff | annotate
Fri, 26 Jun 2009 05:54:03 +0100 Matthew Wild stanza_router: Fire events also for stanzas to components file | diff | annotate
Thu, 25 Jun 2009 08:20:38 +0500 Waqas Hussain stanza_router: Remove unused variables and code file | diff | annotate
Thu, 25 Jun 2009 08:17:02 +0500 Waqas Hussain stanza_router: A little refactoring file | diff | annotate
Thu, 25 Jun 2009 08:15:42 +0500 Waqas Hussain stanza_router: Remove unused variables file | diff | annotate
Thu, 25 Jun 2009 08:13:21 +0500 Waqas Hussain stanza_router: Remove even more old routing code file | diff | annotate
Thu, 25 Jun 2009 08:11:05 +0500 Waqas Hussain stanza_router: Remove some more old routing code file | diff | annotate
Thu, 25 Jun 2009 08:04:10 +0500 Waqas Hussain stanza_router: Call core_post_stanza from core_route_stanza in place of old routing code file | diff | annotate
Thu, 25 Jun 2009 07:59:04 +0500 Waqas Hussain stanza_router: Removed unused function: select_best_resources file | diff | annotate
Thu, 25 Jun 2009 07:57:57 +0500 Waqas Hussain stanza_router: Removed old routing code file | diff | annotate
Sat, 20 Jun 2009 18:18:38 +0500 Waqas Hussain stanza_router: Skip prepping 'to' in many common cases - #optimization file | diff | annotate
Sat, 20 Jun 2009 18:08:57 +0500 Waqas Hussain stanza_router: Skip prepping 'from' on c2s origins - #optimization file | diff | annotate
Sat, 20 Jun 2009 17:53:39 +0500 Waqas Hussain stanza_router: Fixed a corner case where processing could continue after an error reply file | diff | annotate
Sat, 20 Jun 2009 17:51:00 +0500 Waqas Hussain stanza_router: A little refactoring file | diff | annotate
Sun, 14 Jun 2009 18:21:19 +0500 Waqas Hussain stanza_router: Remove unused variables file | diff | annotate
Sun, 14 Jun 2009 18:02:02 +0500 Waqas Hussain stanza_router: Remove all traces of presencemanager file | diff | annotate
Sun, 14 Jun 2009 14:28:20 +0500 Waqas Hussain stanza_router: Use stanza.attr.from's host instead of origin.host when routing stanzas to remote hosts (fixes problem with sending from node@host components) file | diff | annotate
Thu, 04 Jun 2009 21:11:33 +0500 Waqas Hussain stanza_router: Remove unused s2s dialback functions file | diff | annotate
Wed, 03 Jun 2009 21:27:32 +0500 Waqas Hussain stanza_router: workaround for a Pidgin bug which sets 'to' to the SRV result file | diff | annotate
Wed, 03 Jun 2009 08:00:07 +0500 Waqas Hussain stanza_router: Remove the 'to' attribute when it's value is the bare JID of the local user sending the stanza file | diff | annotate
Mon, 01 Jun 2009 17:53:39 +0500 Waqas Hussain stanza_router: Reply with an error on groupchat messages to bare JID file | diff | annotate
Mon, 01 Jun 2009 15:48:39 +0500 Waqas Hussain stanza_router: Don't reply with an error on invalid JIDs in error or result stanzas file | diff | annotate
Mon, 01 Jun 2009 15:09:42 +0500 Waqas Hussain stanza_router: Proper error for clients sending stanzas after auth but before resource binding file | diff | annotate
Mon, 01 Jun 2009 02:06:02 +0100 Matthew Wild Merge backout with following commits file | diff | annotate
Mon, 01 Jun 2009 02:05:27 +0100 Matthew Wild Backed out changeset 98f0e9eadf3b (better fix on the way) file | diff | annotate
Sun, 31 May 2009 22:52:50 +0100 Matthew Wild stanza_router: Don't route before firing events... waqas, is this safe? file | diff | annotate
Sun, 31 May 2009 21:35:21 +0100 Matthew Wild stanza_router: Fire global event if host doesn't have events, fixes #103 file | diff | annotate
Sun, 31 May 2009 02:20:30 +0500 Waqas Hussain stanza_router: Fire events for non-jabber:client and pre-auth stanzas file | diff | annotate
Sun, 31 May 2009 00:43:24 +0500 Waqas Hussain stanza_router: Changed to use the prosody.events object directly, rather than through eventmanager2 file | diff | annotate
Fri, 29 May 2009 22:11:44 +0100 Matthew Wild stanza_router: Fix syntax errors file | diff | annotate
Sat, 30 May 2009 02:06:04 +0500 Waqas Hussain stanza_router: Fire per-host stanza events file | diff | annotate
Thu, 28 May 2009 20:39:32 +0100 Matthew Wild stanza_router: Break off resource selection for messages into a standalone function file | diff | annotate
(0) -100 -60 tip

mercurial