55 Commits (2757326c72adb72c7b248cdb0579566eb500404c)

Autor SHA1 Nachricht Datum
  JustAnotherArchivist 2757326c72 Link to search and prev/next day logs on log pages at the top and bottom vor 3 Jahren
  JustAnotherArchivist d4b823da80 Display search form on results page vor 3 Jahren
  JustAnotherArchivist 359ec58637 Reverse search result order vor 3 Jahren
  JustAnotherArchivist d1d4e55184 Add a timeout for the IRC connection establishment and fix the error message vor 3 Jahren
  JustAnotherArchivist ef8998c369 Suppress error if a monthly log file does not exist vor 3 Jahren
  JustAnotherArchivist 0542c63e33 Fix WWW-Authenticate header typo vor 3 Jahren
  JustAnotherArchivist 0b91b2d516 Add multi-prefix capability vor 3 Jahren
  JustAnotherArchivist 54b643c954 Fix maxSize, maxTime, and maxMemory values of zero vor 3 Jahren
  JustAnotherArchivist 8adbceec8c Fix searches that produce no results vor 3 Jahren
  JustAnotherArchivist bf7f962206 Fix asyncio.wait calls with deprecated coroutine objects vor 3 Jahren
  JustAnotherArchivist 41f84376f0 Assignment expressions vor 3 Jahren
  JustAnotherArchivist fd1d400e8b Preserve trailing whitespace in _raw_to_lines vor 3 Jahren
  JustAnotherArchivist 65c4df27d2 Fix search errors due to stream readers exiting before grep is finished vor 3 Jahren
  JustAnotherArchivist 4d9c64bf67 Fix crash on homepage vor 3 Jahren
  JustAnotherArchivist 4dc2da7708 Clean up code structure inconsistencies vor 3 Jahren
  JustAnotherArchivist 311300283b Add channel description and info page vor 3 Jahren
  JustAnotherArchivist dcd72fa97f Log search query vor 3 Jahren
  JustAnotherArchivist 26aea9d827 Validate stdout paths vor 3 Jahren
  JustAnotherArchivist cea8141bed Add log search resource limits vor 3 Jahren
  JustAnotherArchivist c3573ad5d4 Wrap some overlong lines vor 3 Jahren
  JustAnotherArchivist 53d276064a Configurable flush period vor 3 Jahren
  JustAnotherArchivist be19797733 Fix active=false channels being joined anyway vor 3 Jahren
  JustAnotherArchivist 9687828387 Add hidden and extrasearchchannels vor 3 Jahren
  JustAnotherArchivist 17eac90a47 Bypass send queue for PONG and QUIT, and disable processing it at all after the latter vor 3 Jahren
  JustAnotherArchivist 8221935adc Replace asyncio.sleep in asyncio.wait with timeout vor 3 Jahren
  JustAnotherArchivist 4d2d137935 Fix indefinite hang on SIGINT if the QUIT fails by forcefully killing the connection after 10 seconds vor 3 Jahren
  JustAnotherArchivist 396b122c6a Drop underscore prefix on CONNCLOSED vor 3 Jahren
  JustAnotherArchivist 656ead6c26 Delay closing files on channels removed from the config vor 3 Jahren
  JustAnotherArchivist 60aa9bb0f3 Add more debug logging on Storage file handling vor 3 Jahren
  JustAnotherArchivist 5672c23396 Add rate limiting vor 3 Jahren
  JustAnotherArchivist efbb360e48 More debug logging on IRCClient vor 3 Jahren
  JustAnotherArchivist 80db8e73da Fix missing f-strings on search vor 3 Jahren
  JustAnotherArchivist 5e331f10ab Valid HTML vor 3 Jahren
  JustAnotherArchivist 68c577bc92 Fix crash if the data is split between CR and LF vor 3 Jahren
  JustAnotherArchivist de9aa3a6db Fix config reading crash vor 3 Jahren
  JustAnotherArchivist 7acc56d2bc Add WWW-Authenticate header and ban characters in path that can't be included in its value vor 3 Jahren
  JustAnotherArchivist 20908f8632 Escape all the things vor 3 Jahren
  JustAnotherArchivist bc73fdb33f Add log line colours vor 3 Jahren
  JustAnotherArchivist 6c8e668e96 Add link to search on homepage vor 3 Jahren
  JustAnotherArchivist 73941d6357 Proper log rendering vor 3 Jahren
  JustAnotherArchivist ef07cd4af3 Very basic web interface vor 3 Jahren
  JustAnotherArchivist e1a97039e7 Add path for each channel (acts as both the directory in storage and for the URLs) vor 3 Jahren
  JustAnotherArchivist 7fc40c3d22 Remove obsolete TODO vor 3 Jahren
  JustAnotherArchivist ecc07a602e Refactor file handling on storage, implement monthly rotation and flushing every minute vor 3 Jahren
  JustAnotherArchivist 6c589d67ff WHOX support to fetch account info on joining channels vor 3 Jahren
  JustAnotherArchivist e5f51c758d Instead of logging NAMREPLY, make use of ircstates's tracking and generate the initial user list from that vor 3 Jahren
  JustAnotherArchivist 1c41d80125 Use symbolic names for numeric replies where available vor 3 Jahren
  JustAnotherArchivist b604607d0f Add userhost-in-names, away-notify, account-notify, and extended-join capability support vor 3 Jahren
  JustAnotherArchivist 7c1d40d3ff Handle getting kicked vor 3 Jahren
  JustAnotherArchivist 1e681ccc4e Add message formatting and refactor storage again vor 3 Jahren