prosody
Sun, 31 Jan 2010 17:15:35 +0000 Matthew Wild prosody: Show friendly error when no config present for legacy SSL ports
Sun, 31 Jan 2010 16:40:47 +0000 Matthew Wild prosody: Log error message when failing to open ports
Sun, 31 Jan 2010 16:22:52 +0000 Matthew Wild prosody: Only set the ssl_ctx for 'ssl' connections
Thu, 28 Jan 2010 18:11:03 +0000 Matthew Wild prosody: Check dependencies (and load LuaRocks) earlier on in the startup process
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
Sun, 24 Jan 2010 05:35:21 +0500 Waqas Hussain prosody: Listen for component connections on port 5347 by default.
Sat, 09 Jan 2010 07:12:30 +0000 Matthew Wild prosody: net_activate_ports: Accept strings as well as numbers for specifying ports
Sat, 09 Jan 2010 07:03:48 +0000 Matthew Wild prosody: Read list of possible config extensions from configmanager, removes old TODO
Wed, 16 Dec 2009 00:11:54 +0500 Waqas Hussain prosody: Fixed a possible nil concatenation.
Tue, 15 Dec 2009 18:58:22 +0000 Paul Aurich prosody: Fix to net_activate_ports to mend binding to specific interfaces
Thu, 10 Dec 2009 18:40:21 +0500 Waqas Hussain prosody: Added config option 'ssl_ports' to allow multiplexed SSL ports.
Thu, 10 Dec 2009 05:08:59 +0500 Waqas Hussain prosody: Use the multiplex listener when the 'ports' config option is specified.
Thu, 10 Dec 2009 05:07:32 +0500 Waqas Hussain net_activate_ports: Use the default config option 'ports' when no option is specified.
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.
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.
Thu, 10 Dec 2009 01:56:16 +0500 Waqas Hussain Mainfile: Broke up a really long line.
Tue, 08 Dec 2009 01:23:22 +0000 Matthew Wild prosody: Report the current socket backend in use
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
Mon, 07 Dec 2009 18:32:06 +0000 Matthew Wild prosody: Less strict matching for the magic 'interrupted' error
Fri, 04 Dec 2009 18:57:54 +0000 Matthew Wild prosody: Expose global_ssl_ctx through prosody object
Fri, 04 Dec 2009 09:48:08 -0800 Paul Aurich Disable SSLv2 by default, it's known to be insecure.
Mon, 23 Nov 2009 21:46:37 +0500 Waqas Hussain prosody: Added support for command line argument '--config'.
Mon, 23 Nov 2009 08:55:27 +0500 Waqas Hussain Mainfile: Fixed some comments.
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.
Wed, 18 Nov 2009 08:26:43 +0500 Waqas Hussain prosody.net_activate_ports: Slightly refactored and definition moved to before modules are loaded.
Sun, 25 Oct 2009 21:26:36 +0500 Waqas Hussain Prosody top-level error handler modified to log properly on non-string error messages.
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 :)
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
Sat, 17 Oct 2009 10:54:28 +0100 Matthew Wild prosody: Move global protection earlier (to before modules are loaded, etc.)
Sat, 17 Oct 2009 10:53:31 +0100 Matthew Wild prosody: Require new require :)
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
Sat, 17 Oct 2009 10:49:13 +0100 Matthew Wild prosody: Rename global net_activate_ports -> prosody.net_activate_ports
Sat, 03 Oct 2009 19:20:20 -0700 Paul Aurich Minor changes; outgoing TLS works.
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
Sat, 19 Sep 2009 11:17:30 +0100 Matthew Wild prosody: Add prosody.platform which can be either 'windows', 'posix' or 'unknown'
Wed, 29 Jul 2009 18:11:37 +0100 Matthew Wild Merge with 0.5
Wed, 29 Jul 2009 18:01:14 +0500 Waqas Hussain Added: Support for PROSODY_SRCDIR and PROSODY_PLUGINDIR environment variables
Thu, 23 Jul 2009 21:09:25 +0100 Matthew Wild prosody: net_activate_ports: Check listener exists before trying to open port for it
Thu, 23 Jul 2009 12:04:41 +0100 Matthew Wild Merge with 0.5
Thu, 23 Jul 2009 02:33:10 +0100 Matthew Wild prosody: Correctly allow console ports to be changed through the config
Sat, 18 Jul 2009 18:51:04 +0100 Matthew Wild prosody: Send friendly text with system-shutdown stream error
Sat, 18 Jul 2009 15:33:16 +0100 Matthew Wild prosody: Return success/error from prosody.reload_config()
Sun, 12 Jul 2009 02:08:59 +0100 Matthew Wild prosody: Load util.helpers at startup
Sat, 11 Jul 2009 18:06:03 +0100 Matthew Wild prosody: Call initialisation functions at once
Sat, 11 Jul 2009 17:55:36 +0100 Matthew Wild prosody: Start of refactoring of main file
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers
Wed, 08 Jul 2009 04:19:15 +0100 Matthew Wild prosody: Record time the server started
Thu, 02 Jul 2009 01:09:20 +0100 Matthew Wild prosody: Add fallbacks/ to path
Mon, 22 Jun 2009 14:16:06 +0100 Matthew Wild prosody: Switch anonymous_login check to use the new datamanager callback syntax
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.
Sat, 20 Jun 2009 12:23:36 +0500 Waqas Hussain Main: removed some eventmanager references (replaced by prosody.events)
Sat, 20 Jun 2009 12:16:20 +0500 Waqas Hussain Fire global events using prosody.events
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)
Fri, 05 Jun 2009 01:58:40 +0100 Matthew Wild prosody: Prefix hg: to changeset ids in the version
Fri, 05 Jun 2009 01:27:18 +0100 Matthew Wild prosody: Read version from prosody.version file and set, er, prosody.version!
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
Sun, 31 May 2009 00:34:08 +0500 Waqas Hussain Added new prosody.events object
Sat, 30 May 2009 14:07:14 +0100 Matthew Wild prosody: Remove global functions
Sat, 30 May 2009 14:04:31 +0100 Matthew Wild prosody: (un)lock_globals() -> prosody.(un)lock_globals()
Sat, 30 May 2009 14:01:12 +0100 Matthew Wild prosody: New global 'prosody' object
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.
Fri, 29 May 2009 22:51:56 +0500 Waqas Hussain Removed unused global 'session'
Tue, 05 May 2009 14:17:06 +0100 Matthew Wild prosody: Add functions to reload the config and re-open log files
Mon, 04 May 2009 19:28:16 +0100 Matthew Wild prosody, xmppcomponent_listener: Add listener for XEP-0114 component connections
Sat, 02 May 2009 20:36:20 +0100 Matthew Wild prosody: Less verbose logging during shutdown sequence
Sat, 02 May 2009 20:32:17 +0100 Matthew Wild prosody: Define prosody_shutdown() before emitting the server-starting event
Sat, 02 May 2009 17:01:21 +0100 Matthew Wild prosody: Add log messages during shutdown sequence to indicate progress
Sat, 02 May 2009 16:58:40 +0100 Matthew Wild prosody: Don't require console_enabled option anymore
Tue, 21 Apr 2009 22:05:21 +0100 Matthew Wild prosody: Fire events during server shutdown process
Tue, 21 Apr 2009 03:38:41 +0100 Matthew Wild prosody: Remove logging code and instead load core.loggingmanager to set up logging
Fri, 17 Apr 2009 16:15:16 +0100 Matthew Wild prosody: Simple whitespace fix in error output
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
Fri, 10 Apr 2009 10:49:32 +0100 Matthew Wild Allow config to specify listening interfaces
Thu, 09 Apr 2009 18:48:28 +0100 Matthew Wild prosody: Don't look to use SSL when LuaSec not available (thanks Florob)
Tue, 31 Mar 2009 02:18:13 +0100 Matthew Wild Add lock_globals() and unlock_globals() functions (for when you really need to use globals)
Tue, 31 Mar 2009 02:17:11 +0100 Matthew Wild Load util.array and util.iterator at startup
Mon, 30 Mar 2009 20:04:31 +0100 Matthew Wild Automated merge with ssh://hg@prosody.im/prosody-hg
Mon, 30 Mar 2009 20:04:11 +0100 Matthew Wild Move SSL initialisation into the correct spot (thanks albert)
Mon, 30 Mar 2009 03:23:23 +0500 Waqas Hussain Added: Prevent disk writes for anonmous hosts (option: core/anonymous_login = true)
Sun, 22 Mar 2009 14:14:40 +0000 Matthew Wild prosody: Expose net_activate_ports as a global function for use by plugins
Sun, 22 Mar 2009 14:04:42 +0000 Matthew Wild prosody: Allow ports to be specified as just numbers
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4
Sat, 07 Mar 2009 19:28:12 +0000 Matthew Wild prosody: Load logger after reading the config
Mon, 02 Mar 2009 19:44:46 +0000 Matthew Wild prosody: Log top-level errors
Fri, 27 Feb 2009 04:35:36 +0000 Matthew Wild prosody: Protect main loop. Dare I say crashing finally becomes impossible.
Fri, 13 Feb 2009 14:37:15 +0000 Matthew Wild Report errors in the config file to the user
Fri, 30 Jan 2009 18:03:28 +0000 Matthew Wild Update main prosody file, since it doesn't match *.lua pattern, and sed -i treats symlinks badly
Thu, 29 Jan 2009 18:04:25 +0000 Matthew Wild Load net.server after util.dependencies to catch missing luasocket
Thu, 22 Jan 2009 14:39:40 +0000 Matthew Wild Friendlier message when config file not found
Sat, 17 Jan 2009 04:45:08 +0000 Matthew Wild Port to new server.lua, quite some changes, but I believe everything to be working
Fri, 09 Jan 2009 23:09:53 +0500 Waqas Hussain Removed core/offlinemessage.lua along with documentation and references - we have core/offlinemanager.lua instead
Wed, 07 Jan 2009 17:41:27 +0000 Matthew Wild Default mod_console to listening on localhost only. May be changed with console_interface=xxx.xxx.xxx.xxx in the config
Mon, 29 Dec 2008 22:31:10 +0000 Matthew Wild Don't use TLS connection handler when SSL/TLS not available or configured (thanks to Ricardo for finding)
Sat, 27 Dec 2008 21:20:09 +0000 Matthew Wild Fix specifying ports in config, and SSL support
Thu, 25 Dec 2008 06:35:05 +0500 Waqas Hussain Moved directory auto-creation to datamanager
Tue, 16 Dec 2008 03:46:17 +0500 Waqas Hussain Fixed URL encoding to generate %0x instead of %x
Wed, 10 Dec 2008 15:44:03 +0000 Matthew Wild 0.1 -> 0.2
Wed, 10 Dec 2008 15:29:14 +0000 Matthew Wild Add commented line to disable logging entirely
Mon, 08 Dec 2008 04:47:51 +0500 Waqas Hussain Added: Ports now read from the config
Sat, 06 Dec 2008 23:11:21 +0000 Matthew Wild Some code cleaning for the main script
Sat, 06 Dec 2008 19:50:37 +0000 Matthew Wild Move the setting of data_path to fix #unfiledbug
Sat, 06 Dec 2008 04:03:33 +0000 Matthew Wild Move module loading to modulemanager
Sat, 06 Dec 2008 03:41:49 +0000 Matthew Wild Add hostmanager, and eventmanager
Wed, 03 Dec 2008 15:09:58 +0000 Matthew Wild Merge from waqas
Wed, 03 Dec 2008 19:57:08 +0500 Waqas Hussain config and data directories taken from path, and quoted to allow spaces in path
Wed, 03 Dec 2008 14:39:07 +0000 Matthew Wild Insert copyright/license headers
Sun, 30 Nov 2008 04:22:43 +0000 Matthew Wild Installation improvements (auto-creation of data directories)
Sun, 30 Nov 2008 06:14:41 +0500 Waqas Hussain Path fix for auto-creating directories
Sun, 30 Nov 2008 06:01:37 +0500 Waqas Hussain Auto-create data directories on start
Sat, 29 Nov 2008 03:27:50 +0000 Matthew Wild Update Makefile to now pass config paths to prosody. Update prosody, modulemanager and connectionlisteners to obey these paths.
Sat, 29 Nov 2008 01:00:04 +0000 Matthew Wild main.lua -> prosody
less more (0) tip