aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check_util.c
Commit message (Collapse)AuthorAgeLines
* Reindent everything to K&R style with tabsIndent2015-02-20-105/+103
| | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame.
* Add limit param to split_command_parts(), fix twitter quotes bugdequis2014-07-24-0/+45
| | | | Only took me a few months to write. I even added a test case.
* Fixing http_encode(): BitlBee now calls setlocale() (for nicknameWilmer van der Gaast2010-07-29-0/+9
| | | | | | | | | transliteration to work), which changes the behaviour of isalpha() (turns out it's not a simple macro). For HTTP-encoding, this sucks, especially when doing OAuth (which is very picky about the way HTTP encoding is done). This should fix problems some people were seeing with posting Twitter messages containing accents.
* Added word_wrap() function to misc.c and using it at the right places soWilmer van der Gaast2007-10-12-0/+58
| | | | | | that long messages in groupchats also get wrapped properly (instead of truncated).
* Add tests for set_url(). Fixed a bug where the default port wasn't Jelmer Vernooij2006-12-24-0/+66
| | | | | set when socks5 was used.
* Fix testsuite.Jelmer Vernooij2006-12-06-1/+1
|
* Add checks for nick functions as well, fix bug where nick lengths weren't Jelmer Vernooij2006-06-16-0/+19
| | | | | being honored.
* Add unit testing infrastructure.Jelmer Vernooij2006-06-16-0/+34