1
mirror of git://git.acid.vegas/IRCP.git synced 2024-11-22 16:06:41 +00:00

Added TODO for daemon mode (24/7 throttled scanning) & log overlapping (updating existing logs)

This commit is contained in:
Dionysus 2023-05-30 03:22:57 -04:00
parent e447bcb2ed
commit c4e528aa5a
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -11,8 +11,10 @@ import sys
import time import time
class settings: class settings:
#daemon = False # Run IRCP in daemon mode (24/7 throttled scanning)
errors = True # Show errors in console errors = True # Show errors in console
errors_conn = False # Show connection errors in console errors_conn = False # Show connection errors in console
#log_overlap = False # Do not skip networks we have logs for, just update them
log_max = 5000000 # Maximum log size (in bytes) before starting another log_max = 5000000 # Maximum log size (in bytes) before starting another
nickname = 'IRCP' # None = random nickname = 'IRCP' # None = random
username = 'ircp' # None = random username = 'ircp' # None = random