summaryrefslogtreecommitdiff
path: root/src/core/misc.h
AgeCommit message (Expand)Author
2018-01-24Deprecate gslist_remove_stringLemonBoy
2018-01-07Properly dispose the GSList chainsLemonBoy
2017-05-18Add parse_uint function to improve integer overflow handlingdequis
2017-03-06Revert "Quote the filename when dcc requests are auto accepted."ailin-nemui
2017-02-22Handle file names with quotes.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-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
2015-05-05Implement support for IRCv3.1 CAP negotiationLemonBoy
2014-10-19Try to split long lines on spacesSebastian Thorarensen
2014-07-06Properly split long IRC messagesSebastian Thorarensen
2010-04-03deprecated glib strup/down fixes from exg.Alexander Færøy
2008-04-25Refactor code to create a watcher for an fd into a function.Emanuele Giaquinta
2008-03-28Make strstr_full_case internal.Emanuele Giaquinta
2008-03-03Group together declarations for string functions.Emanuele Giaquinta
2008-03-03Rename some variables.Emanuele Giaquinta
2004-03-23added strocpy()Timo Sirainen
2003-01-31Removed execute(), not used.Timo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-12-28don't bother with inlining at all, it doesn't help that much and I'm notTimo Sirainen
2002-12-28fix compiler warningsTimo Sirainen
2002-11-21Irssi now uses 64bit file offets if it's only supported by system. Also didTimo Sirainen
2002-07-16'\' characters in nicks were skipped when sending messages in queries.Timo Sirainen
2001-08-08Added function expand_escapes() which handles now escaping /EVAL and inputTimo Sirainen
2001-05-17some comment changes, moved nearest_power() to misc.hTimo Sirainen
2001-03-03Added strstr_full() and strstr_full_case()Timo Sirainen
2001-02-10/SET names_max_columns, /SET names_max_width: Limit width of /NAMES list.Timo Sirainen
2001-01-28get_max_column_count(), columns_sort_list(): helper functions forTimo Sirainen
2001-01-14Added my_asctime()Timo Sirainen
2000-11-30added g_timeval_cmp()Timo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-08-12mkpath() - behaves like mkdir -p. Autologging now uses it to createTimo Sirainen
2000-07-16Cleaned up code.Timo Sirainen
2000-06-30If joined channel had some low-ascii (color codes), they were displayedTimo Sirainen
2000-06-18Changed option handling in /commands. Irssi will now complain aboutTimo Sirainen
2000-06-17Completion list is now sorted.Timo Sirainen
2000-04-26..adding new files..Timo Sirainen