summaryrefslogtreecommitdiff
path: root/src/fe-common
AgeCommit message (Expand)Author
2001-05-22nick completion: don't add the same nick to completion list twice.Timo Sirainen
2001-05-22nonstrict completion bugfixes, my mistakes :)Timo Sirainen
2001-05-22/SET completion_strict OFF - specifies if the tab nick completion shouldTimo Sirainen
2001-05-17Getting rid of gettext, moved some _(..) texts to themes and left some errorTimo Sirainen
2001-05-17Small speedup when pressing unbound keys.Timo Sirainen
2001-05-14/IGNORE: -word -> -full, like it's with /HILIGHT.Timo Sirainen
2001-05-14/LOAD notifies that dynamic modules aren't supported instead of being quietTimo Sirainen
2001-05-11Don't crash if config file had keyboard = { .. } in itTimo Sirainen
2001-05-11netjoins should display the @, + etc. before the nick again.Timo Sirainen
2001-05-11more config file handling fixesTimo Sirainen
2001-05-11fixed config file handlingTimo Sirainen
2001-05-11CHANNEL_REC->get_join_data() - Returns the information needed to callTimo Sirainen
2001-05-11Don't place any window items to windows which have name. Window levelTimo Sirainen
2001-05-11/LOG OPEN: it was checking /JOIN's options and printed errors if any /LOGTimo Sirainen
2001-05-11/NAMES needs only one argument, fixes "/NAMES -ops #a " where irssi thoughtTimo Sirainen
2001-05-11/IGNORE now defaults to ALL levelTimo Sirainen
2001-05-11added "dcc request send" signal - irssi now prints "DCC CHAT/SEND requestTimo Sirainen
2001-05-11"dcc error file not found" -> "dcc error file open". Print the actual errorTimo Sirainen
2001-05-11always round up the kB value so we won't have 0kB file sizes..Timo Sirainen
2001-05-10/SET hide_server_tagsTimo Sirainen
2001-05-08some fixes, saving is still brokenTimo Sirainen
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-20Send notify out messages with HILIGHT level too.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-16emphasis works with actions nowTimo 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-08/DCC CLOSE CHAT <unknown> signal: we were checking for "GET" here, notTimo 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-03not needed anymore.Timo Sirainen
2001-03-03When /SET autoclose_windows is ON, don't destroy windows if they haveTimo Sirainen