📄 todo
字号:
RFCs:http://www.eyrie.org/~eagle/nntp/rfcs/rfc977.txthttp://www.ietf.org/rfc/rfc2980.txthttp://www.faqs.org/rfcs/rfc1036.htmlrfc1036: check for headers: from, subject, newsgroups add certain headers when accepting or sending news articles Date, Message-ID, Path, NNTP-Posting-host handle control messages: cancel, version, checkgroups, sendsys, newgroup, rmgroup, ihave/sendme+fix line counts+filter out (potential) tabs in XOVER responsesbetter record format for group_db. currently is a flat list+add timeouts to nntp connections+recheck fdcb outputstore in DHash. plan: receive article+ split into header and body.+ store both in dhash+ feed header to indexing code send header to other nodes receive header feed header to indexing code send header to other nodes+ msg overview+ fetch header info from header_db+ read article by num+ fetch record from group_db+ use chordID to fetch article from dhash+ read article by msgid+ fetch header from header_db??+ use chordID to fetch article from dhash===Maybe switch to optionally storing with inodes. Maybe add support forstatistics... log size of articles.Need a good logging scheme.Add a hook to record an incoming NNTP stream? with timestamps for eachcommand?? And then a tool to replay it.===garbage: send article plan: broadcast server public key once per day use public key for log of article headers get header plan: receive server keys and cache them check other logs several times per day??
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -