summaryrefslogtreecommitdiff
path: root/src/fe-common/core
AgeCommit message (Expand)Author
2001-05-06keyboard handling rewriteTimo Sirainen
2001-04-14related changes to textbuffer update..Timo Sirainen
2001-04-09']' missing from /SET syntaxTimo Sirainen
2001-03-28log->temp -> !log->temp .. closed non-autologs instead of autologs..Timo Sirainen
2001-03-26When closing autologs, don't crash if some other temporary log is open, likeTimo Sirainen
2001-03-24don't crash with themes without replaces block. don't crash with themes withTimo Sirainen
2001-03-21Parting channels and disconnecting from servers didn't close the autologs.Timo Sirainen
2001-03-17/HILIGHT -full didn't work, and -word was treated as -word + -full. UpdatedTimo Sirainen
2001-03-17fixed small hilight memory leakTimo Sirainen
2001-03-17%F = blinking on/off. several fixes to make blinking work better. someTimo Sirainen
2001-03-17Hilighting updates. /HILIGHT -color, /SET hilight_color and /SETTimo Sirainen
2001-03-16Irssi now asks if you want to remove unknown settings from configurationTimo Sirainen
2001-03-15/WINDOW CLOSE [<first> [<last>] - you can close multiple windows once now.Timo Sirainen
2001-03-15^O reset only colors, not underlines etc.Timo Sirainen
2001-03-15Beginnings of configurable statusbar. The existing items can be configuredTimo Sirainen
2001-03-12%n+bg color change doesn't anymore set foreground black. changed theme'sTimo Sirainen
2001-03-12added format_real_length()Timo Sirainen
2001-03-08Command history: allow "next history" to jump back to last msg inTimo Sirainen
2001-03-04added server_change_nick() function for servers.[ch]. Lots of fixes forTimo Sirainen
2001-03-04/SET names_max_width - buffer overflowed if it was too small..Timo Sirainen
2001-03-04/NAMES didn't stop the signal properly so /NAMES list was printed twiceTimo Sirainen
2001-03-04IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory andTimo Sirainen
2001-03-04/NAMES: -ops -halfops -voices -normal options added. /NAMES withoutTimo Sirainen
2001-03-03fe-common/irc/flood removed. Some autoignore / ignore -time updates.Timo Sirainen
2001-03-03When /SET autoclose_windows is ON, don't destroy windows if they haveTimo Sirainen
2001-03-03I knew removing those checks from "channel created" and "query created"Timo Sirainen
2001-03-03/JOIN #channel and /QUERY nick won't anymore automatically moveTimo Sirainen
2001-03-03Always save theme to ~/.irssi/ no matter where it was read from.Timo Sirainen
2001-03-03window_set_active() doesn't anymore send "window changed" signal ifTimo Sirainen
2001-03-03ignore_get_key() moved to fe-common, fixed printing "*" ignore key.Timo Sirainen
2001-03-03"channel created", "query created" .. don't abort adding window itemTimo Sirainen
2001-03-03HILIGHT level didn't work with logs.Timo Sirainen
2001-03-03/SET beep_when_window_active + some cleanupsTimo Sirainen
2001-03-03Removed all beep handling from text printing. If you want to beep justTimo Sirainen
2001-03-03/SET -clear didn't work with booleansTimo Sirainen
2001-02-27/WINDOW PREV -> /WINDOW PREVIOUSTimo Sirainen
2001-02-22/HELP can now display help of non-commands if the file just exists inTimo Sirainen
2001-02-22Word highlighting was buggyTimo Sirainen
2001-02-22strip_real_length(): initialize last_color_pos and last_color_len toTimo Sirainen
2001-02-22Autoignore fixes by fuchs (not tested, hope it works ;)Timo Sirainen
2001-02-22Make a temporary window bind if you get kicked from channel. NeverTimo Sirainen
2001-02-21/SAVEWINDOWS -> /LAYOUT SAVE. Added /LAYOUT RESET. Initialize GLib logTimo Sirainen
2001-02-21/FOREACH server|channel|query|window <command>Timo Sirainen
2001-02-21added format_get_length() for getting length of text part in a formatTimo Sirainen
2001-02-20/SET resolve_prefer_ipv6 - should we prefer IPv6 or IPv4 addresses inTimo Sirainen
2001-02-20Errors reading/writing config and theme files are now handled properlyTimo Sirainen
2001-02-20Reload theme after /SET theme if it was modified.Timo Sirainen
2001-02-20multi identical nick fixesTimo Sirainen
2001-02-19/SERVER: if there's no servers, print "Not connected to any servers"Timo Sirainen
2001-02-19/TOGGLE without parameters now complains not having enough parameters..Timo Sirainen