summary refs log tree commit diff stats
path: root/src/fe-gtk/servlistgui.c
AgeCommit message (Expand)Author
2023-11-05Added support for SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA-512Patrick Okraku
2021-06-17Switch back to using newserver as the default server name.Sadie Powell
2021-06-17Default new servers to use TLS if built with OpenSSL.Sadie Powell
2017-09-15Use localized "HexChat" in window titlesChase Patterson
2017-09-15Change windows from starting with "Hexchat: " to ending with " - Hexchat"Chase Patterson
2017-08-19UI text consistency, capitalization etc.torhus
2016-06-12servlistgui: Error if nicks left emptyPatrick Griffis
2016-05-16servlistgui: Show invalid nick/user on openPatrick Griffis
2016-03-30servlistgui: Removes leading and trailing whitespace from hostnamesJactry Zeng
2015-01-18Remove "System default" encoding. The default for new servers is UTF-8.Arnavion
2015-01-18Add CP1252 as an available server encoding for Windows-1252 and ISO-8859-1 ne...Arnavion
2015-01-18Removed legacy "IRC" encoding.Arnavion
2014-12-28Fix building as c89TingPing
2014-12-28Use glib for all allocationsTingPing
2014-12-10Fix unsafe string handling in configsTingPing
2014-08-23Fix using negative indexTingPing
2014-04-19Reset all nick entry errors in servlist when fixedTingPing
2014-04-18Fix warnings like usualTingPing
2014-04-18Improve displaying errors in servlistTingPing
2014-04-18Fix issues removing autojoin channelsTingPing
2014-02-02Fix warningTingPing
2014-02-01Prevent users from having the same alternate nicksTingPing
2014-01-18Update most deprecated gtk functionsTingPing
2013-09-25Don't open most windows at mouse positionTingPing
2013-09-20First round of using GTK accessor functionsTingPing
2013-09-15use GDK_KEYTingPing
2013-09-07Disable challangeauth without opensslTingPing
2013-09-07Implement BLOWFISh, AES, and EXTERNAL SASL mechanismsTingPing
2013-06-06Make autojoin a toggle menuTingPing
2013-06-04Add missing gtk_tree_path_free()TingPing
2013-06-02translate servlist tabsTingPing
2013-06-02Rename favorite channels to autojoin channelsTingPing
2013-05-20Improve sort keybinding in servlistTingPing
2013-05-19Login type cleanupBerke Viktor
2013-05-19Add custom login type to avoid collisionsBerke Viktor
2013-05-19Add variables for user credentials in connect commandsBerke Viktor
2013-05-17Fix removing keys from favoritesBerke Viktor
2013-05-17Add support for QuakeNet /CHALLENGEAUTH, remove legacy /AUTHBerke Viktor
2013-05-13Use macros instead of raw numbers for login typeBerke Viktor
2013-05-12Remember selected tabBerke Viktor
2013-05-12CosmeticsBerke Viktor
2013-05-12Remove unused variableBerke Viktor
2013-05-12Fix favorite channels except in inbound.cBerke Viktor
2013-05-11Add explanation as wellBerke Viktor
2013-05-11Make login type more intuitive and disable unused /NSBerke Viktor
2013-05-11Fix connect commandsBerke Viktor
2013-05-11Fix layout when resizedBerke Viktor
2013-05-11Allocate all extra vertical space to the treeviewsBerke Viktor
2013-05-11Set up window sizes correctlyBerke Viktor
2013-05-11Reorganize the network editorBerke Viktor