comparison mcabber/mcabberrc.example @ 1141:5be2408a6534

Add option "max_history_blocks"
author Mikael Berthe <mikael@lilotux.net>
date Tue, 06 Feb 2007 00:21:42 +0100
parents 73820cf499a4
children b8f5fe2d666a
comparison
equal deleted inserted replaced
1140:800bb1e9019c 1141:5be2408a6534
96 # If you enable load_logs, you can use the 'max_history_age' setting below. 96 # If you enable load_logs, you can use the 'max_history_age' setting below.
97 # Default logging directory (logging_dir) is $HOME/.mcabber/histo/ 97 # Default logging directory (logging_dir) is $HOME/.mcabber/histo/
98 # Defaults for logging, load_logs are 0 (disabled) 98 # Defaults for logging, load_logs are 0 (disabled)
99 # Note: the logging directory must exist if you enable logging, mcabber 99 # Note: the logging directory must exist if you enable logging, mcabber
100 # will not create it. 100 # will not create it.
101 # Note: these options, except 'max_history_age', are used at startup time. 101 # Note: these options, except 'max_history_age' and 'max_history_blocks',
102 # are used at startup time.
102 #set logging = 1 103 #set logging = 1
103 #set load_logs = 1 104 #set load_logs = 1
104 #set logging_dir = /home/mikael/.mcabber/histo/ 105 #set logging_dir = /home/mikael/.mcabber/histo/
105 106
106 # Set log_muc_conf to 1 to enable MUC chatrooms logging (default = 0) 107 # Set log_muc_conf to 1 to enable MUC chatrooms logging (default = 0)
113 # When load_logs (or load_muc_logs) is enabled, you can specify a maximum 114 # When load_logs (or load_muc_logs) is enabled, you can specify a maximum
114 # number of history days to load into memory with max_history_age. 115 # number of history days to load into memory with max_history_age.
115 # Default = 0 (disabled -- everything is loaded) 116 # Default = 0 (disabled -- everything is loaded)
116 # Note: this option is only used when reading history files, not later. 117 # Note: this option is only used when reading history files, not later.
117 #set max_history_age = 0 118 #set max_history_age = 0
119 #
120 # You can specify a maximum number of data blocks per buffer (1 block contains
121 # about 8kB). The default is 0 (unlimited). If set, this value must be > 2.
122 #set max_history_blocks = 8
118 123
119 # IQ settings 124 # IQ settings
120 # Set iq_version_hide_os to 1 if you do not want to allow people to retrieve 125 # Set iq_version_hide_os to 1 if you do not want to allow people to retrieve
121 # your OS version. 126 # your OS version.
122 #set iq_version_hide_os = 0 127 #set iq_version_hide_os = 0