Differences From Artifact [e9e2fb6122]:
- File src/IRCConnection.m — part of check-in [117cdc960f] at 2011-09-10 23:21:04 on branch trunk — Add support for changing the nickname. (user: js, size: 11712) [annotate] [blame] [check-ins using]
To Artifact [590ed4cde0]:
- File src/IRCConnection.m — part of check-in [8e20888525] at 2011-09-14 23:13:38 on branch trunk — Export the internal OFTCPSocket so it can be observed externally. (user: js, size: 11718) [annotate] [blame] [check-ins using]
︙ | |||
31 32 33 34 35 36 37 | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | - + | #import <ObjFW/OFInvalidEncodingException.h> #import "IRCConnection.h" #import "IRCUser.h" #import "IRCChannel.h" @implementation IRCConnection |
︙ |