Age | Commit message (Expand) | Author |
2000-08-10 | /channel add -bots: You can now use @ or + before the nick mask to | Timo Sirainen |
2000-07-31 | Moved lastmsgs variables from irc-server and channel structures to | Timo Sirainen |
2000-07-31 | Check that we're not already joined the channel when receiving JOIN | Timo Sirainen |
2000-07-31 | Fixes | Timo Sirainen |
2000-07-31 | Never fallback to alternate_nick if nick is set in ircnet settings. | Timo Sirainen |
2000-07-30 | Moved some IRC specific server stuff to generic server stuff. | Timo Sirainen |
2000-07-30 | Bugfixes for non-irc server handling. | Timo Sirainen |
2000-07-29 | /OP, /DEOP, /VOICE and /DEVOICE without any parameters didn't work right | Timo Sirainen |
2000-07-27 | /CHANNEL ADD -botcmd without -bots crashed irssi. | Timo Sirainen |
2000-07-24 | Channels and ircnets got lost after /RELOAD and /SAVE | Timo Sirainen |
2000-07-23 | Don't try to free ircnet if it's NULL. | Timo Sirainen |
2000-07-23 | Added syntaxes of all commands in comments, they're going to be used to | Timo Sirainen |
2000-07-23 | Implemented /IGNORE -time <seconds>, patch by fuchs. | Timo Sirainen |
2000-07-23 | Awaylog didn't work right if you did /AWAY multiple times. | Timo Sirainen |
2000-07-23 | Connecting to IPv6 IRC server with IP address didn't work because the | Timo Sirainen |
2000-07-20 | The channel key given in /JOIN should override the one given in setup. | Timo Sirainen |
2000-07-16 | Cleaned up code. | Timo Sirainen |
2000-07-16 | Was left out from the sendbuffer commit.. | Timo Sirainen |
2000-07-16 | Implemented network transmit buffer. If all data couldn't be sent | Timo Sirainen |
2000-07-15 | /SERVER <ircnet> used always port 6667 when connecting. | Timo Sirainen |
2000-07-15 | A few checks to check that we really are dealing with IRC servers. | Timo Sirainen |
2000-07-11 | Another /IGNORE -replies fix | Timo Sirainen |
2000-07-10 | /IGNORE -replies fixes | Timo Sirainen |
2000-07-04 | Changed /TOPIC -d to be /TOPIC -delete instead, the automatic option | Timo Sirainen |
2000-07-04 | User mode wasn't set right after server reconnection if server didn't | Timo Sirainen |
2000-07-04 | Removed system version from default CTCP reply. | Timo Sirainen |
2000-07-02 | Server reconnection was a bit buggy - it didn't have to wait for the 5 | Timo Sirainen |
2000-07-02 | If you're pasting text to channel and some of it starts with /, Irssi | Timo Sirainen |
2000-07-02 | Minor memleak fixed. | Timo Sirainen |
2000-07-02 | When netsplit is over, irssi prints "Netsplit over, joins: (nicks)" and | Timo Sirainen |
2000-06-30 | WI_ITEM_REC was modified, but CHANNEL_REC, etc. wasn't. BIG mistake. | Timo Sirainen |
2000-06-30 | When doing "/OP nick1 nick2" (two spaces), irssi tried to op "" nick too. | Timo Sirainen |
2000-06-28 | You can send message to different server with /MSG -<server tag> nick... | Timo Sirainen |
2000-06-28 | Automatic command completion and a few other fixes. | Timo Sirainen |
2000-06-25 | Created signal_get_uniq_id() macro. Added some documentation about | Timo Sirainen |
2000-06-20 | /command -option fixes | Timo Sirainen |
2000-06-20 | /topic's cmd_get_params() had wrong parameter count.. | Timo Sirainen |
2000-06-20 | cmd_get_params() calls had wrong parameter counts. | Timo Sirainen |
2000-06-18 | Don't use cmd_get_params() to split the two hosts, it's a lot easier to | Timo Sirainen |
2000-06-18 | Changed option handling in /commands. Irssi will now complain about | Timo Sirainen |
2000-06-17 | Added /SET reuse_unused_windows setting, default is OFF | Timo Sirainen |
2000-06-15 | You can specify command(s) to be sent automatically to server after | Timo Sirainen |
2000-06-15 | If join to !channel wasn't successfull (banned, etc.), Irssi didn't remove | Timo Sirainen |
2000-06-14 | Don't show "End of WHOWAS" if none of the nicks were found. | Timo Sirainen |
2000-06-14 | Fixed some flood detection, ignoring and autoignoring bugs. | Timo Sirainen |
2000-06-14 | Read new server specific settings when reconnecting to new server. | Timo Sirainen |
2000-06-12 | Max. mode parameter count was taken from wrong place. | Timo Sirainen |
2000-06-12 | CTCP msgs/replies stops the "event privmsg" or "event notice" signals now | Timo Sirainen |
2000-06-11 | If you're not allowed to connect to server (K-lined, no I-line), Irssi | Timo Sirainen |
2000-06-10 | /WHOIS automatically sends a /WHOWAS query if nick wasn't in IRC. | Timo Sirainen |