summary refs log tree commit diff stats
path: root/src/fe-gtk/servlistgui.c
AgeCommit message (Collapse)Author
2014-12-10Fix unsafe string handling in configsTingPing
Also fixes 2 leaks
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
- Makes remove case insensitive - Fixes crashing when channel not found
2014-02-02Fix warningTingPing
2014-02-01Prevent users from having the same alternate nicksTingPing
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-18Update most deprecated gtk functionsTingPing
2013-09-25Don't open most windows at mouse positionTingPing
2013-09-20First round of using GTK accessor functionsTingPing
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-15use GDK_KEYTingPing
2013-09-07Disable challangeauth without opensslTingPing
2013-09-07Implement BLOWFISh, AES, and EXTERNAL SASL mechanismsTingPing
Closes #657
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
also disable auto sorting on fav channels, closes #606
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
2013-05-11Reorganize a bit and fix spacingBerke Viktor
2013-05-11Re-enable resizeBerke Viktor
2013-05-11fix errorTingPing
2013-05-11serverlistgui cleanupTingPing
2013-05-11Remove some redundancyBerke Viktor
2013-05-11Also disable labels, not just entriesBerke Viktor
2013-05-11Nuke nickserv password field and some cosmeticsBerke Viktor
2013-05-11Skeleton for tabbed uiBerke Viktor
2013-05-11Reorganize the network listBerke Viktor
2013-05-10Replace various network options with universal login method optionBerke Viktor
2013-05-03Merge pull request #565 from bviktor/nickservtypeTingPing
Make NickServ registration configurable per-network
2013-05-01Save nicks when closing network listTingPing
#570
2013-04-28Remove useless slashBerke Viktor
2013-04-28Make NickServ registration configurable per-networkBerke Viktor
Fixes #394