TingPing
|
5201f0fd06
|
Python: revert 43bd9483ce
Will possibly come back to this at a later time...
|
2013-06-04 06:13:28 -03:00 |
|
TingPing
|
c9b7a3f86e
|
Python: return true/false from set/del_pluginpref
|
2013-06-02 00:29:34 -03:00 |
|
TingPing
|
43bd9483ce
|
Python: Save pluginprefs to seperate files
|
2013-06-02 00:22:00 -03:00 |
|
TingPing
|
1277b4c30f
|
be more specific about sysinfo menu entry
|
2013-06-01 19:06:58 -04:00 |
|
TingPing
|
855c20501b
|
fix crash
|
2013-05-30 22:23:00 -03:00 |
|
TingPing
|
fd71bb768a
|
Python: Allow unhooking commands and prints by name
|
2013-05-22 19:30:49 -03:00 |
|
TingPing
|
9891f94e41
|
Rebrand python about message
|
2013-05-18 15:42:30 -03:00 |
|
TingPing
|
a22ae9f39a
|
Support time lists via python
|
2013-05-18 15:13:05 -03:00 |
|
Richard Hitt
|
73badc67ff
|
Fix warning from hwmon.c in plugins/sysinfo
|
2013-05-17 21:51:34 -07:00 |
|
Arnavion
|
5c9652bf13
|
python: Hold a reference to plugin instead of dereferencing hook to get to it.
hook might have been free'd by the callback via hexchat.unhook().
|
2013-05-14 01:25:01 -07:00 |
|
Rahat Ahmed
|
be35154376
|
Added help text for sysinfo plugin.
|
2013-05-10 23:32:29 -05:00 |
|
TingPing
|
beb3ab506d
|
Import hexchat automatically when calling /py exec
|
2013-05-09 23:45:04 -03:00 |
|
TingPing
|
494364d437
|
Fix returning gtkwin_ptr from python api
|
2013-05-09 22:55:06 -03:00 |
|
Berke Viktor
|
b2317d8800
|
Typofix
|
2013-05-04 17:40:48 +02:00 |
|
Berke Viktor
|
3283c71936
|
Use system include syntax
|
2013-05-04 17:40:23 +02:00 |
|
Berke Viktor
|
22a0d5a3fb
|
Add Python major version to plugin description
|
2013-05-04 17:39:24 +02:00 |
|
TingPing
|
46443cbd1c
|
python: fully delete failed plugins
|
2013-05-04 02:02:10 -03:00 |
|
TingPing
|
efd21ce982
|
fix possible crash
|
2013-05-04 00:00:48 -03:00 |
|
Berke Viktor
|
c4e96dd481
|
Fix output name
|
2013-05-04 02:57:03 +02:00 |
|
TingPing
|
1f525a6f4b
|
Merge branch 'py3k' of git://github.com/TingPing/hexchat
|
2013-05-03 20:32:23 -04:00 |
|
TingPing
|
ffa1ea7358
|
Add python3 plugin
|
2013-05-03 20:26:58 -04:00 |
|
Berke Viktor
|
ce7eb02601
|
Consistency
|
2013-05-04 03:24:30 +03:00 |
|
Christoph J. Thompson
|
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 |
|
Arnavion
|
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 |
|
RichardHitt
|
facf0ab9c4
|
Add '(void)' to fix perl.c unused-value warning message
|
2013-04-23 12:09:05 -07:00 |
|
Berke Viktor
|
bed00e525d
|
Relocate plugin icons
|
2013-04-14 10:14:17 +02:00 |
|
TingPing
|
9917b7e3df
|
hook reload command
|
2013-04-13 02:02:57 -03:00 |
|
TingPing
|
541f221a61
|
fix crash after reloading script
|
2013-04-13 02:01:04 -03:00 |
|
TingPing
|
44a2ed5a97
|
Fix possible crash
Thanks to - http://forum.xchat.org/viewtopic.php?f=5&t=7558
|
2013-04-12 23:08:02 -03:00 |
|
TingPing
|
ba3f4daee8
|
Rebrand object types
|
2013-04-12 22:58:29 -03:00 |
|
Berke Viktor
|
0c351c9cbc
|
Nuke WMPA, not supported by Express
|
2013-04-13 02:38:44 +02:00 |
|
Berke Viktor
|
cc1f2b2d27
|
Fix last filename
Left here to make changes trackable
|
2013-04-13 02:27:02 +02:00 |
|
Berke Viktor
|
6ee3a4a978
|
Get rid of multiple Perl versions
|
2013-04-13 02:27:01 +02:00 |
|
TingPing
|
cd64e02096
|
Use EAT_HEXCHAT on hexchat module
|
2013-04-08 17:23:07 -03:00 |
|
TingPing
|
ad820cef8a
|
Give both modules the version too.
|
2013-04-08 17:16:32 -03:00 |
|
TingPing
|
68de2bcb00
|
Add constants to both modules
|
2013-04-08 17:09:36 -03:00 |
|
TingPing
|
68b6be11d6
|
Add hexchat module to python interface
|
2013-04-08 17:07:13 -03:00 |
|
Berke Viktor
|
13d574b455
|
Revert XP version check; as it turned out, it's completely irrelevant now
This reverts commit cd2f775fe4 .
|
2013-04-01 21:15:46 -07:00 |
|
Berke Viktor
|
c8f8a26c9c
|
Add future Perl 5.18 project
|
2013-04-01 23:21:41 +02:00 |
|
Berke Viktor
|
110a2625fe
|
Remove another bunch of obsolete junk
|
2013-04-01 05:05:33 +02:00 |
|
Berke Viktor
|
b70062d6d2
|
Nuke Lua and Tcl
|
2013-04-01 04:51:34 +02:00 |
|
TingPing
|
2bd12b2e25
|
Typo
|
2013-03-24 18:49:45 -03:00 |
|
TingPing
|
39cfcc7468
|
Update missing perl note.
|
2013-03-24 17:23:16 -03:00 |
|
Berke Viktor
|
a6d7cfab78
|
Get rid of the servlist_ rubbish
|
2013-03-23 16:25:38 +01:00 |
|
Berke Viktor
|
c5404b8e25
|
Update Perl download links
|
2013-03-19 01:29:37 +01:00 |
|
Berke Viktor
|
60d7e8e320
|
Backport XChat r1523
|
2013-03-16 22:41:40 +01:00 |
|
Berke Viktor
|
cd2f775fe4
|
Separate version check for XP, we might need it during the transition to VS2012
|
2013-03-13 23:11:33 +01:00 |
|
TingPing
|
d1e2048239
|
fix python's get_pluginpref crashing on long strings
|
2013-03-12 07:37:40 -03:00 |
|
TingPing
|
b83f797493
|
Point to new download url
|
2013-02-04 15:31:24 -05:00 |
|
RichardHitt
|
4e0daf047e
|
Correct almost all compiler warning issues
|
2013-01-19 12:33:16 -08:00 |
|