Thu, 27 Nov 2008 17:12:05 +0000 Merge from waqas
Matthew Wild <mwild1@gmail.com> [Thu, 27 Nov 2008 17:12:05 +0000] rev 443
Merge from waqas
Thu, 27 Nov 2008 21:49:31 +0500 Makefile now works on windows with Microsoft's compiler
Waqas Hussain <waqas20@gmail.com> [Thu, 27 Nov 2008 21:49:31 +0500] rev 442
Makefile now works on windows with Microsoft's compiler
Thu, 27 Nov 2008 21:47:13 +0500 Minor changes to C files (to prevent compiler warnings)
Waqas Hussain <waqas20@gmail.com> [Thu, 27 Nov 2008 21:47:13 +0500] rev 441
Minor changes to C files (to prevent compiler warnings)
Thu, 27 Nov 2008 17:09:21 +0000 Some mod_console updates
Matthew Wild <mwild1@gmail.com> [Thu, 27 Nov 2008 17:09:21 +0000] rev 440
Some mod_console updates
Thu, 27 Nov 2008 16:52:30 +0000 is_loaded() and incomplete unload() for modules
Matthew Wild <mwild1@gmail.com> [Thu, 27 Nov 2008 16:52:30 +0000] rev 439
is_loaded() and incomplete unload() for modules
Thu, 27 Nov 2008 03:12:12 +0000 Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store.
Matthew Wild <mwild1@gmail.com> [Thu, 27 Nov 2008 03:12:12 +0000] rev 438
Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store.
Thu, 27 Nov 2008 03:06:29 +0000 Nice enhancement for logging output
Matthew Wild <mwild1@gmail.com> [Thu, 27 Nov 2008 03:06:29 +0000] rev 437
Nice enhancement for logging output
Thu, 27 Nov 2008 02:43:39 +0000 Removing servermanager... it is no longer used
Matthew Wild <mwild1@gmail.com> [Thu, 27 Nov 2008 02:43:39 +0000] rev 436
Removing servermanager... it is no longer used
Wed, 26 Nov 2008 23:47:23 +0000 Log reason for connection failure
Matthew Wild <mwild1@gmail.com> [Wed, 26 Nov 2008 23:47:23 +0000] rev 435
Log reason for connection failure
Wed, 26 Nov 2008 23:44:30 +0000 (Basic) IDNA and SRV fallback support
Matthew Wild <mwild1@gmail.com> [Wed, 26 Nov 2008 23:44:30 +0000] rev 434
(Basic) IDNA and SRV fallback support
Wed, 26 Nov 2008 23:12:05 +0000 Fix to make a global configmanager instance
Matthew Wild <mwild1@gmail.com> [Wed, 26 Nov 2008 23:12:05 +0000] rev 433
Fix to make a global configmanager instance
Wed, 26 Nov 2008 22:45:33 +0000 Fix for hashes.c and encodings.c to rename luaopen for util_*
Matthew Wild <mwild1@gmail.com> [Wed, 26 Nov 2008 22:45:33 +0000] rev 432
Fix for hashes.c and encodings.c to rename luaopen for util_*
Wed, 26 Nov 2008 22:18:26 +0000 Fix a waqas copy/paste error. It was my fault again apparently.
Matthew Wild <mwild1@gmail.com> [Wed, 26 Nov 2008 22:18:26 +0000] rev 431
Fix a waqas copy/paste error. It was my fault again apparently.
Wed, 26 Nov 2008 21:49:17 +0000 Merge from waqas
Matthew Wild <mwild1@gmail.com> [Wed, 26 Nov 2008 21:49:17 +0000] rev 430
Merge from waqas
Thu, 27 Nov 2008 02:48:08 +0500 Added options to limit the number of resources and for handling of resource conflicts
Waqas Hussain <waqas20@gmail.com> [Thu, 27 Nov 2008 02:48:08 +0500] rev 429
Added options to limit the number of resources and for handling of resource conflicts - core.max_resources: defaults to 10 - core.conflict_resolve: can be "random", "increment", "kick_new" and "kick_old" (default)
Wed, 26 Nov 2008 18:25:03 +0000 Update mod_selftests to use the hosts on http://xmpp.org/interop/servers.shtml
Matthew Wild <mwild1@gmail.com> [Wed, 26 Nov 2008 18:25:03 +0000] rev 428
Update mod_selftests to use the hosts on http://xmpp.org/interop/servers.shtml
Wed, 26 Nov 2008 15:58:04 +0000 Yes, we don't put these things in here, we put them in here.
Matthew Wild <mwild1@gmail.com> [Wed, 26 Nov 2008 15:58:04 +0000] rev 427
Yes, we don't put these things in here, we put them in here.
Wed, 26 Nov 2008 09:47:16 +0500 Wrapped a core_process_stanza call in an xpcall call
Waqas Hussain <waqas20@gmail.com> [Wed, 26 Nov 2008 09:47:16 +0500] rev 426
Wrapped a core_process_stanza call in an xpcall call
Wed, 26 Nov 2008 09:06:32 +0500 Added mod_ping with support for [XEP-0199: XMPP Ping]
Waqas Hussain <waqas20@gmail.com> [Wed, 26 Nov 2008 09:06:32 +0500] rev 425
Added mod_ping with support for [XEP-0199: XMPP Ping]
Wed, 26 Nov 2008 09:02:58 +0500 Changed format for XEP-0090 to the legacy format
Waqas Hussain <waqas20@gmail.com> [Wed, 26 Nov 2008 09:02:58 +0500] rev 424
Changed format for XEP-0090 to the legacy format
Wed, 26 Nov 2008 08:56:30 +0500 Added mod_time with support for [XEP-0202: Entity Time] and [XEP-0090: Entity Time] (deprecated)
Waqas Hussain <waqas20@gmail.com> [Wed, 26 Nov 2008 08:56:30 +0500] rev 423
Added mod_time with support for [XEP-0202: Entity Time] and [XEP-0090: Entity Time] (deprecated)
Wed, 26 Nov 2008 03:29:06 +0000 Merge from waqas
Matthew Wild <mwild1@gmail.com> [Wed, 26 Nov 2008 03:29:06 +0000] rev 422
Merge from waqas
Wed, 26 Nov 2008 08:27:09 +0500 Modules now sending disco replies
Waqas Hussain <waqas20@gmail.com> [Wed, 26 Nov 2008 08:27:09 +0500] rev 421
Modules now sending disco replies
Wed, 26 Nov 2008 08:26:24 +0500 Minor bug fix
Waqas Hussain <waqas20@gmail.com> [Wed, 26 Nov 2008 08:26:24 +0500] rev 420
Minor bug fix
Wed, 26 Nov 2008 07:44:38 +0500 Added helper method to discomanager
Waqas Hussain <waqas20@gmail.com> [Wed, 26 Nov 2008 07:44:38 +0500] rev 419
Added helper method to discomanager
Wed, 26 Nov 2008 02:21:18 +0000 Add rough Makefile for util-src/
Matthew Wild <mwild1@gmail.com> [Wed, 26 Nov 2008 02:21:18 +0000] rev 418
Add rough Makefile for util-src/
Wed, 26 Nov 2008 01:55:07 +0500 Removed commented code
Waqas Hussain <waqas20@gmail.com> [Wed, 26 Nov 2008 01:55:07 +0500] rev 417
Removed commented code
Wed, 26 Nov 2008 01:46:16 +0500 Added util-src/hashes.c - support for sha1, sha256 and md5 hashes
Waqas Hussain <waqas20@gmail.com> [Wed, 26 Nov 2008 01:46:16 +0500] rev 416
Added util-src/hashes.c - support for sha1, sha256 and md5 hashes
Wed, 26 Nov 2008 01:45:25 +0500 Added util-src/encodings.c - support for base64, stringprep and idna encodings
Waqas Hussain <waqas20@gmail.com> [Wed, 26 Nov 2008 01:45:25 +0500] rev 415
Added util-src/encodings.c - support for base64, stringprep and idna encodings
Tue, 25 Nov 2008 05:00:31 +0000 Update TODO
Matthew Wild <mwild1@gmail.com> [Tue, 25 Nov 2008 05:00:31 +0000] rev 414
Update TODO
(0) -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip