Age | Commit message (Collapse) | Author |
|
|
|
|
|
fgets() wont include the newline
|
|
This avoids the issue of plugins changing paths on us
|
|
|
|
|
|
For #647
|
|
|
|
Closes #796
|
|
|
|
|
|
|
|
previously it only recognized url with "://" after the scheme.
Urls without a scheme are purposely not recognized by this function.
Fixes #701
Closes #815
|
|
This is good practice and also helped simplifying re_*() functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In flags of get_list('channels')
|
|
|
|
Closes #792
|
|
|
|
the newly opened dialog. This fixes that issue.
|
|
|
|
Closes #804
Closes #780
|
|
|
|
Windows-specific files that need it - config-win32.h, version.txt, hexchat.rc, hexchat.iss
This is done via T4 templates. The original files are now generated at build-time and so have been added to .gitignore and removed from the repository, with the exception of version.txt which must be hosted on GitHub for the updater plugin.
|
|
before any others.
|
|
|
|
|
|
Better understandable option for the input box's color rendering
|
|
|
|
|
|
|
|
Use the proper data type in format functions and fix a resource leak.
|
|
|
|
|