Commits on Nov 22, 2014

  1. Fix warning

    TingPing committed Nov 22, 2014
    Copy the full SHA
    da2deb8 View commit details
    Browse the repository at this point in the history
  2. Use GFile API in gtkutil_check_file instead of stat/access.

    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
    Arnavion authored and TingPing committed Nov 22, 2014
    Copy the full SHA
    f07be8f View commit details
    Browse the repository at this point in the history
  3. Use glib to get portable mode dir

    This should fix any non-ascii paths
    TingPing committed Nov 22, 2014
    Copy the full SHA
    04d2329 View commit details
    Browse the repository at this point in the history
  4. Fix using negative index

    TingPing committed Nov 22, 2014
    Copy the full SHA
    4b8e80d View commit details
    Browse the repository at this point in the history
  5. Fix DOMAIN and EMAIL patterns.

    Closes #1107
    LightningW authored and TingPing committed Nov 22, 2014
    Copy the full SHA
    b66cc9a View commit details
    Browse the repository at this point in the history
  6. Fix opening utf8 urls on OSX

    - Escape hostnames with punycode
    - Use proper encoding when launching open
    TingPing committed Nov 22, 2014
    Copy the full SHA
    3ad8776 View commit details
    Browse the repository at this point in the history
  7. Detect utf8 urls

    They might not be valid, but like many things they are still used
    TingPing committed Nov 22, 2014
    Copy the full SHA
    ce04d31 View commit details
    Browse the repository at this point in the history
  8. Correctly open URLs with non-ASCII characters on Windows.

    Fixes #1023
    Arnavion authored and TingPing committed Nov 22, 2014
    Copy the full SHA
    d4d2945 View commit details
    Browse the repository at this point in the history
  9. Use PlaySoundW to play sounds on Windows.

    Fixes #1133
    Arnavion authored and TingPing committed Nov 22, 2014
    Copy the full SHA
    0495a79 View commit details
    Browse the repository at this point in the history
  10. Replace some unsafe usage of strncpy

    Ensure everything is null terminated
    TingPing committed Nov 22, 2014
    Copy the full SHA
    ed9a984 View commit details
    Browse the repository at this point in the history
  11. Increase max len of chiper names

    For example ECDHE-ECRSA-AES256-GCM-SHA384
    TingPing committed Nov 22, 2014
    7
    Copy the full SHA
    615ccb5 View commit details
    Browse the repository at this point in the history
  12. Fix missing header

    And just use g_snprintf() while at it..
    TingPing committed Nov 22, 2014
    Copy the full SHA
    4175da9 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    513a1bd View commit details
    Browse the repository at this point in the history
  14. Fixed instances of hexchat_printf that unsafely used a string paramet…

    …er as a format string.
    
    Fixes #1153
    Arnavion authored and TingPing committed Nov 22, 2014
    Copy the full SHA
    131eda9 View commit details
    Browse the repository at this point in the history
  15. Fix parsing of MONITOR responses

    Fixes #1157
    TingPing committed Nov 22, 2014
    Copy the full SHA
    0c633b3 View commit details
    Browse the repository at this point in the history
  16. Fix textbox not scrolling to to bottom on resize

    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
    RichardHitt authored and TingPing committed Nov 22, 2014
    Copy the full SHA
    2164da1 View commit details
    Browse the repository at this point in the history
  17. configure: Fix checking for perl

    Closes #1196
    Fixes #1197
    dmolik authored and TingPing committed Nov 22, 2014
    Copy the full SHA
    c392cd9 View commit details
    Browse the repository at this point in the history
  18. ssl: Don't use global openssl context

    Fixes #789
    TingPing committed Nov 22, 2014
    Copy the full SHA
    b6fa857 View commit details
    Browse the repository at this point in the history
  19. ssl: Use more secure options

    This disables ssl 2/3
    TingPing committed Nov 22, 2014
    Copy the full SHA
    458df65 View commit details
    Browse the repository at this point in the history
  20. ssl: Validate hostnames

    Closes #524
    TingPing committed Nov 22, 2014
    Copy the full SHA
    c99f2ba View commit details
    Browse the repository at this point in the history
  21. Update translations

    TingPing committed Nov 22, 2014
    Copy the full SHA
    df9c213 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2014

  1. Copy the full SHA
    2e96f33 View commit details
    Browse the repository at this point in the history
  2. Bump version to 2.10.2

    TingPing committed Nov 25, 2014
    1
    Copy the full SHA
    2656720 View commit details
    Browse the repository at this point in the history