summary refs log tree commit diff stats
path: root/src/common/ctcp.c
AgeCommit message (Collapse)Author
2017-10-16Fix oob read in ctcp_checkJoseph Bisch
word[4] can be too short, leading to the addition of ctcp_offset putting us out of bounds. This results in an oob read in ctcp_check.
2014-12-28Fix building as c89TingPing
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
2013-06-28A few messages missing regarding server-time.Diogo Sousa
2013-06-28server-time supported in all named servermsg: ping, error, notice andDiogo Sousa
authenticate. The only thing left to do for server-time are the numeric messages.
2013-04-27Get rid of bundled beepBerke Viktor
2013-04-14Use bundled beep file for beep alertsBerke Viktor
2013-04-03add %u to userlist popups for accountTingPing
2012-12-23fix incorrect FSF addressDan Mashal
2012-10-28More polishing for the About dialogBerke Viktor
2012-10-24A lot more rebrandingBerke Viktor
2012-10-22Variable cleanup for irc_*Berke Viktor
2012-07-13Make the About screen and CTCP VERSION consistent and remove the license ↵Berke Viktor
text option
2012-07-11Initial rebranding in codeBerke Viktor
2012-06-16Fix string handling for Turkish localeBerke Viktor
2011-12-11initial patches for linux compatibilityBerke Viktor
2011-05-30display build type in CTCP VERSION replyberkeviktor@aol.com
2011-02-28add wdk changes to named branchberkeviktor@aol.com
2011-02-24add xchat r1489berkeviktor@aol.com