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
Tue, 08 Dec 2009 01:23:22 +0000 Matthew Wild prosody: Report the current socket backend in use file | diff | annotate
Tue, 08 Dec 2009 00:55:17 +0000 Matthew Wild prosody: Clarify and add some comments to describe what we're doing when and why 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
Fri, 04 Dec 2009 18:57:54 +0000 Matthew Wild prosody: Expose global_ssl_ctx through prosody object file | diff | annotate
Fri, 04 Dec 2009 09:48:08 -0800 Paul Aurich Disable SSLv2 by default, it's known to be insecure. file | diff | annotate
Mon, 23 Nov 2009 21:46:37 +0500 Waqas Hussain prosody: Added support for command line argument '--config'. file | diff | annotate
Mon, 23 Nov 2009 08:55:27 +0500 Waqas Hussain Mainfile: Fixed some comments. file | diff | annotate
Wed, 18 Nov 2009 08:30:03 +0500 Waqas Hussain mod_console: Moved activation of the console port from the main file to mod_console. file | diff | annotate
Wed, 18 Nov 2009 08:26:43 +0500 Waqas Hussain prosody.net_activate_ports: Slightly refactored and definition moved to before modules are loaded. file | diff | annotate
Sun, 25 Oct 2009 21:26:36 +0500 Waqas Hussain Prosody top-level error handler modified to log properly on non-string error messages. file | diff | annotate
Wed, 21 Oct 2009 16:25:49 +0100 Matthew Wild prosody, util.require: Remove util.require, the shortest-lived module so far. Woke up this morning with a much simpler idea, which is also effective against C modules (I believe). Yay for metatables :) file | diff | annotate
Tue, 20 Oct 2009 13:25:29 +0100 Matthew Wild prosody: Use rawget to test for the existence of ssl (LuaSec) so we don't look for a nil global file | diff | annotate
Sat, 17 Oct 2009 10:54:28 +0100 Matthew Wild prosody: Move global protection earlier (to before modules are loaded, etc.) file | diff | annotate
Sat, 17 Oct 2009 10:53:31 +0100 Matthew Wild prosody: Require new require :) file | diff | annotate
Sat, 17 Oct 2009 10:52:25 +0100 Matthew Wild prosody: Require some core/util libraries which core modules depend upon, C modules and other modules which write to _G file | diff | annotate
Sat, 17 Oct 2009 10:49:13 +0100 Matthew Wild prosody: Rename global net_activate_ports -> prosody.net_activate_ports file | diff | annotate
Sat, 03 Oct 2009 19:20:20 -0700 Paul Aurich Minor changes; outgoing TLS works. file | diff | annotate
Sat, 19 Sep 2009 11:25:59 +0100 Matthew Wild prosody: Add prosody.installed flag to indicate whether Prosody has been installed or is running from checkout file | diff | annotate
Sat, 19 Sep 2009 11:17:30 +0100 Matthew Wild prosody: Add prosody.platform which can be either 'windows', 'posix' or 'unknown' file | diff | annotate
Wed, 29 Jul 2009 18:11:37 +0100 Matthew Wild Merge with 0.5 file | diff | annotate
Wed, 29 Jul 2009 18:01:14 +0500 Waqas Hussain Added: Support for PROSODY_SRCDIR and PROSODY_PLUGINDIR environment variables file | diff | annotate
Thu, 23 Jul 2009 21:09:25 +0100 Matthew Wild prosody: net_activate_ports: Check listener exists before trying to open port for it file | diff | annotate
Thu, 23 Jul 2009 12:04:41 +0100 Matthew Wild Merge with 0.5 file | diff | annotate
Thu, 23 Jul 2009 02:33:10 +0100 Matthew Wild prosody: Correctly allow console ports to be changed through the config file | diff | annotate
Sat, 18 Jul 2009 18:51:04 +0100 Matthew Wild prosody: Send friendly text with system-shutdown stream error file | diff | annotate
Sat, 18 Jul 2009 15:33:16 +0100 Matthew Wild prosody: Return success/error from prosody.reload_config() file | diff | annotate
Sun, 12 Jul 2009 02:08:59 +0100 Matthew Wild prosody: Load util.helpers at startup file | diff | annotate
Sat, 11 Jul 2009 18:06:03 +0100 Matthew Wild prosody: Call initialisation functions at once file | diff | annotate
Sat, 11 Jul 2009 17:55:36 +0100 Matthew Wild prosody: Start of refactoring of main file file | diff | annotate
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers file | diff | annotate
Wed, 08 Jul 2009 04:19:15 +0100 Matthew Wild prosody: Record time the server started file | diff | annotate
Thu, 02 Jul 2009 01:09:20 +0100 Matthew Wild prosody: Add fallbacks/ to path file | diff | annotate
Mon, 22 Jun 2009 14:16:06 +0100 Matthew Wild prosody: Switch anonymous_login check to use the new datamanager callback syntax file | diff | annotate
Sat, 20 Jun 2009 14:35:31 +0500 Waqas Hussain Main: Don't use empty event data objects for some global events. Some handlers don't expect it. file | diff | annotate
Sat, 20 Jun 2009 12:23:36 +0500 Waqas Hussain Main: removed some eventmanager references (replaced by prosody.events) file | diff | annotate
Sat, 20 Jun 2009 12:16:20 +0500 Waqas Hussain Fire global events using prosody.events file | diff | annotate
Fri, 05 Jun 2009 13:34:21 +0100 Matthew Wild prosody: prosody_reload_config => prosody.reload_config (guess I accidentally missed it when converting the others) file | diff | annotate
Fri, 05 Jun 2009 01:58:40 +0100 Matthew Wild prosody: Prefix hg: to changeset ids in the version file | diff | annotate
Fri, 05 Jun 2009 01:27:18 +0100 Matthew Wild prosody: Read version from prosody.version file and set, er, prosody.version! file | diff | annotate
Thu, 04 Jun 2009 15:24:43 +0100 Matthew Wild prosody: Add support for general 'interface' option which is used as the default network interface file | diff | annotate
Sun, 31 May 2009 00:34:08 +0500 Waqas Hussain Added new prosody.events object file | diff | annotate
Sat, 30 May 2009 14:07:14 +0100 Matthew Wild prosody: Remove global functions file | diff | annotate
Sat, 30 May 2009 14:04:31 +0100 Matthew Wild prosody: (un)lock_globals() -> prosody.(un)lock_globals() file | diff | annotate
Sat, 30 May 2009 14:01:12 +0100 Matthew Wild prosody: New global 'prosody' object file | diff | annotate
Fri, 29 May 2009 22:54:52 +0500 Waqas Hussain Added globals bare_sessions and full_sessions, which map bare and full JIDs to sessions. file | diff | annotate
Fri, 29 May 2009 22:51:56 +0500 Waqas Hussain Removed unused global 'session' file | diff | annotate
Tue, 05 May 2009 14:17:06 +0100 Matthew Wild prosody: Add functions to reload the config and re-open log files file | diff | annotate
Mon, 04 May 2009 19:28:16 +0100 Matthew Wild prosody, xmppcomponent_listener: Add listener for XEP-0114 component connections file | diff | annotate
Sat, 02 May 2009 20:36:20 +0100 Matthew Wild prosody: Less verbose logging during shutdown sequence file | diff | annotate
Sat, 02 May 2009 20:32:17 +0100 Matthew Wild prosody: Define prosody_shutdown() before emitting the server-starting event file | diff | annotate
Sat, 02 May 2009 17:01:21 +0100 Matthew Wild prosody: Add log messages during shutdown sequence to indicate progress file | diff | annotate
Sat, 02 May 2009 16:58:40 +0100 Matthew Wild prosody: Don't require console_enabled option anymore file | diff | annotate
Tue, 21 Apr 2009 22:05:21 +0100 Matthew Wild prosody: Fire events during server shutdown process file | diff | annotate
Tue, 21 Apr 2009 03:38:41 +0100 Matthew Wild prosody: Remove logging code and instead load core.loggingmanager to set up logging file | diff | annotate
Fri, 17 Apr 2009 16:15:16 +0100 Matthew Wild prosody: Simple whitespace fix in error output file | diff | annotate
Sun, 12 Apr 2009 02:59:09 +0100 Matthew Wild prosody: Add prosody_shutdown() function to initiate a server shutdown, add code to gracefully close connections before stopping file | diff | annotate
Fri, 10 Apr 2009 10:49:32 +0100 Matthew Wild Allow config to specify listening interfaces file | diff | annotate
(0) -60 tip

mercurial