diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-03-14 01:19:01 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-03-14 01:19:01 +0000 |
commit | b970f0d43f6bf69e4aec75120a9bf27b412ec331 (patch) | |
tree | f58b85145d50dd0201eb81cac089cfa3bea50f7c /ChangeLog | |
parent | 484d8fc1200f14793fbe02aa1948feafccea73ef (diff) |
Socket IO filtering: rbot can now assume UTF-8 internally.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-03-14 Giuseppe Bilotta <giuseppe.bilotta@gmail.com> + + * Socket filtering: socket data, both input and output, can now be + filtered. This is used for example to transcode all input and output + so that messages are internally managed as UTF-8. By default, the bot + will try cp1252 (Windows Western European) encoding for non-UTF-8 + strings. Thanks to jsn (Dmitry Kim <dmitry.kim@gmail.com>). + 2007-03-10 Giuseppe Bilotta <giuseppe.bilotta@gmail.com> * IRC settings: ability to change the IRC name for the bot. Thanks to |