Age | Commit message (Expand) | Author |
2015-09-22 | Fix #291, "/msg +#channel incorrectly shows up as Nick:@#channel" | dequis |
2015-09-18 | Add two missing #include "fe-irc-channels.h" | dequis |
2015-09-09 | Move the function prototypes in a separate header | LemonBoy |
2015-09-02 | Introduce some more chantypes awareness | LemonBoy |
2015-05-15 | Implement CHANTYPES support | LemonBoy |
2014-06-10 | Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. | David Hill |
2009-05-15 | Fix out of bounds access in event_wallops(). | Jilles Tjoelker |
2008-11-09 | Move recoding of incoming quit messages to irc 'event quit' handler. | Emanuele Giaquinta |
2008-08-02 | Revert recode changes r4483 and r4715. | Emanuele Giaquinta |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2007-05-05 | Move input recoding in irc_server_event. | Emanuele Giaquinta |
2005-09-10 | - rename "whois not found" to "whois try whowas", because that's what needs t... | Wouter Coekaerts |
2005-08-04 | Fixed recode for incoming messages, private messages didn't work properly. (B... | Valentin Batz |
2004-12-20 | Added <tag>/<target> support for recode. | Valentin Batz |
2004-09-15 | Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fix... | Valentin Batz |
2003-11-24 | removed //#include | Timo Sirainen |
2002-06-13 | Wallop actions fixed | Timo Sirainen |
2002-05-31 | Don't show the full channel name with own joins, because it's logged into | Timo Sirainen |
2002-05-16 | Better !channel support - window items now have "visual_name" and channels | Timo Sirainen |
2002-04-22 | "message mode" -> "message irc mode", also added in signals.txt | Timo Sirainen |
2002-02-07 | "default event" now resends "default event numeric" which gets handled by | Timo Sirainen |
2002-01-28 | "Your nick is owned by .." message was checked always with default nick. | Timo Sirainen |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | Timo Sirainen |
2002-01-10 | Actions are now sent in "ctcp action" signal which is never ignored. "ctcp | Timo Sirainen |
2001-12-03 | Show @#channel notices as regular notices again. Don't hilight it or @#channe... | Timo Sirainen |
2001-11-29 | /WALLCHOPS are now printed to screen. Receiving notices for @#channel | Timo Sirainen |
2001-11-12 | Redirection fixes - added count parameter. | Timo Sirainen |
2001-11-11 | Moved rewritten server redirection code from core to irc. This new code | Timo Sirainen |
2001-11-02 | Moved some stuff from irc to core. Added command_bind_proto() function to | Timo Sirainen |
2001-06-10 | own nick changed were printed as if it was done by someone else | Timo Sirainen |
2001-03-03 | /BANTYPE -> /SET ban_type. /BAN: -type option added to override default | Timo Sirainen |
2001-01-28 | Removed own_wall msg format, using now the same as @#channel messages. | Timo Sirainen |
2001-01-02 | "No such nick xx" is printed now with nick argument so it could get | Timo Sirainen |
2001-01-01 | added "message own_public" and "message own_private" events that are | Timo Sirainen |
2000-12-05 | Server events: switched order of data and server parameters. it's now | Timo Sirainen |
2000-12-01 | Remove trailing spaces from mode changes | Timo Sirainen |
2000-12-01 | Netsplit printing fixes. | Timo Sirainen |
2000-11-26 | Mode ignores were checked wrong | Timo Sirainen |
2000-11-26 | netsplit fixes | Timo Sirainen |
2000-11-26 | Added KILL handling - user/server kills are now printed formatted. | Timo Sirainen |
2000-11-17 | windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to | Timo Sirainen |
2000-10-28 | Cleaned up printtext.c, split part of it to formats.c | Timo Sirainen |
2000-10-14 | "/whois x x" - if x isn't found irssi now prints "there's no such nick x" | Timo Sirainen |
2000-10-10 | Moved join, part, quit, kick, nick, invite and topic printing to core. | Timo Sirainen |
2000-10-01 | /SILENCE updates, added /UNSILENCE command. | Timo Sirainen |
2000-09-30 | multiprotocol updates. SILC prints channel and private messages now | Timo Sirainen |
2000-09-25 | If /SET show_quit_once was set and ignored nick quitted, irssi printed | Timo Sirainen |
2000-09-06 | /SET default_nick -> /SET nick | Timo Sirainen |