Differences From Artifact [1078b7859d]:
- File src/IRCConnection.m — part of check-in [8b48789571] at 2011-09-14 23:38:35 on branch trunk — Make non-blocking processing possible. (user: js, size: 11607) [annotate] [blame] [check-ins using]
To Artifact [5c27b6dee8]:
- File src/IRCConnection.m — part of check-in [e398c849f2] at 2011-09-22 23:39:02 on branch trunk — Adjust to recent ObjFW changes. (user: js, size: 11592) [annotate] [blame] [check-ins using]
︙ | |||
169 170 171 172 173 174 175 | 169 170 171 172 173 174 175 176 177 178 179 180 181 182 | - | OFString *line; OFArray *split; OFString *action = nil; @try { line = [sock tryReadLine]; } @catch (OFInvalidEncodingException *e) { |
︙ |