aboutsummaryrefslogtreecommitdiffstats
path: root/lib/misc.h
Commit message (Expand)AuthorAgeLines
* Move canohost functions (diff licence) to separate file.Wilmer van der Gaast2017-04-06-3/+0
* Remove ip6_*wrap() functions which are no longer needed.Wilmer van der Gaast2017-04-06-3/+0
* Add reverse_lookup() function which does a more proper (verified) DNSWilmer van der Gaast2017-04-06-0/+4
* misc: Add str_pad_and_truncate() helper functiondequis2016-10-17-0/+1
* misc.c: Add a str_reject_chars function, use it in otr_filter_colorsdequis2015-11-27-0/+1
* Move twitter_parse_id() to parse_int64() in misc.cdequis2015-05-30-0/+1
* Reindent everything to K&R style with tabsIndent2015-02-20-43/+41
* Fix UTF8 nick truncation issuesdequis2015-01-16-0/+1
* Fix incorrect Free Software Foundation addressMatej Cepl2015-01-16-2/+2
* srv_lookup: Portability fixes, handle compressed responsesjcopenha2014-07-24-0/+81
* Add limit param to split_command_parts(), fix twitter quotes bugdequis2014-07-24-1/+1
* I'm still bored on a long flight. Wrote a script to automatically updateWilmer van der Gaast2013-02-21-1/+1
* Solve a whole bunch of Twitter module crashes: Twitter responses seem toWilmer van der Gaast2012-09-22-1/+1
* Moving msn_findheader() to lib/misc.c as get_rfc822_header() so I can use itWilmer van der Gaast2011-12-19-3/+1
* When doing SRV lookups, return an array with all RRs instead of just theWilmer van der Gaast2010-08-10-1/+2
* Merging loads of stuff from mainline.Wilmer van der Gaast2010-04-14-0/+1
|\
| * Added a mktime_utc() to misc.c using code that used to be in jabber_util.c.Wilmer van der Gaast2010-04-08-0/+1
* | Start handling CTCPs, in a saner way than before.Wilmer van der Gaast2010-04-12-0/+2
|/
* Some const/etc cleanups submitted by domen@coderock.org back in bug #431.Wilmer van der Gaast2010-03-14-1/+1
* Partial fix for #419: Moved normalize() and some other stuff to OSCARWilmer van der Gaast2008-06-22-1/+0
* Moved password hash verification to md5_verify_password() so this can beWilmer van der Gaast2008-03-16-0/+2
* Killed info_string_append() and now showing the IP address of ICQ usersWilmer van der Gaast2008-01-12-1/+0
* Fixed sockerr_again() usage in Jabber module to (hopefully) fix a 100% CPUWilmer van der Gaast2007-12-12-0/+2
* Added word_wrap() function to misc.c and using it at the right places soWilmer van der Gaast2007-10-12-0/+2
* Added SRV lookups to automatically find out the correct server for aWilmer van der Gaast2006-10-07-0/+10
* Added "account set" command.Wilmer van der Gaast2006-07-01-0/+3
* Added random_bytes() function for better/more reliable randomization andWilmer van der Gaast2006-06-28-3/+7
* Moved Base64-related functions to a separate file and added decode funtions.Wilmer van der Gaast2006-06-25-2/+0
* Moving all generic files to lib/ instead of having some in / and some inWilmer van der Gaast2006-06-25-0/+51