index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
irc.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added timestamp to TIRCEvent
Erik O'Leary
2013-11-13
1
-3
/
+5
*
Fixed recvLine deprecation warnings.
Dominik Picheta
2013-04-14
1
-5
/
+5
*
Added a timeout parameter to irc.reconnect.
Dominik Picheta
2013-01-21
1
-3
/
+18
*
Fixed IRC test.
Dominik Picheta
2012-12-01
1
-5
/
+7
*
IRC module is now saner at the expense of a little API breakage.
Dominik Picheta
2012-12-01
1
-93
/
+100
*
Async fixes for IRC module.
Dominik Picheta
2012-11-18
1
-6
/
+13
*
Fixed a bug relating to changing nicknames and message origin in the IRC module.
Dominik Picheta
2012-11-17
1
-1
/
+12
*
made some tests green
Araq
2012-11-07
1
-1
/
+3
*
Many doc improvements. Changed Threads.joinThreads' param's type to varargs.
Dominik Picheta
2012-11-04
1
-8
/
+8
*
Fixes IRC module.
Dominik Picheta
2012-09-12
1
-31
/
+48
*
make tests green again
Araq
2012-07-17
1
-2
/
+3
*
Fixed a problem with message parsing in the IRC module. Introduced timeout to...
dom96
2012-03-22
1
-1
/
+5
*
In the IRC module the socket is now closed when EvDisconnected event is created.
dom96
2012-02-20
1
-1
/
+14
*
recvLineAsync for non-blocking sockets implemented, as well as recvLine for a...
dom96
2012-02-18
1
-5
/
+17
*
Added asyncio module; irc, scgi and the ftpclient modules work with it. Added...
dom96
2012-01-22
1
-45
/
+143
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
Fixed issue with some functions in the sockets module not reporting the corre...
dom96
2011-10-30
1
-28
/
+73
*
sockets.recv optimizations; stdlib now supports taint mode
Araq
2011-09-24
1
-3
/
+3
*
Fixed string concatenation and other bugs in the JS backend. Fixed a small bu...
dom96
2011-09-23
1
-1
/
+7
*
Some improvements relating to the IRC module.
dom96
2011-09-04
1
-14
/
+16
*
Added IRC module.
dom96
2011-09-04
1
-0
/
+254