Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sntran/gen_nntp
The Erlang (and Elixir) NNTP client and server library
https://github.com/sntran/gen_nntp
elixir elixir-library erlang erlang-libraries nntp nntp-client nntp-server
Last synced: 17 days ago
JSON representation
The Erlang (and Elixir) NNTP client and server library
- Host: GitHub
- URL: https://github.com/sntran/gen_nntp
- Owner: sntran
- License: apache-2.0
- Created: 2021-02-28T00:14:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-18T23:38:12.000Z (9 months ago)
- Last Synced: 2024-10-18T03:35:44.095Z (28 days ago)
- Topics: elixir, elixir-library, erlang, erlang-libraries, nntp, nntp-client, nntp-server
- Language: Elixir
- Homepage: https://hexdocs.pm/gen_nntp
- Size: 9.93 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gen_nntp
[![CI](https://github.com/sntran/gen_nntp/actions/workflows/elixir.yml/badge.svg)](https://github.com/sntran/gen_nntp/actions/workflows/elixir.yml)
[![Hex Version](https://img.shields.io/hexpm/v/gen_nntp.svg)](https://hex.pm/packages/gen_nntp)
[![License](https://img.shields.io/github/license/sntran/gen_nntp.svg)](https://choosealicense.com/licenses/apache-2.0/)The Erlang NNTP client and server library.
## Installation
The package can be installed by adding `gen_nntp` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:gen_nntp, "~> 0.21.0"}
]
end
```Documentation can be found at [https://hexdocs.pm/gen_nntp](https://hexdocs.pm/gen_nntp).
## NNTP Protocols
### Commands
- [x] CAPABILITIES
- [x] HEAD
- [x] HELP
- [x] QUIT
- [x] STAT
- [ ] HDR
- [ ] LIST HEADERS
- [ ] IHAVE
- [ ] LIST
- [ ] LIST ACTIVE
- [ ] LIST ACTIVE.TIMES
- [ ] LIST DISTRIB.PATS
- [ ] LIST NEWSGROUPS
- [ ] MODE READER
- [ ] NEWNEWS
- [ ] OVER
- [ ] LIST OVERVIEW.FMT
- [x] POST
- [x] ARTICLE
- [x] BODY
- [x] DATE
- [x] GROUP
- [x] LAST
- [x] LISTGROUP
- [ ] NEWGROUPS
- [x] NEXT