Differences From Artifact [1b8e55ec87]:
- File src/IRCConnection.h — 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: 4050) [annotate] [blame] [check-ins using]
To Artifact [8fa29103e7]:
- File src/IRCConnection.h — part of check-in [8b48789571] at 2011-09-14 23:38:35 on branch trunk — Make non-blocking processing possible. (user: js, size: 4067) [annotate] [blame] [check-ins using]
︙ | |||
103 104 105 106 107 108 109 110 111 | 103 104 105 106 107 108 109 110 111 112 | + | toUser: (IRCUser*)user; - (void)sendNotice: (OFString*)notice toChannel: (IRCChannel*)channel; - (void)kickUser: (IRCUser*)user fromChannel: (IRCChannel*)channel withReason: (OFString*)reason; - (void)changeNicknameTo: (OFString*)nickname; - (void)process; - (void)handleConnection; @end |