1
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added progress output More... over 7 years ago
Code cleanup. Some features are missing. More... over 7 years ago
Reply to the initial ping command. More... over 7 years ago
Replaced the readline with sysread. More... over 7 years ago
Increased the sysread buffer More... over 7 years ago
Changed the way it gets a new socket, when the socket is closed while uploading More... over 7 years ago
Changed the print to syswrite and the readline to sysread. Changed the authentication scheme. Before it was authenticating after all the connections were made to the server. Now authenticates a connection as soon as a socket is connected. More... over 7 years ago
#41 - Now the scripts check if they are in windows and if so they use the environment variable USERPROFILE instead of the HOME More... over 7 years ago
Add the instructions for the !check command More... over 7 years ago
Add the command !check More... over 7 years ago
Add emphasis to the location of the config file in the "Config file" section More... over 7 years ago
File open as raw for the nzb creation More... over 7 years ago
Remove the extra \n in the NZB generation. More... over 7 years ago
Failover mechanism when the upload of the NZB fails. More... over 7 years ago
Increase the sleeping time when the authentication failed Simplify the loop when the upload process fails More... over 7 years ago
Add sleep 10 seconds More... over 7 years ago
Uniformization of the variable names to camelCase Check if the nzb exists before going to the next upload More... over 7 years ago
Reduce timeout to 3 seconds More... over 7 years ago
sysopen didn't produced the expected result sleep increase when the connection fails. Increase from 3 to 15 seconds More... over 7 years ago
NoTLS option wasn't working More... over 7 years ago
Change the open to sysopen Moved the change of the send and receive buffer to avoid problems when creating the connection fails More... over 7 years ago
Lowercase the filehandler key. More... over 7 years ago
Save the filehandler status to avoid constantly opening and closing it. More... over 7 years ago
Removed the global replacement when renaming More... over 7 years ago
Colorize the total number of lines to the end user More... over 7 years ago
Malloc size increase for the null byte in the CRC32 string. Bug #40 More... over 7 years ago
Wrap 2 print to sockets into the print_lines_to_channel function More... over 7 years ago
Remove extra \r\n while printing the result from newsup More... over 7 years ago
!queue output change. More... over 7 years ago
Remove the file path separator from the end of the archive when it's not a folder More... over 7 years ago