summaryrefslogtreecommitdiff
path: root/src/fe-common/core/fe-recode.c
AgeCommit message (Expand)Author
2005-10-10Make the compiler happy by replacing 'const char *' by 'char *'.Valentin Batz
2005-05-09Updated the syntax definition for /recode add in fe-recode.cValentin Batz
2005-03-07Use char* instead of const char* in read_settings, so memory can be freed wit...Valentin Batz
2005-03-07Free the right memory in fe-recode.c (related to bug 210)Valentin Batz
2005-03-06Fixed memleak when preserving valid charsets in read_settings in fe-recode.c ...Valentin Batz
2005-03-06Fix memleak in several commands that used cmd_return_error when they should b...Wouter Coekaerts
2005-01-04Fixed a bug with /me, use the right arguments for "message irc own_action"Valentin Batz
2004-12-20Added <tag>/<target> support for recode.Valentin Batz
2004-09-20Changed the order of recode_out_default_charset, it doesn't override /recode ...Valentin Batz
2004-09-15Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fix...Valentin Batz
2004-08-20forgot to addTimo Sirainen