Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-18 | Fix formatting warnings | TingPing | |
Found by #1059 | |||
2014-06-04 | Use GDir instead of dirent | TingPing | |
2014-06-04 | win32: Use config.h instead of config-win32.h | TingPing | |
2014-06-02 | fishlim: Fix filename in error messages | TingPing | |
2014-06-02 | Handle a special character before "+OK", e.g. identify-msg + or - | Samuel Lidén Borell | |
2014-06-02 | Use path to HexChat instead of XChat in the test program | Samuel Lidén Borell | |
Note that this affects the test program only. It doesn't affect users of FiSHLiM. The reason for this change is that XChat doesn't seem to be maintained any longer. | |||
2014-06-02 | Add missing include in the test program | Samuel Lidén Borell | |
2014-06-02 | Fix memory leak in the test program | Samuel Lidén Borell | |
2014-06-02 | Fix undefined behaviour in left shift | Samuel Lidén Borell | |
This is not a problem with a usual compiler configuration, but LLVM/clang detects it when compiled with: -fsanitize=undefined-trap -fsanitize-undefined-trap-on-error -ftrapv | |||
2014-05-28 | perl: Update Perl to 5.20 | tomek | |
2014-04-19 | sysinfo: Use less ambiguous IEC prefixes in storage measurements | Max Zerzouri | |
Closes #922 | |||
2014-04-19 | python: Scan for non-NULLs in print events | Adam Dane [:hobophobe] | |
Closes #916 Closes #915 | |||
2014-03-11 | Fix miscapitalization | Eustachy Kapusta | |
2014-02-12 | Fix some leaks | TingPing | |
2014-01-30 | More autotools cleanup | TingPing | |
- Don't build msproxy if unused - Add resources to cleanfiles - Remove old extra_dist from plugins | |||
2014-01-29 | osx: Silence openssl deprecated warnings | TingPing | |
2014-01-20 | Remove unused xdcc server plugin | TingPing | |
2014-01-20 | configure: Clean up EXTRA_DIST | TingPing | |
2014-01-20 | Remove unused plugins | TingPing | |
2014-01-20 | Remove unused perl files | TingPing | |
- old example scripts - outdated docs - mingw build script | |||
2014-01-08 | Rewrite dns command | TingPing | |
- Cross platform - Doesn't depend on external tools | |||
2013-10-20 | sysinfo: Fix showing debian version on ubuntu | TingPing | |
2013-10-13 | Perl: fixed crash when a script exits abnormally | Farow | |
2013-10-12 | Rename Strawberry to Hexchat in Perl error message | Eustachy Kapusta | |
2013-10-10 | Fix a few cppcheck warnings. | XhmikosR | |
Use the proper data type in format functions and fix a resource leak. | |||
2013-10-07 | Rebrand Perl plugin to HexChat, | Farow | |
Add /pl and plugin_pref Add help messages | |||
2013-10-05 | some Typos causing lintian moaning: {R,r}eciev.. -> {R,r}eceiv.. | Alf Gaida | |
2013-09-30 | Fix crash in hexchat_pluginpref_list() | TingPing | |
Set max output size to 4096 | |||
2013-09-29 | Remove unused gtk-prefs project | TingPing | |
2013-09-27 | Update link to site in perl plugin | Eustachy Kapusta | |
2013-09-25 | Make Python version consistent on both platforms | TingPing | |
and don't hardcode 2.7/3.3 | |||
2013-09-24 | Remove hextray | TingPing | |
2013-09-15 | plugins: fishlim: VS2013 comes with a working stdbool.h | Arnavion | |
2013-09-15 | Convert project files to vs2013 | Eustachy Kapusta | |
2013-09-10 | Exec: Print help on empty string | TingPing | |
... and bump version | |||
2013-08-26 | Fix /exec -o on Windows | TingPing | |
2013-08-26 | Sysinfo: Add announce option | TingPing | |
2013-08-26 | Sysinfo: Fix gentoo detection | hasufell | |
2013-08-12 | Fixed munging of whitespace in sysinfo's matching functions | Joshua Theze | |
Closes #712 | |||
2013-08-04 | Add reload command for plugins and add to gui | TingPing | |
2013-07-30 | python: Set VERSION using existing VERSION_MAJOR and VERSION_MINOR macros ↵ | Arnavion | |
and some mintor refactoring. | |||
2013-07-26 | Fix some warnings | TingPing | |
2013-07-26 | Python: Fix callbacks for the "special" print hooks | TingPing | |
2013-07-25 | Upd: Properly handle http errors | TingPing | |
Also some cleanup of some old code and comments | |||
2013-07-24 | Move optimization settings from all subsequent projects to hexchat.props | Eustachy Kapusta | |
2013-07-21 | Python: return hooks with PyLong_FromVoidPtr | TingPing | |
Fixes #685 | |||
2013-07-19 | Python: Use keywords for attributes in emit_print() | TingPing | |
2013-07-19 | Python: Add support for attributes in hooks | TingPing | |
2013-07-16 | Updater: fix download links | TingPing | |
2013-06-22 | perl: Fixed get_list('networks') to work with new servlist.conf syntax for ↵ | Arnavion | |
autojoin channels. |