summaryrefslogtreecommitdiff
path: root/src/fe-common
AgeCommit message (Expand)Author
2002-05-01Removed the "GLib" text from glib_error format, to stop people thinking theyTimo Sirainen
2002-04-30/notice *, /ctcp * and /nctcp * crashed if there wasn't active window item.Timo Sirainen
2002-04-30keep the window items sorted in window->items list, based on when they wereTimo Sirainen
2002-04-29make sure nick changes in query don't print warning if query->address isTimo Sirainen
2002-04-28added host param to your_nick_changed format tooTimo Sirainen
2002-04-28mode change printing fixes, forgot to commit :)Timo Sirainen
2002-04-27add temporary window bind if connection is lost with dcc chat.Timo Sirainen
2002-04-27/layout save saves !channels using the short name now, so they work properlyTimo Sirainen
2002-04-27/EXEC -quiet now hides the output entirely.Timo Sirainen
2002-04-27/BIND list changes: added header/footer, added %#, bind_key -> bind_listTimo Sirainen
2002-04-26removed handling of "you're not chanop" event so that the default handlerTimo Sirainen
2002-04-26%# now toggles monospace font on/off. fe-text doesn't care about it, butTimo Sirainen
2002-04-26/WINDOW GOTO channel|query didn't work if their server was different fromTimo Sirainen
2002-04-25some nick change events didn't print the address parameter.Timo Sirainen
2002-04-24added host parameter to /format nick_changed, own_nick_changed andTimo Sirainen
2002-04-22"message mode" -> "message irc mode", also added in signals.txtTimo Sirainen
2002-04-21struct naming changesTimo Sirainen
2002-04-19signal leak fixTimo Sirainen
2002-04-17/QUERY existing_nick now switches to the window where it exists, instead ofTimo Sirainen
2002-04-17"gui print text" signal changed, last parameter is now TEXT_DEST_REC, notTimo Sirainen
2002-04-17/WINDOW ITEM GOTO now accepts a number too, to jump to nth window item.Timo Sirainen
2002-04-15signal leak fixTimo Sirainen
2002-04-15fixed several signal leaksTimo Sirainen
2002-04-15GLib errors printed to stderr didn't contain \nTimo Sirainen
2002-04-14/EXEC -interactive : only numbered /execs should have the % prefix.Timo Sirainen
2002-04-14/WINDOW NAME now ignores if you're setting same name to it withoutTimo Sirainen
2002-04-13If some keycombo can't be expanded, add it to state list as-is so it can useTimo Sirainen
2002-04-12Wrong casting with glib2 fix - GSearchFunc, not GCompareFunc :)Timo Sirainen
2002-04-12address parameter was missing from /FORMAT invite, nick_changed, kick andTimo Sirainen
2002-04-12/EXEC -out now sends /msg -nick | -channel so it works properly with silcTimo Sirainen
2002-04-12window_change_server() : don't change server if it's being disconnected.Timo Sirainen
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