aboutsummaryrefslogtreecommitdiff
path: root/test/smtptest.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Address issues raised by linterThijs Schreijer2022-03-191-10/+10
|
* Use the length operator (#) instead of table.getn.Gerardo Marset2013-02-251-7/+7
| | | | | table.getn was deprecated in Lua 5.1 in favor of #, the length operator. See: http://www.lua.org/manual/5.1/manual.html#7.2
* Saving before big changes to support IPv6.Diego Nehab2011-05-251-52/+52
|
* Stupid bug in http.lua.Diego Nehab2005-06-121-1/+1
|
* Adjusted some details, got rid of old files, added some new.Diego Nehab2004-03-221-1/+1
|
* Adjusted a few inconsistencies with the manual.Diego Nehab2003-08-161-8/+8
|
* Porting to LUA 5.0 finalDiego Nehab2003-05-251-5/+5
|
* Closer to release...Diego Nehab2003-03-281-1/+1
|
* Finish port to Lua 5. Everything is working fine.Diego Nehab2003-03-201-77/+84
| | | | Still doesn't work in Windows.
* Usando noglobals.lua e parsembox.luaDiego Nehab2002-07-081-57/+3
|
* Initial revisionDiego Nehab2001-09-251-0/+306