summary refs log tree commit diff stats
path: root/src/common/identd.c
AgeCommit message (Collapse)Author
2014-12-30Rewrite identdTingPing
- Use gio (which is cross platform) - Properly support multiple users - Allow configuring port - Allow other plugins overriding
2014-12-29Fix windows buildTingPing
Introduced 1b2bee37e
2014-12-28Remove option to disable ipv6TingPing
It has been default for a while, is the only tested option, and will only get more common.
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-09Fix printing ipv6 addresses with identdTingPing
Closes #639
2013-03-31Supposed fix for license issuesBerke Viktor
I have no clue what to put here so I'll just use what the About dialog provides (unless specified otherwise in the file)
2012-11-03Remove identd text event coz it doesn't workBerke Viktor
2012-11-03Text event for identdBerke Viktor
2012-11-03Make identd messages consistent with SASL messagesBerke Viktor
2012-10-30Supposed fix for identd ipv6 compiler warningsBerke Viktor
2012-10-30Nah, even more rebrandingBerke Viktor
2012-10-24A lot more rebrandingBerke Viktor
2012-10-13Show user name sent by identdBerke Viktor
2012-07-21Some aid for compiler warningsBerke Viktor
2012-02-01IPv6 support for XChat (Olipro)Berke Viktor
2011-02-24add xchat r1489berkeviktor@aol.com