Tue, 28 Dec 2010 09:59:27 +0500 Waqas Hussain prosody: Don't add a datamanager callback when anonymous_login=true (mod_auth_anonymous does this now). file | diff | annotate
Tue, 21 Dec 2010 22:26:22 +0000 Matthew Wild prosody: Catch a recursive Include error and print a more friendly error file | diff | annotate
Mon, 20 Dec 2010 14:06:16 +0000 Matthew Wild prosody, prosodyctl, util.dependencies: Split checking and logging of dependencies so we can check hard deps before the config and logging is loaded file | diff | annotate
Sun, 12 Dec 2010 17:15:57 +0500 Waqas Hussain prosody: Added a comment, to match prosodyctl. file | diff | annotate
Wed, 08 Dec 2010 02:29:37 +0500 Waqas Hussain prosody: Don't attempt to load core.xmlhandlers in the main file. It no longer exists. file | diff | annotate
Tue, 07 Dec 2010 22:55:28 +0500 Waqas Hussain prosody: Added a stub implementation of core.componentmanager to the package.loaded table (re-commiting, as this was accidentally removed). file | diff | annotate
Wed, 10 Nov 2010 19:46:53 +0000 Matthew Wild prosody, configmanager, certmanager: Relocate prosody.resolve_relative_path() to configmanager, and update certmanager (the only user of this function) file | diff | annotate
Wed, 10 Nov 2010 21:47:39 +0500 Waqas Hussain prosody: Added a stub implementation of core.componentmanager to the package.loaded table. file | diff | annotate
Wed, 10 Nov 2010 20:59:16 +0500 Waqas Hussain prosody: Removed all references to componentmanager from Prosody, except the main componentmanager file. file | diff | annotate
Wed, 10 Nov 2010 02:50:35 +0500 Waqas Hussain prosody: Ensure componentmanager is loaded in the main file. file | diff | annotate
Sat, 31 Jul 2010 13:29:58 +0500 Waqas Hussain prosody: Enable storage manager. file | diff | annotate
Fri, 23 Jul 2010 23:14:50 +0500 Waqas Hussain prosody.resolve_relative_path: Updated to take a parent path to resolve against. file | diff | annotate
Tue, 13 Jul 2010 13:55:18 +0100 Matthew Wild prosody: Add prosody.resolve_relative_path() helper to change relative paths to be relative to the config file file | diff | annotate
Tue, 29 Jun 2010 20:23:31 +0100 Matthew Wild Merge 0.7->trunk file | diff | annotate
Tue, 29 Jun 2010 20:23:11 +0100 Matthew Wild Merge backout file | diff | annotate
Tue, 29 Jun 2010 20:23:00 +0100 Matthew Wild Backed out changeset 454e1cf18daf (this isn't for debugging, it's to inform the user) file | diff | annotate
Sun, 09 May 2010 20:46:24 +0100 Matthew Wild prosody: Load util.xmppstream :( file | diff | annotate
Fri, 07 May 2010 16:21:04 +0500 Waqas Hussain Merge 0.7->trunk file | diff | annotate
Fri, 07 May 2010 16:02:29 +0500 Waqas Hussain prosody: Modified function metatable for better string representation of functions. file | diff | annotate
Fri, 07 May 2010 16:00:33 +0500 Waqas Hussain prosody: Lowered log level for a log message. file | diff | annotate
Tue, 04 May 2010 23:43:01 +0100 Matthew Wild eventmanager, prosody: Adapt eventmanager to use prosody.events, as a step towards removing it entirely file | diff | annotate
Tue, 04 May 2010 23:36:50 +0100 Matthew Wild Merge 0.7->trunk (with MUC needing checking, waqas) file | diff | annotate
Mon, 19 Apr 2010 18:28:12 +0500 Waqas Hussain prosody: Set metatable on functions to allow easy access to upvalues. file | diff | annotate
Mon, 22 Mar 2010 17:26:12 +0000 Matthew Wild Merge 0.7->trunk file | diff | annotate
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7 file | diff | annotate
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010 file | diff | annotate
Wed, 03 Mar 2010 22:05:05 +0000 Matthew Wild Merge 0.6.2/waqas with 0.6.2/MattJ file | diff | annotate
Sat, 13 Feb 2010 16:22:05 +0000 Matthew Wild prosody: More accurate friendly error message in the event that creating the global SSL context fails file | diff | annotate
Fri, 05 Feb 2010 15:05:39 +0000 Matthew Wild prosody: Add a catch-all friendly message for when any port is in use we want to use file | diff | annotate
Sun, 31 Jan 2010 17:15:35 +0000 Matthew Wild prosody: Show friendly error when no config present for legacy SSL ports file | diff | annotate
Sun, 31 Jan 2010 16:40:47 +0000 Matthew Wild prosody: Log error message when failing to open ports file | diff | annotate
Sun, 24 Jan 2010 05:35:21 +0500 Waqas Hussain prosody: Listen for component connections on port 5347 by default. file | diff | annotate
Thu, 10 Dec 2009 02:50:23 +0500 Waqas Hussain prosody: Call tostring on the key being used for nil global read before concatenating it with a string. file | diff | annotate
Thu, 10 Dec 2009 02:47:13 +0500 Waqas Hussain prosody: Log a warning and traceback, but don't throw an error on nil global read. file | diff | annotate
Thu, 10 Dec 2009 01:56:16 +0500 Waqas Hussain Mainfile: Broke up a really long line. file | diff | annotate
Thu, 28 Jan 2010 18:10:20 +0000 Matthew Wild util.dependencies: Load luarocks.loader/luarocks.require file | diff | annotate
Sat, 09 Jan 2010 07:12:30 +0000 Matthew Wild prosody: net_activate_ports: Accept strings as well as numbers for specifying ports file | diff | annotate
Wed, 16 Dec 2009 00:11:54 +0500 Waqas Hussain prosody: Fixed a possible nil concatenation. file | diff | annotate
Mon, 07 Dec 2009 18:32:06 +0000 Matthew Wild prosody: Less strict matching for the magic 'interrupted' error file | diff | annotate
Mon, 01 Mar 2010 16:01:09 +0000 Matthew Wild Merge with 0.7 file | diff | annotate
Sat, 27 Feb 2010 19:46:04 +0000 Matthew Wild prosody: Bump log message describing current connection backend to level 'info' file | diff | annotate
Tue, 16 Feb 2010 04:05:25 +0500 Waqas Hussain prosody: Don't add fallbacks to package.path and package.cpath. file | diff | annotate
Sat, 13 Feb 2010 16:22:05 +0000 Matthew Wild prosody: More accurate friendly error message in the event that creating the global SSL context fails file | diff | annotate
Sat, 13 Feb 2010 16:21:32 +0000 Matthew Wild prosody: Use certmanager to create the global SSL context file | diff | annotate
Thu, 11 Feb 2010 11:31:14 +0000 Matthew Wild prosody, prosodyctl: Re-jiggle load order again, fixes logging config not being obeyed (thanks darkrain) file | diff | annotate
Fri, 05 Feb 2010 15:05:39 +0000 Matthew Wild prosody: Add a catch-all friendly message for when any port is in use we want to use file | diff | annotate
Fri, 05 Feb 2010 14:32:20 +0000 Matthew Wild prosody: Initialize logging before checking dependencies (fixes another traceback with no LuaSec) file | diff | annotate
Sun, 31 Jan 2010 17:15:35 +0000 Matthew Wild prosody: Show friendly error when no config present for legacy SSL ports file | diff | annotate
Sun, 31 Jan 2010 16:40:47 +0000 Matthew Wild prosody: Log error message when failing to open ports file | diff | annotate
Sun, 31 Jan 2010 16:22:52 +0000 Matthew Wild prosody: Only set the ssl_ctx for 'ssl' connections file | diff | annotate
Thu, 28 Jan 2010 18:11:03 +0000 Matthew Wild prosody: Check dependencies (and load LuaRocks) earlier on in the startup process file | diff | annotate
Thu, 28 Jan 2010 14:56:47 +0000 Matthew Wild util.dependencies, prosody, prosodyctl: Give util.dependencies a check_dependencies() function so the caller can decide what to do when dependencies aren't met - update prosody/prosodyctl for this change file | diff | annotate
Sun, 24 Jan 2010 05:35:21 +0500 Waqas Hussain prosody: Listen for component connections on port 5347 by default. file | diff | annotate
Sat, 09 Jan 2010 07:12:30 +0000 Matthew Wild prosody: net_activate_ports: Accept strings as well as numbers for specifying ports file | diff | annotate
Sat, 09 Jan 2010 07:03:48 +0000 Matthew Wild prosody: Read list of possible config extensions from configmanager, removes old TODO file | diff | annotate
Wed, 16 Dec 2009 00:11:54 +0500 Waqas Hussain prosody: Fixed a possible nil concatenation. file | diff | annotate
Tue, 15 Dec 2009 18:58:22 +0000 Paul Aurich prosody: Fix to net_activate_ports to mend binding to specific interfaces file | diff | annotate
Thu, 10 Dec 2009 18:40:21 +0500 Waqas Hussain prosody: Added config option 'ssl_ports' to allow multiplexed SSL ports. file | diff | annotate
Thu, 10 Dec 2009 05:08:59 +0500 Waqas Hussain prosody: Use the multiplex listener when the 'ports' config option is specified. file | diff | annotate
Thu, 10 Dec 2009 05:07:32 +0500 Waqas Hussain net_activate_ports: Use the default config option 'ports' when no option is specified. file | diff | annotate
(0) -100 -60 tip

mercurial