summaryrefslogtreecommitdiff
path: root/src/core/misc.c
AgeCommit message (Expand)Author
2017-07-05Merge branch 'fix-10' into 'security'Nei
2017-07-03Merge pull request #653 from ailin-nemui/regexexailin-nemui
2017-06-29Check return value of localtimeNei
2017-06-17parse_time_interval: Allow negative time in settingsdequis
2017-06-04Refactor regex and implement UTF8 mode for GRegexailin-nemui
2017-05-18Add parse_uint function to improve integer overflow handlingdequis
2017-03-08expand_escape: expand double backslash as a backslashdequis
2017-03-06Revert "Quote the filename when dcc requests are auto accepted."ailin-nemui
2017-02-22Handle file names with quotes.LemonBoy
2017-01-03switch for gregex and regex.hAilin Nemui
2017-01-02Use GLib's regexp interface (backed by PCRE)LemonBoy
2016-10-22Add function to convert a buffer to a colon-delimited hex string.Alexander Færøy
2016-06-05Factor out some redundant code and remove hashtable_get_keysLemonBoy
2016-06-05str_to_uofft is a tiny wrapper over strtoul{,l}LemonBoy
2016-06-05Update the g_istr_hash function to use the djb hashLemonBoy
2016-06-05Remove unused regexp_matchLemonBoy
2016-06-05Replace strarray_length with g_strv_lengthLemonBoy
2016-06-05Replace strocpy with g_strlcpyLemonBoy
2016-06-05Replace mkpath with g_mkdir_with_parentsLemonBoy
2016-03-14Return -1 from null-test to comply with the rest of strarray_findJari Matilainen
2015-12-09Remove all WIN32 ifdefs (unifdef -UWIN32)dequis
2015-11-09strsplit_len: make it look more like the original versiondequis
2015-11-09strsplit_len: use strlen() directly instead of a remaining_len variabledequis
2015-10-23Fix invalid reads in strsplit_len when splitting on spacesdequis
2015-09-02Fix two minor issues outlined in the PR#222LemonBoy
2015-05-05Implement support for IRCv3.1 CAP negotiationLemonBoy
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2014-10-19Try to split long lines on spacesSebastian Thorarensen
2014-07-07Fix Clang warningsAlexander Færøy
2014-07-06Fix minor coding style issues in message splittingSebastian Thorarensen
2014-07-06Properly split long IRC messagesSebastian Thorarensen
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2010-11-17Do not go beyond the end of the string when processing an octal escape.Jilles Tjoelker
2010-04-03deprecated glib strup/down fixes from exg.Alexander Færøy
2009-04-03Make the time duration parser stricter.Jilles Tjoelker
2008-04-25Refactor code to create a watcher for an fd into a function.Emanuele Giaquinta
2008-03-29Remove unneeded includes.Emanuele Giaquinta
2008-03-28Make strstr_full_case internal.Emanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2008-03-03Rename some variables.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2005-09-10Make parse_time_interval recognize negative times. Patch by Danijel Tasov and...Wouter Coekaerts
2004-11-04Fixed bug with time settings where hours actually returned 60*hoursValentin Batz
2004-03-23added strocpy()Timo Sirainen
2003-11-16parse_time_interval: x days were actually returned as hours. weeks wereTimo Sirainen
2003-11-16Time parsing: allow omitting time unit without warning for backwardsTimo Sirainen
2003-01-31Removed execute(), not used.Timo Sirainen
2003-01-08parse_time_interval() fallbacked to milliseconds, not seconds. some codeTimo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen