Logs and Sound

Logging

Directory
All logs generated by DC++ will be put in this subdirectory.
Default: the Logs\ subdirectory of where you've installed the application.
Log Main Chat
Enables the logging of the Main Chat logging in the hub window to a file: <address>.log. If there are illegal characters in the filename, such as colons, they will be replaced with underscores.
Main Chat Log Format
%[message] - Main chat message
Default format: [%Y-%m-%d %H:%M] %[message]
Log Private Chat
Enables the logging of Private Messages to a file named after the remote user.
Private Chat Log Format
%[message] - Private chat message
Default format: [%Y-%m-%d %H:%M] %[message]
Log Downloads
Enables the logging of completed downloads to Downloads.log. File list transfers may not be logged if you've disabled them under Advanced options.
Download Log Format
%[target] - Local path and filename
%[user] - User name
%[hub] - Hub name
%[hubip] - Hub's IP address
%[size] - File Size
%[sizeshort] - File size, shortened and including units
%[chunksize] - Size uploaded this session
%[chunksizeshort] - Size uploaded this session, short and including units
%[actualsize] - Actual uploaded bytes, affected by compression
%[actualsizeshort] - Actual uploaded bytes, short and including units
%[speed] - Speed of the transfer
%[time] - Elapsed time of the transfer
%[sfv] - Whether the file was checked against a SFV file (0 = no, 1 = yes).
%[tth] - Base32 representation of the tiger tree root hash
Default format: %Y-%m-%d %H:%M: %[target] downloaded from %[user], %[size] (%[chunksize]), %[speed], %[time]
Log Uploads
Enables the logging of completed uploads to Uploads.log.  File list transfers may not be logged if you've disabled them under Advanced options. Uploaded Tiger Tree Hash Leaves, added in 0.402, will also be logged.
Upload Log Format
%[source] - Local path for the upload.
%[user] - User name
%[hub] - Hub name
%[hubip] - Hub's IP address
%[size] - File size
%[sizeshort] - File size, shortened and including units
%[chunksize] - Size uploaded this session
%[chunksizeshort] - Size uploaded this session, short and including units
%[actualsize] - Actual uploaded bytes, affected by compression
%[actualsizeshort] - Actual uploaded bytes, short and including units
%[speed] - Speed of the transfer
%[time] - Elapsed time of the transfer
%[tth] - Base32 representation of the tiger tree root hash
Default format: %Y-%m-%d %H:%M: %[source] uploaded to %[user], %[size] (%[chunksize]), %[speed], %[time]
Log System Messages
Enables the logging of system-level messages. Examples of such messages are: notifications of files that have finished hashing, share refreshes, discovery of duplicate files, and disconnections of users who leave the hub (if enabled).
Log Status Messages
Enables the logging of status messages. Examples of such messages are: Connected to (and disconnected from ) hub, kicked, and banned messages. In short all messages that would appear below the chat input in the hub windows.
General Time Format Variables
The following time variables can be used in any of the log formats.
%a - Abbreviated weekday name
%A - Full weekday name
%b - Abbreviated month name
%B - Full month name
%c - Date and time representation appropriate for locale
%d - Day of month as decimal number (01 - 31)
%H - Hour in 24-hour format (00 - 23)
%I - Hour in 12-hour format (01 - 12)
%j - Day of year as decimal number (001 - 366)
%m - Month as decimal number (01 - 12)
%M - Minute as decimal number (00 - 59)
%p - Current locale's A.M./P.M. indicator for 12-hour clock
%S - Second as decimal number (00 - 59)
%U - Week of year as decimal number, with Sunday as first day of week (00 - 53)
%w - Weekday as decimal number (0 - 6; Sunday is 0)
%W - Week of year as decimal number, with Monday as first day of week (00 - 53)
%x - Date representation for current locale
%X - Time representation for current locale
%y - Year without century, as decimal number (00 - 99)
%Y - Year with century, as decimal number
%z, %Z - Either the time-zone name or time zone abbreviation, depending on registry settings; no characters if time zone is unknown

Sounds

Make an annoying sound every time a private message is received
When set, the system's "Default Beep"sound will play when a private message is received.
Make an annoying sound when a private message window is opened
When set, the system's "Default Beep" sound will play when a private message window is opened.