Bump up defaults for FLOOD_AFTER, SCROLLBACK_LINES and LASTLOG.
Bandwidth and memory have both increased a lot since these values were last looked at. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@529 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -356,7 +356,7 @@
|
||||
#define DEFAULT_DO_NOTIFY_IMMEDIATELY ON
|
||||
#define DEFAULT_EIGHT_BIT_CHARACTERS ON
|
||||
#define DEFAULT_EXEC_PROTECTION ON
|
||||
#define DEFAULT_FLOOD_AFTER 4
|
||||
#define DEFAULT_FLOOD_AFTER 50
|
||||
#define DEFAULT_FLOOD_RATE 5
|
||||
#define DEFAULT_FLOOD_USERS 10
|
||||
#define DEFAULT_FLOOD_WARNING OFF
|
||||
@@ -372,7 +372,7 @@
|
||||
#define DEFAULT_INPUT_ALIASES OFF
|
||||
#define DEFAULT_INSERT_MODE ON
|
||||
#define DEFAULT_INVERSE_VIDEO ON
|
||||
#define DEFAULT_LASTLOG 1000
|
||||
#define DEFAULT_LASTLOG 5120
|
||||
#define DEFAULT_LOG OFF
|
||||
#define DEFAULT_MAIL 2
|
||||
#define DEFAULT_NO_CTCP_FLOOD ON
|
||||
@@ -492,7 +492,7 @@
|
||||
#define DEFAULT_STATUS_NO_REPEAT ON
|
||||
#define DEFAULT_STATUS_DOES_EXPANDOS OFF
|
||||
#define DEFAULT_DISPATCH_UNKNOWN_COMMANDS OFF
|
||||
#define DEFAULT_SCROLLBACK_LINES 512
|
||||
#define DEFAULT_SCROLLBACK_LINES 5120
|
||||
#define DEFAULT_SCROLLBACK_RATIO 50
|
||||
#define DEFAULT_SCROLLERBARS ON
|
||||
#define DEFAULT_ND_SPACE_MAX 160
|
||||
|
||||
Reference in New Issue
Block a user