summary refs log tree commit diff stats
AgeCommit message (Collapse)Author
2014-12-04Fix some obvious type warnings.Arnavion
2014-12-02Add missing dependencies for glib's g_spawn on windowsIvan
2014-12-02configure: Add option to run clang static analysisTingPing
2014-11-30Fix copying timestamp with server-time and indent nicks offTingPing
2014-11-30Fix duplicate timestamps on selectionTingPing
Fixes #1226
2014-11-30 Fix compilation on Windowstomek
2014-11-29Fix handling --cfgdirTingPing
Fixes #1225
2014-11-26Fix building against openssl 0.9.8TingPing
Closes #1221
2014-11-25Bump updater version to 2.10.2TingPing
2014-11-22Fix possible crash in SASL Blowfish mechTingPing
2014-11-21ssl: Validate hostnamesTingPing
Closes #524
2014-11-05ssl: Use more secure optionsTingPing
This disables ssl 2/3
2014-11-05ssl: Don't use global openssl contextTingPing
Fixes #789
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-10-29configure: Fix checking for perlDan Molik
Closes #1196 Fixes #1197
2014-10-25Remove old config migrationTingPing
Fixes #1194
2014-10-10Fix textbox not scrolling to to bottom on resizeRichardHitt
Set buf->scrollbar_down conditionally when vertically resizing text window If resize to enlarge appears to go to last line, set buf->scrollbar_down to be sure. Fixes #1151 Closes #1171
2014-09-27Fix parsing of MONITOR responsesTingPing
Fixes #1157
2014-09-25Fixed instances of hexchat_printf that unsafely used a string parameter as a ↵Arnavion
format string. Fixes #1153
2014-09-21travis: Add clang & CPUs & fast_finishMikaela Suomalainen
HexChat seems to compile fine with clang so why to not test it too. -j$(nproc) seems to work with HexChat and fast-finish marks build as failed if one job fails. Fast finish won't stop jobs that aren't finished at the time of failure. Closes #1147
2014-09-21Take two at fixing out of source buildsTingPing
2014-09-21Fix attempting to toggle visibility when tray disabledTingPing
2014-09-20Fix missing headerTingPing
And just use g_snprintf() while at it..
2014-09-20Increase max len of chiper namesTingPing
For example ECDHE-ECRSA-AES256-GCM-SHA384
2014-09-20Replace some unsafe usage of strncpyTingPing
Ensure everything is null terminated
2014-09-17win32: Fixed build break due to 7a4a024Arnavion
2014-09-14Fix out of source buildsTingPing
Fixes #1018
2014-09-13Use PlaySoundW to play sounds on Windows.Arnavion
Fixes #1133
2014-09-13Correctly open URLs with non-ASCII characters on Windows.Arnavion
Fixes #1023
2014-09-07Detect utf8 urlsTingPing
They might not be valid, but like many things they are still used
2014-09-07Fix opening utf8 urls on OSXTingPing
- Escape hostnames with punycode - Use proper encoding when launching open
2014-09-01Escape values set via pluginprefTingPing
Fixes #790
2014-09-01Fix DOMAIN and EMAIL patterns.LightningW
Closes #1107
2014-09-01xtext: Add word and line selection modesFarow
Similar to a GtkTextView if you double click you enter word selection mode and if you triple click you enter line selection mode. Allowing you to drag and select more than a single character. Closes #1108
2014-08-23Fix using negative indexTingPing
2014-08-23Use glib to get portable mode dirTingPing
This should fix any non-ascii paths
2014-08-20Use GFile API in gtkutil_check_file instead of stat/access.Arnavion
The latter functions expect codepage-encoded filenames on Windows but GLib's API returns filesystem-encoded paths, which on Windows are UTF-8. GLib API should be used to deal with GLib API results. Also fixed leaks in two of the callers of gtkutil_check_file() Fixes #968
2014-08-20Update badges in readmeTingPing
2014-08-15Update readme.mdTingPing
2014-08-07Bump master to development release 2.11.0TingPing
To anybody confused this is not the next stable release, it is just a way to differentiate master from the 2.10 branch and next stable will be 2.12.0 similar to Gnome's versioning scheme.
2014-08-01osx: Create bundles using homebrewTingPing
Just easier to maintain than jhbuild. See https://github.com/TingPing/homebrew-gnome for deps.
2014-07-28Stupid github editor adding newlinesTingPing
2014-07-28Fix warningTingPing
2014-07-28Bump updater version on WindowsTingPing
2014-07-28Fixed expand_homedir to handle paths like "~user" correctly.Arnavion
2014-07-28Fix various crashes with pluginprefTingPing
2014-07-21Add GeeksIRC and IRC4Fun to network listsiniStar7boy
Closes #1057 Closes #1058
2014-07-21Fix apostrophe related spell check issuesRichardHitt
2014-07-19Fix possible crash in spell checkRichardHitt
Closes #1048
2014-07-19win32: Update Python linksTingPing