summaryrefslogtreecommitdiff
path: root/src/irc/notifylist
AgeCommit message (Expand)Author
2018-01-04Postpone server cleanup until after unrefailin-nemui
2017-02-11notify-ison: Don't send ison before the connection is donedequis
2015-11-09Use the PARAM_FLAG_STRIP_TRAILING_WS flag wherever possible.LemonBoy
2015-04-17Merge pull request #199 from ailin-nemui/config-parserAlexander Færøy
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2015-02-17add CONFIG_REC to config_node_section* APIsAilin Nemui
2014-06-27s/INCLUDES/AM_CPPFLAGS/gDave Reisner
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2009-04-05Remove leftover.Emanuele Giaquinta
2009-03-15Correct previous commit: fix away checkingWouter Coekaerts
2009-03-10Fix /NOTIFY list when nick is seen joining (bug #642)Wouter Coekaerts
2009-02-08Code Cleanup:Alexander Færøy
2008-01-21Remove .cvsignore files.Emanuele Giaquinta
2007-10-31Remove /notify -idle, it can only work with not-nice automated remote whois.Jilles Tjoelker
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2006-03-01Ignore joins without a nick from broken serversWouter Coekaerts
2005-08-15Fix notify with more nicks than max_whois_in_cmd (Bug 257), based on patch by...Wouter Coekaerts
2005-03-06Fix memleak in several commands that used cmd_return_error when they should b...Wouter Coekaerts
2004-05-10noinst_HEADERS -> pkginc_HEADERSTimo Sirainen
2003-11-230.8.8 with a few backwards compatibility fixesTimo Sirainen
2002-12-29day -> 1day, hour -> 1hourTimo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-02-02Comments are now allowed everywhere in config files.Timo Sirainen
2001-12-03Fixed a memory leak and a crash when notifylist_check_join() was called with ...Timo Sirainen
2001-11-15Small optimization for whois-redirecting.Timo Sirainen
2001-11-14WHOIS command should be sent after redirecting, not before..Timo 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-05Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get bef...Timo Sirainen
2001-11-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-10-22just some extra check - might fix some crash..Timo Sirainen
2001-10-02Added MODULE_DATA_UNSET() macro and started using it. Just to make sure weTimo Sirainen
2001-08-14Module loading updates - /LOAD shows now also the statically loaded modules.Timo Sirainen
2001-06-01dcc, flood and notifylist aren't compiled as loadable modules anymore,Timo Sirainen
2001-01-01small extra checks to /whois redirect checkingTimo 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
2000-11-26config changes, CONFIG_REC is now required parameter forTimo Sirainen
2000-11-23more changes from int xx:1 to unsigned int xx:1Timo Sirainen
2000-11-09"NOTIFY" was missing from syntaxTimo Sirainen
2000-10-14multiprotocol fixesTimo Sirainen
2000-10-02Added -avoid-version options and disable-static for SILC module.Timo Sirainen
2000-09-29minor updatesTimo Sirainen
2000-09-28multiprotocol fixesTimo Sirainen
2000-09-28fixesTimo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-08-16plugin -> moduleTimo Sirainen
2000-07-23Added syntaxes of all commands in comments, they're going to be used toTimo Sirainen
2000-07-23/NOTIFY -idle fixes.Timo Sirainen