Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-11 | Sanitize network name for scrollback files | Patrick Griffis | |
This prevents using invalid chars on Windows or creating directories | |||
2016-07-24 | Kill fe_set_hilight() | Patrick Griffis | |
It just duplicates functionality and this fixes: - alert_taskbar chanopt not being respected - tab color being incorrect when highlight print events are eaten | |||
2016-06-24 | Forcibly reset iconv converter after every conversion. | Arnavion | |
Despite what g_convert_with_iconv's docs say, it does not reset the converter on a failed conversion (iconv returns -1). Fixes #1758 | |||
2016-04-26 | More minor scrollback loading improvements | Patrick Griffis | |
2016-02-18 | Fix strict prototype warnings | Patrick Griffis | |
2016-01-31 | Improve scrollback file handling | Patrick Griffis | |
- Properly use filesystem encoding - Validate utf8 when loading (hopefully fixing crashes) - Use Gio - Handle Windows line endings - Remove dead code - Fix respecting max length of scrollback files | |||
2016-01-28 | Sanitize server name for log files | Patrick Griffis | |
It could contain invalid chars or log to an arbitrary directory | |||
2016-01-28 | Add support for cap-notify | Patrick Griffis | |
2015-05-28 | Fix warning | TingPing | |
2015-04-04 | Fix some text event descriptions | TingPing | |
2015-03-02 | Fix incorrect timestamp in scrollback with server-time | bendem | |
Fixes #1148 | |||
2015-02-28 | Make use of g_path_is_absolute() | TingPing | |
No reason to roll our own.. in multiple places | |||
2015-02-28 | Clean up some ifdefs | TingPing | |
Thankfully somebody already made a define for this, they just never used it... | |||
2015-02-27 | Write scrollback as binary on win32 | TingPing | |
Proper fix for b66edd3 This issue likely applies elsewhere in HexChat | |||
2015-01-31 | Save 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-18 | Server 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 | |||
2015-01-14 | Don't crash if the log file can't be opened. | Arnavion | |
Found in #1269 | |||
2014-12-31 | Fix some unused warnings | TingPing | |
2014-12-28 | Fix building as c89 | TingPing | |
2014-12-28 | Use glib for all allocations | TingPing | |
- Removes need to check for malloc failure - Removes need for NULL checks on free - Adds checks for integer overflows - Removes some extra memset calls - Removes chance of mixing libc and glib malloc/free | |||
2014-12-15 | Fixed some more signed-unsigned-comparison warnings. | Arnavion | |
2014-12-11 | Fix some leaks | TingPing | |
2014-12-08 | Fixed leak of filename string. | Arnavion | |
2014-12-08 | Minor tidying up | Arnavion | |
2014-12-08 | Removed some unnecessary null-checks for calls to g_free and g_strfreev | Arnavion | |
2014-09-13 | Use PlaySoundW to play sounds on Windows. | Arnavion | |
Fixes #1133 | |||
2014-07-18 | Use GNUC format attribute on print functions | Campbell Barton | |
Closes #1059 | |||
2014-05-12 | Add global option to suppress nick change events | Berke Viktor | |
Might as well add a per-channel option, too but for me that seems a bit unnecessary. Closes #971 | |||
2014-05-11 | Fix logging incorrect timestamp with server-time | Riamse | |
Fixes #972 | |||
2014-04-21 | Use utf-8 variant of strftime to format log file paths. | Arnavion | |
strftime assumes the format string is in locale encoding, which mangles log file paths that are in utf-8. Fixes #767 Fixes #945 | |||
2014-04-17 | Fix #928. Fix memory leak, mea culpa. | RichardHitt | |
2014-04-17 | Fixes #928 again. In scrollback replay, skip every line that starts 0x0d. | RichardHitt | |
2014-04-06 | Add account to Join event | TingPing | |
Also reorganizes some logic. The account will usually be NULL unless extended-join capability enabled. Closes #934 | |||
2014-03-29 | Fix scrollback_load to deal with e.g. the output of /HELP | RichardHitt | |
Fixes #928. | |||
2014-03-24 | Improve handling scrollback when gui_tab_server==FALSE | RichardHitt | |
Fixes #925. | |||
2014-02-12 | Fix some leaks | TingPing | |
2013-11-28 | Print{,_attr} and server{,_attr} hooks were incorrectly handled when both | Diogo Sousa | |
version existed (regular and attrs). Specifically, the priority was not respected, and both versions were run even when EAT_PLUGIN was returned. Fixes #847. | |||
2013-11-02 | Fix invalid timestamps crashing on Windows | TingPing | |
2013-10-09 | Fix messages with server-time not showing as new activity | Diogo Sousa | |
Added a parameter to fe_print_text() to say that the message does not represent new activity. This is used when a log from an old session is loaded. This used to be implicit whenever the timestamp was non-zero, but with server-time this no longer makes sense. Fixes issue #746. | |||
2013-09-15 | Fix logging networks with invalid names on Windows | TingPing | |
2013-09-07 | Implement BLOWFISh, AES, and EXTERNAL SASL mechanisms | TingPing | |
Closes #657 | |||
2013-08-07 | Format Channel URLs | TingPing | |
closes #706 | |||
2013-07-12 | Removed outdated comment. | Diogo Sousa | |
2013-07-12 | Added hexchat_emit_print_attrs() to plugin interface. | Diogo Sousa | |
2013-07-10 | Indentation fixes and code cleanup. | Diogo Sousa | |
2013-07-09 | Now hexchat_hook_server_attrs() and hexchat_hook_print_attrs() is called | Diogo Sousa | |
when it should. This should close #661. | |||
2013-06-28 | A few messages missing regarding server-time. | Diogo Sousa | |
2013-06-28 | server-time for all numerical messages. | Diogo Sousa | |
2013-06-28 | First step towards message tags extension support | Diogo 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-06-12 | Don't open libcanberra connection for every event | TingPing | |
Closes #645 |