summaryrefslogtreecommitdiff
path: root/src/fe-common/irc/fe-events.c
AgeCommit message (Expand)Author
2002-02-07"default event" now resends "default event numeric" which gets handled byTimo Sirainen
2002-01-28"Your nick is owned by .." message was checked always with default nick.Timo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2002-01-10Actions are now sent in "ctcp action" signal which is never ignored. "ctcpTimo Sirainen
2001-12-03Show @#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 @#channelTimo Sirainen
2001-11-12Redirection fixes - added count parameter.Timo Sirainen
2001-11-11Moved rewritten server redirection code from core to irc. This new codeTimo Sirainen
2001-11-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-06-10own nick changed were printed as if it was done by someone elseTimo Sirainen
2001-03-03/BANTYPE -> /SET ban_type. /BAN: -type option added to override defaultTimo Sirainen
2001-01-28Removed 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 getTimo Sirainen
2001-01-01added "message own_public" and "message own_private" events that areTimo Sirainen
2000-12-05Server events: switched order of data and server parameters. it's nowTimo Sirainen
2000-12-01Remove trailing spaces from mode changesTimo Sirainen
2000-12-01Netsplit printing fixes.Timo Sirainen
2000-11-26Mode ignores were checked wrongTimo Sirainen
2000-11-26netsplit fixesTimo Sirainen
2000-11-26Added KILL handling - user/server kills are now printed formatted.Timo Sirainen
2000-11-17windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] toTimo Sirainen
2000-10-28Cleaned up printtext.c, split part of it to formats.cTimo 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-10Moved 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-30multiprotocol updates. SILC prints channel and private messages nowTimo Sirainen
2000-09-25If /SET show_quit_once was set and ignored nick quitted, irssi printedTimo Sirainen
2000-09-06/SET default_nick -> /SET nickTimo Sirainen
2000-09-06/set autocreate_query -> /set autocreate_query_levelTimo Sirainen
2000-09-02Updates.Timo Sirainen
2000-08-29Highlighting fixes with public messages.Timo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-07-30/SET beep_on_msg handling moved to printtext() where it catches all theTimo Sirainen
2000-07-23Don't print nick changes and quit messages from same nick more than onceTimo Sirainen
2000-07-23SET print_active_channel - if you have multiple channels in same window,Timo Sirainen
2000-07-15Fixed DCC stuff. Added DCCMSGS level for DCC chat messages.Timo Sirainen
2000-07-10Enabled lots of GCC warnings, fixed those that were easy to fix.Timo Sirainen
2000-07-08Netsplit changes - all netsplit handling is now in netsplit/netjoinTimo Sirainen
2000-07-04If message was for you (your nick at start of line), print it withTimo Sirainen
2000-07-02When netsplit is over, irssi prints "Netsplit over, joins: (nicks)" andTimo Sirainen
2000-07-02Don't check highlighting if the message was meant for you (your nick atTimo Sirainen
2000-06-30If joined channel had some low-ascii (color codes), they were displayedTimo Sirainen
2000-06-28/HILIGHT changed. -nick option now tells to hilight only the nick, notTimo Sirainen
2000-06-14Renamed /SET query_auto_close to autoclose_query.Timo Sirainen
2000-06-12Channel messages were printed wrong because of previous cleanup :)Timo Sirainen
2000-06-12CTCP msgs/replies stops the "event privmsg" or "event notice" signals nowTimo Sirainen
2000-06-11Cleaned up some code.Timo Sirainen
2000-06-10/WHOIS automatically sends a /WHOWAS query if nick wasn't in IRC.Timo Sirainen
2000-06-04completion_msgtoyou() -> irc_nick_match()Timo Sirainen
2000-05-30when nick is quitting only from one channel, don't print the channel's name.Timo Sirainen