aboutsummaryrefslogtreecommitdiffstats
path: root/lib/misc.c
Commit message (Expand)AuthorAgeLines
* Fixing http_encode(): BitlBee now calls setlocale() (for nicknameWilmer van der Gaast2010-07-29-4/+8
* Merging head.Wilmer van der Gaast2010-06-01-3/+2
|\
| * Setting the HTML flag on a connection has a nasty side effect of escapingWilmer van der Gaast2010-05-19-3/+2
* | Mainline merge.Wilmer van der Gaast2010-05-03-2/+1
|\|
| * Make http_encode() RFC3986-compliant. (Escape everything except alphanumericWilmer van der Gaast2010-04-25-2/+1
* | Merging loads of stuff from mainline.Wilmer van der Gaast2010-04-14-0/+35
|\|
| * Added a mktime_utc() to misc.c using code that used to be in jabber_util.c.Wilmer van der Gaast2010-04-08-0/+35
* | Restored CTCP/DCC hooks for outgoing file transfers.Wilmer van der Gaast2010-04-13-1/+4
* | Start handling CTCPs, in a saner way than before.Wilmer van der Gaast2010-04-12-0/+45
|/
* Adding a few consts and other misc fixes from bug #431. Doing this via aWilmer van der Gaast2010-03-14-1/+2
|\
| * Some const/etc cleanups submitted by domen@coderock.org back in bug #431.Wilmer van der Gaast2010-03-14-1/+2
* | Added ' HTML entity since we're sure getting that one a lot withWilmer van der Gaast2010-03-08-0/+1
* | Shuffling a few more #includes. Much more shuffling will be needed.Wilmer van der Gaast2009-10-23-0/+1
|/
* Silenced a compiler warning - I don't think there's any way the unitializedWilmer van der Gaast2008-06-30-6/+2
* Merge trunk.Jelmer Vernooij2008-06-28-25/+0
|\
| * Partial fix for #419: Moved normalize() and some other stuff to OSCARWilmer van der Gaast2008-06-22-25/+0
* | Move random_bytes() back to lib/Jelmer Vernooij2008-06-10-0/+67
* | Move unix-specific random_bytes() implementation to unix.c.Jelmer Vernooij2008-04-02-65/+0
|/
* Moved password hash verification to md5_verify_password() so this can beWilmer van der Gaast2008-03-16-0/+41
* Fixed two valgrind warnings (partially uninitialized "struct tm" vars.)Wilmer van der Gaast2008-01-24-0/+2
* Killed info_string_append() and now showing the IP address of ICQ usersWilmer van der Gaast2008-01-12-6/+0
* Fixed sockerr_again() usage in Jabber module to (hopefully) fix a 100% CPUWilmer van der Gaast2007-12-12-0/+10
* Merging from Jelmer.Wilmer van der Gaast2007-11-05-2/+0
|\
| * Use standard functions for dealing with both IPv6 and IPv4. Jelmer Vernooij2007-10-18-40/+0
|/
* Added word_wrap() function to misc.c and using it at the right places soWilmer van der Gaast2007-10-12-0/+48
* Added SRV lookups to automatically find out the correct server for aWilmer van der Gaast2006-10-07-0/+57
* add_cr() is not used anymore, and HTML entity handling got UTFized some timeWilmer van der Gaast2006-09-17-34/+2
* Added "account set" command.Wilmer van der Gaast2006-07-01-0/+34
* Added random_bytes() function for better/more reliable randomization andWilmer van der Gaast2006-06-28-14/+64
* Moved Base64-related functions to a separate file and added decode funtions.Wilmer van der Gaast2006-06-25-44/+0
* Moving all generic files to lib/ instead of having some in / and some inWilmer van der Gaast2006-06-25-0/+481