Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-28 | Couple of minor const correctness fixes | Erik de Castro Lopo | |
2016-05-28 | Remove two un-needed type casts | Erik de Castro Lopo | |
2016-05-16 | servlistgui: Show invalid nick/user on open | Patrick Griffis | |
It is possible to have an invalid config from a previous upgrade Fixes #1715 | |||
2016-05-12 | Ignore VS2015 crap. | Arnavion | |
2016-05-03 | servlist: Default to UTF-8 on PTNet | TingPing | |
Fixes #1697 | |||
2016-05-01 | Bump version to 2.12.1 | tomek | |
2016-05-01 | Bump version to 2.12.1 | Patrick Griffis | |
2016-04-27 | lua: Use luaL_checkinteger | Patrick Griffis | |
2016-04-27 | Fixed warning from MSVC that not all branches return a value. | Arnavion | |
2016-04-27 | installer project needs to depend on lua plugin project. | Arnavion | |
2016-04-26 | win32: Install doat by default | Patrick Griffis | |
2016-04-26 | More minor scrollback loading improvements | Patrick Griffis | |
2016-04-19 | configure: Bundle ax_python_devel.m4 | Patrick Griffis | |
Upstream broke API so older distributions have broken system versions Fixes #1632 | |||
2016-04-13 | Fix challengeauth lower casing username | Patrick Griffis | |
2016-04-10 | Support for older libnotify versions | Marcel Telka | |
2016-04-09 | win32: Reflect lua path changes in gtk-win32 | Patrick Griffis | |
2016-04-07 | lua: Fix explicit braces warning | Patrick Griffis | |
2016-04-07 | win32: Install lgi with lua plugin | Patrick Griffis | |
2016-04-07 | lua: Minor formating cleanup | Patrick Griffis | |
2016-04-07 | lua: More consistency with Python plugin | Patrick Griffis | |
2016-04-07 | travis: Build on Ubuntu 14.04 | Patrick Griffis | |
2016-04-07 | Bump glib requirement to 2.34 | Patrick Griffis | |
This is still rather old but does drop Ubuntu 12.04 support. | |||
2016-04-07 | lua: Some more refactoring. Fix unload hook in the interpreter. | mniip | |
2016-04-07 | lua: More missing statics | Patrick Griffis | |
2016-04-07 | lua: Make better use of GLib | Patrick Griffis | |
- Use GPtrArray everywhere - Remove unessary NULL checks - Make use of g_clear macros - Use g_str_has_suffix | |||
2016-04-07 | lua: Bump version and update copyright year. | mniip | |
2016-04-07 | lua: Use glib allocators | mniip | |
2016-04-07 | lua: Replace some pushnumbers with pushintegers | mniip | |
2016-04-07 | lua: Error if luaL_newstate returns NULL | mniip | |
2016-04-07 | travis: Build with Lua | Patrick Griffis | |
2016-04-03 | lua: Build on win32 | Patrick Griffis | |
2016-04-03 | lua: Don't used mixed declarations | Patrick Griffis | |
This requires a lot more cleanup | |||
2016-04-03 | Import lua plugin | Patrick Griffis | |
Written by @mniip | |||
2016-03-31 | configure: Place auxiliary files in own dir | Patrick Griffis | |
2016-03-31 | autogen: Don't copy all files by default | Patrick Griffis | |
2016-03-31 | Increase default size of some util windows | Patrick Griffis | |
2016-03-31 | unix: Open urls in existing instance if supported | Patrick Griffis | |
2016-03-30 | Improve help message for /close | Patrick Griffis | |
Closes #1397 | |||
2016-03-30 | Fix warning | Patrick Griffis | |
Fixes #1533 | |||
2016-03-30 | plugin: Fix padding for chanopts in channel flags | Patrick Griffis | |
This is an API break but it didn't really work properly before anyway. Fixes #1666 | |||
2016-03-30 | Don't flush the chanopt_list when saving it | LemonBoy | |
Closes #1665 Fixes #1134 | |||
2016-03-30 | servlistgui: Removes leading and trailing whitespace from hostnames | Jactry Zeng | |
Closes #1651 | |||
2016-03-30 | url: Add support for ts3server:// uris | Scott Scheiner | |
Closes #1659 | |||
2016-03-29 | plugingui: Use full path when unloading/reloading plugins | Patrick Griffis | |
Mentioned in mniip/hexchat-lua#5 | |||
2016-03-28 | Translate chanopt output | Patrick Griffis | |
2016-03-28 | chanopt: Ensure values are 0-2 | Patrick Griffis | |
If chanopt was set to any other value it would overwrite other values in the plugin API for channel flags. | |||
2016-03-28 | installer: Use https for Python downloads | Patrick Griffis | |
2016-03-28 | Fix building on old glib | Patrick Griffis | |
2016-03-28 | identd: Fix ipv6 support on Windows | Patrick Griffis | |
2016-03-28 | identd: Fix respecting USE_GLOBAL network flag | Patrick Griffis | |