AdiumAdium is a popular Instant Messaging client for Mac OS X. Adium 2.0 aims to provides a fast, stable, clean, small, yet highly customizable IM experience, allowing Mac users to trash the other software and begin enjoying IM.Applied patch for having to option to disable msn pecan. Fixes 10309....- July 7, 2008 Commit by am :: r24279 trunk (7 files in 2 dirs): Applied patch for having to option to disable msn pecan. Fixes 10309. <http:trac.adiumx.comchangeset24279>http://cia.vc/stats/project/adium/.message/1128f01 Remove some commented out code that got left in...- July 7, 2008 Commit by catfish_man :: r24278 trunkSourceAINewMessagePromptController.m: Remove some commented out code that got left in <http:trac.adiumx.comchangeset24278>http://cia.vc/stats/project/adium/.message/1128dd6 Remove the 'from' field from the new message prompt, since we already provide an...- July 7, 2008 Commit by catfish_man :: r24277 trunk (5 files in 2 dirs): Remove the 'from' field from the new message prompt, since we already provide an in-window popup for choosing which account to send to when multiple are available for a contact <http:trac.adiumx.comchangeset24277>http://cia.vc/stats/project/adium/.message/1128a0a I don't know why I didn't just use the instance variable. It's already there and...- July 6, 2008 Commit by boredzo :: r24276 trunkFrameworksAIUtilities FrameworkSourceAIWiredData.m: I don't know why I didn't just use the instance variable. It's already there and -length just returns it. <http:trac.adiumx.comchangeset24276>http://cia.vc/stats/project/adium/.message/1128884 Well, that was dumb. The correct comparison is memcmp(226128166) == 0,...- July 6, 2008 Commit by boredzo :: r24275 trunkFrameworksAIUtilities FrameworkSourceAIWiredData.m: Well, that was dumb. The correct comparison is memcmp(226128166) == 0, not memcmp(226128166) != 0. All tests now pass. <http:trac.adiumx.comchangeset24275>http://cia.vc/stats/project/adium/.message/11286e3 Sadly, plain old NSData refuses to give us an empty data object that has a...- July 6, 2008 Commit by boredzo :: r24274 trunkUnitTestsTestWiredData.m: Sadly, plain old NSData refuses to give us an empty data object that has a backing store 226128148 -bytes always returns nil (x-radar:problem6056157). The work-around is to use NSMutableData; that one currently does have a backing store, since you may want to append to it. Down to 7 failures. ...http://cia.vc/stats/project/adium/.message/11284d0 Moved the range-checking assertions to their own method, and added a message to...- July 6, 2008 Commit by boredzo :: r24273 trunkFrameworksAIUtilities FrameworkSourceAIWiredData.m: Moved the range-checking assertions to their own method, and added a message to it from -subdataWithRange:, to go with the existing message to it in -getBytes:range:. Fixes 3 failures; we're down to 8. <http:trac.adiumx.comchangeset24273>http://cia.vc/stats/project/adium/.message/11282e8 Fixed -AIWiredData hash the same way I fixed -AIWiredString hash: by...- July 6, 2008 Commit by boredzo :: r24272 trunkFrameworksAIUtilities FrameworkSourceAIWiredData.m: Fixed -AIWiredData hash the same way I fixed -AIWiredString hash: by removing it, and letting the abstract class's implementation do the work. Down to 11 failures. <http:trac.adiumx.comchangeset24272>http://cia.vc/stats/project/adium/.message/1128122 If range.length is 0, this expression evaluates to one less than...- July 6, 2008 Commit by boredzo :: r24271 trunkFrameworksAIUtilities FrameworkSourceAIWiredData.m: If range.length is 0, this expression evaluates to one less than range.location226128148which may even be -1 if range.location is also 0. Therefore, only assert this expression when range.length > 0. Down to 12 failures. <http:trac.adiumx.comchangeset24271>http://cia.vc/stats/project/adium/.message/1127f1d Explicitly handle nil as the argument to -isEqualToData: and -isEqual:, by...- July 6, 2008 Commit by boredzo :: r24270 trunkFrameworksAIUtilities FrameworkSourceAIWiredData.m: Explicitly handle nil as the argument to -isEqualToData: and -isEqual:, by returning NO. Doesn't make any tests pass, but it's still safer. <http:trac.adiumx.comchangeset24270>http://cia.vc/stats/project/adium/.message/1127d6f |