index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fe-common
/
core
/
fe-recode.c
Age
Commit message (
Expand
)
Author
2015-04-07
Change all strcmp() to g_strcmp0() to handle nulls gracefully
dequis
2008-06-10
Cache charset related data rather than computing it everytime recode_{in,out}
Emanuele Giaquinta
2008-06-06
Pass NULL to settings_set_str to reset term_charset to its default
Emanuele Giaquinta
2008-06-06
Remove kludge and add the 'setup changed' handler with higher priority
Emanuele Giaquinta
2008-05-17
Pass NULL to settings_set_str to reset recode_fallback to its default
Emanuele Giaquinta
2008-05-14
Use g_get_charset to retrieve the locale codeset.
Emanuele Giaquinta
2008-04-28
Make some variables static.
Emanuele Giaquinta
2008-03-15
Replace tab between else and opening brace with space.
Emanuele Giaquinta
2008-03-15
Remove silly macro.
Emanuele Giaquinta
2008-03-15
Remove trailing whitespace.
Emanuele Giaquinta
2007-05-20
Farewell glib-1.
Emanuele Giaquinta
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2005-11-19
If transliterations don't work in the system (eg. Solaris), don't allow
Timo Sirainen
2005-10-10
Make the compiler happy by replacing 'const char *' by 'char *'.
Valentin Batz
2005-05-09
Updated the syntax definition for /recode add in fe-recode.c
Valentin Batz
2005-03-07
Use char* instead of const char* in read_settings, so memory can be freed wit...
Valentin Batz
2005-03-07
Free the right memory in fe-recode.c (related to bug 210)
Valentin Batz
2005-03-06
Fixed memleak when preserving valid charsets in read_settings in fe-recode.c ...
Valentin Batz
2005-03-06
Fix memleak in several commands that used cmd_return_error when they should b...
Wouter Coekaerts
2005-01-04
Fixed a bug with /me, use the right arguments for "message irc own_action"
Valentin Batz
2004-12-20
Added <tag>/<target> support for recode.
Valentin Batz
2004-09-20
Changed the order of recode_out_default_charset, it doesn't override /recode ...
Valentin Batz
2004-09-15
Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fix...
Valentin Batz
2004-08-20
forgot to add
Timo Sirainen