Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-14 | perl: Fixed warning about implicitly casting the time_t returned from ↵ | Arnavion | |
hexchat_list_time() to an NV. | |||
2014-12-11 | sysinfo: Simplify remove_leading_whitespace() | TingPing | |
Also fixes a possible overflow | |||
2014-12-11 | Fix some warnings in xsys | TingPing | |
- Remove unused code - Fix leak | |||
2014-12-08 | Removed some unnecessary null-checks for calls to g_free and g_strfreev | Arnavion | |
2014-12-04 | Fix some obvious type warnings. | Arnavion | |
2014-11-02 | Warning cleanup | Campbell Barton | |
- ignoring const - declarations after statements - some C files didnt include own headers (risking them getting out of sync) Closes #1064 | |||
2014-09-25 | Fixed instances of hexchat_printf that unsafely used a string parameter as a ↵ | Arnavion | |
format string. Fixes #1153 | |||
2014-09-14 | Fix out of source builds | TingPing | |
Fixes #1018 | |||
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 | |