-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaint.ini
152 lines (116 loc) · 5.4 KB
/
maint.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
[General]
; list of functions to perform on startup
PurgeMessageBases = true
PackMessageBases = true
MergeNodeLists = true
PackFileBases = true
LinkMessages = true
FileSort = true
; Set this value if you want to run mutil from a directory other than
; the root Mystic directory or the mysticbbs environment variable:
; mystic_directory=c:\mystic\mystic.dat
; If no directory is specified in the logfile name, mUtil will attempt
; to use the configured LOGS directory from in Mystic's configuration.
; Comment out to disable logging completely.
logfile=mutil.log
; If set to TRUE (*HIGHLY* recommended for MUTIL) then it will write the
; log file in increments of 8KB at a time. If set to FALSE it will write
; each individual line as it is logged. This will significantly reduce
; MUTIL performance if set to FALSE.
logcache=true
; Level 1 = basic
; Level 2 = verbose
; Level 3 = debug
loglevel=3
; logfile time stamp. defaults to NNN DD HH:II:SS if not set here
;logstamp = YYYYHHMMHHIISS
; Log roller type:
; 0 = Do not roll log files
; 1 = Roll by number of files/filesize
; 2 = Roll by number of days
logtype = 2
; number of log files to keep (0 to disable log rolling)
maxlogfiles = 31
; size of each log file in kilobytes
maxlogsize = 1500
; ==========================================================================
; ==========================================================================
; ==========================================================================
[PurgeMessageBases]
; No options for this function
; ==========================================================================
; ==========================================================================
; ==========================================================================
[PackMessageBases]
; No options for this function
; ==========================================================================
; ==========================================================================
; ==========================================================================
[MergeNodeLists]
; Finds the latest nodelists and merges them together in the mystic data
; folder.
;
; Set nodefile value one per line. The value should contain the full path
; and the base filename of the nodelist.
;
; examples:
; nodefile=c:\nodelist\nodelist
; nodefile=c:\nodelist\agoranet
;
; The above example will search in c:\nodelist and select the latest
; nodelist.### and agoranet.### nodelists. This comparison is first done
; by checking the day extension. If the extension is archived (.z12, etc)
; it will be unarchived before comparison.
;
; After decompressing, the 3-digit day extensions are compared, selecting
; the highest number. It will also compare the years of the file dates,
; and select the newest option. So if you have nodelist.025 dated 2013
; and also nodelist.320 dated 2012, nodelist.025 will be selected.
;
; The same process is then be repeated for agoranet.### and once all of
; the defined 'nodefiles' are processed, they will be merged together and
; copied into Mystic's DATA folder so it can be used for nodelist lookups.
;
; If no nodelists are found, Mystic will not overwrite the current
; nodelist. Comments are stripped while merging to lower filesize and
; increase search performance.
; Strip nodes marked as DOWN?
strip_down = true
; Strip nodes marked as PRIVATE?
strip_private = false
nodefile=/mystic/files/fsx/FSX_NODE/FSXNET
nodefile=/mystic/files/amiga/AMYLIST/AmyList
nodefile=/mystic/files/hobby/HNET_INFO/HOBBYNET
;nodefile=/mystic/files/rtn/rtn_nodelist/retronet
;nodefile=/mystic/files/tqw/tqw_node/tqwnet
;nodefile=/mystic/files/fdn/fdn_nodelist/ZONE2
;nodefile=/mystic/files/fdn/fdn_nodelist/NODELIST
;nodefile=/mystic/files/NODELISZ
;nodefile=/mystic/files/ark/ark_nodelist/araknet
;nodefile=/mystic/files/agn/AGN_NODE/AGORANET
;nodefile=/mystic/files/vkr/vk_node/VKRADIO
;nodefile=/mystic/files/sportnet/SPORNODE/sportnet
; ==========================================================================
; ==========================================================================
; ==========================================================================
[PackFileBases]
; If true, MUTIL will check to make sure files exist, and will update their
; file size in the listing, optionally removing missing files (remove_missing)
check_files = true
; If true, MUTIL will remove any files which do not exist from the file
; list database while checking integrity. Otherwise they will be flagged as
; OFFLINE in the file listing. 0 byte files are considered "missing"
remove_missing = false
; ==========================================================================
; ==========================================================================
; ==========================================================================
[LinkMessages]
; This function has no options
; ==========================================================================
; ==========================================================================
; ==========================================================================
[FileSort]
; Sort on which attribute (0=filename 1=size 2=date 3=downloads)
attribute = 0
; Sort direction 0=Ascending (A to Z, 1 to 10) 1=Descending (Z to A, 10 to 1)
direction = 0