summaryrefslogtreecommitdiff
path: root/src/fe-common
AgeCommit message (Expand)Author
2002-04-10Fixed one error and several warnings with GLIB 2.0Timo Sirainen
2002-04-09Removed the now useless "/window item move" help with /joinTimo Sirainen
2002-04-09/JOIN #existing_channel jumps to the window where it's joined.Timo Sirainen
2002-03-31Don't set channel->server = NULL when disconnecting, so scripts can stillTimo Sirainen
2002-03-24Added "nothing" action to /BIND.Timo Sirainen
2002-03-19Sort /HELP output better when using multiple categories. Patch by c0ffee.Timo Sirainen
2002-03-16$1 can now be used as server tag in /SET autolog_path. This is useful whenTimo Sirainen
2002-03-15/PART in SILC destroys the channel immediately, so we'll need to checkTimo Sirainen
2002-03-15updated not_good_idea textTimo Sirainen
2002-03-15/SERVER ADD -ircnet value wasn't strdup()ed so it might have done somethingTimo Sirainen
2002-03-14Don't crash when trying to print text when there's no windows yet. AlsoTimo Sirainen
2002-03-13"make dist" now doesn't add irc.c / irc-modules.cTimo Sirainen
2002-03-13when autochanging query's nick to be correct case, don't print theTimo Sirainen
2002-03-13ARGH! I hate this new behaviour of CVS not asking if I want to abortTimo Sirainen
2002-03-11default_color checks moved from fe-text to fe-common, so they work properlyTimo Sirainen
2002-03-10Added -4 | -6 to /SERVER ADD syntax.Timo Sirainen
2002-03-10/SERVER ADD -ircnet should add the network to config with the same case asTimo Sirainen
2002-03-10crashfixTimo Sirainen
2002-03-10Never ignore kick msg if you get kicked from channel.Timo Sirainen
2002-03-10Netjoins in +channels were printed as if users joined to "channel" and allTimo Sirainen
2002-03-10/CYCLE tried to do /PART twice.Timo Sirainen
2002-03-10/CAT prints files now with CLIENTCRAP + NEVER level, so timestamps aren'tTimo Sirainen
2002-03-10*** empty log message ***Timo Sirainen
2002-03-10/CYCLE reason didn't workTimo Sirainen
2002-03-10/SET autoclose_query - now only last received private message affects whenTimo Sirainen
2002-03-10Foreground ANSI colors weren't workingTimo Sirainen
2002-02-25/FORMAT tab completion went to infinite loop if there was more spaces thanTimo Sirainen
2002-02-22Window level matching code was a bit messy. Also, now the active window isTimo Sirainen
2002-02-22Highascii chars in replaces block in theme files could have crashed irssi.Timo Sirainen
2002-02-17Some events that contained target parameter weren't printed to correctTimo Sirainen
2002-02-17Another crashfixTimo Sirainen
2002-02-17"whops" :) ^D<char> as last chars in line made some screen corruption andTimo Sirainen
2002-02-17Don't crash if special vars line ends with '$'.Timo Sirainen
2002-02-16/ACTION supports -servertag now and tab completion works with it like withTimo Sirainen
2002-02-16/RELOAD didn't update the statusbar colors the first time. /SET theme neverTimo Sirainen
2002-02-15Allow still showing ping time even if client replied with only one pingTimo Sirainen
2002-02-15Added /SET window_check_level_first and /SET window_default_level. This allow...Timo Sirainen
2002-02-15window_activity() and window_item_activity() are now public. Added them toTimo Sirainen
2002-02-15Some /NAMES fixesTimo Sirainen
2002-02-13added user counts parameters to /NAMES header (not used by default), header/f...Timo Sirainen
2002-02-13Separated ctcp command/data in "message irc ctcp" signal and format. AddedTimo Sirainen
2002-02-13That msg completion nick thing broke some other completions in msgs window,Timo Sirainen
2002-02-13don't update window->last_line timestamp with MSGLEVEL_NEVER text, so >1dTimo Sirainen
2002-02-11stupid format string bugs. wasn't there long though :)Timo Sirainen
2002-02-11In msgs window, you can now complete anywhere /MSG completion nicks (eg.Timo Sirainen
2002-02-11-actcolor %n now means that the activity isn't changed.Timo Sirainen
2002-02-11"/WINDOW IMMORTAL" shows the mortal-state. Error messages are printed inTimo Sirainen
2002-02-10Correctly handle DCC GET write() failures.Timo Sirainen
2002-02-10theme_format_compress_colors() doesn't assume the default color as %nTimo Sirainen
2002-02-10Layout save support for immortality..Timo Sirainen