Age | Commit message (Expand) | Author |
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 |
2000-06-10 | /JOIN -<server tag> #channel joins to channel in specified server. | Timo Sirainen |
2000-06-10 | /MODE +something or /MODE -something assumes that we want to change the | Timo Sirainen |
2000-06-09 | You can specify the format of the /WALL text with /SET wall_format, | Timo Sirainen |
2000-06-07 | /WHO and /WHO * should disply who list of the active channel. | Timo Sirainen |
2000-06-06 | bugfix | Timo Sirainen |
2000-06-04 | fixed two minor memleaks. irc/bot directory isn't now build if you specify | Timo Sirainen |
2000-06-04 | /IRCNET command. | Timo Sirainen |
2000-06-04 | completion_msgtoyou() -> irc_nick_match() | Timo Sirainen |
2000-06-04 | Lots of DCC related fixes. | Timo Sirainen |
2000-06-04 | Removed a warning. | Timo Sirainen |
2000-06-02 | /SET hostname didn't affect until restart. | Timo Sirainen |
2000-06-02 | /AWAY <away message> now sets yourself away in all IRC servers. | Timo Sirainen |
2000-06-02 | Awaylog is printed to screen when you set yourself unaway. | Timo Sirainen |
2000-06-02 | removed common-setup.h, put all settings in it to files where they belong to. | Timo Sirainen |
2000-06-01 | /server -add messed up everything when modifying existing servers. | Timo Sirainen |
2000-06-01 | Some strange servers replied to MODE #chan1,#chan2 with "Cannot join channel | Timo Sirainen |
2000-06-01 | crashed when reconnecting to server that didn't automatically set | Timo Sirainen |
2000-06-01 | /BAN * and /UNBAN * equals to /BAN * * or /UNBAN * *, so you don't have to | Timo Sirainen |