summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-02-03DCC RESUME, DCC ACCEPT: we might have crashed with invalid parameters.Timo Sirainen
2001-02-02Nicklist updates so that protocol specific xxx_NICK_REC can be usedTimo Sirainen
2001-02-02get_max_column_count(), columns_sort_list(): fixed to work properlyTimo Sirainen
2001-01-31Print own mode changes immediately to screen without the 2sec wait.Timo Sirainen
2001-01-31Print the color hilight with two digits so it won't accidentally use theTimo Sirainen
2001-01-31/SB STATUS: for debugging mostly, displays number of lines and used kBsTimo Sirainen
2001-01-31Ugly quick hack to make act: never disappear but print as much activityTimo Sirainen
2001-01-29/nctcp crashedTimo Sirainen
2001-01-28/SET activity_hide_targets now hides them even if level is MSGS. OnlyTimo Sirainen
2001-01-28/SET hilight_levels -> hilight_levelTimo Sirainen
2001-01-28Ignores without nick masks didn't workTimo Sirainen
2001-01-28Ignore didn't check properly nick masks that contained only nickTimo 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-28bugfixTimo Sirainen
2001-01-28DCC updatedTimo Sirainen
2001-01-28/HELP, /NAMES: using now the column helper function in misc.c. /NAMESTimo Sirainen
2001-01-28WINDOW_REC: added width and height variablesTimo Sirainen
2001-01-28get_max_column_count(), columns_sort_list(): helper functions forTimo Sirainen
2001-01-28backwards compatibility fix: when changing ircnet -> chatnet, theTimo Sirainen
2001-01-28Removed own_wall msg format, using now the same as @#channel messages.Timo Sirainen
2001-01-28Emphasis are now expanded with own public/private messages. Added someTimo Sirainen
2001-01-28/SB END: Don't do anything when already at the bottom (it was broken ifTimo Sirainen
2001-01-28Ignoring updates. Added support for nickmatch cache. One ignore can'tTimo Sirainen
2001-01-28Print notify joins, unaways and unidles with HILIGHT level.Timo Sirainen
2001-01-28/SET timestamp_format now specifies format of $Z. timestamp msg formatTimo Sirainen
2001-01-28Added TXT_WINDOW_LEVEL, changed most of the /WINDOW commands to printTimo Sirainen
2001-01-28%N does now same as %n, except in .theme files it always does theTimo Sirainen
2001-01-28/SET beep_on_msg -> /SET beep_msg_levelTimo Sirainen
2001-01-28/SET beep_on_msg -> beep_msg_levelTimo Sirainen
2001-01-28Netjoin mode printing: handle +v and +h like +o was handled (joins:Timo Sirainen
2001-01-28Spaces at the start of line confused the completion some.Timo Sirainen
2001-01-28nicklist_find() now finds only full nicks, nicklist_find_mask() findsTimo Sirainen
2001-01-26nickmatch-cache wasn't initialized if there wasn't hilights = { ... }Timo Sirainen
2001-01-22Removed MSGS from hilight_level, not very useful IMHOTimo Sirainen
2001-01-22strip_real_length() : bolds, underlines, etc. one character stylingTimo Sirainen
2001-01-21Highlighting updates. -word renamed to -full. Added new -word optionTimo Sirainen
2001-01-21Nickmatch cache. A couple of helper functions to check if channel nicksTimo Sirainen
2001-01-21nickliset_set_host() for setting host, sends signal "nicklist host changed".Timo Sirainen
2001-01-18mainwindows_recreate() should be declared alwaysTimo Sirainen
2001-01-18DCC cleanups - half rewrite. New features: file names with spaces workTimo Sirainen
2001-01-18net_getservbyport() - Get name of TCP serviceTimo Sirainen
2001-01-18Minor speedup, return immediately if masks == ""Timo Sirainen
2001-01-18signal_emit() - one parameter after last one wasn't NULL but was takenTimo Sirainen
2001-01-18memmove() -> g_memmove()Timo Sirainen
2001-01-17/WHOIS without parameters in query does now same as /WII <queried nick>Timo Sirainen
2001-01-16added channel parameter to quit/nick messagesTimo Sirainen
2001-01-16nickmatch-cache.[ch] wasn't supposed to be included yet..Timo Sirainen
2001-01-16Check if libtool creates libraries in .libs dir. Check if -lgmoduleTimo Sirainen
2001-01-15Fixed some signedness warnings and memdebug.h should compile now fineTimo Sirainen