log

age author description
Sat, 21 Feb 2009 01:57:13 +0500 Waqas Hussain MUC: Added copyright notice
Sat, 21 Feb 2009 01:49:09 +0500 Waqas Hussain MUC: Replaced some duplicate code
Sat, 21 Feb 2009 01:24:23 +0500 Waqas Hussain MUC: Removed commented and unused code
Sat, 21 Feb 2009 01:13:53 +0500 Waqas Hussain Added util/timer.lua - a timer API
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)
Fri, 20 Feb 2009 02:23:21 +0500 Waqas Hussain MUC: Use util.stanza.clone instead of pre/deserialize for cloning stanzas
Fri, 20 Feb 2009 02:18:07 +0500 Waqas Hussain util/stanza: Added clone function
Fri, 20 Feb 2009 00:56:14 +0500 Waqas Hussain MUC: Syntax error in last commit - this is lua :)
Fri, 20 Feb 2009 00:51:33 +0500 Waqas Hussain MUC: Throw an error if we try talking to ourselves
Thu, 19 Feb 2009 19:00:18 +0000 Matthew Wild core.presencemanager: Set 'from' attribute on outgoing unavailable directed presences
Thu, 19 Feb 2009 15:18:44 +0000 Matthew Wild Automated merge with http://waqas.ath.cx:8000/
Thu, 19 Feb 2009 20:17:07 +0500 Waqas Hussain MUC: Bug fixes and workarounds
Thu, 19 Feb 2009 13:13:54 +0000 Matthew Wild Automated merge with http://waqas.ath.cx:8000/
Thu, 19 Feb 2009 14:10:26 +0500 Waqas Hussain MUC: Logging - logger doesn't like nils
Wed, 18 Feb 2009 21:02:41 +0000 Matthew Wild Automated merge with http://waqas.ath.cx:8000/
Thu, 19 Feb 2009 02:01:31 +0500 Waqas Hussain MUC: Added logging
Wed, 18 Feb 2009 19:34:26 +0000 Matthew Wild Automated merge with http://waqas.ath.cx:8000/
Wed, 18 Feb 2009 23:30:33 +0500 Waqas Hussain MUC: Various fixes
Tue, 17 Feb 2009 02:48:06 +0500 Waqas Hussain MUC: Fixed: Presence for user joining the roomi was sent twice to the user
Wed, 18 Feb 2009 19:33:57 +0000 Matthew Wild mod_bosh: Possible fix for invalid key to next crash
Wed, 18 Feb 2009 19:23:29 +0000 Matthew Wild net.server: Fix some more potential nil handler accesses
Mon, 16 Feb 2009 15:44:54 +0000 Matthew Wild Merge from waqas
Mon, 16 Feb 2009 20:24:31 +0500 Waqas Hussain MUC: Made vCards work by redirecting vCard requests to bare JIDs
Mon, 16 Feb 2009 20:05:58 +0500 Waqas Hussain MUC: Kick participants sending error messages to other participants
Mon, 16 Feb 2009 20:05:03 +0500 Waqas Hussain MUC: Private stanzas (private messages, IQs, etc)
Mon, 16 Feb 2009 19:39:10 +0500 Waqas Hussain MUC: Presence and message stanzas now fully work (status messages, xhtml-im, etc)
Fri, 13 Feb 2009 22:23:08 +0500 Waqas Hussain Added tests/run_tests.bat for running tests on Windows
Fri, 13 Feb 2009 22:21:59 +0500 Waqas Hussain Fixed tests/test.lua to work on Windows
Fri, 13 Feb 2009 22:10:29 +0500 Waqas Hussain Logging format improvement
Mon, 16 Feb 2009 15:44:23 +0000 Matthew Wild Merge waqas with waqas
Fri, 13 Feb 2009 19:14:36 +0500 Waqas Hussain Logging format improvement
Sun, 15 Feb 2009 15:56:04 +0000 Matthew Wild util.pposix: Add getuid/setuid (we don't use them yet)
Sun, 15 Feb 2009 15:52:11 +0000 Matthew Wild mod_version: Operating system detection. Disable with hide_os_type = true in config
Sun, 15 Feb 2009 11:47:43 +0000 Matthew Wild Add -Wall to default CFLAGS
Sat, 14 Feb 2009 19:39:46 +0100 Tobias Markmann Adding TODO notice on UUIDs for usage with SASL ANONYMOUS.
Sat, 14 Feb 2009 19:13:14 +0100 Tobias Markmann Merging with tip.
Sat, 14 Feb 2009 18:57:50 +0100 Tobias Markmann Adding inital support for ANONYMOUS mechanism in SASL.
Sat, 14 Feb 2009 15:38:37 +0000 Matthew Wild Use $CC, $LD in Makefile. Add --c-compiler, --linker flags to ./configure script. Add --lflags to ./configure script. Thanks to Lorenzo for the initial patch!
Fri, 13 Feb 2009 16:43:44 +0000 Matthew Wild Add tests for util.multitable
Fri, 13 Feb 2009 15:01:46 +0000 Matthew Wild util.pposix: Fix incompatible pointer type compiler warnings
Fri, 13 Feb 2009 14:43:12 +0000 Matthew Wild Add RunScript command to config to run a Lua script prior to starting the server
Fri, 13 Feb 2009 14:38:17 +0000 Matthew Wild Add Include command to include extra configuration files from the main one
Fri, 13 Feb 2009 14:37:15 +0000 Matthew Wild Report errors in the config file to the user
Fri, 13 Feb 2009 10:54:25 +0000 Matthew Wild Fix to correct my email address in AUTHORS file
Thu, 12 Feb 2009 18:23:00 +0500 Waqas Hussain Fixed: kick_old resource conflict resolution policy could fail with a backtrace
Thu, 12 Feb 2009 18:09:17 +0500 Waqas Hussain Fixed: User resources not disconnected correctly on account delete
Wed, 11 Feb 2009 19:53:09 +0000 Matthew Wild stanza_router: Fix handling of iq from c2s to bare JIDs, thanks to jaharkes for spotting
Wed, 11 Feb 2009 19:52:05 +0000 Matthew Wild Add test to check for incorrect handling of iq from c2s to local bare JIDs
Wed, 11 Feb 2009 19:50:58 +0000 Matthew Wild Small fix to change verbosity level of subtests
Wed, 11 Feb 2009 19:35:48 +0000 Matthew Wild Correct tests for stanza routing IQs to bare JIDs
Wed, 11 Feb 2009 18:30:44 +0000 Matthew Wild Merge with waqas for MUC/routing fixes
Wed, 11 Feb 2009 23:26:18 +0500 Waqas Hussain Change the to attribute of messages to the recipients' bare JID when the recipient/resource is offline.
Wed, 11 Feb 2009 23:16:14 +0500 Waqas Hussain Stanza router: Message to bare JID fixes
Wed, 11 Feb 2009 19:41:37 +0500 Waqas Hussain mod_muc: Room history
Wed, 11 Feb 2009 18:11:41 +0500 Waqas Hussain Fixed: Some presence stanzas from local users were not being routed correctly to components (ghosts in mod_muc)
Wed, 11 Feb 2009 18:09:41 +0500 Waqas Hussain Fixed directed presence handling to work correctly for components
Wed, 11 Feb 2009 18:07:20 +0500 Waqas Hussain Changed mod_muc to work with changed component manager
Wed, 11 Feb 2009 17:57:48 +0500 Waqas Hussain modulemanager initializes hosts[host] if it isn't already initialized when loading a module.
Wed, 11 Feb 2009 17:56:42 +0500 Waqas Hussain Component-host module loading code was breaking module reload, andduplicated older code. Changed to reuse older code.
Wed, 11 Feb 2009 16:09:48 +0000 Matthew Wild util.stanza: Temporary fix for serializing attributes with namespaces