mod_ping: Convert from Windows line endings
[prosody.git] / plugins / mod_muc.lua
2009-06-23 Waqas Hussainmod_muc: Now based on util.muc
2009-06-19 Waqas HussainMerge with trunk
2009-06-14 Waqas Hussainutil.muc, mod_muc: Commented rewriting of vCard request...
2009-06-14 Waqas Hussainmod_muc: Don't reply with an error in response to unacc...
2009-05-22 Matthew WildMerge with 0.4
2009-05-22 Matthew WildMerge with 0.4
2009-05-21 Matthew WildMerge with 0.4
2009-05-19 Matthew WildMerge with 0.4
2009-05-13 Matthew WildMerge with 0.4
2009-05-07 Waqas Hussainmod_muc: commented connection replace detection code...
2009-05-07 Waqas Hussainmod_muc: s/broadcast_history/send_history/ - since...
2009-05-07 Waqas Hussainmod_muc: Extracted sending of occupant list into its...
2009-05-07 Waqas Hussainmod_muc: Extracted history broadcast into its own function
2009-04-29 Matthew Wildmod_*: Fix many unnecessary global accesses in modules...
2009-04-23 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-23 Waqas Hussainmod_muc: The default component name is now 'Chatrooms'
2009-04-23 Waqas Hussainmod_muc: The default component name is now 'Chatrooms'
2009-04-23 Waqas Hussainmod_muc: The default room name is the room node
2009-04-23 Waqas Hussainmod_muc: The default room name is the room node
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-22 Matthew Wildmod_*: Fix a load of global accesses
2009-04-08 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-04-08 Matthew Wildmod_muc: Fix malformed presence stanzas (thanks elmex)
2009-03-30 Matthew WildAutomated merge with ssh://hg@prosody.im/prosody-hg
2009-03-29 Waqas HussainAdded: MUC: Room invites
2009-03-20 Matthew WildMerge
2009-03-20 Matthew Wild0.3->0.4
2009-03-04 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-03-04 Waqas HussainMUC: Kick participants for error replies only on a...
2009-03-03 Tobias MarkmannMerged with main tip.
2009-03-02 Matthew Wildmod_muc: Don't bounce error replies in response to...
2009-02-20 Waqas HussainMUC: Added copyright notice
2009-02-20 Waqas HussainMUC: Replaced some duplicate code
2009-02-20 Waqas HussainMUC: Removed commented and unused code
2009-02-19 Waqas HussainMUC: Workaround for a Gajim bug (it includes <x xmlns...
2009-02-19 Waqas HussainMUC: Use util.stanza.clone instead of pre/deserialize...
2009-02-19 Waqas HussainMUC: Syntax error in last commit - this is lua :)
2009-02-19 Waqas HussainMUC: Throw an error if we try talking to ourselves
2009-02-19 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-02-19 Waqas HussainMUC: Bug fixes and workarounds
2009-02-19 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-02-19 Waqas HussainMUC: Logging - logger doesn't like nils
2009-02-18 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-02-18 Waqas HussainMUC: Added logging
2009-02-18 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-02-18 Waqas HussainMUC: Various fixes
2009-02-16 Waqas HussainMUC: Fixed: Presence for user joining the roomi was...
2009-02-16 Matthew WildMerge from waqas
2009-02-16 Waqas HussainMUC: Made vCards work by redirecting vCard requests...
2009-02-16 Waqas HussainMUC: Kick participants sending error messages to other...
2009-02-16 Waqas HussainMUC: Private stanzas (private messages, IQs, etc)
2009-02-16 Waqas HussainMUC: Presence and message stanzas now fully work (statu...
2009-02-11 Matthew WildMerge with waqas for MUC/routing fixes
2009-02-11 Waqas Hussainmod_muc: Room history
2009-02-11 Waqas HussainChanged mod_muc to work with changed component manager
2009-01-29 Matthew Wildmod_muc: Add 'nick' to unavailable presence of nick...
2009-01-29 Matthew Wildmod_muc: Convert to unix line endings
2009-01-29 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-29 Matthew Wildmod_muc: Add support for being a component
2009-01-13 Waqas Hussainmod_muc: Added unload, save and restore callbacks to...
2009-01-13 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-13 Waqas Hussainmod_muc: deregister component on unload
2009-01-03 Waqas Hussainmod_muc: Room subject should be sent only the newly...
2008-12-31 Waqas Hussainmod_muc: Room subjects stored, and room persistence...
2008-12-31 Waqas HussainInitial mod_muc: XEP-0045: Multi-User Chat