Age | Commit message (Expand) | Author |
2002-02-06 | Still some event_received() fixes. | Timo Sirainen |
2002-02-06 | Fixed the generic event_received() hadler not to remove ':' char twice in | Timo Sirainen |
2001-12-31 | Abort joins on 442-numeric that dalnet sends when you can't join to channel | Timo Sirainen |
2001-12-27 | Server parameter is sent now too with /WHO, though the format itself wasn't c... | Timo Sirainen |
2001-12-10 | 307 line is used for /USERIP in undernet. Also changed some other alternative | Timo Sirainen |
2001-12-07 | Added support for 326 and 327 whois numerics in OPN. | Timo Sirainen |
2001-12-06 | On nick collision kills, reconnect back immediately. On any other type of | Timo Sirainen |
2001-12-01 | Disable lag detection in servers that don't understand PING command (yes, | Timo Sirainen |
2001-11-28 | "event 378" is also used to end /MAP in OPN. | Timo Sirainen |
2001-11-20 | 377 numeric seems to be used as motd by some servers.. | Timo Sirainen |
2001-11-19 | 378 event (whois realhost) data is different between irc servers, so added | Timo Sirainen |
2001-11-19 | Removed whois_coming-flag which was used to figure out if 301 event | Timo Sirainen |
2001-11-19 | Event 001 wasn't printed to screen. | Timo Sirainen |
2001-11-02 | Moved some stuff from irc to core. Added command_bind_proto() function to | Timo Sirainen |
2001-10-25 | Renamed /FORMAT whois_oper_type to whois_oper which is now removed. | Timo Sirainen |
2001-07-29 | /NAMES #channel_you're_not_joined doesn't print the "total of xx nick" line | Timo Sirainen |
2001-03-04 | /NAMES: -ops -halfops -voices -normal options added. /NAMES without | Timo Sirainen |
2001-02-22 | Printing channel bans print them now with target parameter set, so with | Timo Sirainen |
2001-02-21 | Support for several unrealircd WHOIS replies, patch by Mark Glines | Timo Sirainen |
2001-02-08 | /SET opermode - set this mode when you get ircop status. | Timo Sirainen |
2001-01-28 | /HELP, /NAMES: using now the column helper function in misc.c. /NAMES | Timo Sirainen |
2001-01-18 | memmove() -> g_memmove() | Timo Sirainen |
2001-01-14 | Added my_asctime() | Timo Sirainen |
2001-01-07 | "MODE #channel b" list wasn't printed correctly | Timo Sirainen |
2001-01-04 | /LIST: don't require -yes option if there's 1000 channels or less. | Timo Sirainen |
2000-12-19 | security fixes from 0.7.97.2 | Timo Sirainen |
2000-12-05 | Server events: switched order of data and server parameters. it's now | Timo Sirainen |
2000-12-03 | Remove trailing spaces from all modes | Timo Sirainen |
2000-11-23 | several fixes to make irssi compile without warnings with MIPSpro | Timo Sirainen |
2000-11-04 | Fixed lag checking when nick was just being changed. | Timo Sirainen |
2000-10-28 | Cleaned up printtext.c, split part of it to formats.c | Timo Sirainen |
2000-10-14 | chanserv url bugfix :) | Timo Sirainen |
2000-10-14 | Added format for the chanserv url event. | Timo Sirainen |
2000-10-14 | when received event 328 (chanserv url in dalnet) write it to correct | Timo Sirainen |
2000-10-14 | Handle event "407 duplicate channel" correctly - happens when trying to | Timo Sirainen |
2000-10-01 | /SILENCE updates, added /UNSILENCE command. | Timo Sirainen |
2000-08-26 | Lots of moving stuff around - hopefully I didn't break too much :) | Timo Sirainen |
2000-08-10 | Added support for dalnet's whois registered event. | Timo Sirainen |
2000-07-31 | Added names_nick format. | Timo Sirainen |
2000-07-20 | WHOIS bugfix: Don't display the signon time if it isn't known.. | Timo Sirainen |
2000-07-18 | When using status window and query windows, /whois to some queried nick | Timo Sirainen |
2000-06-30 | Removed some warning messages. | Timo Sirainen |
2000-06-30 | If joined channel had some low-ascii (color codes), they were displayed | Timo Sirainen |
2000-06-25 | WHOIS and "no such nick" messages are displayed in nick's query window | Timo Sirainen |
2000-06-14 | Don't show "End of WHOWAS" if none of the nicks were found. | 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-01 | Manually asking /MOTD didn't work if we had skip_motd setting enabled | Timo Sirainen |
2000-05-25 | now other than long nicks in NAMES list were displayed wrong. changed back | Timo Sirainen |
2000-05-25 | NAMES list crashed with long nicks .. hope it doesn't crash now somewhere | Timo Sirainen |