mod_muc: Expose rooms table to the host and plugins
|
Matthew Wild |
Mon, 20 Jul 2009 05:27:59 +0100 |
Add copyright header to those files missing one
|
Matthew Wild |
Fri, 10 Jul 2009 03:08:38 +0100 |
mod_muc: Now based on util.muc
|
Waqas Hussain |
Wed, 24 Jun 2009 01:37:03 +0500 |
util.muc, mod_muc: Commented rewriting of vCard requests' recipients' JID from full to bare, and marked it as a TODO
|
Waqas Hussain |
Sun, 14 Jun 2009 17:33:22 +0500 |
mod_muc: Don't reply with an error in response to unacceptable result stanzas
|
Waqas Hussain |
Sun, 14 Jun 2009 16:31:51 +0500 |
mod_muc: commented connection replace detection code because google keeps resendng directed presence
|
Waqas Hussain |
Fri, 08 May 2009 04:41:18 +0500 |
mod_muc: s/broadcast_history/send_history/ - since the cast isn't broad
|
Waqas Hussain |
Fri, 08 May 2009 01:29:43 +0500 |
mod_muc: Extracted sending of occupant list into its own function
|
Waqas Hussain |
Fri, 08 May 2009 01:27:22 +0500 |
mod_muc: Extracted history broadcast into its own function
|
Waqas Hussain |
Fri, 08 May 2009 01:14:01 +0500 |
Merge with 0.4
|
Matthew Wild |
Wed, 29 Apr 2009 02:08:55 +0100 |
mod_*: Fix many unnecessary global accesses in modules (already committed to main repo)
|
Matthew Wild |
Wed, 29 Apr 2009 02:08:12 +0100 |
mod_muc: The default component name is now 'Chatrooms'
|
Waqas Hussain |
Fri, 24 Apr 2009 00:35:50 +0500 |
mod_muc: The default room name is the room node
|
Waqas Hussain |
Fri, 24 Apr 2009 00:34:49 +0500 |
mod_muc: The default component name is now 'Chatrooms'
|
Waqas Hussain |
Fri, 24 Apr 2009 00:35:50 +0500 |
mod_muc: The default room name is the room node
|
Waqas Hussain |
Fri, 24 Apr 2009 00:34:49 +0500 |
mod_*: Fix a load of global accesses
|
Matthew Wild |
Wed, 22 Apr 2009 21:32:23 +0100 |
mod_muc: Fix malformed presence stanzas (thanks elmex)
|
Matthew Wild |
Wed, 08 Apr 2009 20:19:09 +0100 |
Added: MUC: Room invites
|
Waqas Hussain |
Mon, 30 Mar 2009 04:39:12 +0500 |
0.3->0.4
|
Matthew Wild |
Fri, 20 Mar 2009 20:16:25 +0000 |
MUC: Kick participants for error replies only on a selected list of error conditions
|
Waqas Hussain |
Wed, 04 Mar 2009 22:45:06 +0500 |
mod_muc: Don't bounce error replies in response to errors
|
Matthew Wild |
Mon, 02 Mar 2009 19:50:28 +0000 |
MUC: Added copyright notice
|
Waqas Hussain |
Sat, 21 Feb 2009 01:57:13 +0500 |
MUC: Replaced some duplicate code
|
Waqas Hussain |
Sat, 21 Feb 2009 01:49:09 +0500 |
MUC: Removed commented and unused code
|
Waqas Hussain |
Sat, 21 Feb 2009 01:24:23 +0500 |
MUC: Workaround for a Gajim bug (it includes <x xmlns='http://jabber.org/protocol/muc'/> in nick change presences)
|
Waqas Hussain |
Fri, 20 Feb 2009 03:52:04 +0500 |
MUC: Use util.stanza.clone instead of pre/deserialize for cloning stanzas
|
Waqas Hussain |
Fri, 20 Feb 2009 02:23:21 +0500 |
MUC: Syntax error in last commit - this is lua :)
|
Waqas Hussain |
Fri, 20 Feb 2009 00:56:14 +0500 |
MUC: Throw an error if we try talking to ourselves
|
Waqas Hussain |
Fri, 20 Feb 2009 00:51:33 +0500 |
MUC: Bug fixes and workarounds
|
Waqas Hussain |
Thu, 19 Feb 2009 20:17:07 +0500 |
MUC: Logging - logger doesn't like nils
|
Waqas Hussain |
Thu, 19 Feb 2009 14:10:26 +0500 |