core.stanza_router: Verify that xmlns exists for firing stanza/iq/xmlns/name events (fixes #1022) (thanks SamWhited)
|
Kim Alvefur |
Tue, 17 Oct 2017 07:09:00 +0200 |
core: Split some very long lines [luacheck]
|
Kim Alvefur |
Sat, 04 Mar 2017 17:49:48 +0100 |
stanza_router: Fix typo
|
Kim Alvefur |
Mon, 02 Jan 2017 01:59:03 +0100 |
core.stanza_router: Remove hack for allowing resource binding IQ before resource binding
|
Kim Alvefur |
Tue, 13 Dec 2016 18:16:20 +0100 |
core.stanza_router: Separate iq type check from child count check
|
Kim Alvefur |
Fri, 25 Nov 2016 05:08:09 +0100 |
core.stanza_router: Require 'id' attribute on iq stanzas (fixes #785)
|
Kim Alvefur |
Fri, 25 Nov 2016 05:06:13 +0100 |
stanza_router: Make 'unhandled stanza' errors more informative
|
Matthew Wild |
Wed, 31 Aug 2016 16:40:26 +0100 |
core.stanza_router: Remove compatibility with Jabiru not including id attribute (originally added in 9b352c8a32e6)
|
Kim Alvefur |
Mon, 30 May 2016 13:29:43 +0200 |
portmanager, s2smanager, sessionmanager, stanza_router, storagemanager, usermanager, util.xml: Add luacheck annotations
|
Matthew Wild |
Wed, 06 May 2015 19:20:07 +0100 |
Merge 0.9->0.10
|
Kim Alvefur |
Mon, 26 Jan 2015 15:25:16 +0100 |
stanza_router: Fix routing of 'error' IQs with multiple childs (thanks Pawel)
|
Kim Alvefur |
Tue, 06 Jan 2015 17:39:47 +0100 |
core.stanza_router, mod_s2s: Move handling of S2S features to mod_s2s from stanza_router
|
Kim Alvefur |
Tue, 09 Sep 2014 15:05:46 +0200 |
Merge 0.9->0.10
|
Kim Alvefur |
Tue, 09 Sep 2014 14:42:33 +0200 |
core.stanza_router: Stricter validation of stanzas
|
Kim Alvefur |
Tue, 09 Sep 2014 14:42:10 +0200 |
Remove all trailing whitespace
|
Florian Zeitz |
Fri, 09 Aug 2013 17:48:21 +0200 |
stanza_router: Warn if the global core_*_stanza() functions are called
|
Kim Alvefur |
Thu, 26 Jul 2012 04:30:30 +0200 |
stanza_router: Also don't bounce <iq type='result'>
|
Matthew Wild |
Sun, 27 May 2012 11:57:56 +0100 |
stanza_router: Don't bounce type=error stanzas
|
Kim Alvefur |
Sun, 27 May 2012 04:01:34 +0200 |
prosody, stanza_router: Load stanza_router earlier. Put routing functions in the global prosody table. Fixes module:send()
|
Kim Alvefur |
Mon, 14 May 2012 17:58:51 +0200 |
stanza_router: Fix variable name
|
Matthew Wild |
Sat, 12 May 2012 03:24:06 +0100 |
stanza_router: Close stream for unhandled stanzas from unauthenticated connections (we can't reply)
|
Matthew Wild |
Sat, 12 May 2012 01:47:53 +0100 |
stanza_router: Remove FIXME comment and close stream with not-authorized for s2s stanzas from unauthed domains
|
Matthew Wild |
Sat, 12 May 2012 00:33:04 +0100 |
stanza_router: Catch s2s stanzas to hosts we don't serve earlier, and close with host-unknown (thanks darkrain)
|
Matthew Wild |
Sat, 12 May 2012 00:31:48 +0100 |
stanza_router: Fire route/remote per-host
|
Matthew Wild |
Fri, 04 May 2012 01:49:13 +0100 |
stanza_router: Allow route/remote handlers to return false to block a stanza
|
Matthew Wild |
Fri, 04 May 2012 01:46:54 +0100 |
stanza_router: Replace s2s send logic with firing of a 'route/remote' event
|
Matthew Wild |
Mon, 23 Jan 2012 16:25:21 +0000 |
stanza_router: Remove obsolete commented code
|
Matthew Wild |
Mon, 23 Jan 2012 16:24:06 +0000 |
stanza_router: Return a <bad-request/> error on invalid IQ type.
|
Waqas Hussain |
Sat, 29 Jan 2011 04:42:56 +0500 |
componentmanager, stanza_router: Get rid of componentmanager.handle_stanza().
|
Waqas Hussain |
Wed, 10 Nov 2010 02:51:36 +0500 |
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.
|
Waqas Hussain |
Sat, 16 Oct 2010 08:34:32 +0500 |