Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | made large parts of the stdlib gcsafe | Araq | 2014-04-20 | 1 | -2/+4 |
| | |||||
* | Add checks for invalid socket when creating sockets. | Dominik Picheta | 2014-04-15 | 1 | -0/+2 |
| | |||||
* | Modified behaviour of checkBuffer to match new select behaviour. Refs #822. | Dominik Picheta | 2014-04-05 | 1 | -0/+1 |
| | |||||
* | stdlib compiles mostly without warnings again | Araq | 2014-02-06 | 1 | -2/+2 |
| | |||||
* | Added ret != 0 back | onionhammer | 2014-01-19 | 1 | -1/+1 |
| | |||||
* | Corrected prunesocketset and pruneprocessset | Erik O'Leary | 2014-01-19 | 1 | -1/+1 |
| | | | | | fd sets passed to select() were pruning ready FDs rather than pruning UN-ready FDs. | ||||
* | 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 |
| | | | | Added warnings for unstable APIs to modules that use AsyncIO. | ||||
* | 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 ↵ | dom96 | 2012-03-22 | 1 | -1/+5 |
| | | | | to procs in the sockets module. | ||||
* | 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 ↵ | dom96 | 2012-02-18 | 1 | -5/+17 |
| | | | | asyncio async sockets. Fixed removeDir on windows. | ||||
* | Added asyncio module; irc, scgi and the ftpclient modules work with it. ↵ | dom96 | 2012-01-22 | 1 | -45/+143 |
| | | | | Added (de)allocCStringArray. Many async sockets fixes. | ||||
* | 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 ↵ | dom96 | 2011-10-30 | 1 | -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 mode | Araq | 2011-09-24 | 1 | -3/+3 |
| | |||||
* | Fixed string concatenation and other bugs in the JS backend. Fixed a small ↵ | dom96 | 2011-09-23 | 1 | -1/+7 |
| | | | | bug in the IRC module. | ||||
* | Some improvements relating to the IRC module. | dom96 | 2011-09-04 | 1 | -14/+16 |
| | |||||
* | Added IRC module. | dom96 | 2011-09-04 | 1 | -0/+254 |