0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 07, 2025 — Aug 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added test coverage for authentication and raise an exception if authentication is needed, but no credentials given. More... over 16 years ago
Add ability to authenticate with NNTP server using NNTP Common protocol's AUTHINFO commands. Adds -u and -P command line parameters to specify the username and password. More... over 16 years ago
A NZB instance should queue it's files so that a par2 file is first in the queue and par2 blocks files are stored in a seperate par2_blocks_queue. More... almost 18 years ago
Move a par2 file to the front of a NZB instance queue. More... almost 18 years ago
Added rar and par2 checks to NZB::File to guess the file type from the subject and the numbre of par2 blocks. More... almost 18 years ago
Renamed ubuntu.nzb to medium.nzb and added a large.nzb fixture. More... almost 18 years ago
Parse out the file's message subject. More... almost 18 years ago
Updated TODO More... almost 18 years ago
Made connection_test.rb use a real NZB::File instance. Parse file name from yEnc header. By default set log level to INFO in the command line client. More... almost 18 years ago
Refactored/cleaned/improved NZB::Connection code. More... almost 18 years ago
Renamed the connection test files again. The full stack one contains the tests that go through the complete networking stack, the other one contains the fast unit tests. More... almost 18 years ago
Splitted NZB::Connection instance and class tests. More... almost 18 years ago
Formatted TODO better More... almost 18 years ago
Updated TODO More... almost 18 years ago
Updated tests for the logger. More... almost 18 years ago
Added Logger and changed all debug output to use the logger. Updated the command line client for the logger as well. More... almost 18 years ago
Use EventMachine::defer instead of ::spawn for post processing. Removed the Ruby thread again. More... almost 18 years ago
Using EventMachine::spawn seems to lock the runloop, back to a Thread for now... More... almost 18 years ago
Updated TODO. More... almost 18 years ago
Fixed bug with NZB::number_of_queued_files, which didn't count the actual queues. More... almost 18 years ago
Don't create more connections than needed. More... almost 18 years ago
Requeue a segment and file if the connection has been closed unexpectedly. More... almost 18 years ago
Small refactor. More... almost 18 years ago
Maintain the maximum connections in the pool. More... almost 18 years ago
Added MIT LICENSE and TODO. More... almost 18 years ago
Store the tmp files in the output_directory/.work/ instead of /tmp/. Improved command line client. More... almost 18 years ago
Working on improving the reportingof total and downloaded bytes. More... almost 18 years ago
Added command line option to disable the usage of Curses. More... almost 18 years ago
Small cleanup. More... almost 18 years ago
Added a simple Curses view for the command line client. Don't use fork but a new thread for processing, because it messed up the Curses rendering. More... almost 18 years ago