summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-03-31Convert tabs to 4 spaces for all source filesTobias Markmann
Removed trailing spaces and whitespace on empty lines in the process. Changed CheckTabs.py tool to disallow hard tabs in source files. Test-Information: Manually checked 30 random files that the conversion worked as expected. Change-Id: I874f99d617bd3d2bb55f02d58f22f58f9b094480
2016-03-30Apply consistent #include grouping and sorting styleTobias Markmann
Changed "" style includes to <> style. Test-Information: Build with Clang 3.9.0 and ran all tests on OS X 10.11.4. Change-Id: Ic05e53f2e5dba39cc1307b116fc5f17b62ab9eb8
2014-12-15Update Copyright In SwifToolsKevin Smith
Change-Id: Ic5a0cd2d65caac21a748a9a6996a596ee80f5337
2013-08-01Refactor chat messages so parsing of links/emoticons happens in controllers.Kevin Smith
Change-Id: I07256f23ffbb6520f5063bdfbed9111946c46746
2012-04-25Don't linkify /me actions.Remko Tronçon
Resolves: #959
2011-06-13Added CppCheck script.Remko Tronçon
Tweaked the sources to satisfy cppcheck.
2011-04-30Replace #include "" by #include <> in SwifTools, Swiftob, Slimber and Limber.Remko Tronçon
2011-04-18Added RFC5122 XMPP URI parsing and basic handling.Remko Tronçon
URI Handling currently only works on Mac OS X.
2011-02-14Removed Swift::String.Remko Tronçon
2011-02-10Fixed linkification of URLs followed by newlines.Remko Tronçon
Resolves: #762
2010-12-26Fixed linkifying of unicode URLs.Remko Tronçon
2010-10-27Changed linkifcation algorithm.Remko Tronçon
2010-10-24Linkify links with @ in them properly.Remko Tronçon
2010-08-19Fixed linkifying of urls containing '='.Remko Tronçon
2010-05-08Fixed linkify bug.Remko Tronçon
Resolves: #326
2010-04-08Added copyrights to SwifTools.Remko Tronçon
2010-01-29Fix tilde in linksKevin Smith
2009-11-23Fix linkifying links with '+'.Remko Tronçon
2009-11-18Fix linkifying of urls with #.Remko Tronçon
2009-11-16Fixed Linkify on camel case URLs.Remko Tronçon
2009-11-15Linkify URLs.Remko Tronçon