Re: [twsocket] 64 bit NNTP Article IDs

2011-12-31 Thread Piotr Dałek
Hello! > OverbyteIcsNntpCli.pas uses 32-bit number and GetInteger function to > convert number to integer rather than StrToInt64. Additionally it uses -1 > value as well which further limits the use of 32-bit range. Extending to > even 63-bit value (not even need for 64 bit unsigned) as 63 bit int

[twsocket] 64 bit NNTP Article IDs

2011-12-24 Thread Zvone
Here is a thing I posted on Indy forums but also concerns Overbyte package too. According to RFC-3977 article number is supposed to increase until it reaches bounds of 31-bit value - 2,147,483,647 ( http://tools.ietf.org/html/rfc3977#page-24) and while servers are not allowed to send higher value