The Usenet is a huge discussion forum. People can ask/answer questions and can discuss every kind of topic in the Usenet. The Usenet runs on a so called Usenet-Server like WendzelNNTPd.
You can connect to such a sever with all the well known Usenet-Clients (like some eMail-Clients with additional Usenet functions like MS Outlook Express or Mozilla Thunderbird).
The WendzelNNTPd is a simple IPv6-ready Usenet server with the main goal to be as easy to use as possible. WendzelNNTPd is also portable (Linux/*BSD/*nix/Win32) and comes with a Qt based GUI.
WendzelNNTPd is easy to install and easy to use. Every employee who is able to send an eMail will be able to use the Usenet without any problems!
WendzelINNTPd is a very tiny software that will easily run onvery old hardware what again saves lots of money.
Here are some key features of "WendzelINNTPd":
· Tiny - does only implement the most important NNTP commands + authentication commands
· only about 3.650 lines of C and C++ code (for everything: the daemon, the admin tool and the GUI)
· designed for small environments (at home, small companies, workgroups, customer support)
· based on SQLite3 (MySQL support for medium/big size environments under development)
· Easy to Use - The main target on the development of the WendzelNNTPd was to create an Usenet server everybody can use.
· Qt GUI is available
· Other Features- IPv6-ready (not the Windows version since Microsoft has no real IPv6 support)
What's New in This Release: [ read full changelog ]
· now storing the posting body in files what makes SQLite faster and prevents the need for a 2.0.0-mysql release since we only use SQLite3 for meta information (header information, newsgroup meta data and the like).
· instead of 120.000 bytes a posting can now have a much bigger size (16 kbyte header, like before) and a 20 M huge body (one can change this in src/include/wendzelnntpdpath.h)
· improved some error handling in database.c/server.c - ported code to windows once again
· tiny URL fix to our new website (wendzel.de) in configure script