summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2004-09-20Changed the order of recode_out_default_charset, it doesn't override /recode ...Valentin Batz
2004-09-18Forgot g_free(translit_to); in recode_inValentin Batz
2004-09-15Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fix...Valentin Batz
2004-08-21Bug #104 recode treats multibyte jp characters as utf8. Patch by ValentinTimo Sirainen
2004-08-20forgot to addTimo Sirainen
2004-08-20Recode patch by decadix/sennethTimo Sirainen
2004-08-19Patch by jimmy: Details In 0.8.9 it is not possible to log all activity on a ...Timo Sirainen
2004-08-19/SERVER, /CONNECT -network wasn't workingTimo Sirainen
2004-07-11s/ircnet/network/ - patch by Joost VunderinkTimo Sirainen
2004-05-10noinst_HEADERS -> pkginc_HEADERSTimo Sirainen
2004-03-23added strocpy()Timo Sirainen
2004-03-03reverted the username/realname keeping with /reconnect. it was broken.Timo Sirainen
2004-02-18Added "server sendmsg" signal to replace server->send_message().Timo Sirainen
2004-01-28EAI_NODATA is depricated and doesn't exist everywhere anymoreTimo Sirainen
2004-01-22other fixesTimo Sirainen
2004-01-20isupport patch by David LeadbeaterTimo Sirainen
2004-01-19Say when we're reconnecting, and mention it can be aborted with /RMRECONNSTimo Sirainen
2004-01-19Don't try to keep user_name/real_name with /reconnect. They couldn't haveTimo Sirainen
2004-01-10/msg , fix again by c0ffeeTimo Sirainen
2004-01-07If we can't connect to server using given IP, show the IP to user in theTimo Sirainen
2004-01-07/msg , crashfix by c0ffeeTimo Sirainen
2003-12-10chanmode_expando_strip setting was reversed - patch by c0ffeeTimo Sirainen
2003-11-20/SET chanmode_verbose -> chanmode_expando_stripTimo Sirainen
2003-11-16Fixed some memory leaks.Timo Sirainen
2003-11-16compile fix if there's no opensslTimo Sirainen
2003-11-16compile fix for glib2Timo Sirainen
2003-11-16Fixed some gcc aliasing warningsTimo Sirainen
2003-11-16Support for sending SSL certificate to server and optionally verify server'sTimo Sirainen
2003-11-16lag_min_show change wrongTimo Sirainen
2003-11-16Automatic backwards compatibility transitions.Timo Sirainen
2003-11-16parse_time_interval: x days were actually returned as hours. weeks wereTimo Sirainen
2003-11-16Don't reconnect with invalid own hostname.Timo Sirainen
2003-11-16Time parsing: allow omitting time unit without warning for backwardsTimo Sirainen
2003-11-16cleanupTimo Sirainen
2003-10-31Added /set chanmode_verbose. patch by c0ffee.Timo Sirainen
2003-10-11unsigned long -> gsizeTimo Sirainen
2003-10-11unsigned long -> gsizeTimo Sirainen
2003-10-11Changed some checks i_isspace() -> ' ' so that TAB isn't included in checks.Timo Sirainen
2003-10-0664bit fixes by Stefan FentTimo Sirainen
2003-07-09Network fixes. DCC fixes for IPv6 + BSDs.Timo Sirainen
2003-05-13Fix crash with unloading module, by c0ffeeTimo Sirainen
2003-01-31Removed execute(), not used.Timo Sirainen
2003-01-25GC fixTimo Sirainen
2003-01-08parse_time_interval() fallbacked to milliseconds, not seconds. some codeTimo Sirainen
2002-12-29s/size/time/ in warning messageTimo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-12-28don't bother with inlining at all, it doesn't help that much and I'm notTimo Sirainen
2002-12-28fix compiler warningsTimo Sirainen
2002-12-10Compiler warning fixTimo Sirainen
2002-12-04Added no_connect to SERVER_CONNECT_REC, also exported a few other variablesTimo Sirainen