Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-15 | Use localized "HexChat" in window titles | Chase Patterson | |
Also allow rearranging of "HexChat" in window titles | |||
2017-09-15 | Change windows from starting with "Hexchat: " to ending with " - Hexchat" | Chase Patterson | |
2017-08-19 | UI text consistency, capitalization etc. | torhus | |
2016-06-12 | servlistgui: Error if nicks left empty | Patrick Griffis | |
2016-05-16 | servlistgui: Show invalid nick/user on open | Patrick Griffis | |
It is possible to have an invalid config from a previous upgrade Fixes #1715 | |||
2016-03-30 | servlistgui: Removes leading and trailing whitespace from hostnames | Jactry Zeng | |
Closes #1651 | |||
2015-01-18 | Remove "System default" encoding. The default for new servers is UTF-8. | Arnavion | |
2015-01-18 | Add CP1252 as an available server encoding for Windows-1252 and ISO-8859-1 ↵ | Arnavion | |
networks. | |||
2015-01-18 | Removed legacy "IRC" encoding. | Arnavion | |
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 unsafe string handling in configs | TingPing | |
Also fixes 2 leaks | |||
2014-08-23 | Fix using negative index | TingPing | |
2014-04-19 | Reset all nick entry errors in servlist when fixed | TingPing | |
2014-04-18 | Fix warnings like usual | TingPing | |
2014-04-18 | Improve displaying errors in servlist | TingPing | |
2014-04-18 | Fix issues removing autojoin channels | TingPing | |
- Makes remove case insensitive - Fixes crashing when channel not found | |||
2014-02-02 | Fix warning | TingPing | |
2014-02-01 | Prevent users from having the same alternate nicks | TingPing | |
For some reason users do this and then complain when they cannot connect when nick is in use. There are other ways for them to break it but at least it shouldn't be on accident. | |||
2014-01-18 | Update most deprecated gtk functions | TingPing | |
2013-09-25 | Don't open most windows at mouse position | TingPing | |
2013-09-20 | First round of using GTK accessor functions | TingPing | |
This is the first step to build with GSEAL_ENABLE setup.c uses a deprecated fontchooser, chanview-tabs.c didn't like the conversion, and I am waiting to do some work on xtext.c before converting it. | |||
2013-09-15 | use GDK_KEY | TingPing | |
2013-09-07 | Disable challangeauth without openssl | TingPing | |
2013-09-07 | Implement BLOWFISh, AES, and EXTERNAL SASL mechanisms | TingPing | |
Closes #657 | |||
2013-06-06 | Make autojoin a toggle menu | TingPing | |
2013-06-04 | Add missing gtk_tree_path_free() | TingPing | |
2013-06-02 | translate servlist tabs | TingPing | |
2013-06-02 | Rename favorite channels to autojoin channels | TingPing | |
2013-05-20 | Improve sort keybinding in servlist | TingPing | |
also disable auto sorting on fav channels, closes #606 | |||
2013-05-19 | Login type cleanup | Berke Viktor | |
2013-05-19 | Add custom login type to avoid collisions | Berke Viktor | |
2013-05-19 | Add variables for user credentials in connect commands | Berke Viktor | |
2013-05-17 | Fix removing keys from favorites | Berke Viktor | |
2013-05-17 | Add support for QuakeNet /CHALLENGEAUTH, remove legacy /AUTH | Berke Viktor | |
2013-05-13 | Use macros instead of raw numbers for login type | Berke Viktor | |
2013-05-12 | Remember selected tab | Berke Viktor | |
2013-05-12 | Cosmetics | Berke Viktor | |
2013-05-12 | Remove unused variable | Berke Viktor | |
2013-05-12 | Fix favorite channels except in inbound.c | Berke Viktor | |
2013-05-11 | Add explanation as well | Berke Viktor | |
2013-05-11 | Make login type more intuitive and disable unused /NS | Berke Viktor | |
2013-05-11 | Fix connect commands | Berke Viktor | |
2013-05-11 | Fix layout when resized | Berke Viktor | |
2013-05-11 | Allocate all extra vertical space to the treeviews | Berke Viktor | |
2013-05-11 | Set up window sizes correctly | Berke Viktor | |
2013-05-11 | Reorganize the network editor | Berke Viktor | |
2013-05-11 | Reorganize a bit and fix spacing | Berke Viktor | |
2013-05-11 | Re-enable resize | Berke Viktor | |
2013-05-11 | fix error | TingPing | |