You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

57 lines
2.9 KiB

  1. [logging]
  2. # level must be one of logging's defined levels (NOTSET, DEBUG, INFO, WARNING, ERROR, CRITICAL)
  3. #level = 'INFO'
  4. # format must use the '{' style of logging
  5. #format = '{asctime} {levelname} {name} {message}'
  6. [storage]
  7. # Must point to an existing directory that is writable by the user running irclog. Relative paths are evaluated relative to the config file.
  8. #path = '.'
  9. # Time between flushing file contents in seconds. This determines how quickly new messages appear on the web interface.
  10. #flushTime = 60
  11. [irc]
  12. #host = 'irc.hackint.org'
  13. #port = 6697
  14. # Possible values: 'yes' (connect over SSL/TLS and verify certificates), 'no' (connect without SSL/TLS), and 'insecure' (connect over SSL/TLS but disable all certificate checks)
  15. #ssl = 'yes'
  16. # Possible values: 'inet' or 'INET' (force IPv4), 'inet6' or 'INET6' (force IPv6); if unspecified, both are used (if supported)
  17. #family =
  18. #nick = 'irclogbot'
  19. #real = 'I am an irclog bot.'
  20. # Certificate and key for SASL EXTERNAL authentication with NickServ; certfile is a string containing the path to a .pem file which has the certificate and the key, certkeyfile similarly for one containing only the key; default values are empty (None in Python) to disable authentication; the connection is terminated if authentication fails; relative paths are evaluated relative to the config file.
  21. #certfile =
  22. #certkeyfile =
  23. [web]
  24. #host = '127.0.0.1'
  25. #port = 8080
  26. [web.search]
  27. # Maximum runtime of grep on searches in seconds. 0 disables the time limit.
  28. #maxTime = 10
  29. # Maximum size of the grep output. Output will be truncated at the last newline before this size is reached. 0 disables it.
  30. #maxSize = 1048576 # 1 MiB
  31. # Niceness increment for the grep process; negative values require superuser privileges. 0 keeps the same niceness as irclog.
  32. #nice = 10
  33. # Memory limit for the grep process. 0 disables it.
  34. #maxMemory = 52428800 # 50 MiB
  35. [channels]
  36. # No channels are logged by default.
  37. #[channels.spam]
  38. # If ircchannel isn't specified, it corresponds to '#' followed by the map key.
  39. #ircchannel = '#spam'
  40. # If path isn't specified, it corresponds to the map key.
  41. #path = 'spam'
  42. # auth can be either 'user:pass' for basic authentication or false to disable auth
  43. #auth = false
  44. # Whether this channel should still be actively logged. Set this to false to stop logging the channel but keep serving the previous logs.
  45. #active = true
  46. # Whether the channel should be hidden from normal access. If this is true, only direct log date accesses are possible, and the log is hidden on the homepage and not directly searchable.
  47. #hidden = false
  48. # Keys of other channels that should be searched in addition to this one when a query is sent against it. If auth is required on another channel referenced here, it must be equal to this channel's.
  49. #extrasearchchannels = []
  50. # A description (string) of the channel, will be shown on /path if specified
  51. #description =