summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2000-06-01"ignore_sigquit" setting - when enabled, ignore SIGQUIT signals. ncursesTimo Sirainen
2000-06-01/server -add messed up everything when modifying existing servers.Timo Sirainen
2000-06-01Some strange servers replied to MODE #chan1,#chan2 with "Cannot join channelTimo Sirainen
2000-06-01crashed when reconnecting to server that didn't automatically setTimo Sirainen
2000-06-01/BAN * and /UNBAN * equals to /BAN * * or /UNBAN * *, so you don't have toTimo Sirainen
2000-06-01match_wildcards() didn't work right if data contained '*' characters andTimo Sirainen
2000-06-01Leaving from some channel didn't update status bar.Timo Sirainen
2000-06-01forgot these from /MOTD fix..Timo Sirainen
2000-06-01Manually asking /MOTD didn't work if we had skip_motd setting enabledTimo Sirainen
2000-06-01/topic -d [#channel] clears the topic.Timo Sirainen
2000-06-01/ignore -asd tried to print "unignored" text with NULL argument.Timo Sirainen
2000-06-01cmd_get_params() fixes:Timo Sirainen
2000-06-01/userhost command didn't work ("unknown command"), and sending it withTimo Sirainen
2000-05-30when nick is quitting only from one channel, don't print the channel's name.Timo Sirainen
2000-05-29Sending files through botnet works.Timo Sirainen
2000-05-29bugfixesTimo Sirainen
2000-05-29signal_stop_by_name() didn't workTimo Sirainen
2000-05-29--with-modules=xxx builds now specified extra modules to irssi binary.Timo Sirainen
2000-05-29User changes are sent to botnet. Botnet commands are automatically sentTimo Sirainen
2000-05-29msgs window was irc server specific - messages from other irc servers wereTimo Sirainen
2000-05-28text buffer fixesTimo Sirainen
2000-05-27Long lines sometimes had some colors displayed wrong.Timo Sirainen
2000-05-27Netsplit messages are now printed with QUITS message level.Timo Sirainen
2000-05-26fixed a crash (first cvs commit in home for 2 months :)Timo Sirainen
2000-05-25Didn't work, fixed.Timo Sirainen
2000-05-25Didn't compile with IPv6 support.Timo Sirainen
2000-05-25Print nicks who quit IRC in netsplit message. See netsplit section inTimo Sirainen
2000-05-25If we couldn't connect to any of our uplinks, wait for 5 minutes andTimo Sirainen
2000-05-25Unline glib.h tells, g_getenv() doesn't return newly allocated stringTimo Sirainen
2000-05-25If line didn't have a color change code at the beginning, it could haveTimo Sirainen
2000-05-25When connecting, USER's second (and third?) parameters sometimes areTimo Sirainen
2000-05-25If server's host name lookup fails, don't try to reconnect back to it.Timo Sirainen
2000-05-25irc/irc.c and fe-common/irc/irc-modules.c are generated by configureTimo Sirainen
2000-05-25"/ text" sends "text" to active channel.Timo Sirainen
2000-05-25With some systems Irssi didn't notice if connect() failed.Timo Sirainen
2000-05-25/set max_textbuffer_lines changed to /set scrollback_lines andTimo Sirainen
2000-05-25Added bot plugin, it also has almost-functional botnet.Timo Sirainen
2000-05-25now other than long nicks in NAMES list were displayed wrong. changed backTimo Sirainen
2000-05-25NAMES list crashed with long nicks .. hope it doesn't crash now somewhereTimo Sirainen
2000-05-19timestamp_timeout setting is integer, not booleanTimo Sirainen
2000-05-18Some logging fixes. Flood checking had a memory leak. Query had a smallTimo Sirainen
2000-05-17/mode #channel -k key now removes the "+k" mode too instead of just settingTimo Sirainen
2000-05-17/PART <message> displays the whole message now, not just the first wordTimo Sirainen
2000-05-15Also print the "CTCP TIME received" to screen :)Timo Sirainen
2000-05-15Irssi will reply to CTCP TIME request.Timo Sirainen
2000-05-15bugfixTimo Sirainen
2000-05-15bugfixTimo Sirainen
2000-05-15Lots of changes again. Biggest ones:Timo Sirainen
2000-05-12Display CTCP REPLY in a channel with a different text format than privateTimo Sirainen
2000-05-10iconfig's caching was a bit buggy - it didn't notice if some config node wasTimo Sirainen