Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2015-02-10 | Call CoInitialize, CoInitializeSecurity and CoUninitialize from the main ↵ | Arnavion | |
process, not from a DLL. They're process-level functions and aren't meant to be called from DLLs. CoInitSecurity in particular fails with RPC_E_TOO_LATE even if no other call to CoCreateInstance has been made yet. Fixes sysinfo's WMI calls on Windows 8.1 and above. | |||
2015-02-01 | Fix logging hostname of queries | TingPing | |
- Move query topic setting from frontend (where its too late) - Respect chanopts for logging hostname - Open query logfile *after* chanopts loaded | |||
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 | |||
2014-12-31 | Don't return 0 in place of NULL | TingPing | |
2014-12-31 | Fix some possible null-deref warnings | TingPing | |
2014-12-30 | Rewrite identd | TingPing | |
- Use gio (which is cross platform) - Properly support multiple users - Allow configuring port - Allow other plugins overriding | |||
2014-12-28 | Remove option to use socks5 library | TingPing | |
This was always disabled by default and is not required for the current socks support. I am not even sure this library is packaged by any distro? | |||
2014-12-28 | Remove option to disable ipv6 | TingPing | |
It has been default for a while, is the only tested option, and will only get more common. | |||
2014-12-28 | Remove MSProxy support | TingPing | |
It's not enabled anywhere, certainly not maintained | |||
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-10 | Fix chanopts not saving if /quit before exit | leeter | |
This is the C fix, unfortunately a proper fix, e.g. removing the dependency on session_name all together is a much vaster refactor outside the scope of this bugfix. Closes #1111 | |||
2014-12-04 | Fix some obvious type warnings. | Arnavion | |
2014-11-29 | Fix handling --cfgdir | TingPing | |
Fixes #1225 | |||
2014-11-05 | ssl: Don't use global openssl context | TingPing | |
Fixes #789 | |||
2014-06-21 | Remove broken debug code | TingPing | |
2014-06-04 | Use glib to parse and launch commands for util_exec | TingPing | |
Fixes #958 | |||
2014-04-02 | Add marker-line functionality for scrollback, instant seek. | RichardHitt | |
Fixes #662. | |||
2014-01-27 | Fixed lag meter getting stuck. | Diogo Sousa | |
Also lag_sent in struct server should have always been an unsigned long. Fixes #749. | |||
2014-01-26 | Show error when you lack write permissions to configdir | TingPing | |
2014-01-20 | Actually call commands sent with --command | TingPing | |
Closes #884 | |||
2014-01-03 | Change url-handler example to firefox -new-window | TingPing | |
Firefox removed the ability to open private windows with a link | |||
2013-12-23 | Only return channel sessions from find_channel() | TingPing | |
Closes #865 | |||
2013-07-01 | Handle extraneous cli args as urls | TingPing | |
2013-06-08 | Now the default configuration tries to set the language from the system | Diogo Sousa | |
locale, and defaults to english if no language match. This closes #473. | |||
2013-06-06 | Add chanopt for stripping colors | TingPing | |
2013-06-04 | fix loading startup.txt automatically | TingPing | |
2013-05-24 | Merge pull request #590 from orium/run-as-root-589-504 | TingPing | |
Now hexchat doesn't abnormally terminate when started as root. | |||
2013-05-17 | Add omsg user command | TingPing | |
2013-05-13 | Restructured a fair bit of cfgfiles.c. Besides making the code cleaner this ↵ | Diogo Sousa | |
allows for better error handling (in fact the error message of check_prefs_dir () whould make hexchat abort). | |||
2013-05-12 | Forget to put an empty line after a function definition | Diogo Sousa | |
2013-05-12 | Factored locale related code in main() to a new function. | Diogo Sousa | |
2013-05-12 | Now hexchat doesn't abnormally terminal when started as root. | Diogo Sousa | |
This fixes #589/#504. | |||
2013-05-09 | Add option to support away tracking regardless of channel size | Heiki Ojasild | |
As there is option to disable away tracking, it would make sense to treat channel size limit of 0 as infinity for away tracking purposes. These changes attempt to implement this. | |||
2013-05-04 | Replace g_strdup_printf with g_build_filename where possible | Berke Viktor | |
2013-04-27 | Don't include if unused | Berke Viktor | |
2013-04-27 | Some crucial cosmetics | Berke Viktor | |
2013-04-27 | Fix compiler warning | Berke Viktor | |
2013-04-24 | Early on, call g_type_init() unless deprecated | RichardHitt | |
2013-04-17 | typo | TingPing | |
2013-04-17 | Use more useful example for url handler | TingPing | |
2013-04-09 | Don't send ping's to the server if we are still waiting for a pong. | Diogo Sousa | |
If the server don't respond in 30s just report the lag as +30s. This fixes the bug where hexchat reset the lag meter every time a ping was sent and no pong was received. | |||
2013-04-08 | fix issue #491 - opt-in/opt-out of scrollback per channel | misdre | |
2013-04-03 | Merge pull request #448 from TingPing/awaynotify2 | TingPing | |
Add away-notify support | |||
2013-04-02 | Remove most of HexTray and one instance | Berke Viktor | |
You can still build HexTray manually if you want to try fixing it | |||
2013-03-12 | Clean up away-notify patch | TingPing | |
2013-03-12 | Add away-notify support | TingPing | |
2013-01-07 | Merge pull request #341 from TingPing/lastact | RichardHitt | |
Add last activity keybinding from fedora | |||
2013-01-07 | Simplification of new code -- eliminate member lastact_elem | Richard Hitt | |