| 21 months ago |
Move us off of deprecated CFXMLParser and onto NSXMLDocument for parsing chat transcripts.
|
file | diff | annotate |
| 2009-12-29 |
Resolve implicit 64->32 bit castings in Adium.app
|
file | diff | annotate |
| 2009-11-23 |
At some point in time, the need to replace & with & to allow linking to work died off. Do not try to mess with the URL at all. Fixes #13382.
|
file | diff | annotate |
| 2009-08-26 |
Cheery picked from adium-1.4@07e07f9788a6: Undo the part of [3855f70905bd]: It caused strings to be incorrectly escaped and causing our XML parsing to break. Rather, escape hash-symbols when parsing in XML data as not to confuse AIHTMLDecoder.
|
file | diff | annotate |
| 2009-04-22 |
AIPreferenceControllerProtocol.h is commonly imported (>120 imports) and almost never changes (5 changes in the two years since it was created). Stick it in the prefix header
|
file | diff | annotate |
| 2009-03-26 |
Properly log AIContentEvents when the source is not a participant in the chat (or nil).
|
file | diff | annotate |
| 2009-03-04 |
Dot syntax. Lots of it.
|
file | diff | annotate |
| 2009-01-29 |
Propertyize a bunch of stuff, and remove some API on AIListObject that was just a passthrough to AIService
|
file | diff | annotate |
| 2008-12-27 |
NSDateFormatter is expensive to create, who knew? This speeds up log parsing by 50-60%
|
file | diff | annotate |
| 2008-10-29 |
Fix incredibly lame mistake I made in [25501] that broke log reading
|
file | diff | annotate |
| 2008-10-29 |
Avoid leaking when the parser is unhappy
|
file | diff | annotate |
| 2008-10-29 |
Avoid double-reading log files...
|
file | diff | annotate |
| 2008-08-24 |
Updated most of our enumerations to fast enumerations, and did some paramaterization.
|
file | diff | annotate |
| 2008-08-15 |
sed is evil. All [adium *Controller]s are now adium.*Controller.
|
file | diff | annotate |
| 2008-08-15 |
Propertyize AIListObject and convert some more controller accesses to dot syntax
|
file | diff | annotate |
| 2008-08-14 |
Propertyize, synthesize, and use fast enumeration in a few places
|
file | diff | annotate |
| 2008-08-06 |
Merge 64 bit branch to trunk. Fingers crossed, and I have been testing it some, but expect fallout from this. 11,000 line diffs are rarely without consequence ;)
|
file | diff | annotate |
| 2008-08-06 |
svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
|
file | diff | annotate |