<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luasocket/src/smtp.lua, branch copilot/update-urltest-helper</title>
<subtitle>A mirror of https://github.com/lunarmodules/luasocket.git
</subtitle>
<id>https://git.lua4.win/luasocket/atom?h=copilot%2Fupdate-urltest-helper</id>
<link rel='self' href='https://git.lua4.win/luasocket/atom?h=copilot%2Fupdate-urltest-helper'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/'/>
<updated>2024-02-12T08:28:01+00:00</updated>
<entry>
<title>chore(http): Correct typos in error message and code comments (#423)</title>
<updated>2024-02-12T08:28:01+00:00</updated>
<author>
<name>Alexandre Detiste</name>
<email>alexandre.detiste@gmail.com</email>
</author>
<published>2024-02-12T08:28:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=98be8d9fc1de19ec526cf7bee0d03a1e78262ba8'/>
<id>urn:sha1:98be8d9fc1de19ec526cf7bee0d03a1e78262ba8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build with Lua 5.2 without LUA_COMPAT_MODULE flag.</title>
<updated>2013-05-27T08:45:09+00:00</updated>
<author>
<name>moteus</name>
<email>mimir@newmail.ru</email>
</author>
<published>2013-05-27T08:45:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=920bc9762954454468d056a61391635cbd849406'/>
<id>urn:sha1:920bc9762954454468d056a61391635cbd849406</id>
<content type='text'>
LUASOCKET_USE_GLOBAL flag enable create global variables when load socket/mime modules.
</content>
</entry>
<entry>
<title>Send SMTP AUTH LOGIN response using tp:send(). Fixes #18</title>
<updated>2012-08-06T22:01:48+00:00</updated>
<author>
<name>Florian Zeitz</name>
<email>florob@babelmonkeys.de</email>
</author>
<published>2012-08-06T21:57:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=32e7a107e2126eef794bf5be897cf7e89d12f83a'/>
<id>urn:sha1:32e7a107e2126eef794bf5be897cf7e89d12f83a</id>
<content type='text'>
tp:command() uppercases the command.
Without a command we would end up with a space in
front of the data. Therefore use send() directly here.
</content>
</entry>
<entry>
<title>Making progress toward a release</title>
<updated>2012-04-22T16:18:45+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego.nehab@gmail.com</email>
</author>
<published>2012-04-22T16:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=f960b3872a668ed1b53bd50c5b6a708367332f3c'/>
<id>urn:sha1:f960b3872a668ed1b53bd50c5b6a708367332f3c</id>
<content type='text'>
Documented headers.lua
Update copyright date everywhere
Remove RCSID from files
Move version back to 2.1 rather than 2.1.1
Fixed url package to support ipv6 hosts
Changed "domain" to "family" in tcp and udp structures
Implemented getfamily methods
</content>
</entry>
<entry>
<title>Preliminary IPv6 support for v2.1</title>
<updated>2012-04-11T20:25:11+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2012-04-11T20:21:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=2778766d678b147fc079d67dee036346381b4764'/>
<id>urn:sha1:2778766d678b147fc079d67dee036346381b4764</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Decent makefiles!</title>
<updated>2009-05-27T09:31:38+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2009-05-27T09:31:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=bce60be30fe8e9c1b0eb33128c23c93d7bca5303'/>
<id>urn:sha1:bce60be30fe8e9c1b0eb33128c23c93d7bca5303</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Couple bug fixes.</title>
<updated>2007-03-12T04:08:40+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2007-03-12T04:08:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=be2e467929be9f27fbe92fe7b94783635c920c06'/>
<id>urn:sha1:be2e467929be9f27fbe92fe7b94783635c920c06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Chose option 1) for http.lua.</title>
<updated>2006-03-14T09:04:15+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2006-03-14T09:04:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=09ad4b299c59c3c5c6c442f0ee99f3c9e8dbe8ce'/>
<id>urn:sha1:09ad4b299c59c3c5c6c442f0ee99f3c9e8dbe8ce</id>
<content type='text'>
Need to fix everything to make sure it works with the new compat-5.1
</content>
</entry>
<entry>
<title>Few tweaks in installation, some missing files, etc.</title>
<updated>2005-11-22T08:33:29+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2005-11-22T08:33:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=d55a5826e81136a9ecf65c4cd407152a56684dc2'/>
<id>urn:sha1:d55a5826e81136a9ecf65c4cd407152a56684dc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bugs sent by David.</title>
<updated>2005-10-05T03:16:17+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2005-10-05T03:16:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4'/>
<id>urn:sha1:72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4</id>
<content type='text'>
</content>
</entry>
</feed>
