Adium

root/trunk/Frameworks/AutoHyperlinks Framework


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @25667 [25667] 12/21/2008 01:33:11 PM sholt Unit Test for #11160 * Linkification breaks when string formatting …
(edit) @25448 [25448] 10/21/2008 09:22:34 PM catfish_man warnings--;
(edit) @25238 [25238] 09/28/2008 10:25:10 PM sholt OCD. Extra semi-colon snuck into [25237].
(edit) @25237 [25237] 09/28/2008 10:22:58 PM sholt Better way of doing [25236]. Refs #11059.
(edit) @25236 [25236] 09/28/2008 10:14:21 PM sholt NSURL has some difficulties with string formatting escaped in URLs, as …
(edit) @25145 [25145] 09/10/2008 10:01:49 PM sholt Don't escape the characters ' and ?' for IPv6 addresses. Refs #11031.
(edit) @24759 [24759] 08/13/2008 07:58:16 PM catfish_man Switch to GCC 4.2 and quash some warnings (maybe fixing an MSN bug in the …
(edit) @24758 [24758] 08/13/2008 07:44:50 PM boredzo Renamed all build configurations using the sed script I posted on …
(edit) @24753 [24753] 08/13/2008 06:50:23 PM catfish_man Turn on parallel target builds
(edit) @24752 [24752] 08/13/2008 06:39:38 PM catfish_man I think the recent emails from Evan and Colin summarize the situation …
(edit) @24691 [24691] 08/06/2008 07:50:30 PM catfish_man Merge 64 bit branch to trunk. Fingers crossed, and I have been testing it …
(edit) @24540 [24540] 07/31/2008 10:33:18 PM evands Removed unneeded InfoPlist.strings from AutoHyperlinks Framework
(edit) @24490 [24490] 07/27/2008 01:58:59 PM sholt Adding recognition of dict: URIs, and associated tests. Fixes #10579
(edit) @24482 [24482] 07/23/2008 08:20:20 PM sholt We don't need this hackish index adjustment.
(edit) @24480 [24480] 07/23/2008 11:32:54 AM sholt Test for international domain names in email addresses.
(edit) @24479 [24479] 07/23/2008 11:09:32 AM sholt This is a technically better fix, and actually decreses the FSM table size …
(edit) @24474 [24474] 07/22/2008 01:04:34 PM sholt Rather than a custom build script, we can set an enviroment variable to …
(edit) @24472 [24472] 07/21/2008 08:19:51 PM sholt Since [23560], we scanned all messages to see if the whole message was a …
(edit) @24471 [24471] 07/21/2008 07:53:32 PM sholt Composit is not Composite
(edit) @24470 [24470] 07/21/2008 07:47:48 PM sholt Unit test for 2 URI's seperated by some text. Refs #10532.
(edit) @24426 [24426] 07/18/2008 03:19:21 PM sholt .me is now a publicly registerable TLD. I guess we should link it.
(edit) @24422 [24422] 07/18/2008 11:10:55 AM sholt Using gasp a goto to ensure that ThreadedStressTest exits …
(edit) @24391 [24391] 07/17/2008 12:21:34 AM sholt Generate even fewer NSStrings: * In no case will a string under 4 …
(edit) @24390 [24390] 07/17/2008 12:14:35 AM sholt We didn't have unit tests for URI's with query strings. We do now.
(edit) @24380 [24380] 07/16/2008 04:31:13 PM sholt Cleaning up the code a bit. * Removed a few more unnecessary local …
(edit) @24362 [24362] 07/15/2008 01:20:15 PM sholt If n threads containing AHHyperlinkScanners are spawned at once (as in …
(edit) @24342 [24342] 07/14/2008 05:32:32 PM sholt This extra assignment was no longer needed and was causing the unit test …
(edit) @24341 [24341] 07/14/2008 04:06:03 PM sholt Unit test for a linking issue with non-urls enclosed in parentheticals …
(edit) @24300 [24300] 07/12/2008 11:08:51 PM catfish_man Fix Deployment and Deployment-Debug builds
(edit) @24299 [24299] 07/12/2008 10:37:08 PM catfish_man dep-debug is still broken, but these changes are better than what was …
(edit) @24298 [24298] 07/12/2008 09:26:14 PM catfish_man Clean up a ton of xcodeproj cruft (-1428 line diff :) ). Hopefully this …
(edit) @24296 [24296] 07/12/2008 08:07:46 PM catfish_man Make ThreadedStressTest obey the THREAD_COUNT define
(edit) @24287 [24287] 07/11/2008 01:32:01 PM sholt Patch from g-Off adding msnim scheme detection. Fixes #10432
(edit) @24284 [24284] 07/09/2008 01:06:51 PM sholt Fix for a bug where only the "xample.com" in "@example.com" would get …
(edit) @24283 [24283] 07/09/2008 12:44:16 PM sholt The functional replacements for NSScanner's methods now return, by …
(edit) @24282 [24282] 07/09/2008 09:55:48 AM sholt Reimplemented some functionality of NSScanner as private methods in …
(edit) @24182 [24182] 07/02/2008 04:13:36 PM sholt Reverting r24166, which effectively returns the full r24146 commit, …
(edit) @24181 [24181] 07/02/2008 04:10:21 PM sholt Fixing build of flex's reentrant option on 10.4 systems: * Adding a 10.4u …
(edit) @24166 [24166] 07/01/2008 08:08:31 PM sholt Keeping the API changes to AutoHyperlinks, but backing out the reentrant …
(edit) @24146 [24146] 07/01/2008 03:02:10 PM sholt Many enhancements to AutoHyperlinks.framework: * Thread Safety: * All …
(edit) @24137 [24137] 07/01/2008 01:46:10 AM evands Fixed a gaggle of Doxygen documentation problems
(edit) @24114 [24114] 06/30/2008 01:48:26 PM sholt Tweaks to the linkDriver app thread implimentation
(edit) @24113 [24113] 06/30/2008 01:31:54 PM sholt fix for unit tests introduced in r24112, "( example.com )" now matches …
(edit) @24112 [24112] 06/30/2008 01:16:25 PM sholt more better unit test for r24111
(edit) @24111 [24111] 06/30/2008 01:11:53 PM sholt Unit test for autolinking error for URIs enclosed in parentheses with …
(edit) @23927 [23927] 06/11/2008 04:20:36 PM sholt There is little reason this should not be a class method. Why require the …
(edit) @23926 [23926] 06/11/2008 02:45:17 PM sholt a more reliable method for checking encoding sizes, courtesy of boredzo
(edit) @23925 [23925] 06/11/2008 02:31:20 PM sholt Better output for encoded URI strings, especiall with international …
(edit) @23924 [23924] 06/11/2008 02:29:36 PM sholt Rather than assume UTF8 is the best encoding to use for flex (though it is …
(edit) @23923 [23923] 06/11/2008 01:14:54 PM sholt Make the threaded stress test use more threads (8), and make both that and …
(edit) @23922 [23922] 06/11/2008 11:33:39 AM sholt Added a new target for a threaded stress tester in the …
(edit) @23918 [23918] 06/11/2008 08:11:54 AM sholt * Making the linkLock static so it exists across all instances of …
(edit) @23908 [23908] 06/10/2008 06:43:11 PM sholt warnings--;
(edit) @23906 [23906] 06/10/2008 04:47:06 PM sholt Adding NSComparisonMethods informal protocol methods or …
(edit) @23905 [23905] 06/10/2008 04:43:09 PM sholt This should make AutoHyperlinks.framework thread safe
(edit) @23866 [23866] 06/09/2008 02:25:47 AM sholt AutoHyperlinks.framework will now compile if Max OS X 10.5 and 64-bit …
(edit) @23864 [23864] 06/09/2008 01:56:13 AM sholt fixing an indexOutOfBounds issue
(edit) @23863 [23863] 06/09/2008 01:54:45 AM sholt Making "jdoe@jabber.org/Adium" a negative test case, and adding negative …
(edit) @23861 [23861] 06/09/2008 01:22:22 AM sholt Fixing an off-by-one error that caused incorrect positioning in the …
(edit) @23860 [23860] 06/09/2008 01:03:02 AM boredzo Added test cases for JIDs with resource identifiers. Refs #10005.
(edit) @23798 [23798] 06/03/2008 12:16:05 PM sholt Cleaning up some lex rules and names. Combining the cannonical patterns …
(edit) @23797 [23797] 06/03/2008 10:25:56 AM sholt Removed some essentially redundant rules (distinctions without a …
(edit) @23791 [23791] 06/01/2008 07:41:20 PM sholt We don't need this method call
(edit) @23788 [23788] 05/31/2008 06:38:28 PM sholt we don't need this NSLog() anymore
(edit) @23787 [23787] 05/31/2008 06:36:17 PM sholt [23560] linkified all message strings that were links in themselves, this …
(edit) @23786 [23786] 05/31/2008 05:51:19 PM sholt Adding a temporary NSLog() to compare the Link string to the URL string …
(edit) @23752 [23752] 05/30/2008 10:50:56 AM sholt if we're testing "words before <link>", we may as well test "<link> words …
(edit) @23751 [23751] 05/30/2008 10:47:14 AM sholt Addressing a bug with email addresses discovered by durin42 * Adding …
(edit) @23605 [23605] 05/23/2008 02:24:45 PM boredzo Changed the AutoHyperlinks project to set the SDK for all architectures, …
(edit) @23604 [23604] 05/23/2008 02:16:45 PM sholt NSUInteger -> unsigned int
(edit) @23602 [23602] 05/23/2008 02:05:27 PM boredzo Edited svn:ignore on the AutoHyperlinks project to include *.mode1v3 and …
(edit) @23601 [23601] 05/23/2008 02:01:18 PM sholt Fixes for new context tests added by boredzo in r23598. * includes brain …
(edit) @23598 [23598] 05/23/2008 11:21:04 AM boredzo Added test cases for an enclosed URI followed by a character; for example, …
(edit) @23597 [23597] 05/23/2008 11:18:39 AM boredzo Set project to gnu99 mode, in order to allow me to use C99 for loops in …
(edit) @23596 [23596] 05/23/2008 11:00:52 AM sholt Fix precidence issues for tests added in r23595. Refs #8036.
(edit) @23595 [23595] 05/23/2008 10:50:53 AM boredzo Added two more test cases for myim: URLs. These have the auto parameter …
(edit) @23594 [23594] 05/23/2008 10:49:47 AM boredzo Corrected uID that I intended to be 0, not 02.
(edit) @23593 [23593] 05/23/2008 10:41:36 AM sholt Added patterns for MySpace IM URI tests added in r23591 and r23592. Refs …
(edit) @23592 [23592] 05/23/2008 10:26:31 AM boredzo Corrected URL scheme in test cases. The correct scheme is myim:, not …
(edit) @23591 [23591] 05/23/2008 10:23:17 AM boredzo Added test cases for auto-linkifying MySpaceIM (msim:) URLs. Refs #8036.
(edit) @23590 [23590] 05/23/2008 10:15:32 AM boredzo Added a test case for the URL from #7959. Refs #7959. This test passes.
(edit) @23589 [23589] 05/23/2008 08:24:25 AM sholt Add test to ensure that phrases starting with a link do not get matched as …
(edit) @23588 [23588] 05/23/2008 08:23:02 AM sholt Adding rules to match new test patterns added in r23585 && 23587. (Refs …
(edit) @23587 [23587] 05/23/2008 07:39:49 AM boredzo Added test cases for gtalk: URIs. Refs #7420.
(edit) @23586 [23586] 05/23/2008 07:22:49 AM boredzo Added test case for HTTP URLs with non-ASCII characters (in this case, …
(edit) @23585 [23585] 05/23/2008 07:04:27 AM boredzo Added more test cases - this time, for query strings to XMPP URLs.
(edit) @23570 [23570] 05/22/2008 04:30:51 PM sholt r23567 inflated the AutoHyperlinks.framework binary size by almost 9x in …
(edit) @23569 [23569] 05/22/2008 04:14:06 PM sholt Parenthesis are not braces, and do not belong in this order.
(edit) @23568 [23568] 05/22/2008 03:57:48 PM sholt Let's uh... let's spell these right, eh?
(edit) @23567 [23567] 05/22/2008 03:00:42 PM sholt http://wiki.mozilla.org/TLD_List defines a number of ccTLDs that will only …
(edit) @23565 [23565] 05/22/2008 12:25:11 PM sholt parameterizing the url path pattern, and making it reject whitespaces, as …
(edit) @23564 [23564] 05/22/2008 09:14:12 AM sholt Matching yahoo|ymsgr:im?to=.+ links. Those new unit tests don't fail …
(edit) @23563 [23563] 05/22/2008 09:04:31 AM boredzo Added two more test cases for Yahoo! URLs. We accept these two URLs …
(edit) @23562 [23562] 05/22/2008 09:00:54 AM sholt add linkification for yahoo://im?to=<sn> links
(edit) @23561 [23561] 05/22/2008 08:55:22 AM sholt link the two Y! schemes added to tests in r23559. (refs #3107)
(edit) @23559 [23559] 05/22/2008 07:57:14 AM boredzo Added three tests for Yahoo! links, relating to #3107 (refs #3107). Two of …
(edit) @23554 [23554] 05/22/2008 06:08:15 AM boredzo Added test cases for whitespace before and after URIs. Refs #1085.
(edit) @23553 [23553] 05/22/2008 04:46:20 AM boredzo Set up the AHStressTester target to build for Leopard only in Deployment. …
(edit) @23552 [23552] 05/22/2008 03:28:57 AM boredzo Leaks are bad.
(edit) @23551 [23551] 05/22/2008 03:16:09 AM boredzo Fixed the time reporting in AHStressTester to not fail at math. Note to …
Note: See TracRevisionLog for help on using the revision log.