Commits
- Commit:
dcbe062ca71ce0160a80d5d0a3d1a279530f0463
- From:
- Oliver Lowe <o@olowe.co>
- Date:
rename to regular README name
- Commit:
be2ae183c25c4f6a1918d01b8df28eaebc436ce7
- From:
- Oliver Lowe <o@olowe.co>
- Date:
rename module
- Commit:
cd9ed71323af123563395ccd143ccac71a0ce910
- From:
- Oliver Lowe <o@olowe.co>
- Date:
nntp: minor doc fixups
Actually refer to the specification. No usenet, and redundant comments.
- Commit:
807f644f282ede31199892fc79be5a46c0bd3814
- From:
- Oliver Lowe <o@olowe.co>
- Date:
nntp: remove nntpserver package
Don't think there's anything special about it to separate it.
Also abandon unfinished tests
- Commit:
29ce0ee40d7b9db89104d99db4f54d2075d2e08b
- From:
- Oliver Lowe <o@olowe.co>
- Date:
nntp: remove unused files
Don't need GitHub to run tests for us.
go.sum unused as no modules
- Commit:
ba988fd4461e70f94f59ed0790095bfd4b2eef1c
- From:
- Oliver Lowe <o@olowe.co>
- Date:
nntp: move errors to nntp package
There's nothing special about the error codes and server implementation.
It's just part of the protocol
- Commit:
de59b21200a5aa169b2dc799bca29b8f75c8e231
- From:
- Oliver Lowe <o@olowe.co>
- Date:
nntp: remove couchserver example
No external deps
- Commit:
f00d51cf8cc1331170bf6c84bfa23bbe7e8f0e98
- From:
- Dustin Sallings <dustin@spy.net>
- Date:
Added go module stuff
- Commit:
7f1d21d368a8f7896c57c2480f6ec441b54f1e19
- From:
- Dustin Sallings <dustin@spy.net>
- Via:
- GitHub <noreply@github.com>
- Date:
Adding a go workflow.
- Commit:
7b30ed992ec2cb2c5689449b07be0f6af3cb9e21
- From:
- J.P. Neverwas <jp@neverwas.me>
- Via:
- Dustin Sallings <dustin@spy.net>
- Date:
Add client helper for multi-line roundtrip handling
- Commit:
3c37ea2157d302402d0c4611b09270185e028290
- From:
- J.P. Neverwas <jp@neverwas.me>
- Via:
- Dustin Sallings <dustin@spy.net>
- Date:
Add Capability support and STARTTLS to nntpclient
- Commit:
c90cf61f8fabcb90ab2a56309fb0697b71314698
- From:
- Gil Raphaelli <g@raphaelli.com>
- Via:
- Dustin Sallings <dustin@spy.net>
- Date:
enable client creation from an existing connection
- Commit:
5787f144b72abc64a01c267bba5468d4db22b1ff
- From:
- Tim Retout <tim@retout.co.uk>
- Via:
- Dustin Sallings <dustin@spy.net>
- Date:
Fix leading . in output for LIST OVERVIEW.FMT
- Commit:
d9b5eddbdfbea4a1f06d6c47a700c968668a4123
- From:
- Tim Retout <tim@retout.co.uk>
- Via:
- Dustin Sallings <dustin@spy.net>
- Date:
Use a more meaningful 215 text for LIST OVERVIEW.FMT
- Commit:
82592ef9a3c1d8960a52c5cd95091122ea916924
- From:
- Tim Retout <tim@retout.co.uk>
- Via:
- Dustin Sallings <dustin@spy.net>
- Date:
server: Use net.Conn interface in Process()
This allows implementations to pass a crypto/tls Conn, for instance.
- Commit:
2ceb8dcb12846147725997dbe613a37931b5b05c
- From:
- Ivan Vučica <ivan@vucica.net>
- Via:
- Dustin Sallings <dustin@spy.net>
- Date:
Fix the link to the couchserver example
- Commit:
373a550c4884c47937a298196a09ed4b2d9dba27
- From:
- Dustin Sallings <dustin@spy.net>
- Date:
Comment consistency++
- Commit:
c0724757978d0404c6bb39e7bc8d29f5da803059
- From:
- Dustin Sallings <dustin@spy.net>
- Date:
Do proper error handling in the example
- Commit:
f304ad58f42e1bf23940e6769b975399e8ee2538
- From:
- Dustin Sallings <dustin@spy.net>
- Date:
And maybe set a good example in the client by closing
- Commit:
a93f673a0156849636e1967ad40b3bda68b4125b
- From:
- Dustin Sallings <dustin@spy.net>
- Date:
Use fmt instead of strconv for simple int stringing
- Commit:
7afa1f6b496c637c2c90d723520f21ca54c91031
- From:
- Dustin Sallings <dustin@spy.net>
- Date:
Implemented client.Close()
Because sometimes, clients don't stay connected forever.
- Commit:
b4367e1d7217b3cc118ce1c385d76ff554955172
- From:
- Nathan Goldschmidt <nathan.goldschmidt@gmail.com>
- Via:
- Dustin Sallings <dustin@spy.net>
- Date:
authenticate first
Otherwise, I get the following:
2014/10/28 12:16:54 Got banner: news.example.com NNRP Service Ready (posting ok) (yEnc enabled).
2014/10/28 12:16:54 Error in setting reader mode: 480 Authentication required for command
Closes #2
- Commit:
27c86810788a8f5a5b921b0e13a28368dccf1587
- From:
- Dustin Sallings <dustin@spy.net>
- Date:
Added a LICENSE
Closes #1
- Commit:
5683f6883cc3f42a6102bbbfb0e9db958dbe4b4e
- From:
- Dustin Sallings <dustin@spy.net>
- Date:
Remaining lint work
- Commit:
a08b98e6d66406cfca983e2869db42a2704fd68b
- From:
- Dustin Sallings <dustin@spy.net>
- Date:
Fewer Ns in nntpserver