Commits on Mar 12, 2016

  1. Bump version to 2.12.0

    tomek committed Mar 12, 2016
    Copy the full SHA
    c874a95 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2016

  1. servlist: Add GlobalGamers

    Closes #1334
    TingPing committed Mar 21, 2016
    Copy the full SHA
    c1a94e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2016

  1. Copy the full SHA
    47b357b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2016

  1. Copy the full SHA
    c280029 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2016

  1. Copy the full SHA
    963ba2b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    77ac086 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    795e97f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    bcb4eec View commit details
    Browse the repository at this point in the history
  5. Fix building on old glib

    TingPing committed Mar 28, 2016
    Copy the full SHA
    dd080fa View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    edcd9af View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2016

  1. chanopt: Ensure values are 0-2

    If chanopt was set to any other value it would overwrite
    other values in the plugin API for channel flags.
    TingPing committed Mar 29, 2016
    Copy the full SHA
    6cbcc73 View commit details
    Browse the repository at this point in the history
  2. Translate chanopt output

    TingPing committed Mar 29, 2016
    Copy the full SHA
    60b3b43 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dce6a76 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2016

  1. url: Add support for ts3server:// uris

    Closes #1659
    ScruffyRules authored and TingPing committed Mar 30, 2016
    Copy the full SHA
    356241b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5f2d6a3 View commit details
    Browse the repository at this point in the history
  3. Don't flush the chanopt_list when saving it

    Closes #1665
    Fixes #1134
    LemonBoy authored and TingPing committed Mar 30, 2016
    Copy the full SHA
    0635e91 View commit details
    Browse the repository at this point in the history
  4. plugin: Fix padding for chanopts in channel flags

    This is an API break but it didn't really work
    properly before anyway.
    
    Fixes #1666
    TingPing committed Mar 30, 2016
    Copy the full SHA
    f656569 View commit details
    Browse the repository at this point in the history
  5. Fix warning

    Fixes #1533
    TingPing committed Mar 30, 2016
    Copy the full SHA
    58fb36e View commit details
    Browse the repository at this point in the history
  6. Improve help message for /close

    Closes #1397
    TingPing committed Mar 30, 2016
    Copy the full SHA
    9402a31 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

  1. Copy the full SHA
    b7373f4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1f48f9d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    19c4adf View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a77c6df View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2016

  1. Import lua plugin

    Written by @mniip
    TingPing committed Apr 3, 2016
    Copy the full SHA
    2e478f1 View commit details
    Browse the repository at this point in the history
  2. lua: Don't used mixed declarations

    This requires a lot more cleanup
    TingPing committed Apr 3, 2016
    Copy the full SHA
    2e2b895 View commit details
    Browse the repository at this point in the history
  3. lua: Build on win32

    TingPing committed Apr 3, 2016
    Copy the full SHA
    fb7f27f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2016

  1. Copy the full SHA
    529ae4c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2016

  1. travis: Build with Lua

    TingPing committed Apr 8, 2016
    Copy the full SHA
    c4c1c64 View commit details
    Browse the repository at this point in the history
  2. lua: Error if luaL_newstate returns NULL

    mniip authored and TingPing committed Apr 8, 2016
    Copy the full SHA
    5699bf9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bc9a59d View commit details
    Browse the repository at this point in the history
  4. lua: Use glib allocators

    mniip authored and TingPing committed Apr 8, 2016
    Copy the full SHA
    5998696 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2fe52bb View commit details
    Browse the repository at this point in the history
  6. lua: Make better use of GLib

    - Use GPtrArray everywhere
    - Remove unessary NULL checks
    - Make use of g_clear macros
    - Use g_str_has_suffix
    TingPing committed Apr 8, 2016
    Copy the full SHA
    4abcd53 View commit details
    Browse the repository at this point in the history
  7. lua: More missing statics

    TingPing committed Apr 8, 2016
    Copy the full SHA
    ba6a119 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    f501e94 View commit details
    Browse the repository at this point in the history
  9. Bump glib requirement to 2.34

    This is still rather old but does drop Ubuntu 12.04 support.
    TingPing committed Apr 8, 2016
    Copy the full SHA
    a3e1a28 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    8099f23 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    0694cb9 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    d11b7f2 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    5b05271 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2016

  1. Copy the full SHA
    bd358dd View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2016

  1. Support for older libnotify versions

    mtelka authored and TingPing committed Apr 11, 2016
    Copy the full SHA
    54c6418 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2016

  1. Copy the full SHA
    44aa999 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. configure: Bundle ax_python_devel.m4

    Upstream broke API so older distributions have broken system versions
    
    Fixes #1632
    TingPing committed Apr 19, 2016
    Copy the full SHA
    f06a38c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. Copy the full SHA
    5b097f5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d995272 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2016

  1. Copy the full SHA
    1c73f84 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fe9da93 View commit details
    Browse the repository at this point in the history
  3. lua: Use luaL_checkinteger

    TingPing committed Apr 27, 2016
    Copy the full SHA
    823ef32 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2016

  1. Bump version to 2.12.1

    TingPing committed May 1, 2016
    Copy the full SHA
    ca6411c View commit details
    Browse the repository at this point in the history