From 0e0ebb78ff2b1b0ab1b2c5918e00c2b20e62e1bb Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 30 Apr 2009 14:35:43 +0100 Subject: loggingmanager: Add a comment about 'nowhere' sink type --- core/loggingmanager.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/core/loggingmanager.lua b/core/loggingmanager.lua index 13b091cc..ea0f497d 100644 --- a/core/loggingmanager.lua +++ b/core/loggingmanager.lua @@ -122,6 +122,7 @@ end --- Definition of built-in logging sinks --- +-- Null sink, must enter log_sink_types *first* function log_sink_types.nowhere() return function () return false; end; end -- cgit v1.2.3 From ef775d52e41b41f4ce10ac09b628f8b2ea1ecf03 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 1 May 2009 19:25:03 +0100 Subject: configure: Change --data-dir to --datadir to make consistent with help and other dir flags --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 2d304dc2..bd8eb48c 100755 --- a/configure +++ b/configure @@ -86,7 +86,7 @@ do OSTYPE="$value" OSTYPE_SET=yes ;; - --data-dir=*) + --datadir=*) DATADIR="$value" DATADIR_SET=yes ;; -- cgit v1.2.3 From b835db8db75400c1bebfc47019c27b851494978e Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 1 May 2009 20:34:25 +0100 Subject: Word-wrap HACKERS file --- HACKERS | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/HACKERS b/HACKERS index 23b7c56c..a8585af0 100644 --- a/HACKERS +++ b/HACKERS @@ -1,5 +1,10 @@ Welcome hackers! -This project accepts and *encourages* contributions. If you would like to get involved you can join us on our mailing list and discussion rooms. More information on these at http://prosody.im/discuss +This project accepts and *encourages* contributions. If you would like to get +involved you can join us on our mailing list and discussion rooms. More +information on these at http://prosody.im/discuss -Patches are welcome, though before sending we would appreciate if you read docs/coding_style.txt for guidelines on how to format your code, and are comfortable with copyright of contributions being assigned to the core developers. +Patches are welcome, though before sending we would appreciate if you read +docs/coding_style.txt for guidelines on how to format your code, and are +comfortable with copyright of contributions being assigned to the core +developers. -- cgit v1.2.3