Fri, 10 Jul 2009 03:08:38 +0100 Matthew Wild Add copyright header to those files missing one file | diff | annotate
Wed, 24 Jun 2009 01:37:03 +0500 Waqas Hussain mod_muc: Now based on util.muc file | diff | annotate
Sun, 14 Jun 2009 17:33:22 +0500 Waqas Hussain util.muc, mod_muc: Commented rewriting of vCard requests' recipients' JID from full to bare, and marked it as a TODO file | diff | annotate
Sun, 14 Jun 2009 16:31:51 +0500 Waqas Hussain mod_muc: Don't reply with an error in response to unacceptable result stanzas file | diff | annotate
Fri, 08 May 2009 04:41:18 +0500 Waqas Hussain mod_muc: commented connection replace detection code because google keeps resendng directed presence file | diff | annotate
Fri, 08 May 2009 01:29:43 +0500 Waqas Hussain mod_muc: s/broadcast_history/send_history/ - since the cast isn't broad file | diff | annotate
Fri, 08 May 2009 01:27:22 +0500 Waqas Hussain mod_muc: Extracted sending of occupant list into its own function file | diff | annotate
Fri, 08 May 2009 01:14:01 +0500 Waqas Hussain mod_muc: Extracted history broadcast into its own function file | diff | annotate
Wed, 29 Apr 2009 02:08:55 +0100 Matthew Wild Merge with 0.4 file | diff | annotate
Wed, 29 Apr 2009 02:08:12 +0100 Matthew Wild mod_*: Fix many unnecessary global accesses in modules (already committed to main repo) file | diff | annotate
Fri, 24 Apr 2009 00:35:50 +0500 Waqas Hussain mod_muc: The default component name is now 'Chatrooms' file | diff | annotate
Fri, 24 Apr 2009 00:34:49 +0500 Waqas Hussain mod_muc: The default room name is the room node file | diff | annotate
Fri, 24 Apr 2009 00:35:50 +0500 Waqas Hussain mod_muc: The default component name is now 'Chatrooms' file | diff | annotate
Fri, 24 Apr 2009 00:34:49 +0500 Waqas Hussain mod_muc: The default room name is the room node file | diff | annotate
Wed, 22 Apr 2009 21:32:23 +0100 Matthew Wild mod_*: Fix a load of global accesses file | diff | annotate
Wed, 08 Apr 2009 20:19:09 +0100 Matthew Wild mod_muc: Fix malformed presence stanzas (thanks elmex) file | diff | annotate
Mon, 30 Mar 2009 04:39:12 +0500 Waqas Hussain Added: MUC: Room invites file | diff | annotate
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4 file | diff | annotate
Wed, 04 Mar 2009 22:45:06 +0500 Waqas Hussain MUC: Kick participants for error replies only on a selected list of error conditions file | diff | annotate
Mon, 02 Mar 2009 19:50:28 +0000 Matthew Wild mod_muc: Don't bounce error replies in response to errors file | diff | annotate
Sat, 21 Feb 2009 01:57:13 +0500 Waqas Hussain MUC: Added copyright notice file | diff | annotate
Sat, 21 Feb 2009 01:49:09 +0500 Waqas Hussain MUC: Replaced some duplicate code file | diff | annotate
Sat, 21 Feb 2009 01:24:23 +0500 Waqas Hussain MUC: Removed commented and unused code file | diff | annotate
Fri, 20 Feb 2009 03:52:04 +0500 Waqas Hussain MUC: Workaround for a Gajim bug (it includes <x xmlns='http://jabber.org/protocol/muc'/> in nick change presences) file | diff | annotate
Fri, 20 Feb 2009 02:23:21 +0500 Waqas Hussain MUC: Use util.stanza.clone instead of pre/deserialize for cloning stanzas file | diff | annotate
Fri, 20 Feb 2009 00:56:14 +0500 Waqas Hussain MUC: Syntax error in last commit - this is lua :) file | diff | annotate
Fri, 20 Feb 2009 00:51:33 +0500 Waqas Hussain MUC: Throw an error if we try talking to ourselves file | diff | annotate
Thu, 19 Feb 2009 20:17:07 +0500 Waqas Hussain MUC: Bug fixes and workarounds file | diff | annotate
Thu, 19 Feb 2009 14:10:26 +0500 Waqas Hussain MUC: Logging - logger doesn't like nils file | diff | annotate
Thu, 19 Feb 2009 02:01:31 +0500 Waqas Hussain MUC: Added logging file | diff | annotate
Wed, 18 Feb 2009 23:30:33 +0500 Waqas Hussain MUC: Various fixes file | diff | annotate
Tue, 17 Feb 2009 02:48:06 +0500 Waqas Hussain MUC: Fixed: Presence for user joining the roomi was sent twice to the user file | diff | annotate
Mon, 16 Feb 2009 20:24:31 +0500 Waqas Hussain MUC: Made vCards work by redirecting vCard requests to bare JIDs file | diff | annotate
Mon, 16 Feb 2009 20:05:58 +0500 Waqas Hussain MUC: Kick participants sending error messages to other participants file | diff | annotate
Mon, 16 Feb 2009 20:05:03 +0500 Waqas Hussain MUC: Private stanzas (private messages, IQs, etc) file | diff | annotate
Mon, 16 Feb 2009 19:39:10 +0500 Waqas Hussain MUC: Presence and message stanzas now fully work (status messages, xhtml-im, etc) file | diff | annotate
Wed, 11 Feb 2009 19:41:37 +0500 Waqas Hussain mod_muc: Room history file | diff | annotate
Wed, 11 Feb 2009 18:07:20 +0500 Waqas Hussain Changed mod_muc to work with changed component manager file | diff | annotate
Thu, 29 Jan 2009 20:49:32 +0000 Matthew Wild mod_muc: Add 'nick' to unavailable presence of nick changes. Thanks to Asterix for spotting :) file | diff | annotate
Thu, 29 Jan 2009 20:46:34 +0000 Matthew Wild mod_muc: Convert to unix line endings file | diff | annotate
Thu, 29 Jan 2009 02:14:16 +0000 Matthew Wild mod_muc: Add support for being a component file | diff | annotate
Tue, 13 Jan 2009 22:38:20 +0500 Waqas Hussain mod_muc: Added unload, save and restore callbacks to allow reloading code while preserving state file | diff | annotate
Tue, 13 Jan 2009 20:18:20 +0500 Waqas Hussain mod_muc: deregister component on unload file | diff | annotate
Sat, 03 Jan 2009 18:46:52 +0500 Waqas Hussain mod_muc: Room subject should be sent only the newly joined occupant file | diff | annotate
Wed, 31 Dec 2008 18:17:47 +0500 Waqas Hussain mod_muc: Room subjects stored, and room persistence code in place. First user now the owner. file | diff | annotate
Wed, 31 Dec 2008 10:16:42 +0500 Waqas Hussain Initial mod_muc: XEP-0045: Multi-User Chat file | diff | annotate
(0) tip

mercurial