summary refs log tree commit diff stats
path: root/src/common/util.c
AgeCommit message (Expand)Author
2017-09-21Fix rfc_ncasecmp handling of n reaching 0Joseph Bisch
2017-09-19Fix rfc_{n,}casecmp functions (#2058)Joseph Bisch
2017-08-31Improve detection of system tray supportPatrick Griffis
2017-06-13build: Replace Autotools with MesonPatrick Griffis
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
2015-10-12common: Moved some functions over from plugins/sysinfo that are useful for th...Arnavion
2015-10-05win32: Don't rely on CWD for portable-mode checkPatrick Griffis
2015-03-19Fix warningsTingPing
2015-02-04Partial fix for Windows 10 detectionBerke Viktor
2014-12-28Remove option to use socks5 libraryTingPing
2014-12-28Fix building as c89TingPing
2014-12-28Use glib for all allocationsTingPing
2014-12-17More consistently include config.hTingPing
2014-12-15Remove unused headerTingPing
2014-12-15Add patch from cygwinTingPing
2014-12-08Removed some unnecessary casts.Arnavion
2014-12-08Removed some commented-out code.Arnavion
2014-12-08Removed some unnecessary null-checks for calls to g_free and g_strfreevArnavion
2014-11-22Fix possible crash in SASL Blowfish mechTingPing
2014-11-02Warning cleanupCampbell Barton
2014-07-28Fix warningTingPing
2014-07-28Fixed expand_homedir to handle paths like "~user" correctly.Arnavion
2014-07-05Disable tray support on ElementaryTingPing
2014-06-21Remove broken debug codeTingPing
2014-06-04Use GDir instead of direntTingPing
2014-06-04Use glib to parse and launch commands for util_execTingPing
2014-06-04win32: Use config.h instead of config-win32.hTingPing
2014-04-24Replace deprecated GetVersionEx calls with version helpersBerke Viktor
2014-04-21Use utf-8 variant of strftime to format log file paths.Arnavion
2014-02-12Fix some leaksTingPing
2014-02-12Remove unused functionTingPing
2014-02-04osx: Set Menlo as default fontTingPing
2014-01-30Now make_ping_time() in common/util.c returns the time in milliseconds insteadDiogo Sousa
2013-11-02Fix invalid timestamps crashing on WindowsTingPing
2013-09-25Only show users country if its not unknownTingPing
2013-09-07Disable challangeauth without opensslTingPing
2013-09-07Implement BLOWFISh, AES, and EXTERNAL SASL mechanismsTingPing
2013-05-20Sample code docs for challengeauth_response()Berke Viktor
2013-05-19CosmeticsBerke Viktor
2013-05-19Simplify SASL auth string generation codeBerke Viktor
2013-05-17Add support for QuakeNet /CHALLENGEAUTH, remove legacy /AUTHBerke Viktor
2013-05-14Fix warningsBerke Viktor
2013-05-04Replace g_strdup_printf with g_build_filename where possibleBerke Viktor
2013-04-02Only include top level includes from GTK+, GLib and GDK-PixBufBerke Viktor
2013-04-02Remove most of HexTray and one instanceBerke Viktor
2013-03-25Disable tray when using UnityTingPing
2013-01-09Oops, fixed error in util.cRichardHitt
2013-01-09Make source cleah with cppcheck, except for mpc and saslRichardHitt