Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-11 | Better project files. | Arnavion | |
- Output directly to rel\ instead of to bin\ and then copying files over. - Deduped Win32 vs x64 configs - Moved some common properties to hexchat.props - All build intermediates (except htm's intermediates) are no longer emitted in the source directory | |||
2015-02-10 | Call CoInitialize, CoInitializeSecurity and CoUninitialize from the main ↵ | Arnavion | |
process, not from a DLL. They're process-level functions and aren't meant to be called from DLLs. CoInitSecurity in particular fails with RPC_E_TOO_LATE even if no other call to CoCreateInstance has been made yet. Fixes sysinfo's WMI calls on Windows 8.1 and above. | |||
2015-01-31 | sysinfo: Fix braindead logic for stripping spaces from the end of the OS name. | Arnavion | |
2015-01-31 | sysinfo: Strip spaces from the end of the OS name, if any, and ensure a ↵ | Arnavion | |
space between name and arch. | |||
2015-01-05 | sysinfo: Also show HDD information. | Arnavion | |
2015-01-04 | sysinfo: Don't confuse build architecture with CPU architecture. | Arnavion | |
2015-01-04 | sysinfo: Refactored out individual WMI parsing methods. | Arnavion | |
2015-01-03 | Bring the sysinfo plugin to the 21st century. | Arnavion | |
- Support multiple CPUs and graphics adapters in the WMI responses. - Query max CPU frequency from WMI instead of registry. - Support uptimes longer than 50 days. - Don't report using /ME in notice and server notice tabs. - Convert to C | |||
2014-12-28 | Fix building as c89 | TingPing | |
2014-12-28 | Use glib for allocations in all plugins | TingPing | |
Continuation of 83032b1aa | |||
2014-12-17 | More consistently include config.h | TingPing | |
2014-12-15 | configure: Improve various build flags | TingPing | |
- Store openssl flags in own vars - Share some common flags for plugins - Fix building plugins on win32 - Store all glib flags in one var - Don't link against every lib for each plugin - Don't hardcode ldflags for sysinfo | |||
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-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-04-19 | sysinfo: Use less ambiguous IEC prefixes in storage measurements | Max Zerzouri | |
Closes #922 | |||
2013-10-20 | sysinfo: Fix showing debian version on ubuntu | TingPing | |
2013-10-10 | Fix a few cppcheck warnings. | XhmikosR | |
Use the proper data type in format functions and fix a resource leak. | |||
2013-10-05 | some Typos causing lintian moaning: {R,r}eciev.. -> {R,r}eceiv.. | Alf Gaida | |
2013-09-15 | Convert project files to vs2013 | Eustachy Kapusta | |
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-07-24 | Move optimization settings from all subsequent projects to hexchat.props | Eustachy Kapusta | |
2013-06-01 | be more specific about sysinfo menu entry | TingPing | |
2013-05-17 | Fix warning from hwmon.c in plugins/sysinfo | Richard Hitt | |
2013-05-10 | Added help text for sysinfo plugin. | Rahat Ahmed | |
2013-04-28 | Don't hardcode "plugins" as the subdirectory for plugins in many | Christoph J. Thompson | |
places. modified: config-win32.h modified: configure.ac modified: plugins/checksum/Makefile.am modified: plugins/doat/Makefile.am modified: plugins/fishlim/Makefile.am modified: plugins/perl/Makefile.am modified: plugins/python/Makefile.am modified: plugins/sysinfo/Makefile.am modified: plugins/xdcc/Makefile.am modified: src/common/plugin.c modified: src/fe-text/fe-text.c | |||
2013-04-25 | win32: Moved PlatformToolset configuration to individual project files. It ↵ | Arnavion | |
should be set before setting other properties or importing other props. This fixes the broken GUI Platform Toolset indicator, as well as VS compilation itself if another version such as 2010 was also installed. | |||
2013-04-14 | Relocate plugin icons | Berke Viktor | |
2013-04-01 | Remove another bunch of obsolete junk | Berke Viktor | |
2013-01-19 | Correct almost all compiler warning issues | RichardHitt | |
2013-01-09 | Make source cleah with cppcheck, except for mpc and sasl | RichardHitt | |
2012-12-23 | fix incorrect FSF address | Dan Mashal | |
2012-10-30 | Some final rebranding | Berke Viktor | |
2012-10-30 | Rebranding for the rest of plugin* | Berke Viktor | |
2012-10-30 | Rebranding for XCHAT_EAT_* | Berke Viktor | |
2012-10-30 | Rebranding for XCHAT_PRI_* | Berke Viktor | |
2012-10-30 | Remove hexchat-plugin.h duplicate | Berke Viktor | |
2012-10-28 | Fix SysInfo displaying garbage for too long lines | Berke Viktor | |
2012-10-26 | Fix buffer size | Berke Viktor | |
2012-10-24 | A lot more rebranding | Berke Viktor | |
2012-10-22 | Fix LSB filename | Berke Viktor | |
2012-10-21 | Cosmetics | Berke Viktor | |
2012-10-21 | Typofix | Berke Viktor | |
2012-10-21 | Even more SysInfo fixes | Berke Viktor | |
2012-10-21 | Some more cleanup for SysInfo | Berke Viktor | |
2012-10-21 | A LOT of cleanup for SysInfo-Unix | Berke Viktor | |
2012-10-21 | Add Mageia support to SysInfo | Berke Viktor | |