Block a user
Not connecting over SSL/TLS
Looks like we have to build libircclient with SSL support: http://www.ulduzsoft.com/libircclient/
./configure [--enable-openssl] [--enable-ipv6] make
"To initiate the connection to the IRC server over SSL, call the irc_connect() function and prefix the host name or IP address with a hash symbol:
// Connect to the SSL server; #192.168.1.1 is also possible if ( irc_connect (session, "#irc.example.com", 6669, 0, "mynick", "myusername", "myrealname" ) ) // Handle the error: irc_strerror() and irc_errno()
"
no realloc() or size checking in api.c functions
added reallocation to sql callback