communi / libcommuni

A cross-platform IRC framework for Qt
https://communi.github.io
BSD 3-Clause "New" or "Revised" License
83 stars 37 forks source link

Deprecate IrcSession::sendRaw() #6

Closed jpnurmi closed 11 years ago

jpnurmi commented 11 years ago

This should've been deprecated in 1.x already, but was missed in the 2.x cleanup...

jpnurmi commented 11 years ago

Why is it deprecated? Seems like a nice feature.

jpnurmi commented 11 years ago

The idea was that people would use IrcSession::sendData() instead. That preserves the desired encoding, whereas sendRaw() forces UTF-8.

jpnurmi commented 11 years ago

It's really handy and use all around libcommuni itself - so we'll keep it. :)