Fri, 18 May 2018 15:01:38 +0100 .luacheckrc: Ignore currently-unclean files unless env var PROSODY_STRICT_LINT=1
Matthew Wild <mwild1@gmail.com> [Fri, 18 May 2018 15:01:38 +0100] rev 8803
.luacheckrc: Ignore currently-unclean files unless env var PROSODY_STRICT_LINT=1
Fri, 18 May 2018 15:00:14 +0100 .luacheckrc: Fix whitespace
Matthew Wild <mwild1@gmail.com> [Fri, 18 May 2018 15:00:14 +0100] rev 8802
.luacheckrc: Fix whitespace
Fri, 18 May 2018 14:58:14 +0100 GNUmakefile: Add 'lint' target
Matthew Wild <mwild1@gmail.com> [Fri, 18 May 2018 14:58:14 +0100] rev 8801
GNUmakefile: Add 'lint' target
Fri, 18 May 2018 14:57:39 +0100 util.iterators: Add join() method and tests
Matthew Wild <mwild1@gmail.com> [Fri, 18 May 2018 14:57:39 +0100] rev 8800
util.iterators: Add join() method and tests
Wed, 16 May 2018 23:59:30 +0100 Merge 0.10 -> trunk
Matthew Wild <mwild1@gmail.com> [Wed, 16 May 2018 23:59:30 +0100] rev 8799
Merge 0.10 -> trunk
Wed, 16 May 2018 23:57:30 +0100 MUC: Restore status codes on presence sent to occupant when their affiliation changes (thanks jonasw)
Matthew Wild <mwild1@gmail.com> [Wed, 16 May 2018 23:57:30 +0100] rev 8798
MUC: Restore status codes on presence sent to occupant when their affiliation changes (thanks jonasw)
Wed, 16 May 2018 23:50:08 +0100 Merge 0.10 -> trunk
Matthew Wild <mwild1@gmail.com> [Wed, 16 May 2018 23:50:08 +0100] rev 8797
Merge 0.10 -> trunk This commit intentionally drops changes from c2b99fa134b3 and 8da11142fabf which are based on older MUC code.
Wed, 16 May 2018 12:17:06 +0100 MUC: Allow the number of messages sent by default to be configured (fixes #397)
Matthew Wild <mwild1@gmail.com> [Wed, 16 May 2018 12:17:06 +0100] rev 8796
MUC: Allow the number of messages sent by default to be configured (fixes #397)
Wed, 16 May 2018 12:14:21 +0100 MUC: Import revised, more comprehensive patch for 8da11142fabf (#345)
Matthew Wild <mwild1@gmail.com> [Wed, 16 May 2018 12:14:21 +0100] rev 8795
MUC: Import revised, more comprehensive patch for 8da11142fabf (#345)
Sat, 18 Mar 2017 18:47:28 +0100 muc: Allow clients to change multiple affiliations or roles at once (#345)
Lennart Sauerbeck <devel@lennart.sauerbeck.org> [Sat, 18 Mar 2017 18:47:28 +0100] rev 8794
muc: Allow clients to change multiple affiliations or roles at once (#345) According to XEP-0045 sections 9.2, 9.5 and 9.8 affiliation lists and role lists should allow mass-modification. Prosody however would just use the first entry of the list and ignore the rest. This is fixed by introducing a `for` loop to `set` stanzas of the respective `muc#admin` namespace. In order for this loop to work, the error handling was changed a little. Prosody no longer returns after the first error. Instead, an error reply is sent for each malformed or otherwise wrong entry, but the loop keeps going over the other entries. This may lead to multiple error messages being sent for one client request. A notable exception from this is when the XML Schema for `muc#admin` requests is violated. In that case the loop is aborted with an error message to the client. The change is a bit bigger than that in order to have the loop only for `set` stanzas without changing the behaviour of the `get` stanzas. This is now more in line with trunk, where there are separate methods for each stanza type. References: #345
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip