summaryrefslogtreecommitdiff
path: root/src/irc/core/ctcp.c
AgeCommit message (Expand)Author
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2010-04-03deprecated glib strup/down fixes from exg.Alexander Færøy
2009-02-08Code Cleanup:Alexander Færøy
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2008-03-04Replace g_strdup+g_str{up,down} with g_ascii_str{up,down}.Emanuele Giaquinta
2007-08-07Use autoconf PACKAGE_TARNAME/PACKAGE_VERSION macros rather than automakeEmanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2002-11-07Some compiling fixes found by -Wall in perl dirs..Timo Sirainen
2002-08-05Changed CTCP handler to remove the later \001 only if it was at the end ofTimo Sirainen
2002-01-10Actions are now sent in "ctcp action" signal which is never ignored. "ctcpTimo Sirainen
2001-11-18Added ctcp_register() and ctcp_unregister() for registering CTCP commands.Timo Sirainen
2001-11-18When destroying data used from server in "server disconnected" signal, setTimo 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-27Don't reply to CTCP PINGs longer than 100 bytes (see the comment).Timo Sirainen
2001-04-20CTCP version reply has now $sysarch by defaultTimo Sirainen
2001-01-14Added my_asctime()Timo Sirainen
2000-12-17/SET prompt, /SET prompt_window - Specifies the text in prompt.Timo Sirainen
2000-12-05Server events: switched order of data and server parameters. it's nowTimo Sirainen
2000-11-23several fixes to make irssi compile without warnings with MIPSproTimo Sirainen
2000-10-09Moved ignore to core.Timo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-07-30Bugfixes for non-irc server handling.Timo Sirainen
2000-07-04Removed system version from default CTCP reply.Timo Sirainen
2000-06-12CTCP msgs/replies stops the "event privmsg" or "event notice" signals nowTimo Sirainen
2000-05-15Irssi will reply to CTCP TIME request.Timo Sirainen
2000-05-04.. lots of changes ..Timo Sirainen
2000-04-28/ban and /invite crashed, /mode didn't work. ctcp.c doesn't needTimo Sirainen
2000-04-26..adding new files..Timo Sirainen