aboutsummaryrefslogtreecommitdiffstats
path: root/daemon/dest_relay.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-11-29Convert all parts of logged message to destination encoding.yaworsky1-3/+4
This is required if destination encoding is UCS-2 or UCS-4 for example. Otherwise the logfile will not be uniform. Fixed a bug in charset conversion function: divide by zero when cannot convert the first character and calculating new size for the output buffer.
2005-11-15Replaced 0-terminated strings with reference counted onesyaworsky1-6/+6
2005-10-26Implemented relaying.yaworsky1-0/+195