<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pakakeh.go, branch v0.3.0</title>
<subtitle>Collections of packages and tools for working with Go programming language.</subtitle>
<id>http://git.kilabit.info/pakakeh.go/atom?h=v0.3.0</id>
<link rel='self' href='http://git.kilabit.info/pakakeh.go/atom?h=v0.3.0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/'/>
<updated>2019-01-31T23:18:20Z</updated>
<entry>
<title>Release share v0.3.0</title>
<updated>2019-01-31T23:18:20Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2019-01-31T23:13:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=45a23e05d85eac33e1a4b44c0888be5d91a73cdb'/>
<id>urn:sha1:45a23e05d85eac33e1a4b44c0888be5d91a73cdb</id>
<content type='text'>
===  Features Changes

*  `lib/debug`: add function to write heap profile to file
*  `lib/debug`: add type to store relative and difference on memory heap
*  `lib/dns`: remove request pool
*  `lib/dns`: export the connection field on UDPClient
*  `lib/dns`: add type of connection
*  `lib/http`: add parameter http.ResponseWriter to Callback.
*  `lib/http`: the RegisterXxx functions now use the Endpoint type.

===  Enhancements

*  Various fixes suggested by linters
*  doc: add four summary and notes about DKIM
*  doc: add summary of Simple Authentication and Security Layer (SASL)
*  doc: add summary on SMTP over TLS (RFC3207)
*  doc: add notes for Internet Message Format (RFC 5322)
*  doc: add documentation for SMTP and DSN

===  Fixes

*  `lib/git`: fix testdata and test input
</content>
</entry>
<entry>
<title>README: mention that package smtp is working in progress</title>
<updated>2019-01-31T23:18:20Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2019-01-31T23:11:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=dcab721774ac83d6832c61c48b8a06f273c85cf7'/>
<id>urn:sha1:dcab721774ac83d6832c61c48b8a06f273c85cf7</id>
<content type='text'>
The client is part is usable, but the server part is not fully developed.
</content>
</entry>
<entry>
<title>lib/debug: add function to write heap profile to file</title>
<updated>2019-01-31T23:18:20Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2019-01-31T03:11:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=0d41d66e4cbcdbf70a752f7088d3e7e9f88a6b12'/>
<id>urn:sha1:0d41d66e4cbcdbf70a752f7088d3e7e9f88a6b12</id>
<content type='text'>
WriteHeapProfile write memory profile into "/tmp/{prefix}.pid.heap.pprof".
If keepAlive is true, the file will be keep opened until error happened,
or caller send keepAlive=false, or when program end.
</content>
</entry>
<entry>
<title>doc: add summary and notes about DKIM</title>
<updated>2019-01-31T01:56:48Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2019-01-31T01:56:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=3622bce609e855d500563b09a1b9172a275f6159'/>
<id>urn:sha1:3622bce609e855d500563b09a1b9172a275f6159</id>
<content type='text'>
Four RFCs related to DKIM summarized in this doc are,

*  DomainKeys Identified Mail Service Overview (RFC 5585)
*  Analysis of Threats Motivating DKIM (RFC 4686)
*  DKIM Development, Deployment, and Operations (RFC 5863)
*  DKIM Signatures (RFC 6379)
</content>
</entry>
<entry>
<title>all: include generated HTMLs</title>
<updated>2019-01-29T15:04:42Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2019-01-29T15:04:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=312df97e0efea93fe00ab1a16160822525de7330'/>
<id>urn:sha1:312df97e0efea93fe00ab1a16160822525de7330</id>
<content type='text'>
The generated README on github page have some links that point to
generated HTML files but the files is not found (404).
Lets see if by including into repository, the links may works.
</content>
</entry>
<entry>
<title>CHANGELOG: mentions all related changes for next release</title>
<updated>2019-01-29T15:01:08Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2019-01-29T15:01:08Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=967188b4e5de6baa73bd2d9f134c6fd21ff28e53'/>
<id>urn:sha1:967188b4e5de6baa73bd2d9f134c6fd21ff28e53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/git: fix testdata and test input</title>
<updated>2019-01-29T14:35:08Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2019-01-29T14:32:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=da2558e377c42aeaaca5bf8f39396ca2845cc94b'/>
<id>urn:sha1:da2558e377c42aeaaca5bf8f39396ca2845cc94b</id>
<content type='text'>
Somehow, the bare repository in testdata/beku_test is not detected as
repository by git version 2.20.1.495.gaa96b0ce6b.
</content>
</entry>
<entry>
<title>lib/smtp: remove unused parameter "arg" on handling HELP command</title>
<updated>2019-01-29T14:35:08Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2019-01-28T22:43:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=aaaaaaf72a416cf0b85beec8db9e364f9868370e'/>
<id>urn:sha1:aaaaaaf72a416cf0b85beec8db9e364f9868370e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/smtp: suppress gocyclo linter warning on handleCommand</title>
<updated>2019-01-29T14:35:08Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2019-01-28T22:42:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=58dae5e87d34c2cae2bf37434a65380e483c2f1d'/>
<id>urn:sha1:58dae5e87d34c2cae2bf37434a65380e483c2f1d</id>
<content type='text'>
The function body may bit too long, may be need to refactor in the future.
</content>
</entry>
<entry>
<title>lib/smtp: suppress unhandled error from sendError</title>
<updated>2019-01-29T14:35:08Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2019-01-28T22:41:55Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=3ac0a3d70edc1bea76b235b15b270e1b957c2603'/>
<id>urn:sha1:3ac0a3d70edc1bea76b235b15b270e1b957c2603</id>
<content type='text'>
Since the statement after sendError will break and return from function,
there is no need to check for error.
</content>
</entry>
</feed>
