summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-04-18/SET dcc_send_replace_space_with_underscore - patch by nix@suhs.nuTimo Sirainen
2002-04-18sig_gui_print_text: don't crash if dest is NULL.Timo Sirainen
2002-04-17/QUERY existing_nick now switches to the window where it exists, instead ofTimo Sirainen
2002-04-17when queried nick changes, "window item name changed" signal is sent too.Timo 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-16fixTimo Sirainen
2002-04-16fixes for new signaling code.Timo Sirainen
2002-04-15signal leak fixTimo Sirainen
2002-04-15display the refcount properly when complaining that signal is stillTimo Sirainen
2002-04-15fixed several signal leaksTimo Sirainen
2002-04-15Rewritten signal handling code - it wasn't supposed to come before 0.9 irssiTimo 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-11/SET dcc_autoget_max_size default changed to 0 (disabled) - it's prettyTimo 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-04-09Irssi::timeout_add() - don't allow smaller values than 10Timo Sirainen
2002-04-05workaround for some server that doesn't reply anything to pings.Timo Sirainen
2002-04-03if /CONNECT -! ircnet couldn't connect to first server, next was tried butTimo Sirainen
2002-04-01print() fixTimo Sirainen
2002-03-31Listen for DCC connections in all interfacesTimo Sirainen
2002-03-31Don't set channel->server = NULL when disconnecting, so scripts can stillTimo Sirainen
2002-03-31with 10 char usernames, ban "*234567890" instead of "*12345678*"Timo Sirainen
2002-03-24bugfixTimo Sirainen
2002-03-24Added "nothing" action to /BIND.Timo Sirainen
2002-03-24Perl's print and printf calls now write the text to irssi's window. YouTimo Sirainen
2002-03-24Input lines are now never destroyed and they're associated to statusbarTimo Sirainen
2002-03-24destruct level isn't touched anymore, it crashes irssi with a few people..Timo Sirainen
2002-03-23$topic shouldn't crash if query doesn't have a valid address set yet.Timo Sirainen
2002-03-22Add server tag as well to topicbar with queriesTimo Sirainen
2002-03-19/CLEAR <refnum> now clears specified window.Timo Sirainen
2002-03-19Sort /HELP output better when using multiple categories. Patch by c0ffee.Timo Sirainen
2002-03-17Allow /OP, etc. commands for server operators as well. They may not workTimo Sirainen
2002-03-17If autojoining to !channel failed because it didn't exist, create it byTimo Sirainen
2002-03-17fallback to rename() if link() isn't supported on the filesystem, so peopleTimo Sirainen
2002-03-16term_deinit() should set SIGCONT back to default, so if it's sent after thatTimo Sirainen
2002-03-16$1 can now be used as server tag in /SET autolog_path. This is useful whenTimo Sirainen
2002-03-16"make clean" now cleans all perl subdirs properly too.Timo Sirainen
2002-03-15/PART in SILC destroys the channel immediately, so we'll need to checkTimo Sirainen
2002-03-15Dropped the bot-plugin. It's not useful to anyone really.Timo 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