mod_tls: Hook stream-features event using new events API.
[prosody.git] / plugins / muc /
2010-02-05 Matthew WildMerge with backout
2010-01-30 Matthew WildMUC: muc.lib.lua: Fix the sending of the occupant JID...
2010-01-29 Matthew WildMUC: Fixes and refactoring for the previous commit...
2010-01-29 Matthew WildMUC: Show error message texts when participants are...
2010-01-29 Matthew WildMUC: Have get_error_condition() use the new stanza...
2010-01-25 Waqas HussainMUC: Removed old commented code.
2010-01-25 Waqas HussainMUC: Converted some local functions into methods.
2010-01-13 Matthew Wildmod_muc: Remove unused history_length declaration
2010-01-03 Matthew WildMerge with Paul
2010-01-03 Matthew Wildmod_muc/muc.lib: Use stanza:get_child() to locate MUC...
2010-01-03 Matthew WildMerge with Rob
2009-12-30 Rob HoelzAdded notification of configuration changes for MUCs
2009-12-29 Rob HoelzAdd support for non-anonymous MUC rooms
2009-11-29 Tobias MarkmannMerge with tip.
2009-11-25 Matthew WildMerge with trunk
2009-11-25 Matthew WildMerge with 0.6
2009-11-25 Waqas HussainMerge with trunk.
2009-11-25 Waqas HussainMUC: Added support for the room-destroy owner use case.
2009-11-25 Matthew WildMerge with trunk
2009-11-25 Waqas HussainMUC: Slightly refactored form processing.
2009-11-25 Waqas HussainMUC: Only allow moderators to change the room subject.
2009-11-25 Waqas HussainMUC: Prevent visitors from broadcasting messages.
2009-11-25 Waqas HussainMUC: Improved handling of incoming groupchat messages...
2009-11-16 Tobias MarkmannMerge with sasl branch.
2009-10-31 Waqas HussainMUC: Include occupants' real JIDs in their presence...
2009-10-25 Waqas HussainMUC: Fixed: affiliation='none' was omitted from some...
2009-10-24 Waqas HussainMUC: Fixed an issue with multi-session nicks where...
2009-10-21 Waqas HussainMUC: List occupants in a room's disco#items response.
2009-10-21 Waqas HussainMerged with trunk.
2009-10-21 Waqas HussainMUC: Added config option 'restrict_room_creation' to...
2009-10-20 Waqas HussainMUC: Added 'name' config option, for specifying the...
2009-10-18 Waqas HussainMUC: Re-enable nick changes for non-multisession nicks.
2009-10-18 Waqas HussainMUC: Added support for reason messages in role and...
2009-10-18 Waqas HussainMUC: Rewrote code for mediated invites to be more robus...
2009-10-18 Waqas HussainMUC: Improved handling of error stanzas and made error...
2009-10-18 Waqas HussainMUC: Ignore invisible presence (incorrectly broadcasted...
2009-10-18 Waqas HussainMUC: Fixed an incorrect error message.
2009-10-18 Waqas HussainMUC: Kick occupants on sending error messages to other...
2009-10-18 Waqas HussainMerge with trunk.
2009-10-17 Waqas HussainMUC: Multiple sessions per nick.
2009-10-02 Waqas HussainMUC: Prep given JID when changing affiliation.
2009-09-27 Matthew WildMerge with trunk
2009-09-27 Matthew WildMerge with 0.5
2009-09-27 Matthew WildMerge with waqas
2009-09-27 Matthew WildMerge with waqas
2009-09-25 Waqas HussainMUC: Added multi-session support to the room-exiting...
2009-09-25 Waqas HussainMUC: Renamed a variable name.
2009-09-25 Waqas HussainMUC: Refactored to remove some duplicate code.
2009-09-24 Matthew WildMerge with 0.5
2009-09-24 Waqas HussainMUC: Added legacy error code to the presence error...
2009-09-24 Waqas HussainMUC: Added legacy error codes to nickname conflict...
2009-09-24 Matthew WildMerge with trunk
2009-09-24 Matthew WildMerge with 0.5
2009-09-21 Waqas HussainMUC: Added MUC feature to the disco#info replies of...
2009-09-13 Waqas HussainMUC: Removed some debug logging.
2009-09-13 Waqas HussainMUC: Added a send() method to the component. Fixes...
2009-09-13 Waqas HussainMUC: Correct routing of vCard requests to bare JID.
2009-09-09 Waqas HussainMUC: Preserve stanza attributes for private messages.
2009-09-09 Waqas HussainMUC: Don't kick on errors in private messages.
2009-09-09 Waqas HussainMUC: Discard non-persistent rooms as soon as they becom...
2009-09-09 Waqas HussainMUC: Removed commented code.
2009-09-07 Waqas HussainMerged with Tobias
2009-09-07 Waqas HussainMUC: Fixed traceback on unauthorized access of the...
2009-09-07 Waqas HussainMUC: Added service discovery replies for rooms.
2009-09-07 Waqas HussainMUC: Fixed an undefined global access.
2009-09-07 Waqas HussainMUC: Added support for room configuration forms, persis...
2009-09-07 Waqas HussainMUC: Refactored IQ handling to be more easily extensible.
2009-09-07 Waqas HussainMUC: Added kicking support.
2009-09-07 Waqas HussainMUC: Fixed a variable scoping bug causing problems...
2009-09-07 Waqas HussainMUC: Fixed: Unavailable presence was being sent for...
2009-09-07 Waqas HussainMUC: Changed a MUC library method into a function.
2009-09-07 Waqas HussainMUC: Fixed stanza routing for reloaded rooms.
2009-09-07 Waqas HussainMUC: Added support for reloading MUC library code.
2009-09-07 Waqas HussainMUC: Workaround for Miranda sending 'nick' instead...
2009-09-07 Waqas HussainMUC: Some fixes for minor bugs in IQ handling.
2009-09-07 Waqas HussainMUC: Added support for requesting various lists (owner...
2009-09-07 Waqas HussainMUC: An admin or owner MUST NOT be able to revoke moder...
2009-09-07 Waqas HussainMUC: Owners can now modify roles and affiliations
2009-09-07 Waqas HussainMUC: Added support for generating unique room names
2009-09-07 Waqas HussainMUC: Send appropriate error to banned users on join.
2009-09-07 Waqas HussainMUC: Renamed _participants table to _occupants
2009-09-07 Waqas HussainMUC: New basic mod_muc based on the new MUC library
2009-09-07 Waqas HussainMUC: Initial support for roles and affiliations
2009-09-07 Waqas HussainMUC: Fixed function declarations.
2009-09-07 Waqas HussainMUC: The MUC lib is now metatable based. Cleaned up...
2009-09-07 Waqas HussainMUC: Added initial MUC lib
2009-09-06 Tobias MarkmannAutomated merge with http://prosody.im/source/hg