Age | Commit message (Expand) | Author |
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 |
2000-06-01 | forgot these from /MOTD fix.. | Timo Sirainen |
2000-06-01 | /topic -d [#channel] clears the topic. | Timo Sirainen |
2000-06-01 | /userhost command didn't work ("unknown command"), and sending it with | Timo Sirainen |
2000-05-26 | fixed a crash (first cvs commit in home for 2 months :) | Timo Sirainen |
2000-05-25 | Print nicks who quit IRC in netsplit message. See netsplit section in | Timo Sirainen |
2000-05-25 | Unline glib.h tells, g_getenv() doesn't return newly allocated string | Timo Sirainen |
2000-05-25 | When connecting, USER's second (and third?) parameters sometimes are | Timo Sirainen |
2000-05-25 | Added bot plugin, it also has almost-functional botnet. | Timo Sirainen |
2000-05-18 | Some logging fixes. Flood checking had a memory leak. Query had a small | Timo Sirainen |
2000-05-17 | /mode #channel -k key now removes the "+k" mode too instead of just setting | Timo Sirainen |
2000-05-17 | /PART <message> displays the whole message now, not just the first word | Timo Sirainen |