summaryrefslogtreecommitdiff
path: root/src/core/misc.c
AgeCommit message (Expand)Author
2001-08-08Added function expand_escapes() which handles now escaping /EVAL and inputTimo Sirainen
2001-06-11get_max_column_count() didn't work properly if items had wider items thanTimo Sirainen
2001-05-21get_max_column_count() didn't return correct value in save_column_widthsTimo Sirainen
2001-03-03Make sure there's always at least one column even if there's itemsTimo 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-02-02get_max_column_count(), columns_sort_list(): fixed to work properlyTimo Sirainen
2001-01-28get_max_column_count() didn't work properly when there was only one itemTimo Sirainen
2001-01-28get_max_column_count(): we didn't handle correctly a situation whereTimo Sirainen
2001-01-28get_max_column_count(), columns_sort_list(): helper functions forTimo Sirainen
2001-01-14Added my_asctime()Timo Sirainen
2000-12-04Use GIOChannel instead of sockets directly. Helps porting to win32 :)Timo Sirainen
2000-11-30added g_timeval_cmp()Timo Sirainen
2000-11-30stristr() and stristr_full() didn't work correctly with empty needleTimo Sirainen
2000-11-25mkpath() crashed with paths that didn't start with /Timo Sirainen
2000-11-23s/enum GInputCondition/int/ - enums aren't supposed to orred together iTimo Sirainen
2000-11-23several fixes to make irssi compile without warnings with MIPSproTimo Sirainen
2000-11-07Updated stristr() and stristr_full() to be a bit faster.Timo Sirainen
2000-10-26Some fixes for compiling with Win32 :)Timo Sirainen
2000-10-13match_wildcards() failed if there was * at the end of the mask butTimo Sirainen
2000-10-01Keyboard should never get stuck again when receiving huge amounts ofTimo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-08-15Some changes handling g_input_add() - maybe this helps to problemsTimo Sirainen
2000-08-12mkpath() - behaves like mkdir -p. Autologging now uses it to createTimo Sirainen
2000-07-23is_numeric() returns now FALSE if it was given empty string.Timo Sirainen
2000-07-16Cleaned up code.Timo Sirainen
2000-07-10Enabled lots of GCC warnings, fixed those that were easy to fix.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-06-01match_wildcards() didn't work right if data contained '*' characters andTimo Sirainen
2000-05-25Added bot plugin, it also has almost-functional botnet.Timo Sirainen
2000-05-09- Compiling fixesTimo Sirainen
2000-04-26..adding new files..Timo Sirainen