| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_muc: Now based on util.muc | Waqas Hussain | 2009-06-24 | 1 | -396/+36 |
* | util.muc, mod_muc: Commented rewriting of vCard requests' recipients' JID fro... | Waqas Hussain | 2009-06-14 | 1 | -1/+1 |
* | mod_muc: Don't reply with an error in response to unacceptable result stanzas | Waqas Hussain | 2009-06-14 | 1 | -1/+1 |
* | mod_muc: commented connection replace detection code because google keeps res... | Waqas Hussain | 2009-05-08 | 1 | -6/+6 |
* | mod_muc: s/broadcast_history/send_history/ - since the cast isn't broad | Waqas Hussain | 2009-05-08 | 1 | -2/+2 |
* | mod_muc: Extracted sending of occupant list into its own function | Waqas Hussain | 2009-05-08 | 1 | -12/+16 |
* | mod_muc: Extracted history broadcast into its own function | Waqas Hussain | 2009-05-08 | 1 | -11/+14 |
* | mod_muc: The default component name is now 'Chatrooms' | Waqas Hussain | 2009-04-24 | 1 | -1/+1 |
* | mod_muc: The default room name is the room node | Waqas Hussain | 2009-04-24 | 1 | -0/+1 |
* | mod_*: Fix a load of global accesses | Matthew Wild | 2009-04-22 | 1 | -0/+2 |
* | mod_muc: Fix malformed presence stanzas (thanks elmex) | Matthew Wild | 2009-04-08 | 1 | -1/+1 |
* | Added: MUC: Room invites | Waqas Hussain | 2009-03-30 | 1 | -0/+10 |
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 1 | -1/+1 |
* | MUC: Kick participants for error replies only on a selected list of error con... | Waqas Hussain | 2009-03-04 | 1 | -3/+27 |
* | mod_muc: Don't bounce error replies in response to errors | Matthew Wild | 2009-03-02 | 1 | -1/+1 |
* | MUC: Added copyright notice | Waqas Hussain | 2009-02-21 | 1 | -0/+7 |
* | MUC: Replaced some duplicate code | Waqas Hussain | 2009-02-21 | 1 | -19/+4 |
* | MUC: Removed commented and unused code | Waqas Hussain | 2009-02-21 | 1 | -68/+1 |
* | MUC: Workaround for a Gajim bug (it includes <x xmlns='http://jabber.org/prot... | Waqas Hussain | 2009-02-20 | 1 | -1/+1 |
* | MUC: Use util.stanza.clone instead of pre/deserialize for cloning stanzas | Waqas Hussain | 2009-02-20 | 1 | -5/+5 |
* | MUC: Syntax error in last commit - this is lua :) | Waqas Hussain | 2009-02-20 | 1 | -1/+1 |
* | MUC: Throw an error if we try talking to ourselves | Waqas Hussain | 2009-02-20 | 1 | -0/+1 |
* | MUC: Bug fixes and workarounds | Waqas Hussain | 2009-02-19 | 1 | -30/+40 |
* | MUC: Logging - logger doesn't like nils | Waqas Hussain | 2009-02-19 | 1 | -1/+1 |
* | MUC: Added logging | Waqas Hussain | 2009-02-19 | 1 | -0/+11 |
* | MUC: Various fixes | Waqas Hussain | 2009-02-18 | 1 | -11/+16 |
* | MUC: Fixed: Presence for user joining the roomi was sent twice to the user | Waqas Hussain | 2009-02-17 | 1 | -1/+1 |
* | MUC: Made vCards work by redirecting vCard requests to bare JIDs | Waqas Hussain | 2009-02-16 | 1 | -1/+3 |
* | MUC: Kick participants sending error messages to other participants | Waqas Hussain | 2009-02-16 | 1 | -2/+12 |
* | MUC: Private stanzas (private messages, IQs, etc) | Waqas Hussain | 2009-02-16 | 1 | -2/+10 |
* | MUC: Presence and message stanzas now fully work (status messages, xhtml-im, ... | Waqas Hussain | 2009-02-16 | 1 | -24/+133 |
* | mod_muc: Room history | Waqas Hussain | 2009-02-11 | 1 | -2/+20 |
* | Changed mod_muc to work with changed component manager | Waqas Hussain | 2009-02-11 | 1 | -6/+2 |
* | mod_muc: Add 'nick' to unavailable presence of nick changes. Thanks to Asteri... | Matthew Wild | 2009-01-29 | 1 | -7/+12 |
* | mod_muc: Convert to unix line endings | Matthew Wild | 2009-01-29 | 1 | -295/+295 |
* | mod_muc: Add support for being a component | Matthew Wild | 2009-01-29 | 1 | -3/+12 |
* | mod_muc: Added unload, save and restore callbacks to allow reloading code whi... | Waqas Hussain | 2009-01-13 | 1 | -2/+8 |
* | mod_muc: deregister component on unload | Waqas Hussain | 2009-01-13 | 1 | -0/+6 |
* | mod_muc: Room subject should be sent only the newly joined occupant | Waqas Hussain | 2009-01-03 | 1 | -1/+1 |
* | mod_muc: Room subjects stored, and room persistence code in place. First user... | Waqas Hussain | 2008-12-31 | 1 | -3/+59 |
* | Initial mod_muc: XEP-0045: Multi-User Chat | Waqas Hussain | 2008-12-31 | 1 | -0/+218 |