Activity log for bug #821353

Date Who What changed Old value New value Message
2011-08-05 09:04:51 Alexander Regueiro bug added bug
2011-08-05 09:11:00 Alexander Regueiro description Currently the low-level protocol code in IrcClient makes use of the CircularBufferStream and LineReader classes for asynchronous reading of lines from the socket. A fully asynchronous and simpler method of reading lines from the socket could be achieved using custom logic and an appropiate instance of System.Text.Encoding. Currently the low-level protocol code in IrcClient makes use of the CircularBufferStream and SafeLineReader classes for asynchronous reading of lines from the socket. A fully asynchronous and simpler method of reading lines from the socket could be achieved using custom logic and an appropiate instance of System.Text.Encoding.