Log

prosody @ 2597:40a174e8cdf6

description author age
prosody, prosodyctl: Re-jiggle load order again, fixes logging config not being obeyed (thanks darkrain) Matthew Wild 2010-02-11
prosody: Add a catch-all friendly message for when any port is in use we want to use Matthew Wild 2010-02-05
prosody: Initialize logging before checking dependencies (fixes another traceback with no LuaSec) Matthew Wild 2010-02-05
prosody: Show friendly error when no config present for legacy SSL ports Matthew Wild 2010-01-31
prosody: Log error message when failing to open ports Matthew Wild 2010-01-31
prosody: Only set the ssl_ctx for 'ssl' connections Matthew Wild 2010-01-31
prosody: Check dependencies (and load LuaRocks) earlier on in the startup process Matthew Wild 2010-01-28
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 Matthew Wild 2010-01-28
prosody: Listen for component connections on port 5347 by default. Waqas Hussain 2010-01-24
prosody: net_activate_ports: Accept strings as well as numbers for specifying ports Matthew Wild 2010-01-09
prosody: Read list of possible config extensions from configmanager, removes old TODO Matthew Wild 2010-01-09
prosody: Fixed a possible nil concatenation. Waqas Hussain 2009-12-15
prosody: Fix to net_activate_ports to mend binding to specific interfaces Paul Aurich 2009-12-15
prosody: Added config option 'ssl_ports' to allow multiplexed SSL ports. Waqas Hussain 2009-12-10
prosody: Use the multiplex listener when the 'ports' config option is specified. Waqas Hussain 2009-12-10
net_activate_ports: Use the default config option 'ports' when no option is specified. Waqas Hussain 2009-12-10
prosody: Call tostring on the key being used for nil global read before concatenating it with a string. Waqas Hussain 2009-12-09
prosody: Log a warning and traceback, but don't throw an error on nil global read. Waqas Hussain 2009-12-09
Mainfile: Broke up a really long line. Waqas Hussain 2009-12-09
prosody: Report the current socket backend in use Matthew Wild 2009-12-08
prosody: Clarify and add some comments to describe what we're doing when and why Matthew Wild 2009-12-08
prosody: Less strict matching for the magic 'interrupted' error Matthew Wild 2009-12-07
prosody: Expose global_ssl_ctx through prosody object Matthew Wild 2009-12-04
Disable SSLv2 by default, it's known to be insecure. Paul Aurich 2009-12-04
prosody: Added support for command line argument '--config'. Waqas Hussain 2009-11-23
Mainfile: Fixed some comments. Waqas Hussain 2009-11-23
mod_console: Moved activation of the console port from the main file to mod_console. Waqas Hussain 2009-11-18
prosody.net_activate_ports: Slightly refactored and definition moved to before modules are loaded. Waqas Hussain 2009-11-18
Prosody top-level error handler modified to log properly on non-string error messages. Waqas Hussain 2009-10-25
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 :) Matthew Wild 2009-10-21
prosody: Use rawget to test for the existence of ssl (LuaSec) so we don't look for a nil global Matthew Wild 2009-10-20
prosody: Move global protection earlier (to before modules are loaded, etc.) Matthew Wild 2009-10-17
prosody: Require new require :) Matthew Wild 2009-10-17
prosody: Require some core/util libraries which core modules depend upon, C modules and other modules which write to _G Matthew Wild 2009-10-17
prosody: Rename global net_activate_ports -> prosody.net_activate_ports Matthew Wild 2009-10-17
Minor changes; outgoing TLS works. Paul Aurich 2009-10-04
prosody: Add prosody.installed flag to indicate whether Prosody has been installed or is running from checkout Matthew Wild 2009-09-19
prosody: Add prosody.platform which can be either 'windows', 'posix' or 'unknown' Matthew Wild 2009-09-19
Merge with 0.5 Matthew Wild 2009-07-29
Added: Support for PROSODY_SRCDIR and PROSODY_PLUGINDIR environment variables Waqas Hussain 2009-07-29
prosody: net_activate_ports: Check listener exists before trying to open port for it Matthew Wild 2009-07-23
Merge with 0.5 Matthew Wild 2009-07-23
prosody: Correctly allow console ports to be changed through the config Matthew Wild 2009-07-23
prosody: Send friendly text with system-shutdown stream error Matthew Wild 2009-07-18
prosody: Return success/error from prosody.reload_config() Matthew Wild 2009-07-18
prosody: Load util.helpers at startup Matthew Wild 2009-07-12
prosody: Call initialisation functions at once Matthew Wild 2009-07-11
prosody: Start of refactoring of main file Matthew Wild 2009-07-11
Remove version number from copyright headers Matthew Wild 2009-07-10
prosody: Record time the server started Matthew Wild 2009-07-08
prosody: Add fallbacks/ to path Matthew Wild 2009-07-02
prosody: Switch anonymous_login check to use the new datamanager callback syntax Matthew Wild 2009-06-22
Main: Don't use empty event data objects for some global events. Some handlers don't expect it. Waqas Hussain 2009-06-20
Main: removed some eventmanager references (replaced by prosody.events) Waqas Hussain 2009-06-20
Fire global events using prosody.events Waqas Hussain 2009-06-20
prosody: prosody_reload_config => prosody.reload_config (guess I accidentally missed it when converting the others) Matthew Wild 2009-06-05
prosody: Prefix hg: to changeset ids in the version Matthew Wild 2009-06-05
prosody: Read version from prosody.version file and set, er, prosody.version! Matthew Wild 2009-06-05
prosody: Add support for general 'interface' option which is used as the default network interface Matthew Wild 2009-06-04
Added new prosody.events object Waqas Hussain 2009-05-30