summary refs log tree commit diff stats
path: root/lib/pure/irc.nim
Commit message (Expand)AuthorAgeFilesLines
* make tests green againAraq2012-07-171-2/+3
* Fixed a problem with message parsing in the IRC module. Introduced timeout to...dom962012-03-221-1/+5
* In the IRC module the socket is now closed when EvDisconnected event is created.dom962012-02-201-1/+14
* recvLineAsync for non-blocking sockets implemented, as well as recvLine for a...dom962012-02-181-5/+17
* Added asyncio module; irc, scgi and the ftpclient modules work with it. Added...dom962012-01-221-45/+143
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* Fixed issue with some functions in the sockets module not reporting the corre...dom962011-10-301-28/+73
* sockets.recv optimizations; stdlib now supports taint modeAraq2011-09-241-3/+3
* Fixed string concatenation and other bugs in the JS backend. Fixed a small bu...dom962011-09-231-1/+7
* Some improvements relating to the IRC module.dom962011-09-041-14/+16
* Added IRC module.dom962011-09-041-0/+254