aboutsummaryrefslogtreecommitdiff
path: root/samples/tinyirc.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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