summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Expand)Author
2000-08-26Some fixes to handling +l and +k mode.Timo Sirainen
2000-08-25Don't allow sending data to dcc chats if connection isn't finished yet.Timo Sirainen
2000-08-24masks_match() was buggyTimo Sirainen
2000-08-23fixTimo Sirainen
2000-08-22HAS_MODE_ARG() wasn't updated here yet..Timo Sirainen
2000-08-20Channel mode handling changed - there's no more mode_xxx fields inTimo Sirainen
2000-08-19If nick argument isn't given to /OPER, your current nick will be used.Timo Sirainen
2000-08-16plugin -> moduleTimo Sirainen
2000-08-15/MSG -servertag crashed irssi.Timo Sirainen
2000-08-15Some changes handling g_input_add() - maybe this helps to problemsTimo Sirainen
2000-08-14Some server reconnection fixes. Reconnect now allows you to haveTimo Sirainen
2000-08-14/SET wall_format updated, it sent only first word of the wall messageTimo Sirainen
2000-08-12WJOIN -> /JOIN -windowTimo Sirainen
2000-08-10/connect ircnet doesn't fail anymore if there's no ircnet servers inTimo Sirainen
2000-08-10/channel add -bots: You can now use @ or + before the nick mask toTimo Sirainen
2000-07-31Moved lastmsgs variables from irc-server and channel structures toTimo Sirainen
2000-07-31Check that we're not already joined the channel when receiving JOINTimo Sirainen
2000-07-31FixesTimo Sirainen
2000-07-31Never fallback to alternate_nick if nick is set in ircnet settings.Timo Sirainen
2000-07-30Moved some IRC specific server stuff to generic server stuff.Timo Sirainen
2000-07-30Bugfixes for non-irc server handling.Timo Sirainen
2000-07-29/OP, /DEOP, /VOICE and /DEVOICE without any parameters didn't work rightTimo Sirainen
2000-07-27/CHANNEL ADD -botcmd without -bots crashed irssi.Timo Sirainen
2000-07-24Channels and ircnets got lost after /RELOAD and /SAVETimo Sirainen
2000-07-23Don't try to free ircnet if it's NULL.Timo Sirainen
2000-07-23Added syntaxes of all commands in comments, they're going to be used toTimo Sirainen
2000-07-23Implemented /IGNORE -time <seconds>, patch by fuchs.Timo Sirainen
2000-07-23Awaylog didn't work right if you did /AWAY multiple times.Timo Sirainen
2000-07-23A few extra checks.Timo Sirainen
2000-07-23Connecting to IPv6 IRC server with IP address didn't work because theTimo Sirainen
2000-07-23Use net-sendbuffer with DCC chat.Timo Sirainen
2000-07-23/NOTIFY -idle fixes.Timo Sirainen
2000-07-20The channel key given in /JOIN should override the one given in setup.Timo Sirainen
2000-07-16Cleaned up code.Timo Sirainen
2000-07-16Was left out from the sendbuffer commit..Timo Sirainen
2000-07-16Implemented network transmit buffer. If all data couldn't be sentTimo Sirainen
2000-07-15/SERVER <ircnet> used always port 6667 when connecting.Timo Sirainen
2000-07-15A few checks to check that we really are dealing with IRC servers.Timo Sirainen
2000-07-15Fixed DCC stuff. Added DCCMSGS level for DCC chat messages.Timo Sirainen
2000-07-11Another /IGNORE -replies fixTimo Sirainen
2000-07-10/IGNORE -replies fixesTimo Sirainen
2000-07-10Enabled lots of GCC warnings, fixed those that were easy to fix.Timo Sirainen
2000-07-09Don't check CTCP replies for autoignoring. /RELOAD printed someTimo Sirainen
2000-07-04Changed /TOPIC -d to be /TOPIC -delete instead, the automatic optionTimo Sirainen
2000-07-04User mode wasn't set right after server reconnection if server didn'tTimo Sirainen
2000-07-04If there was any spaces after /DCC CHAT nick (like after used nickTimo Sirainen
2000-07-04Removed system version from default CTCP reply.Timo Sirainen
2000-07-02Server reconnection was a bit buggy - it didn't have to wait for the 5Timo Sirainen
2000-07-02If you're pasting text to channel and some of it starts with /, IrssiTimo Sirainen
2000-07-02Minor memleak fixed.Timo Sirainen