summaryrefslogtreecommitdiff
path: root/src/core/nicklist.c
AgeCommit message (Expand)Author
2017-07-04correct GHashTable usageailin-nemui
2017-05-12expand macroailin-nemui
2017-05-12improve nicklist performanceailin-nemui
2015-09-22Fix return value from nick_match_msg_everywhere, remove #include 'settings.h'Jari Matilainen
2015-09-22Fix return value from nick_match_msg_everywhereJari Matilainen
2015-09-22Add new setting to optionally modify behaviour of hilight_nick_matchesJari Matilainen
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2014-11-08typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos
2014-06-15speed up nicklist by using hashAilin Nemui
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2010-03-21Fix crash when checking for fuzzy nick match when not on the channel. Reporte...Wouter Coekaerts
2008-11-28Allow storing multiple "other" prefixes such as +q and +a.Jilles Tjoelker
2008-02-04Remove trailing whitespace.Emanuele Giaquinta
2007-05-20Farewell glib-1.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2006-08-20compile with glib1 againWouter Coekaerts
2006-02-20sort nicks with custom prefix by the order defined in isupport in /NAMESWouter Coekaerts
2004-01-20isupport patch by David LeadbeaterTimo Sirainen
2002-03-13Set ownnick to channel->NULL when the nick record is destroyed. Should fixTimo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2002-01-15Removed module_data from NICK_REC. It's not used for anything and just takes ...Timo Sirainen
2001-12-31Accidentally had committed a debug thing.Timo Sirainen
2001-12-20Added WINDOW_REC declaration to common.h, removed unneeded #include "servers....Timo Sirainen
2001-12-09Better support for halfops, patch by yathen@web.deTimo Sirainen
2001-10-14Fixed some memory leaks.Timo Sirainen
2001-03-10buggy fix, fixed :)Timo Sirainen
2001-03-10nick_hash_remove(): GLIB didn't change the hash table key like I thought, soTimo Sirainen
2001-03-07removing second last unique nick didn't work properlyTimo Sirainen
2001-03-04added server_change_nick() function for servers.[ch]. Lots of fixes forTimo Sirainen
2001-02-28functions returning void shouldn't do return xxTimo Sirainen
2001-02-23nick_nfind(): gets stuck to endless loop if there's multiple identicalTimo Sirainen
2001-02-23crashfixTimo Sirainen
2001-02-18Support for multiple identical nicknames.Timo Sirainen
2001-02-17Support for multiple identically named nicks.Timo Sirainen
2001-02-02Nicklist updates so that protocol specific xxx_NICK_REC can be usedTimo Sirainen
2001-01-28nicklist_find() now finds only full nicks, nicklist_find_mask() findsTimo Sirainen
2001-01-21nickliset_set_host() for setting host, sends signal "nicklist host changed".Timo Sirainen
2001-01-14Added nicklist_rename()Timo Sirainen
2001-01-11Some signed/unsigned warnings removed. Don't call fe_exec_init/deinit in win32Timo Sirainen
2001-01-06nick_match_msg() : check was case sensitiveTimo Sirainen
2001-01-01Added/moved several "typedef struct _XXX XXX;" to common.h so thatTimo Sirainen
2000-12-17Improved nick_match_msg() - it shouldn't give wrong matches as easilyTimo Sirainen
2000-12-06NICK_REC can be now inheritedTimo Sirainen
2000-09-30multiprotocol updates. SILC prints channel and private messages nowTimo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen