aboutsummaryrefslogtreecommitdiff
path: root/samples/tinyirc.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use the length operator (#) instead of table.getn.Gerardo Marset2013-02-251-1/+1
| | | | | 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
* Making progress toward a releaseDiego Nehab2012-04-231-1/+0
| | | | | | | | | | 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
* Preliminary IPv6 support for v2.1Diego Nehab2012-04-111-1/+1
|
* Few tweaks in installation, some missing files, etc.Diego Nehab2005-11-221-5/+5
|
* Better connection handling.Diego Nehab2005-04-211-8/+17
|
* Almost ready to release beta3Diego Nehab2005-01-021-2/+2
|
* More adjustments/bugfixes.Diego Nehab2004-06-211-1/+1
|
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-1/+1
| | | | | | | Implemented new distribution scheme. Select is now purely C. HTTP reimplemented seems faster dunno why. LTN12 functions that coroutines fail gracefully.
* Fine tuning the "require" business.Diego Nehab2004-05-301-9/+10
|
* Adjusted a few inconsistencies with the manual.Diego Nehab2003-08-161-3/+3
|
* Bug in usocket_recv...Diego Nehab2003-06-301-20/+22
|
* Finished implementation of LuaSocket 2.0 alpha on Linux.Diego Nehab2003-06-261-1/+1
| | | | Some testing still needed.
* Select re-implemented in a nicer way.Diego Nehab2003-06-091-42/+48
| | | | | | Few changes in internal class and group registration. Lua modules are compiled and built into library. Dynamic library tested in Linux and Mac OS X.
* Local index in for loop was getting changed...Diego Nehab2003-03-281-14/+14
|
* Sockets are not tables anymore.Diego Nehab2002-07-081-34/+37
|
* Connection closed detection was improved. Client numbers are now trackedDiego Nehab2001-03-121-12/+20
| | | | and sent along with broadcasted line.
* Initial revisionDiego Nehab2001-03-121-0/+61