Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Restore default_target setting, kill last_root_cmd variable and just use | Wilmer van der Gaast | 2010-07-29 | -17/+15 |
| | | | | | the last_channel variable, like for any other user. | |||
* | Allow change nicknames when moving contacts between groups. Also fixing a | Wilmer van der Gaast | 2010-07-25 | -1/+2 |
| | | | | | bug that caused many empty channel mode changes being sent. | |||
* | Kick the user instead of parting him/her when cleaning up a channel. This is | Wilmer van der Gaast | 2010-07-04 | -0/+6 |
| | | | | | what the older version also did so that Irssi won't clean up the window. | |||
* | Show idle + login time info in /WHOIS (if available). | Wilmer van der Gaast | 2010-06-07 | -0/+8 |
| | ||||
* | Send one /QUIT instead of one or more /PARTs for a user that is being | Wilmer van der Gaast | 2010-06-06 | -0/+5 |
| | | | | | removed. Also restored netsplit simulation. | |||
* | Added /part msgs, and the ability to silently remove users from channels | Wilmer van der Gaast | 2010-06-06 | -1/+1 |
| | | | | | (when sending a /quit instead, for example). | |||
* | Show offline/away status better in /WHO and /WHOIS. | Wilmer van der Gaast | 2010-05-04 | -1/+6 |
| | ||||
* | Restore away_devoice. | Wilmer van der Gaast | 2010-05-03 | -7/+54 |
| | ||||
* | Put a channel userlist in irc_channel_user elements so we can save flags | Wilmer van der Gaast | 2010-05-03 | -1/+6 |
| | | | | | (i.e. modes). | |||
* | Don't show an empty status message line in /whois if status_msg is "". | Wilmer van der Gaast | 2010-04-15 | -2/+3 |
| | | | | | And don't show version info in the response, WTF was that there anyway? | |||
* | Support for simple VERSION/PING CTCPs to root. | Wilmer van der Gaast | 2010-04-13 | -0/+13 |
| | ||||
* | Always show root's greeting inside the control channel. | Wilmer van der Gaast | 2010-04-12 | -7/+0 |
| | ||||
* | Show status msg in /WHOIS, using a hopefully more proper 320 numeric reply. | Wilmer van der Gaast | 2010-04-12 | -9/+6 |
| | ||||
* | Don't send the topic at join time if there is none. This seems to be the | Wilmer van der Gaast | 2010-04-12 | -1/+2 |
| | | | | | standard. | |||
* | Send nickname change notifications when necessary. | Wilmer van der Gaast | 2010-04-04 | -0/+6 |
| | ||||
* | Get full names properly. Handling of nick_source setting and | Wilmer van der Gaast | 2010-04-04 | -14/+24 |
| | | | | | imcb_nick_hint() is probably still broken. | |||
* | Restored multi-line message support. | Wilmer van der Gaast | 2010-03-27 | -4/+46 |
| | ||||
* | Fixed bug in /WHO $channel output. | Wilmer van der Gaast | 2010-03-27 | -1/+1 |
| | ||||
* | irc_usermsg() works a little bit again. Have to figure out how and where | Wilmer van der Gaast | 2010-03-27 | -3/+18 |
| | | | | | to restore multiline support though. | |||
* | Added privmsg handlers to users/channels. root commands are coming back. | Wilmer van der Gaast | 2010-03-27 | -3/+7 |
| | ||||
* | /WHO | Wilmer van der Gaast | 2010-03-27 | -0/+15 |
| | ||||
* | Topic handling changes. | Wilmer van der Gaast | 2010-03-27 | -3/+13 |
| | ||||
* | Added WHOIS command. | Wilmer van der Gaast | 2010-03-26 | -0/+26 |
| | ||||
* | Simple IRC channel interface, use it to represent the control channel. | Wilmer van der Gaast | 2010-03-26 | -30/+67 |
| | ||||
* | PING and QUIT work now, and adding some files that weren't checked in so | Wilmer van der Gaast | 2010-03-26 | -0/+153 |
far. |