summary refs log tree commit diff stats
path: root/lib/pure/irc.nim
Commit message (Collapse)AuthorAgeFilesLines
* made large parts of the stdlib gcsafeAraq2014-04-201-2/+4
|
* Add checks for invalid socket when creating sockets.Dominik Picheta2014-04-151-0/+2
|
* Modified behaviour of checkBuffer to match new select behaviour. Refs #822.Dominik Picheta2014-04-051-0/+1
|
* stdlib compiles mostly without warnings againAraq2014-02-061-2/+2
|
* Added ret != 0 backonionhammer2014-01-191-1/+1
|
* Corrected prunesocketset and pruneprocesssetErik O'Leary2014-01-191-1/+1
| | | | | fd sets passed to select() were pruning ready FDs rather than pruning UN-ready FDs.
* Added timestamp to TIRCEventErik O'Leary2013-11-131-3/+5
|
* Fixed recvLine deprecation warnings.Dominik Picheta2013-04-141-5/+5
|
* Added a timeout parameter to irc.reconnect.Dominik Picheta2013-01-211-3/+18
|
* Fixed IRC test.Dominik Picheta2012-12-011-5/+7
|
* IRC module is now saner at the expense of a little API breakage.Dominik Picheta2012-12-011-93/+100
| | | | Added warnings for unstable APIs to modules that use AsyncIO.
* Async fixes for IRC module.Dominik Picheta2012-11-181-6/+13
|
* Fixed a bug relating to changing nicknames and message origin in the IRC module.Dominik Picheta2012-11-171-1/+12
|
* made some tests greenAraq2012-11-071-1/+3
|
* Many doc improvements. Changed Threads.joinThreads' param's type to varargs.Dominik Picheta2012-11-041-8/+8
|
* Fixes IRC module.Dominik Picheta2012-09-121-31/+48
|
* make tests green againAraq2012-07-171-2/+3
|
* Fixed a problem with message parsing in the IRC module. Introduced timeout ↵dom962012-03-221-1/+5
| | | | to procs in the sockets module.
* 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 ↵dom962012-02-181-5/+17
| | | | asyncio async sockets. Fixed removeDir on windows.
* Added asyncio module; irc, scgi and the ftpclient modules work with it. ↵dom962012-01-221-45/+143
| | | | Added (de)allocCStringArray. Many async sockets fixes.
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* Fixed issue with some functions in the sockets module not reporting the ↵dom962011-10-301-28/+73
| | | | correct error message. Added more disconnection cases in the irc module, also added a message limiting system.
* 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 ↵dom962011-09-231-1/+7
| | | | bug in the IRC module.
* Some improvements relating to the IRC module.dom962011-09-041-14/+16
|
* Added IRC module.dom962011-09-041-0/+254