Log

prosody @ 1336:389b4fb48901

description author age
prosody: prosody_reload_config => prosody.reload_config (guess I accidentally missed it when converting the others) Matthew Wild Fri, 05 Jun 2009 13:34:21 +0100
prosody: Prefix hg: to changeset ids in the version Matthew Wild Fri, 05 Jun 2009 01:58:40 +0100
prosody: Read version from prosody.version file and set, er, prosody.version! Matthew Wild Fri, 05 Jun 2009 01:27:18 +0100
prosody: Add support for general 'interface' option which is used as the default network interface Matthew Wild Thu, 04 Jun 2009 15:24:43 +0100
Added new prosody.events object Waqas Hussain Sun, 31 May 2009 00:34:08 +0500
prosody: Remove global functions Matthew Wild Sat, 30 May 2009 14:07:14 +0100
prosody: (un)lock_globals() -> prosody.(un)lock_globals() Matthew Wild Sat, 30 May 2009 14:04:31 +0100
prosody: New global 'prosody' object Matthew Wild Sat, 30 May 2009 14:01:12 +0100
Added globals bare_sessions and full_sessions, which map bare and full JIDs to sessions. Waqas Hussain Fri, 29 May 2009 22:54:52 +0500
Removed unused global 'session' Waqas Hussain Fri, 29 May 2009 22:51:56 +0500
prosody: Add functions to reload the config and re-open log files Matthew Wild Tue, 05 May 2009 14:17:06 +0100
prosody, xmppcomponent_listener: Add listener for XEP-0114 component connections Matthew Wild Mon, 04 May 2009 19:28:16 +0100
prosody: Less verbose logging during shutdown sequence Matthew Wild Sat, 02 May 2009 20:36:20 +0100
prosody: Define prosody_shutdown() before emitting the server-starting event Matthew Wild Sat, 02 May 2009 20:32:17 +0100
prosody: Add log messages during shutdown sequence to indicate progress Matthew Wild Sat, 02 May 2009 17:01:21 +0100
prosody: Don't require console_enabled option anymore Matthew Wild Sat, 02 May 2009 16:58:40 +0100
prosody: Fire events during server shutdown process Matthew Wild Tue, 21 Apr 2009 22:05:21 +0100
prosody: Remove logging code and instead load core.loggingmanager to set up logging Matthew Wild Tue, 21 Apr 2009 03:38:41 +0100
prosody: Simple whitespace fix in error output Matthew Wild Fri, 17 Apr 2009 16:15:16 +0100
prosody: Add prosody_shutdown() function to initiate a server shutdown, add code to gracefully close connections before stopping Matthew Wild Sun, 12 Apr 2009 02:59:09 +0100
Allow config to specify listening interfaces Matthew Wild Fri, 10 Apr 2009 10:49:32 +0100
prosody: Don't look to use SSL when LuaSec not available (thanks Florob) Matthew Wild Thu, 09 Apr 2009 18:48:28 +0100
Add lock_globals() and unlock_globals() functions (for when you really need to use globals) Matthew Wild Tue, 31 Mar 2009 02:18:13 +0100
Load util.array and util.iterator at startup Matthew Wild Tue, 31 Mar 2009 02:17:11 +0100
Automated merge with ssh://hg@prosody.im/prosody-hg Matthew Wild Mon, 30 Mar 2009 20:04:31 +0100
Move SSL initialisation into the correct spot (thanks albert) Matthew Wild Mon, 30 Mar 2009 20:04:11 +0100
Added: Prevent disk writes for anonmous hosts (option: core/anonymous_login = true) Waqas Hussain Mon, 30 Mar 2009 03:23:23 +0500
prosody: Expose net_activate_ports as a global function for use by plugins Matthew Wild Sun, 22 Mar 2009 14:14:40 +0000
prosody: Allow ports to be specified as just numbers Matthew Wild Sun, 22 Mar 2009 14:04:42 +0000
0.3->0.4 Matthew Wild Fri, 20 Mar 2009 20:16:25 +0000
prosody: Load logger after reading the config Matthew Wild Sat, 07 Mar 2009 19:28:12 +0000
prosody: Log top-level errors Matthew Wild Mon, 02 Mar 2009 19:44:46 +0000
prosody: Protect main loop. Dare I say crashing finally becomes impossible. Matthew Wild Fri, 27 Feb 2009 04:35:36 +0000
Report errors in the config file to the user Matthew Wild Fri, 13 Feb 2009 14:37:15 +0000
Update main prosody file, since it doesn't match *.lua pattern, and sed -i treats symlinks badly Matthew Wild Fri, 30 Jan 2009 18:03:28 +0000
Load net.server after util.dependencies to catch missing luasocket Matthew Wild Thu, 29 Jan 2009 18:04:25 +0000
Friendlier message when config file not found Matthew Wild Thu, 22 Jan 2009 14:39:40 +0000
Port to new server.lua, quite some changes, but I believe everything to be working Matthew Wild Sat, 17 Jan 2009 04:45:08 +0000
Removed core/offlinemessage.lua along with documentation and references - we have core/offlinemanager.lua instead Waqas Hussain Fri, 09 Jan 2009 23:09:53 +0500
Default mod_console to listening on localhost only. May be changed with console_interface=xxx.xxx.xxx.xxx in the config Matthew Wild Wed, 07 Jan 2009 17:41:27 +0000
Don't use TLS connection handler when SSL/TLS not available or configured (thanks to Ricardo for finding) Matthew Wild Mon, 29 Dec 2008 22:31:10 +0000
Fix specifying ports in config, and SSL support Matthew Wild Sat, 27 Dec 2008 21:20:09 +0000
Moved directory auto-creation to datamanager Waqas Hussain Thu, 25 Dec 2008 06:35:05 +0500
Fixed URL encoding to generate %0x instead of %x Waqas Hussain Tue, 16 Dec 2008 03:46:17 +0500
0.1 -> 0.2 Matthew Wild Wed, 10 Dec 2008 15:44:03 +0000
Add commented line to disable logging entirely Matthew Wild Wed, 10 Dec 2008 15:29:14 +0000
Added: Ports now read from the config Waqas Hussain Mon, 08 Dec 2008 04:47:51 +0500
Some code cleaning for the main script Matthew Wild Sat, 06 Dec 2008 23:11:21 +0000
Move the setting of data_path to fix #unfiledbug Matthew Wild Sat, 06 Dec 2008 19:50:37 +0000
Move module loading to modulemanager Matthew Wild Sat, 06 Dec 2008 04:03:33 +0000
Add hostmanager, and eventmanager Matthew Wild Sat, 06 Dec 2008 03:41:49 +0000
Merge from waqas Matthew Wild Wed, 03 Dec 2008 15:09:58 +0000
config and data directories taken from path, and quoted to allow spaces in path Waqas Hussain Wed, 03 Dec 2008 19:57:08 +0500
Insert copyright/license headers Matthew Wild Wed, 03 Dec 2008 14:39:07 +0000
Installation improvements (auto-creation of data directories) Matthew Wild Sun, 30 Nov 2008 04:22:43 +0000
Path fix for auto-creating directories Waqas Hussain Sun, 30 Nov 2008 06:14:41 +0500
Auto-create data directories on start Waqas Hussain Sun, 30 Nov 2008 06:01:37 +0500
Update Makefile to now pass config paths to prosody. Update prosody, modulemanager and connectionlisteners to obey these paths. Matthew Wild Sat, 29 Nov 2008 03:27:50 +0000
main.lua -> prosody base main.lua@cc027f7a8f08 Matthew Wild Sat, 29 Nov 2008 01:00:04 +0000