core/stanza_router.lua
Sun, 21 Oct 2018 14:45:22 +0200 Kim Alvefur stanza_router: Remove deprecation warning for core routing functions from global scope (deprecated in 0.9)
Mon, 30 Jul 2018 15:13:54 +0100 Matthew Wild Merge 0.10->trunk
Sun, 22 Jul 2018 19:44:58 +0200 Kim Alvefur core.stanza_router: Reduce logging of common routing (#776)
Sun, 22 Jul 2018 19:44:58 +0200 Kim Alvefur core.stanza_router: Reduce logging of common routing (#776)
Fri, 23 Mar 2018 13:15:19 +0100 Kim Alvefur stanza_router: Limit scope of deprecated warning function since it is not used anywhere else [luacheck]
Tue, 17 Oct 2017 07:09:00 +0200 Kim Alvefur core.stanza_router: Verify that xmlns exists for firing stanza/iq/xmlns/name events (fixes #1022) (thanks SamWhited)
Sat, 04 Mar 2017 17:49:48 +0100 Kim Alvefur core: Split some very long lines [luacheck]
Mon, 02 Jan 2017 01:59:03 +0100 Kim Alvefur stanza_router: Fix typo
Tue, 13 Dec 2016 18:16:20 +0100 Kim Alvefur core.stanza_router: Remove hack for allowing resource binding IQ before resource binding
Fri, 25 Nov 2016 05:08:09 +0100 Kim Alvefur core.stanza_router: Separate iq type check from child count check
Fri, 25 Nov 2016 05:06:13 +0100 Kim Alvefur core.stanza_router: Require 'id' attribute on iq stanzas (fixes #785)
Wed, 31 Aug 2016 16:40:26 +0100 Matthew Wild stanza_router: Make 'unhandled stanza' errors more informative
Mon, 30 May 2016 13:29:43 +0200 Kim Alvefur core.stanza_router: Remove compatibility with Jabiru not including id attribute (originally added in 9b352c8a32e6)
Wed, 06 May 2015 19:20:07 +0100 Matthew Wild portmanager, s2smanager, sessionmanager, stanza_router, storagemanager, usermanager, util.xml: Add luacheck annotations
Mon, 26 Jan 2015 15:25:16 +0100 Kim Alvefur Merge 0.9->0.10
Tue, 06 Jan 2015 17:39:47 +0100 Kim Alvefur stanza_router: Fix routing of 'error' IQs with multiple childs (thanks Pawel)
Tue, 09 Sep 2014 15:05:46 +0200 Kim Alvefur core.stanza_router, mod_s2s: Move handling of S2S features to mod_s2s from stanza_router
Tue, 09 Sep 2014 14:42:33 +0200 Kim Alvefur Merge 0.9->0.10
Tue, 09 Sep 2014 14:42:10 +0200 Kim Alvefur core.stanza_router: Stricter validation of stanzas
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Thu, 26 Jul 2012 04:30:30 +0200 Kim Alvefur stanza_router: Warn if the global core_*_stanza() functions are called
Sun, 27 May 2012 11:57:56 +0100 Matthew Wild stanza_router: Also don't bounce <iq type='result'>
Sun, 27 May 2012 04:01:34 +0200 Kim Alvefur stanza_router: Don't bounce type=error stanzas
Mon, 14 May 2012 17:58:51 +0200 Kim Alvefur prosody, stanza_router: Load stanza_router earlier. Put routing functions in the global prosody table. Fixes module:send()
Sat, 12 May 2012 03:24:06 +0100 Matthew Wild stanza_router: Fix variable name
Sat, 12 May 2012 01:47:53 +0100 Matthew Wild stanza_router: Close stream for unhandled stanzas from unauthenticated connections (we can't reply)
Sat, 12 May 2012 00:33:04 +0100 Matthew Wild stanza_router: Remove FIXME comment and close stream with not-authorized for s2s stanzas from unauthed domains
Sat, 12 May 2012 00:31:48 +0100 Matthew Wild stanza_router: Catch s2s stanzas to hosts we don't serve earlier, and close with host-unknown (thanks darkrain)
Fri, 04 May 2012 01:49:13 +0100 Matthew Wild stanza_router: Fire route/remote per-host
Fri, 04 May 2012 01:46:54 +0100 Matthew Wild stanza_router: Allow route/remote handlers to return false to block a stanza
Mon, 23 Jan 2012 16:25:21 +0000 Matthew Wild stanza_router: Replace s2s send logic with firing of a 'route/remote' event
Mon, 23 Jan 2012 16:24:06 +0000 Matthew Wild stanza_router: Remove obsolete commented code
Sat, 29 Jan 2011 04:42:56 +0500 Waqas Hussain stanza_router: Return a <bad-request/> error on invalid IQ type.
Wed, 10 Nov 2010 02:51:36 +0500 Waqas Hussain componentmanager, stanza_router: Get rid of componentmanager.handle_stanza().
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.
Tue, 30 Mar 2010 19:45:56 +0100 Matthew Wild Merge 0.6->0.7
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
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
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]
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]
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.
Thu, 04 Mar 2010 02:20:17 +0500 Waqas Hussain stanza_router: Allow non-jabber:client elements after auth, before bind.
Fri, 29 Jan 2010 21:04:36 +0500 Waqas Hussain stanza_router: Added third parameter to core_post_stanza, to control pre-events.
Mon, 18 Jan 2010 16:31:57 +0000 Matthew Wild stanza_router: Log the name of unhandled stanzas (thanks bear)
Sun, 21 Feb 2010 17:43:05 +0500 Waqas Hussain stanza_router: Make sure /self events are fired when the 'to' attribute is missing.
Sat, 13 Feb 2010 02:55:24 +0500 Waqas Hussain stanza_router: Fire /self events for stanzas users send to their own bare JID.
Fri, 29 Jan 2010 21:04:36 +0500 Waqas Hussain stanza_router: Added third parameter to core_post_stanza, to control pre-events.
Mon, 18 Jan 2010 16:31:57 +0000 Matthew Wild stanza_router: Log the name of unhandled stanzas (thanks bear)
Sun, 22 Nov 2009 04:46:48 +0000 Matthew Wild stanza_router: Don't log full stanzas destined for s2s
Sat, 17 Oct 2009 23:46:34 +0500 Waqas Hussain stanza_router: Added a compatibility workaround for missing 'id' attribute in <iq/> elements.
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
Sun, 04 Oct 2009 22:12:12 +0500 Waqas Hussain Merge with 0.5
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.
Sun, 04 Oct 2009 16:31:27 +0100 Matthew Wild stanza_router: Add COMPAT comment for Pidgin workaround
Tue, 28 Jul 2009 00:42:56 +0500 Waqas Hussain Fixed: Possible duplicate error replies for unhandled stanzas
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers
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)
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.
Mon, 29 Jun 2009 13:15:46 +0500 Waqas Hussain stanza_router: Removed unnecessary xmlns check
less more (0) -100 -60 tip