Commit Graph

96 Commits

Author SHA1 Message Date
e8456beadc Add reload command for plugins and add to gui 2013-08-04 04:36:10 -04:00
715a520c0e Move optimization settings from all subsequent projects to hexchat.props 2013-07-24 20:56:36 +02:00
c7d1102c61 perl: Fixed get_list('networks') to work with new servlist.conf syntax for autojoin channels. 2013-06-22 22:06:49 -07:00
77cad8e716 Don't hardcode "plugins" as the subdirectory for plugins in many
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-28 16:42:48 +02:00
07bc467d03 win32: Moved PlatformToolset configuration to individual project files. It 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-25 21:03:03 -07:00
facf0ab9c4 Add '(void)' to fix perl.c unused-value warning message 2013-04-23 12:09:05 -07:00
cc1f2b2d27 Fix last filename
Left here to make changes trackable
2013-04-13 02:27:02 +02:00
6ee3a4a978 Get rid of multiple Perl versions 2013-04-13 02:27:01 +02:00
c8f8a26c9c Add future Perl 5.18 project 2013-04-01 23:21:41 +02:00
110a2625fe Remove another bunch of obsolete junk 2013-04-01 05:05:33 +02:00
2bd12b2e25 Typo 2013-03-24 18:49:45 -03:00
39cfcc7468 Update missing perl note. 2013-03-24 17:23:16 -03:00
a6d7cfab78 Get rid of the servlist_ rubbish 2013-03-23 16:25:38 +01:00
c5404b8e25 Update Perl download links 2013-03-19 01:29:37 +01:00
60d7e8e320 Backport XChat r1523 2013-03-16 22:41:40 +01:00
b04377825f fix incorrect FSF address 2012-12-23 11:36:54 -08:00
40d4c592b3 Update Perl error message according to recent changes 2012-11-12 02:24:19 +01:00
c0dca425a5 Prepare solution for Perl 5.16 VC build 2012-11-12 02:04:58 +01:00
348c6ba919 Rebranding 2012-11-11 13:51:50 +01:00
db218817fd Use configdir instead of *xchatdir* 2012-11-04 23:55:36 +01:00
a51a69134b Nah, even more rebranding 2012-10-30 11:35:39 +01:00
82936df2af Some final rebranding 2012-10-30 10:42:37 +01:00
29f7a9180c Rebrand get_info(xchatdir) but remain compatible for Perl and Python 2012-10-30 09:59:58 +01:00
8d6f4d9d40 Some remaining fixes 2012-10-30 08:58:50 +01:00
e681eafa78 Rebranding for the rest of plugin* 2012-10-30 08:42:48 +01:00
45d4fa5801 Rebranding for XCHAT_EAT_* 2012-10-30 07:40:37 +01:00
4b7c7c2bb1 Rebranding for XCHAT_FD_* 2012-10-30 07:25:40 +01:00
91dd079add Rebranding for XCHAT_PRI_* 2012-10-30 07:18:25 +01:00
fc98a6d79d Remove hexchat-plugin.h duplicate 2012-10-30 04:07:33 +01:00
6a9e7bb4d3 Further doc relocations and conversions 2012-10-28 10:49:44 +01:00
a98dc18d55 Ignore generated config.h properly on Unix 2012-10-27 01:26:32 +02:00
1a75c8e1be A lot more rebranding 2012-10-24 21:33:02 +02:00
ddbce0b9fe Move warning level to property sheet 2012-10-21 05:57:00 +02:00
84c536e4ea Compatibility for Automake 1.12.4+ 2012-10-13 22:26:35 +02:00
da46225034 Revert to VS2010 part4 2012-10-03 13:50:31 +02:00
1d7773f735 Use explicit project names, output filenames depend on them 2012-10-02 18:40:23 +02:00
de70630cef Oops, wrong find'n'replace 2012-10-02 18:21:16 +02:00
567270d5a7 Remove hardcoding as much as possible 2012-10-02 18:15:49 +02:00
ab2d0b736c Change platform toolset to Visual Studio 2012 2012-10-02 16:05:20 +02:00
a57a7d3f88 Add XP (WDK) solution as a fallback option 2012-10-02 16:00:13 +02:00
ec301a5a54 Auto-load user plugins and scripts from <config>/addons
On Unix leave $(libdir)/hexchat/plugins for plugin packagers, on Windows
prevent users from modifying Program Files by ignoring everything except
bundled plugins
2012-07-26 20:53:59 +02:00
2b3e1f46e3 Use <configdir>/scripts to (auto)load Lua/Perl/Python/Tcl scripts 2012-07-21 19:16:31 +02:00
0e3fbb01d7 Add _AMD64_ definition for x64 builds, make Visual Studio even happier 2012-07-21 14:59:25 +02:00
2ae76fcacf Add trailing backslashes to Output and Intermediate directories, make Visual Studio happy 2012-07-21 14:46:29 +02:00
5290c7f392 Some more rebranding 2012-07-20 15:52:33 +02:00
f535702903 more branding changes 2012-07-19 18:30:12 +03:00
095d32556c Update XChat to r1519 2012-07-14 20:52:41 +02:00
87074105be Merge pull request #1 from XhmikosR/master
Minor changes, merge as a whole for convenience, update it slightly later
2012-07-14 11:03:38 -07:00
a19fc013a5 fixed plugins using correct libdir 2012-07-14 02:22:24 -05:00
1fae4ef09f get rid of *.user files and ignore them 2012-07-14 06:03:42 +03:00