root/trunk/Additions


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3794 [3794] 07/18/08 17:42:24 timothy Fix the real leaks found by the clang static analyzer. #1260
(edit) @3772 [3772] 01/11/08 15:29:27 akempgen Dont add leading 0s when converting to mirc colors to reduce message …
(edit) @3763 [3763] 10/15/07 09:32:28 timothy Rip out 10.3.9 support and worarounds. Mac OS 10.4 is now required.
(edit) @3755 [3755] 10/14/07 15:58:48 timothy Make Colloquy build and work again for 10.3.9 (one last time). #1095
(edit) @3729 [3729] 09/14/07 00:51:11 timothy Remove the NSNotificationQueue category since it isn't used.
(edit) @3682 [3682] 07/02/07 07:31:48 timothy Escape the hyphens in the email regex.
(edit) @3681 [3681] 07/02/07 07:28:57 timothy Allow underscores in email address links.
(edit) @3626 [3626] 03/18/07 06:55:01 timothy Fixes a regression caused by r3587 where we would remember /nick changes …
(edit) @3589 [3589] 02/25/07 18:04:50 timothy Adds transient attributes for JVChatMessages, good for plugins to store …
(edit) @3583 [3583] 02/19/07 01:18:27 timothy Removes the double-quote as a valid URL character. Fixes #1006
(edit) @3548 [3548] 01/08/07 23:10:31 timothy Some optimizations to our NSString additions.
(edit) @3547 [3547] 01/08/07 22:43:52 timothy Strip illegal XML characters in initWithXHTMLFragment to prevent a libxml …
(edit) @3546 [3546] 01/08/07 22:27:16 timothy Fixes the UTF-8 detection and make it not consider 7-bit only stings as …
(edit) @3540 [3540] 01/07/07 02:48:45 timothy Build fix.
(edit) @3539 [3539] 01/07/07 02:39:56 timothy Adds DCC chat support. You can start a chat by using the context menu or …
(edit) @3533 [3533] 01/04/07 20:30:58 timothy Build fix.
(edit) @3532 [3532] 01/04/07 02:57:39 timothy Adding some asserts to help catch code running on the wrong thread.
(edit) @3531 [3531] 01/04/07 01:38:36 timothy More tweaks to the utility inline functions.
(edit) @3530 [3530] 01/04/07 01:12:14 timothy Added some helper functions to do safe assignments and returns.
(edit) @3517 [3517] 01/01/07 00:10:01 timothy Code clean up.
(edit) @3516 [3516] 12/31/06 23:42:29 timothy Only call isValidUTF8 if the current encoding is not UTF8. This …
(edit) @3515 [3515] 12/31/06 21:49:52 timothy Auto detect for valid UTF-8 characters in server and chat messages. You …
(edit) @3500 [3500] 12/29/06 00:54:05 timothy Import the old buddy list if there is not a new one made yet.
(edit) @3460 [3460] 12/15/06 00:20:10 timothy Removing the retain/autorelease idiom for accessor methods.
(edit) @3457 [3457] 12/14/06 00:45:22 timothy Removing the retain/autorelease idium for accessor methods. We are thread …
(edit) @3445 [3445] 12/08/06 20:44:43 timothy Further limiting URL linking making the '://' required for a valid URL. …
(edit) @3420 [3420] 11/24/06 18:35:14 timothy Fixes the rest of the warnings.
(edit) @3419 [3419] 11/24/06 18:21:46 timothy Fixing more warnings.
(edit) @3418 [3418] 11/24/06 18:14:31 timothy Turing on more warnings and fixing more of them.
(edit) @3412 [3412] 11/24/06 13:38:59 timothy Minor fixes to the idle handler to behave more like the built-in idle …
(edit) @3400 [3400] 11/21/06 14:23:21 timothy Fix more bad cases where we link text that is not a URL. #913
(edit) @3392 [3392] 11/13/06 11:18:42 timothy Fix URL link detection some more, don't include the trailing ')' in …
(edit) @3391 [3391] 11/13/06 11:14:37 timothy Limit the URL detection some. Prevent MAC addresses from highlighting …
(edit) @3383 [3383] 11/11/06 23:52:19 timothy Improved the URL highlighting code to be more relaxed and still prevent …
(edit) @3346 [3346] 08/27/06 21:41:37 timothy Code clean up and fixes to prevent exceptions about inserting nil objects. …
(edit) @3284 [3284] 06/10/06 18:57:24 timothy Removes all uses of stringWithCString, this alos fixes a Panther crash …
(edit) @3272 [3272] 06/07/06 23:21:01 timothy Fixes the problem with the transcript browser, switching styles and no …
(edit) @3266 [3266] 06/07/06 13:21:32 timothy Reverts an earlier fix that broke SILC and base64EncodingWithLineLength.
(edit) @3262 [3262] 06/07/06 00:44:15 timothy More warning fixes. Silly Xcode never showed these earlier.
(edit) @3146 [3146] 02/26/06 13:35:39 timothy Fixes #513. Swap the buffer sizes to decode base64 correctly. Thanks for …
(edit) @3133 [3133] 02/11/06 17:09:58 timothy Cleanup.
(edit) @3109 [3109] 01/01/06 23:34:24 timothy Fix the bad merge.
(edit) @3108 [3108] 01/01/06 23:22:55 timothy Mergeing the notification changes over to the branch.
(edit) @3091 [3091] 12/27/05 01:09:20 timothy Duh! Make sure to pass userInfo along.
(edit) @3090 [3090] 12/27/05 00:06:10 timothy Make sure we use the main thread's NSNotificationCenter.
(edit) @3089 [3089] 12/26/05 23:33:32 timothy Skip some calls Cocoa will just do for us.
(edit) @3088 [3088] 12/26/05 23:31:03 timothy * Added 3 new connivence methods to post notifications on the main …
(edit) @3083 [3083] 12/26/05 19:26:00 timothy * Some "for fun" NSData additions incase they are needed. (I originally …
(edit) @3077 [3077] 12/24/05 02:58:23 timothy Removed C string method use.
(add) @3072 [3072] 12/23/05 01:21:16 timothy Major file system restructuring of the code files.
Note: See TracRevisionLog for help on using the revision log.