Plugins/Purple%20Service/ESIRCService.m
2009-10-31 Add a small IRC icon and an improved larger one. Refs #12697.
2009-10-17 Add -[AIService pathForDefaultServiceIconOfType:], and use it for replacing %serviceIconImg% in headers. Fixes #12697.
2009-03-29 - is a valid UID character on IRC.
2009-03-29 Remove @ and . from the valid characters for IRC UIDs.
2009-03-29 Correct the UID placeholder from the old "user@server" to the new separate format. Set the username label to "Nickname" from "User name", and clarify what "user name" in the Options preferences is (the "ident" in "ident@host"), resize the options view a little smaller in height.
2009-03-17 Fixed IRC account management: The display is using the nick name only, the account settings are split into nick and host, but the UID is semi-unique using nick@host. Refs #10000
2009-01-29 Make the AIService implementation of -ignoredCharacters more useful, then remove a bunch of now-unnecessary overrides
2008-09-01 ESIRCService should return a small icon for the contact list as well. Fixes #10759.
2008-08-31 \ is an escape character...
2008-08-29 Conform to rfc-2812's allowable characters for IRC nicks. Fixes #10875
2008-08-29 Made IRC part of the default Purple Service rather than an external plugin. Fixes #231. Please make separate tickets for specific issues which should be addressed before releasing with IRC support, such as topic display. :)