log core/hostmanager.lua @ 9598:dcd85bc34d21

age author description
Tue, 06 Mar 2018 01:45:58 +0100 Kim Alvefur Merge 0.10->trunk
Sat, 24 Feb 2018 19:40:18 +0100 Kim Alvefur hostmanager: Add a logging close method in case something tries to close the origin of local-originated stanzas (see #1084)
Wed, 28 Feb 2018 20:06:26 +0100 Kim Alvefur vairious: Add annotation when an empty environment is set [luacheck]
Thu, 21 Sep 2017 02:36:28 +0200 Kim Alvefur Merge 0.10->trunk
Wed, 20 Sep 2017 14:42:21 +0100 Matthew Wild hostmanager: Add support for 'disco_hidden' option to hide hosts from disco#items (thanks Ge0rG)
Fri, 05 Feb 2016 00:10:46 +0000 Matthew Wild hostmanager: Remove unused imports of 'jid_split' and 'select'
Thu, 20 Aug 2015 13:05:22 +0200 Kim Alvefur Merge 0.10->trunk
Sat, 21 Feb 2015 10:42:19 +0100 Kim Alvefur core.*: Remove use of module() function
Tue, 19 May 2015 16:33:47 +0200 Kim Alvefur Merge 0.10->trunk
Mon, 18 May 2015 20:50:50 +0200 Kim Alvefur hostmanager: Metatable with __tostring on hosts
Fri, 03 Apr 2015 19:34:47 +0100 Matthew Wild Merge 0.10->trunk
Fri, 03 Apr 2015 19:22:55 +0100 Matthew Wild hostmanager: Rename variable to avoid shadowing 'type()' function
Wed, 21 Jan 2015 01:29:00 +0000 Matthew Wild Merge 0.10->trunk
Tue, 20 Jan 2015 11:30:07 +0000 Matthew Wild hostmanager: Remove unused import of util.uuid
Fri, 26 Sep 2014 17:10:43 +0100 Matthew Wild hostmanager: Don't prevent host_session.send() from routing errors or iq results, so modules can handle them. This code was originally added for a reason, but I can't remember what it was.