Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fixing http_encode(): BitlBee now calls setlocale() (for nickname | Wilmer van der Gaast | 2010-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 so | Wilmer van der Gaast | 2007-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 Vernooij | 2006-12-24 | -0/+66 |
| | | | | | set when socks5 was used. | |||
* | Fix testsuite. | Jelmer Vernooij | 2006-12-06 | -1/+1 |
| | ||||
* | Add checks for nick functions as well, fix bug where nick lengths weren't | Jelmer Vernooij | 2006-06-16 | -0/+19 |
| | | | | | being honored. | |||
* | Add unit testing infrastructure. | Jelmer Vernooij | 2006-06-16 | -0/+34 |