aboutsummaryrefslogtreecommitdiff
path: root/src/mbox.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Address issues raised by linterThijs Schreijer2022-03-191-6/+7
|
* Don't break global mbox table in mbox.split_mboxmpeterv2016-02-111-1/+1
|
* Export global table only if "module()" is defined.Diego Nehab2013-06-051-17/+19
|
* Build with Lua 5.2 without LUA_COMPAT_MODULE flag.moteus2013-05-271-0/+2
| | | | LUASOCKET_USE_GLOBAL flag enable create global variables when load socket/mime modules.
* Use the length operator (#) instead of table.getn.Gerardo Marset2013-02-251-2/+2
| | | | | 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-20/+20
|
* Few tweaks in installation, some missing files, etc.Diego Nehab2005-11-221-1/+1
|
* Porting to LUA 5.0 finalDiego Nehab2003-05-251-10/+10
|
* Finish port to Lua 5. Everything is working fine.Diego Nehab2003-03-201-21/+21
| | | | Still doesn't work in Windows.
* Already compiling and running for Lua 5.0 (alpha)Diego Nehab2002-12-021-35/+78
|
* Initial revisionDiego Nehab2002-07-081-0/+45