summary refs log tree commit diff stats
path: root/src/common/text.h
AgeCommit message (Collapse)Author
2016-02-18Fix strict prototype warningsPatrick Griffis
2015-01-31Save iconv converters for input and output in the server.Arnavion
These are then used with g_convert_with_iconv instead of making it create a new iconv converter every time for the given from-to-encoding pairs.
2015-01-18Server line text-encoding-related fixes.Arnavion
- Handle server lines that contain sequences which are invalid in the server encoding. Previously, these would cause the whole line to be interpreted in ISO-8859-1, but now they're simply replaced with an appropriate replacement character. - Removed prefs.utf8_locale. - Change default server encoding from system locale to UTF-8. - Always populate server->encoding with a non-null value - UTF-8. Fixes #1198
2014-12-15Fixed some more signed-unsigned-comparison warnings.Arnavion
2014-07-18Use GNUC format attribute on print functionsCampbell Barton
Closes #1059
2013-07-12Added hexchat_emit_print_attrs() to plugin interface.Diogo Sousa
2013-06-28A few messages missing regarding server-time.Diogo Sousa
2013-06-28server-time for all numerical messages.Diogo Sousa
2013-06-28First step towards message tags extension supportDiogo Sousa
(see http://ircv3.atheme.org/specification/message-tags-3.2). In particular this commit implements a (very) dummy implementation sketch of the server-time extension (see http://ircv3.atheme.org/specification/message-tags-3.2 and #499).
2013-04-27Get rid of bundled beepBerke Viktor
2013-04-14Use bundled beep file for beep alertsBerke Viktor
2013-03-31Supposed fix for license issuesBerke Viktor
I have no clue what to put here so I'll just use what the About dialog provides (unless specified otherwise in the file)
2013-03-24Merge pull request #445 from TingPing/ulistcolorsTingPing
Add option to color nicknames in the userlist to match the chat
2013-03-15Get rid of Non-BMP filtering, Pango handles this nowBerke Viktor
2013-03-09Add option to color nicknames in the userlist to match the chatTingPing
2012-10-25Some more rebranding for consistency's sakeBerke Viktor
2012-10-13Speed up Non-BMP filteringDaniel Atallah
2012-01-20initial patch for filtering malicious characters on win32 (Khisanth)Berke Viktor
2011-02-24add xchat r1489berkeviktor@aol.com