plugins/muc/muc.lib.lua
Mon, 18 Apr 2016 19:26:26 +0200 Kim Alvefur MUC: Move room deserialization to muc.lib
Mon, 18 Apr 2016 19:20:51 +0200 Kim Alvefur MUC: Wrap "support" for the groupchat 1.0 join protocol in a config option to allow disabling
Mon, 18 Apr 2016 19:08:31 +0200 Kim Alvefur MUC: Save yourself! (fixes reference to current room)
Mon, 18 Apr 2016 16:51:09 +0200 Kim Alvefur MUC: Assign occupants unavailable presence on room destruction, fixes destruction notification
Mon, 18 Apr 2016 14:54:01 +0200 Kim Alvefur MUC: Use config passed to rew_roow()
Sun, 17 Apr 2016 22:09:44 +0200 Kim Alvefur MUC: Move 'preserialization' step to muc.lib
Fri, 15 Apr 2016 11:50:55 +0200 Kim Alvefur MUC: Save room to storage once after form processing, not in each individual setter
Thu, 14 Apr 2016 21:23:09 +0200 Kim Alvefur MUC: Provide a noop stub room:save() method
Fri, 08 Apr 2016 17:54:46 +0200 Kim Alvefur MUC: Include originating session and stanza in events
Fri, 08 Apr 2016 17:53:49 +0200 Kim Alvefur MUC: Spread event tables over multiple lines
Fri, 11 Mar 2016 20:35:26 +0100 Kim Alvefur MUC: Use already initialized logger
Wed, 03 Feb 2016 02:13:03 +0100 Kim Alvefur Merge 0.10->trunk
Wed, 03 Feb 2016 02:07:03 +0100 Kim Alvefur MUC: Fire a muc-disco#info event like in trunk so modules can extend the reply
Wed, 03 Feb 2016 02:05:49 +0100 Kim Alvefur MUC: Separate form data from form in disco#info event
Wed, 20 Jan 2016 15:04:42 +0100 Kim Alvefur MUC: Add luacheck annotations, remove unused vars, rename conflicting vars etc
Wed, 16 Dec 2015 16:47:34 +0000 Matthew Wild Merge 0.10->trunk
Wed, 16 Dec 2015 16:45:57 +0000 Matthew Wild Merge 0.9->0.10
Wed, 16 Dec 2015 16:41:48 +0000 Matthew Wild MUC: Fix incorrect nesting of status codes when room config changes (fixes #579)
Fri, 11 Dec 2015 15:27:01 +0000 Matthew Wild MUC: Fire per-field events for the config form, including those with value == nil (no <value/> element in form)
Thu, 10 Dec 2015 18:58:30 +0000 Matthew Wild Merge 0.10->trunk
Wed, 09 Dec 2015 16:33:43 +0100 Kim Alvefur MUC: Fix previous commit
Tue, 08 Dec 2015 20:19:30 +0100 Kim Alvefur MUC: Process only options that are included in a form (Fixes #521)
Tue, 17 Nov 2015 17:12:45 +0000 Matthew Wild Merge 0.10->trunk
Tue, 17 Nov 2015 17:04:04 +0000 Matthew Wild Merge 0.9->0.10
Tue, 17 Nov 2015 17:01:25 +0000 Matthew Wild muc.lib: Fix pattern so that it doesn't match hashes containing null bytes, causing dropped stanzas (thanks Jitsi folk!)
Sun, 18 Oct 2015 14:00:15 +0200 Kim Alvefur MUC: Reject muc:admin query with missing <item> child
Thu, 17 Sep 2015 22:15:26 +0200 Kim Alvefur Merge 0.10->trunk
Sat, 12 Sep 2015 18:52:39 +0200 Kim Alvefur MUC: Break a very long line
Thu, 17 Sep 2015 13:02:09 -0700 Lance Stout MUC: Prevent double replies when MUC affiliation/role change requests fail.
Tue, 15 Sep 2015 19:39:57 +0200 Kim Alvefur MUC: Fix traceback in request for MUC affiliation lists by non-affiliated (thanks Lance)
Mon, 24 Aug 2015 13:16:49 +1000 daurnimator plugins/muc/muc.lib: Fix issue #505 where unavailable presences were never used
Mon, 17 Aug 2015 01:58:53 +0200 Kim Alvefur MUC: Fix logic error
Mon, 27 Jul 2015 18:34:51 +1000 daurnimator plugins/muc: Move loading of optional muc libraries from muc.lib.lua to mod_muc
Fri, 14 Nov 2014 17:37:47 -0500 daurnimator plugins/muc/muc.lib: Allow muc-broadcast-presence event listeners to modify nick, actor, reason
Tue, 11 Nov 2014 13:08:34 -0500 daurnimator plugins/muc/muc.lib: Don't expose actor jids to users when anonymous
Wed, 15 Oct 2014 17:08:19 -0400 daurnimator plugins/muc/muc.lib: Add :each_affiliation() iterator
Wed, 15 Oct 2014 16:56:42 -0400 daurnimator plugins/muc/muc.lib: Kick users from outcast hosts
Wed, 15 Oct 2014 14:28:16 -0400 daurnimator plugins/muc/muc.lib: Fix passing actor along as a boolean (thanks fippo)
Fri, 26 Sep 2014 17:44:14 -0400 daurnimator plugins/muc/muc.lib: Fire muc-occupant-left from other places an occupant may leave the room
Fri, 26 Sep 2014 17:43:00 -0400 daurnimator plugins/muc/muc.lib: Validate affiliations and roles to admin query get
Fri, 26 Sep 2014 17:34:02 -0400 daurnimator plugins/muc/muc.lib: Add missing :up()
Fri, 26 Sep 2014 17:33:38 -0400 daurnimator plugins/muc/muc.lib: Use occupants iterator instead of assuming pairs
Fri, 26 Sep 2014 17:34:15 +0100 Matthew Wild muc: Add 'occupant' to muc-occupant-{joined,left,session-new} events (thanks daurnimator/fippo)
Thu, 25 Sep 2014 17:43:00 -0400 daurnimator plugins/muc: Add muc-occupant-groupchat event
Tue, 16 Sep 2014 17:11:29 -0400 daurnimator plugins/muc/muc.lib: Fix iq results coming from the real jid, not the in-room jid (thanks Lance)
Tue, 16 Sep 2014 13:02:21 -0400 daurnimator plugins/muc/muc.lib: Allow plugins to reject broadcasts in the muc-broadcast-message event.
Fri, 05 Sep 2014 12:16:53 -0400 daurnimator plugins/muc: Add affiliation_notify config option to send out status code 101
Fri, 05 Sep 2014 11:28:28 -0400 daurnimator plugins/muc/muc.lib: Add muc-set-affiliation event
Fri, 05 Sep 2014 11:20:54 -0400 daurnimator plugins/muc/muc.lib: Use get_affilation() inside of set_affiliation(), so that the override in mod_muc works
Fri, 05 Sep 2014 11:19:16 -0400 daurnimator plugins/muc/muc.lib: Add instant room support
Fri, 25 Jul 2014 18:34:43 +0100 Matthew Wild mod_muc/muc.lib: Remove is_anonymous from event (fix for ec57067c1e0d)
Fri, 25 Jul 2014 18:32:15 +0100 Matthew Wild mod_muc/muc.lib: Pass all info to muc-broadcast-presence handlers that would be required to use room:build_item_list() - useful for plugins
Tue, 17 Jun 2014 15:27:00 -0400 daurnimator plugins/muc/muc: Fire broadcast presences event before creating full/anon presences
Tue, 17 Jun 2014 15:18:43 -0400 daurnimator plugins/muc: Fix use of incorrect event on occupant join
Wed, 11 Jun 2014 14:59:59 -0400 daurnimator plugins/muc/muc.lib: Deliver declines to in-room jids correctly
Fri, 06 Jun 2014 14:34:01 -0400 daurnimator plugins/muc/muc.lib: Don't add invite/decline bodies if they already have one
Fri, 06 Jun 2014 14:33:43 -0400 daurnimator plugins/muc/muc.lib: Use original decline as template for medated decline
Thu, 05 Jun 2014 17:08:05 -0400 daurnimator plugins/muc/muc: When forwarding mediated invites; use filtered version of original invite instead of new object
Sun, 01 Jun 2014 15:40:04 -0400 daurnimator plugins/muc/muc.lib: Fix incorrect whois logic (thanks mva)
Sun, 01 Jun 2014 04:42:55 -0400 Waqas Hussain plugins/muc/muc.lib: Fix whois check when broadcasting occupant presence
Fri, 30 May 2014 18:31:26 -0400 Waqas Hussain Merge with daurnimator
Thu, 29 May 2014 13:27:41 -0400 daurnimator plugins/muc/muc.lib: Fire event for presence broadcast
Fri, 23 May 2014 20:37:16 +0100 Matthew Wild Merge with daurnimator
Wed, 21 May 2014 13:19:57 -0400 daurnimator plugins/muc/muc.lib: Even unavailable session need to be routed to sometimes (e.g. their own leave)
Wed, 21 May 2014 13:11:00 -0400 daurnimator plugins/muc/muc: Only set role to nil if it's the last session to leave
Mon, 19 May 2014 13:40:54 -0400 daurnimator plugins/muc/muc: Better check for live sessions
Mon, 19 May 2014 13:40:24 -0400 daurnimator plugins/muc/muc: Always send occupant list to joining sessions
Tue, 29 Apr 2014 15:13:06 -0400 daurnimator plugins/muc: Move 'module:get_option_number("max_history_messages")' from mod_muc into history lib; remove from muclib exports
Tue, 29 Apr 2014 12:54:04 -0400 daurnimator plugins/muc: Add room:has_occupant() method
Sat, 17 May 2014 18:17:34 +0100 Matthew Wild Merge with daurnimator
Thu, 08 May 2014 18:09:59 +0100 Matthew Wild Merge with Prosody trunk
Mon, 21 Apr 2014 17:51:32 -0400 daurnimator plugins/muc/muc.lib: Move sending of occupant list to joining user out of hook, and into main flow: It has to occur before publication of their status
Mon, 21 Apr 2014 17:39:18 -0400 daurnimator plugins/muc/muc.lib: Remove reversed conditionals when firing pre- events
Fri, 18 Apr 2014 12:19:33 -0400 daurnimator plugins/muc/muc.lib: When user leaves; set their role to nil
Fri, 18 Apr 2014 12:19:04 -0400 daurnimator plugins/muc: Move 'moderated' code to seperate file; changes default "muc-get-default-role" behaviour
Wed, 16 Apr 2014 14:16:14 -0400 daurnimator plugins/muc: Move 'hidden' ('public') code to own file
Wed, 16 Apr 2014 13:54:51 -0400 daurnimator plugins/muc: Move subject code to seperate module
Tue, 15 Apr 2014 18:20:56 -0400 daurnimator plugins/muc/muc.lib: Refactor subject logic; fix bug of mixed up subject/author
Tue, 15 Apr 2014 17:06:04 -0400 daurnimator plugins/muc: Move persistent room configuration to own module
Fri, 04 Apr 2014 11:20:20 -0400 daurnimator plugins/muc/muc.lib: Move members_only into seperate file
Thu, 03 Apr 2014 18:36:28 -0400 daurnimator plugins/muc/muc.lib: Turn get_default_role into an event
Thu, 03 Apr 2014 18:10:16 -0400 daurnimator plugins/muc/muc.lib: Fix getting a list of occupants by role (it was sending presences instead of items inside an iq)
Thu, 03 Apr 2014 17:09:04 -0400 daurnimator plugins/muc: Move valid_roles, valid_affiliations and is_kickable_error to new muc/util module
Thu, 03 Apr 2014 16:10:43 -0400 daurnimator plugins/muc/muc.lib: Use util.iterators to count occupants
Thu, 03 Apr 2014 16:04:04 -0400 daurnimator plugins/muc/muc.lib: Move occupancy check to later in `deconstruct_stanza_id`: As vcards are from the bare jid, you need to use the `from_jid` out of the encoded `id`
Thu, 03 Apr 2014 15:14:52 -0400 daurnimator plugins/muc: Move history to an external module
Thu, 03 Apr 2014 14:24:27 -0400 daurnimator plugins/muc: Move `whois` code to seperate file
Thu, 03 Apr 2014 14:23:06 -0400 daurnimator plugins/muc/muc.lib: Remember to coerce nil role to "none"
Thu, 03 Apr 2014 12:44:27 -0400 daurnimator plugins/muc/muc.lib: Refactor of change-nick presence handling
Thu, 03 Apr 2014 12:25:03 -0400 daurnimator plugins/muc/muc.lib: Clean up whois handling
Wed, 02 Apr 2014 17:02:07 -0400 daurnimator plugins/muc: Move name functions to seperate module
Wed, 02 Apr 2014 16:57:59 -0400 daurnimator plugins/muc: Move password functions to seperate module
Wed, 02 Apr 2014 15:48:25 -0400 daurnimator plugins/muc: Move locking to seperate module
Wed, 02 Apr 2014 15:14:52 -0400 daurnimator plugins/muc/muc.lib: Move description functions out to own file
Wed, 02 Apr 2014 11:35:00 -0400 daurnimator plugins/muc/muc.lib: Modify muc-config-submitted to keep a list of status codes instead of fields changed
Tue, 01 Apr 2014 17:45:03 -0400 daurnimator plugins/muc/muc.lib: Refactor out process_form into hooks
Tue, 01 Apr 2014 17:10:01 -0400 daurnimator plugins/muc/muc.lib: Move default config layout into hooks
Tue, 01 Apr 2014 15:41:44 -0400 daurnimator plugins/muc/muc.lib: Split up get_disco_info into events
Mon, 31 Mar 2014 14:46:59 -0400 daurnimator plugins/muc/muc.lib: Add muc-room-locked event
Mon, 31 Mar 2014 14:45:42 -0400 daurnimator plugins/muc/muc.lib: restrict invitations in members only rooms to admins
Mon, 31 Mar 2014 14:44:52 -0400 daurnimator plugins/muc/muc.lib: Don't try and get occupant jids for annotating invite affiliation changes
Mon, 31 Mar 2014 14:06:35 -0400 daurnimator plugins/muc/muc.lib: Update declines to be more like invites
Mon, 31 Mar 2014 13:54:27 -0400 daurnimator plugins/muc/muc.lib: Add pre-invite event. Move role check to it
Mon, 31 Mar 2014 12:31:15 -0400 daurnimator plugins/muc/muc.lib: Tidy up muc-invite event.
Mon, 31 Mar 2014 12:21:43 -0400 daurnimator plugins/muc/muc.lib: Remove top level pre-join event. Assign event priorities for other handlers
Fri, 28 Mar 2014 20:28:20 -0400 daurnimator plugins/muc/muc.lib: Use occupant methods where possible
Fri, 28 Mar 2014 20:25:10 -0400 daurnimator plugins/muc/muc.lib: Subjects get sent even if empty.
Fri, 28 Mar 2014 18:47:35 -0400 daurnimator plugins/muc/muc.lib: Fix typo (moderators vs moderator)
Fri, 28 Mar 2014 18:33:57 -0400 daurnimator plugins/muc/muc.lib: nick change unavailables should be from original occupant jid
Fri, 28 Mar 2014 18:33:38 -0400 daurnimator plugins/muc/muc.lib: Status codes should be inside of x element
Fri, 28 Mar 2014 17:58:25 -0400 daurnimator plugins/muc/muc.lib: Improve set affiliation logic;
Fri, 28 Mar 2014 14:15:18 -0400 daurnimator plugins/muc/muc.lib: Smarter validation in set_affiliation
Fri, 28 Mar 2014 13:34:46 -0400 daurnimator plugins/muc/muc.lib: Fix anonymous check in `send_occupant_list`
Fri, 28 Mar 2014 13:14:33 -0400 daurnimator plugins/muc/muc.lib: Allow `:send_occupant_list` to have no filter
Fri, 28 Mar 2014 13:11:11 -0400 daurnimator plugins/muc/muc.lib: Fix sending occupant jid instead of real jid in <item/> actor
Fri, 28 Mar 2014 13:05:36 -0400 daurnimator plugins/muc/muc.lib: Clean up :set_role. Removes :can_set_role
Fri, 28 Mar 2014 11:05:52 -0400 daurnimator plugins/muc/muc.lib: Remove callback parameter from set_role and set_affiliation
Thu, 27 Mar 2014 19:18:57 -0400 daurnimator plugins/muc/muc.lib: non-function changes (reordering, semicolons and comments)
Thu, 27 Mar 2014 19:16:13 -0400 daurnimator plugins/muc: Massive refactor
Sat, 10 May 2014 21:30:00 +0100 Matthew Wild mod_muc/muc.lib: Fix parameters to send_history() (thanks Peter Villeneuve)
Thu, 17 Apr 2014 09:01:32 +0100 Matthew Wild Merge with daurnimator
Thu, 27 Mar 2014 19:16:46 -0400 daurnimator plugins/muc/muc.lib: If decline is to person in room; route to all sessions
Thu, 27 Mar 2014 18:10:34 -0400 daurnimator plugins/muc/muc.lib: Have timestamp as seconds since epoch inside of history
Thu, 27 Mar 2014 18:09:42 -0400 daurnimator plugins/muc: Rename admin query hook
Mon, 24 Mar 2014 16:32:18 -0400 daurnimator plugins/muc/muc.lib: Add :broadcast method; use it from :broadcast_except_nick and :broadcast_message
Mon, 24 Mar 2014 13:36:43 -0400 daurnimator plugins/muc/muc.lib: Extra utility functions around subjects
Mon, 24 Mar 2014 13:34:06 -0400 daurnimator plugins/muc/muc.lib: Add muc-get-history event; it uses an iterator in the event object so that messages don't need to be all in memory at once
Mon, 24 Mar 2014 13:10:54 -0400 daurnimator plugins/muc/muc.lib: Add muc-broadcast-message event. Use it for saving to history
Mon, 24 Mar 2014 12:44:31 -0400 daurnimator plugins/muc/muc.lib: Better password check
Mon, 24 Mar 2014 10:25:43 -0400 daurnimator plugins/muc/muc.lib: Add muc-occupant-prejoin events; Use it for banned, members-only, password, nick-conflict and lock checks
Fri, 21 Mar 2014 14:01:02 -0400 daurnimator plugins/muc/muc.lib: Move password check and nick conflict check into `handle_join`
Thu, 20 Mar 2014 16:19:13 -0400 daurnimator plugins/muc/muc.lib: Additional `route_to_occupant` usage
Thu, 20 Mar 2014 16:14:22 -0400 daurnimator plugins/muc/muc.lib: Remove duplicate variable; it can never be nil.
Thu, 20 Mar 2014 15:50:29 -0400 daurnimator plugins/muc/muc.lib: Add decline event for parity with invite
Thu, 20 Mar 2014 15:22:02 -0400 daurnimator plugins/muc/muc.lib: Add route_to_occupant function to send a stanza to all occupant sessions
Thu, 20 Mar 2014 11:06:10 -0400 daurnimator plugins/muc: Have utility methods for locking the room
Wed, 19 Mar 2014 17:50:49 -0400 daurnimator plugins/muc/muc.lib: Use occupant jids when whois == "moderators"
Wed, 19 Mar 2014 17:50:00 -0400 daurnimator plugins/muc/muc.lib: Allow users with affiliations to invite while not in room themselves
Wed, 19 Mar 2014 17:46:25 -0400 daurnimator plugins/muc/muc.lib: Use `get_role` in `handle_admin_item_get_command`. Removed a TODO that's already done
Wed, 19 Mar 2014 17:33:32 -0400 daurnimator plugins/muc/muc.lib: Send invite out from event: removes '-prepared' from event name
Wed, 19 Mar 2014 17:30:21 -0400 daurnimator plugins/muc/muc.lib: Check role instead of current_nick
Wed, 19 Mar 2014 16:28:11 -0400 daurnimator plugins/muc/muc.lib: Remove `payload` argument from `handle_mediated_*`; extract it from inside.
Wed, 19 Mar 2014 16:24:17 -0400 daurnimator plugins/muc/muc.lib: Fix wrong variable in `construct_stanza_id` block
Wed, 19 Mar 2014 16:19:31 -0400 daurnimator plugins/muc/muc.lib: Add muc-invite-prepared event; Use it for granting affiliations in members only rooms
Wed, 19 Mar 2014 15:01:18 -0400 daurnimator plugins/muc/muc.lib: Don't get same variable twice.....
Wed, 19 Mar 2014 15:00:53 -0400 daurnimator plugins/muc/muc.lib: Use `get_occupant_jid` method instead of indexing _jid_nick
Wed, 19 Mar 2014 14:39:31 -0400 daurnimator plugins/muc/muc.lib: Fetch config via accessors instead of using `_data`
Wed, 19 Mar 2014 14:35:17 -0400 daurnimator plugins/muc/muc.lib: In `_route_stanza` access occupant data less often
Wed, 19 Mar 2014 14:06:04 -0400 daurnimator plugins/muc/muc.lib: Tidy up `get_filtered_presence`
Wed, 19 Mar 2014 13:59:59 -0400 daurnimator plugins/muc/muc.lib: Tidy up is_kickable_error: it didn't need to return the condition.
Wed, 19 Mar 2014 13:57:02 -0400 daurnimator plugins/muc/muc.lib: Use module.host where `muc_domain` was previously
Wed, 19 Mar 2014 13:56:14 -0400 daurnimator plugins/muc/muc.lib: Remove unused methods (breaks api)
Wed, 19 Mar 2014 12:19:44 -0400 daurnimator plugins/muc/muc.lib: Use more modern stanza methods
Wed, 19 Mar 2014 12:03:15 -0400 daurnimator plugins/muc: Provide a reasonable default `route_stanza`
Tue, 18 Mar 2014 18:52:28 -0400 daurnimator plugins/muc/muc: Add 'muc-occupant-left' event
Tue, 18 Mar 2014 16:01:53 -0400 daurnimator plugins/muc/muc: Only call get_password once in invite creation
Tue, 18 Mar 2014 15:42:48 -0400 daurnimator plugins/muc/muc: When there's no history; return an empty iterator
Tue, 18 Mar 2014 15:15:28 -0400 daurnimator plugins/muc/muc: Support mediated declines
Tue, 18 Mar 2014 15:15:14 -0400 daurnimator plugins/muc/muc: Rename `handle_invite_to_room` to `handle_mediated_invite`; clean up logic
Tue, 18 Mar 2014 14:56:20 -0400 daurnimator plugins/muc/muc: Check for mediated invites in a smarter way
Tue, 18 Mar 2014 14:54:41 -0400 daurnimator plugins/muc/muc: Add copyright for daurnimator
Fri, 21 Feb 2014 19:06:33 -0500 daurnimator plugins/muc/muc.lib: Add disco iq handlers with compatible argument signature
Fri, 21 Feb 2014 18:04:38 -0500 daurnimator plugins/muc/muc.lib: Move all kick code into one place
Fri, 21 Feb 2014 17:52:40 -0500 daurnimator plugins/muc/muc.lib: Make use of return values to send service-unavailable errors
Fri, 21 Feb 2014 17:40:16 -0500 daurnimator plugins/muc/muc.lib: Add some missing return values
Fri, 21 Feb 2014 17:17:01 -0500 daurnimator plugins/muc/muc.lib: Move (de)construct_stanza_id into `handle_iq_to_occupant`
Fri, 21 Feb 2014 16:30:43 -0500 daurnimator plugins/muc/muc.lib: Refactor _to_occupant handlers
Fri, 21 Feb 2014 15:48:26 -0500 daurnimator plugins/muc/muc.lib: Split out the room iq handler into functions
Thu, 20 Feb 2014 16:50:18 -0500 daurnimator plugins/muc/muc.lib: Factor `handle_to_occupant` out into many functions
Thu, 20 Feb 2014 14:36:49 -0500 daurnimator plugins/muc/muc.lib: Split up `handle_to_room` into smaller handlers (thanks sysko)
Wed, 19 Feb 2014 17:39:57 -0500 daurnimator plugins/muc/muc.lib: Split out `send_history` into `parse_history` and `get_history`
Wed, 02 Apr 2014 17:41:38 +0100 Matthew Wild Merge 0.9->0.10
Tue, 01 Apr 2014 10:02:58 -0400 Waqas Hussain MUC: Fixed traceback when a JID not in a room requested a role change for an occupant.
Tue, 28 Jan 2014 19:21:21 +0100 Kim Alvefur MUC: Tag PMs with <x>, like presence stanzas
Sat, 18 Jan 2014 18:11:13 +0100 Kim Alvefur MUC: Split out sending of the topic into method separate from sending history
Sat, 18 Jan 2014 18:05:42 +0100 Kim Alvefur MUC: Split saving to history into a separate method
Sat, 05 Oct 2013 12:15:25 -0400 Matthew Wild Merge 0.9->0.10
Sat, 05 Oct 2013 17:11:16 +0100 Paul muc.lib.lua: Fix Spark jabber client not displaying conference room lists, seemingly due to a missing value tag for the room description if the description has not been set
Fri, 30 Aug 2013 14:15:29 +0100 Matthew Wild mod_muc: Support for locking newly-created rooms until they are configured (enabled with muc_room_locking = true)
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Thu, 13 Jun 2013 12:07:46 +0100 Matthew Wild Merge 0.9->trunk
Tue, 21 May 2013 10:10:28 +0100 Matthew Wild mod_muc: Fix incorrect variable name
Tue, 21 May 2013 13:21:30 +0100 Matthew Wild mod_muc: Remove some old TODO comments
Tue, 21 May 2013 10:10:28 +0100 Matthew Wild mod_muc: Fix incorrect variable name
Tue, 21 May 2013 10:10:09 +0100 Matthew Wild mod_muc: Remove unused variable
Tue, 21 May 2013 09:57:36 +0100 Matthew Wild mod_muc: Use stanza:maptags() instead of custom filtering functions, 7 insertions, 19 deletions!
Tue, 21 May 2013 09:48:59 +0100 Matthew Wild mod_muc: Replace getText() with get_child_text(), 1 insertion, 12 deletions!
Sat, 18 May 2013 15:29:10 +0100 Matthew Wild mod_muc: Pass actor (requesting JID) when generating the config form, and to the muc-config-form event handler
Sat, 18 May 2013 15:28:00 +0100 Matthew Wild mod_muc: Add getter/setter for 'whois' (fixes traceback)
Thu, 16 May 2013 14:17:25 +0100 Matthew Wild mod_muc: Refactor config form handling, and allow for clients to submit incomplete forms. Fixes #246
Tue, 14 May 2013 09:38:54 +0100 Matthew Wild mod_muc: Fire muc-room-created and muc-room-destroyed events (thanks nik)
Mon, 29 Apr 2013 11:25:12 +0100 Matthew Wild MUC: Allow actor == true to set roles (like affiliations)
Mon, 29 Apr 2013 11:21:37 +0100 Matthew Wild MUC: Allow plugins to add and handle options in the MUC config form
Thu, 25 Apr 2013 20:36:55 +0100 Matthew Wild MUC: add __tostring on room metatable
Thu, 28 Mar 2013 09:50:21 -0400 Matthew Wild mod_muc/muc.lib: Don't add messages without a body (such as chat state notifications) to the room history (thanks louiz’, Link Mauve, poezio and all its users)
Tue, 26 Feb 2013 23:56:44 +0500 Waqas Hussain MUC: Always return <service-unavailable/> when a node is present in service discovery requests.
Tue, 26 Feb 2013 20:31:41 +0500 Waqas Hussain MUC: Fix affiliation check for admins, and bring it in line with the spec (thanks Maranda).
Wed, 09 Jan 2013 17:56:40 +0100 Kim Alvefur MUC: Don't reply to errors (thanks iron)
Sat, 15 Dec 2012 07:08:54 +0500 Waqas Hussain MUC: Support invite messages when stanza type is explicitly set to "normal" or to an unknown value.
Thu, 22 Nov 2012 21:57:06 +0000 Matthew Wild muc: Make max_history_messages simply a service-wide config option, and don't store it per-room (rooms still have their own history_message, but this is a global limit)
Tue, 25 Sep 2012 22:03:35 +0200 Kim Alvefur MUC: Fix traceback caused by faulty logic precedence. (thanks waqas, nulani)
Thu, 09 Aug 2012 07:17:25 +0500 Waqas Hussain MUC: Fix a traceback caused by private IQ result and error stanzas where the encoded id can't be processed.
Sat, 04 Aug 2012 23:22:16 +0500 Waqas Hussain MUC: Fix private IQ results and errors for non-vcard queries.
Wed, 01 Aug 2012 01:36:25 +0500 Waqas Hussain MUC: Expose room metatable in the MUC lib.
Wed, 01 Aug 2012 01:36:19 +0500 Waqas Hussain MUC: Fix private IQ and message routing.
Tue, 24 Jul 2012 10:44:37 +0100 Matthew Wild mod_muc: Fix a couple of cases of 'forbidden' stanza error being sent with type 'cancel' - fixes #303
Sun, 13 May 2012 22:58:25 +0100 Matthew Wild muc.lib: room:set_historylength(): Condense code, and don't store length when equal to default
Mon, 14 May 2012 02:42:42 +0500 Waqas Hussain MUC: Fix check for history length update.
Sun, 13 May 2012 21:07:00 +0100 Matthew Wild muc.lib: Fix for traceback when no history length is set for the room
Thu, 10 May 2012 23:37:36 +0000 Marco Cirillo muc.lib: return feature-not-implemented when a foregoing discovery node is specified in a disco#info request.
Sat, 28 Apr 2012 18:36:03 +0100 Matthew Wild mod_muc/muc.lib: Fall back to default_history_length if no length in config
Sat, 28 Apr 2012 04:12:34 +0100 Matthew Wild mod_muc/muc.lib.lua: Remove unused imports and variables
Fri, 13 Apr 2012 21:23:26 +0200 Markus Kötter muc - implement per channel history limits
Mon, 21 Nov 2011 19:59:38 +0500 Waqas Hussain MUC: Fix a possible stack overflow (when a local component joins a room, then disconnects, an unavailble-error presence cycle can occur).
Thu, 25 Aug 2011 12:05:27 +0500 Waqas Hussain MUC: Allow affiliation change when argument actor==true in room:set_affiliation().
Mon, 27 Jun 2011 20:36:18 +0100 Matthew Wild MUC: Change error type of badly-formatted stanza from 'auth' to 'modify' (thanks Andrew)
Sat, 07 May 2011 21:17:03 +0500 Waqas Hussain MUC: Include occupant count in room disco#info response.
Thu, 24 Feb 2011 07:11:35 +0500 Waqas Hussain MUC: Don't limit affiliation changes to owners, and allow owners to remove themselves if they are not the last owner.
Thu, 24 Feb 2011 07:09:38 +0500 Waqas Hussain MUC: Add a textual error message when the user isn't allowed to get/set config form.
Fri, 14 Jan 2011 15:52:36 +0100 Kim Alvefur MUC: Add option to allow participants to change the subject.
Mon, 03 Jan 2011 09:40:45 +0100 Kim Alvefur MUC: Fix a pair of missing :up()
Fri, 19 Nov 2010 03:20:29 +0500 Waqas Hussain MUC: Include the user's current presence contents when broadcasting a role change.
Fri, 19 Nov 2010 03:06:51 +0500 Waqas Hussain MUC: Include the user's current presence contents when broadcasting an affiliation change.
Wed, 17 Nov 2010 15:58:32 +0100 Kim Alvefur MUC: Change room name and description properly
Thu, 11 Nov 2010 00:55:33 +0100 Kim Alvefur MUC: Grant membership when inviteing someone into a members-only room.
Wed, 10 Nov 2010 06:27:35 +0500 Waqas Hussain MUC: Only send status code 110 (entering non-anonymous room) to the occupant themselves, not to other occupants.
Wed, 10 Nov 2010 05:49:04 +0500 Waqas Hussain MUC: Added some more missing :up()s to the stanza building for presence broadcasts (thanks again Zash).
Wed, 10 Nov 2010 01:34:57 +0100 Kim Alvefur MUC: Parse submitted form with util.dataforms
Wed, 10 Nov 2010 05:32:09 +0500 Waqas Hussain MUC: Added a missing :up() to the stanza building for presence broadcast (thanks Zash).
Wed, 10 Nov 2010 00:24:17 +0500 Waqas Hussain MUC: Handle missing <value/> for <field type='boolean'/> in config form submissions.
Sat, 16 Oct 2010 23:00:42 +0500 Waqas Hussain Monster whitespace commit (beware the whitespace monster).
Tue, 12 Oct 2010 23:42:28 +0200 Kim Alvefur MUC: Use util.dataforms to generate forms
Tue, 12 Oct 2010 23:34:16 +0200 Kim Alvefur MUC: fix timezone support when sending history
Tue, 28 Sep 2010 16:36:17 +0500 Waqas Hussain MUC: Make the room node be the default room name (thanks Zash).
Mon, 27 Sep 2010 19:51:14 +0500 Waqas Hussain Merge with trunk.
Sun, 26 Sep 2010 18:15:30 +0200 Kim Alvefur MUC: Added a 'Description' property (muc#roomconfig_roomdesc)
Fri, 24 Sep 2010 21:16:38 +0200 Kim Alvefur MUC: Added a 'Name' property (muc#roomconfig_roomname)
Mon, 27 Sep 2010 19:00:11 +0500 Waqas Hussain MUC: Fixed traceback on presence errors lacking a condition.
Tue, 03 Aug 2010 21:37:06 +0500 Waqas Hussain MUC: Fixed: Unavilable presence was not being broadcasted for banned users in some cases (thanks Zash).
Tue, 03 Aug 2010 21:07:00 +0500 Waqas Hussain MUC: Return correct error to non-members attempting to enter a members-only room.
less more (0) -240 tip