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
Thu, 09 Apr 2009 18:48:28 +0100 Matthew Wild prosody: Don't look to use SSL when LuaSec not available (thanks Florob) file | diff | annotate
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) file | diff | annotate
Tue, 31 Mar 2009 02:17:11 +0100 Matthew Wild Load util.array and util.iterator at startup file | diff | annotate
Mon, 30 Mar 2009 20:04:31 +0100 Matthew Wild Automated merge with ssh://hg@prosody.im/prosody-hg file | diff | annotate
Mon, 30 Mar 2009 20:04:11 +0100 Matthew Wild Move SSL initialisation into the correct spot (thanks albert) file | diff | annotate
Mon, 30 Mar 2009 03:23:23 +0500 Waqas Hussain Added: Prevent disk writes for anonmous hosts (option: core/anonymous_login = true) file | diff | annotate
Sun, 22 Mar 2009 14:14:40 +0000 Matthew Wild prosody: Expose net_activate_ports as a global function for use by plugins file | diff | annotate
Sun, 22 Mar 2009 14:04:42 +0000 Matthew Wild prosody: Allow ports to be specified as just numbers file | diff | annotate
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4 file | diff | annotate
Sat, 07 Mar 2009 19:28:12 +0000 Matthew Wild prosody: Load logger after reading the config file | diff | annotate
Mon, 02 Mar 2009 19:44:46 +0000 Matthew Wild prosody: Log top-level errors file | diff | annotate
Fri, 27 Feb 2009 04:35:36 +0000 Matthew Wild prosody: Protect main loop. Dare I say crashing finally becomes impossible. file | diff | annotate
Fri, 13 Feb 2009 14:37:15 +0000 Matthew Wild Report errors in the config file to the user file | diff | annotate
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 file | diff | annotate
Thu, 29 Jan 2009 18:04:25 +0000 Matthew Wild Load net.server after util.dependencies to catch missing luasocket file | diff | annotate
Thu, 22 Jan 2009 14:39:40 +0000 Matthew Wild Friendlier message when config file not found file | diff | annotate
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 file | diff | annotate
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 file | diff | annotate
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 file | diff | annotate
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) file | diff | annotate
Sat, 27 Dec 2008 21:20:09 +0000 Matthew Wild Fix specifying ports in config, and SSL support file | diff | annotate
Thu, 25 Dec 2008 06:35:05 +0500 Waqas Hussain Moved directory auto-creation to datamanager file | diff | annotate
Tue, 16 Dec 2008 03:46:17 +0500 Waqas Hussain Fixed URL encoding to generate %0x instead of %x file | diff | annotate
Wed, 10 Dec 2008 15:44:03 +0000 Matthew Wild 0.1 -> 0.2 file | diff | annotate
Wed, 10 Dec 2008 15:29:14 +0000 Matthew Wild Add commented line to disable logging entirely file | diff | annotate
Mon, 08 Dec 2008 04:47:51 +0500 Waqas Hussain Added: Ports now read from the config file | diff | annotate
Sat, 06 Dec 2008 23:11:21 +0000 Matthew Wild Some code cleaning for the main script file | diff | annotate
Sat, 06 Dec 2008 19:50:37 +0000 Matthew Wild Move the setting of data_path to fix #unfiledbug file | diff | annotate
Sat, 06 Dec 2008 04:03:33 +0000 Matthew Wild Move module loading to modulemanager file | diff | annotate
Sat, 06 Dec 2008 03:41:49 +0000 Matthew Wild Add hostmanager, and eventmanager file | diff | annotate
Wed, 03 Dec 2008 15:09:58 +0000 Matthew Wild Merge from waqas file | diff | annotate
Wed, 03 Dec 2008 19:57:08 +0500 Waqas Hussain config and data directories taken from path, and quoted to allow spaces in path file | diff | annotate
Wed, 03 Dec 2008 14:39:07 +0000 Matthew Wild Insert copyright/license headers file | diff | annotate
Sun, 30 Nov 2008 04:22:43 +0000 Matthew Wild Installation improvements (auto-creation of data directories) file | diff | annotate
Sun, 30 Nov 2008 06:14:41 +0500 Waqas Hussain Path fix for auto-creating directories file | diff | annotate
Sun, 30 Nov 2008 06:01:37 +0500 Waqas Hussain Auto-create data directories on start file | diff | annotate
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. file | diff | annotate
Sat, 29 Nov 2008 01:00:04 +0000 Matthew Wild main.lua -> prosody file | diff | annotate | base
(0) tip

mercurial