#
nntp
Here are 48 public repositories matching this topic...
rust
client
mail
terminal
email
imap
tui
nntp
mail-client
mbox
mua
notmuch
jmap
imap-client
meli
nntp-client
-
Updated
Dec 7, 2020 - Rust
Flexible usenet binary posting tool
-
Updated
Oct 19, 2020 - JavaScript
Fully feature high performance binary usenet uploader/poster
ssl
obfuscation
nzb
binaries
poster
portable
perl
nntp
usenet
newsgroups
uploader
yenc
usenet-poster
par
-
Updated
Aug 20, 2020 - Perl
Command Line (or minimalist GUI) usenet poster for binaries developped in C++/QT designed to be as fast as possible and offer all the main features to post data easily and safely. Releases for Linux, Windows and MacOS are available.
-
Updated
Nov 18, 2020 - C++
The WendzelNNTPd is an IPv6-ready Usenet-server (NNTP daemon) with the main goal of a high usability. It is portable (Linux/*BSD/*nix), supports AUTHINFO authentication, contains ACL as well as role based ACL and supports invisible newsgroups. It currently supports MySQL and SQLite backends.
mysql
linux
freebsd
unix
news
openbsd
ipv6
portable
acl
nntp
usenet
mysql-database
rbac
newsgroup
sqlite3
netbsd
solaris
daemons
sqlite-backend
invisible-newsgroups
nntp-daemon
-
Updated
Nov 12, 2020 - C
Deterministic Usenet Vault
-
Updated
Aug 19, 2019 - C#
A .NET implementation of the NNTP RFC 3977 and IMAP RFC 3501 to create a communication server in C#
-
Updated
Jun 6, 2020 - C#
A News Reader as a webapp', bundled with a system for frequent checks of news, and a notifier system using mails, push notifications & pushbullet. Android and iOS apps available!
-
Updated
Jun 5, 2020 - Python
nntp based decentralized imageboard
-
Updated
Mar 7, 2020 - Go
Experimental command-line NNTP downloader with on-the-fly Yenc decoding
-
Updated
Aug 19, 2016 - Python
-
Updated
Nov 25, 2020 - Go
command line tool to check nzb files. First inside the nzb to see if each files has the expected number of Articles, then we check their availability on Usenet using the NNTP Stat command. Implemented in C++11/Qt5, nzbCheck is released for Linux, Windows, MacOS and RPI.
-
Updated
Oct 17, 2020 - C++
NNTP implementation for decentralized ImageBoard
-
Updated
May 14, 2017 - Java
Immature Newsgroup NNTP server using Nim and SQLite
-
Updated
Nov 17, 2020 - Nim
Improve this page
Add a description, image, and links to the nntp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nntp topic, visit your repo's landing page and select "manage topics."
In #2761 I introduced a new API,
struct Mailbox *ctx_mailbox(struct Context* ctx), which has the sole purpose to avoid boilerplate likeif (Context && Context->mailbox).I would like to use the API more extensively, whenever
Context->mailboxis used. This needs to be done with care asContextis a global variable and its contents might change when calling other functions.This would