summary refs log tree commit diff stats
path: root/src/common/util.h
AgeCommit message (Collapse)Author
2017-08-31Improve detection of system tray supportPatrick Griffis
Closes #2045
2017-08-18Adjust use of ellipsis (...) in menus according to Gnome HIG (#2035)torhus
* Adjust use of ellipses (...) in menus according to Gnome HIG https://developer.gnome.org/hig/stable/writing-style.html.en
2016-05-28Couple of minor const correctness fixesErik de Castro Lopo
2016-04-13Fix challengeauth lower casing usernamePatrick Griffis
2016-01-29Remove DH-AES/DH-BLOWFISH mechanisms and misc cleanupPatrick Griffis
- AES and Blowfish mechanisms are deemed insecure and servers have removed support for them - Remove attempts to retry since we only support one mech - Handle SASL 3.2's new syntax for supported mechs
2015-03-20Fix conflicting type in headerTingPing
gsize and size_t are not the same thing
2014-11-02Warning cleanupCampbell Barton
- ignoring const - declarations after statements - some C files didnt include own headers (risking them getting out of sync) Closes #1064
2014-06-04Use glib to parse and launch commands for util_execTingPing
Fixes #958
2014-04-21Use 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-02-12Remove unused functionTingPing
2014-02-04osx: Set Menlo as default fontTingPing
This moves the find_font function to the front ends since it depends on pango and cairo
2013-11-02Fix invalid timestamps crashing on WindowsTingPing
2013-09-07Implement BLOWFISh, AES, and EXTERNAL SASL mechanismsTingPing
Closes #657
2013-05-17Add support for QuakeNet /CHALLENGEAUTH, remove legacy /AUTHBerke Viktor
2013-04-03Remove strlutilBerke Viktor
2013-04-02Remove most of HexTray and one instanceBerke Viktor
You can still build HexTray manually if you want to try fixing it
2013-03-31Supposed fix for license issuesBerke Viktor
I have no clue what to put here so I'll just use what the About dialog provides (unless specified otherwise in the file)
2013-03-25Disable tray when using UnityTingPing
2012-11-03Initial commit for utf8 everywhere.Arnavion
2012-10-28Use Consolas as the default font where availableBerke Viktor
2012-10-28More polishing for the About dialogBerke Viktor
2012-10-25Move SASL passphrase generation code to utilsBerke Viktor
2012-10-25Some more rebranding for consistency's sakeBerke Viktor
2012-10-18Add function for listing subdirsBerke Viktor
2012-09-24Add strlcat() and strlcpy(), might convert to them in the futureBerke Viktor
2012-07-13Rename X-Tray to HexTrayBerke Viktor
2011-12-11initial patches for linux compatibilityBerke Viktor
2011-11-29initial plugin config framework, can't save multiple entriesBerke Viktor
2011-05-30move cpu arch stuff to separate functionberkeviktor@aol.com
2011-02-28add wdk changes to named branchberkeviktor@aol.com
2011-02-24add xchat r1489berkeviktor@aol.com