summary refs log tree commit diff stats
path: root/src/common/userlist.c
AgeCommit message (Collapse)Author
2021-05-23Implement support for the IRCv3 account-tag specification. (#2572)Sadie Powell
Co-authored-by: Patrick <tingping@tingping.se>
2021-05-23Implement support for the IRCv3 SETNAME specification. (#2571)Sadie Powell
2016-10-08Don't update usercount if doing nameslistgaffatape
2016-01-29Add support for chghostPatrick Griffis
2014-12-31Don't return 0 in place of NULLTingPing
2014-12-31Move userlist sorting to frontendTingPing
This Fixes possible crashes when the two usertrees get out of sync and a double free occurs. Also now requires restart to change sort orders. Fixes #1252 Fixes #818 (probably)
2014-12-28Use glib for all allocationsTingPing
- Removes need to check for malloc failure - Removes need for NULL checks on free - Adds checks for integer overflows - Removes some extra memset calls - Removes chance of mixing libc and glib malloc/free
2014-04-06Add account to Join eventTingPing
Also reorganizes some logic. The account will usually be NULL unless extended-join capability enabled. Closes #934
2013-12-22Ignore realname if it's a null stringRichardHitt
2013-10-26Only update userlistgui when necessaryTingPing
2013-10-18Add support for userhost-in-names capabilityTingPing
2013-06-28server-time for all numerical messages.Diogo Sousa
2013-04-04regular who doesn't send accountTingPing
2013-04-03Support account-notify and extended-join capabilitiesTingPing
2013-01-02overhauling of URL detection, including channel, nick, etc 'words'RichardHitt
2012-12-23fix incorrect FSF addressDan Mashal
2012-10-30TypofixBerke Viktor
2012-10-24A lot more rebrandingBerke Viktor
2012-10-22Variable cleanup for gui_*Berke Viktor
2011-05-30update xchat to r1496berkeviktor@aol.com
2011-02-24add xchat r1489berkeviktor@aol.com