summaryrefslogtreecommitdiff
path: root/src/irc/core/irc-expandos.c
AgeCommit message (Expand)Author
2015-10-02Set HOST_NAME_MAX to 255, if it's undefined.Alexander Færøy
2015-08-29Remove extra line breakkyak
2015-08-29Use HOST_NAME_MAX for userhost and hostname expandoskyak
2015-08-29Use "(none)" as fallback for hostname and userhost expandoskyak
2015-08-29In expando_hostname, set *free_ret to TRUEkyak
2015-08-26Clean up in hostname expando before returnkyak
2015-07-19Add expandos for hostnamekyak
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2011-02-10Ensure that expando_cumode_space() doesn't free unallocated memory when noJase Thew
2008-11-28Allow storing multiple "other" prefixes such as +q and +a.Jilles Tjoelker
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2004-01-20isupport patch by David LeadbeaterTimo Sirainen
2002-06-10$X expando didn't check if server type was irc properly, and crashed.Timo Sirainen
2002-03-14$cumode and $cumode_space should do stuff only to IRC servers.Timo Sirainen
2002-02-20$cumode wasn't updated after receiving nick list, so with empty channels itTimo Sirainen
2001-11-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-10-30added $cumode_space expando. Like $cumode, but gives " " if there's no mode.Timo Sirainen
2001-10-14$usermode's "user mode changed" signal had wrong argument check (server vs.Timo Sirainen
2001-06-26Added $cumode expando which works like $P, but prints voices/halfops also.Timo Sirainen
2000-12-10added $usermode expandoTimo Sirainen
2000-12-05Server events: switched order of data and server parameters. it's nowTimo Sirainen
2000-12-05Split expandos from special-vars.c to expandos.c. Added list of signalsTimo Sirainen