Sebastien Helleu
|
e561ab1ae3
|
Check SSL certificates and use self-signed certificate to auto identify on IRC server (CertFP) (task #7492) (patch from kolter)
|
2009-11-07 19:27:59 +01:00 |
|
Sebastien Helleu
|
fea5c961ae
|
Fix cmake directories: let user customize lib, share, locale and include directories (patch #6922)
|
2009-09-20 21:44:08 +02:00 |
|
Sebastien Helleu
|
4bd7eaf123
|
Fix API function weechat_bar_set for python/lua/ruby (patch #6912)
|
2009-09-11 23:22:13 +02:00 |
|
Sebastien Helleu
|
5563924363
|
Fix compilation on OpenBSD: rename variables stdout/stderr (patch #6874 from zepard)
|
2009-07-24 15:14:44 +02:00 |
|
Sebastien Helleu
|
2f7a5a4147
|
Rename function string_explode to string_split
|
2009-06-28 19:49:32 +02:00 |
|
Sebastien Helleu
|
38f1bc0837
|
Remove variable with "WeeChat required version" in plugins, do not compare version any more (API comparison is enough)
|
2009-06-12 16:02:40 +02:00 |
|
Sebastien Helleu
|
8d58b81d83
|
Add buffer merging feature, with /buffer merge/unmerge (task #7404)
|
2009-06-10 12:40:05 +02:00 |
|
Sebastien Helleu
|
353538e3d8
|
Add function "config_is_set_plugin" in plugin/script API
|
2009-05-17 15:49:58 +02:00 |
|
Sebastien Helleu
|
57c6478b91
|
Add function window_set_title in API (task #9361)
|
2009-05-10 01:22:08 +02:00 |
|
Sebastien Helleu
|
d3976c2afe
|
Fix crash in python plugin after parse file error
|
2009-05-08 10:30:36 +02:00 |
|
Sebastien Helleu
|
ddb16b7c0e
|
Fix bug with arguments of function "bar_new" in python plugin
|
2009-05-04 17:45:55 +02:00 |
|
Sebastien Helleu
|
5f1c0c8254
|
Add data string argument in all callbacks of script API, display script name in error messages for scripts
|
2009-05-02 16:17:31 +02:00 |
|
Sebastien Helleu
|
9303884613
|
Add filter with third argument of infolist_get for some infolists (bars, bar items, buffers, filters, plugins, irc_server, alias, script list)
|
2009-04-24 18:59:22 +02:00 |
|
Sebastien Helleu
|
44003c2dae
|
Restore buffer callbacks for scripts after /upgrade
|
2009-04-16 14:25:44 +02:00 |
|
Sebastien Helleu
|
acb5772334
|
Add support of many templates for completion of command arguments, rename default completion items
|
2009-04-11 14:49:34 +02:00 |
|
Sebastien Helleu
|
7f454586ea
|
Add signals in script plugins to install and remove scripts
|
2009-04-05 14:53:02 +02:00 |
|
Sebastien Helleu
|
ff83985ef4
|
Add default template completion (by default: nick or IRC channel)
|
2009-04-01 19:03:05 +02:00 |
|
Sebastien Helleu
|
51af351c15
|
Fix crash in python plugin when there is recursion on exec or when a script is unloaded by call to command() in other python script
|
2009-03-30 12:39:32 +02:00 |
|
Sebastien Helleu
|
ef95c69417
|
Fix python error message
|
2009-03-29 19:10:28 +02:00 |
|
Sebastien Helleu
|
998db86f45
|
Add cmake files in package built by autotools
|
2009-03-28 22:53:34 +01:00 |
|
Sebastien Helleu
|
85495d4b95
|
Fix display of python errors
|
2009-03-28 22:06:10 +01:00 |
|
Sebastien Helleu
|
b2f1273c01
|
Add infolists with list of scripts
|
2009-03-28 20:58:00 +01:00 |
|
Sebastien Helleu
|
540756bf54
|
Fix SSL connection to some IRC servers using Diffie Hellman and small exchange keys (bug #25996)
|
2009-03-27 16:48:58 +01:00 |
|
Sebastien Helleu
|
a394ed5d6f
|
Add "replacement" argument for string_remove_color in plugin API
|
2009-03-18 18:02:48 +01:00 |
|
Sebastien Helleu
|
a938ef736a
|
Remove some messages during startup about scripts and plugins loaded
It is still possible to see messages by changing debug level for "core" or
plugins (perl, python, ruby, lua, tcl).
|
2009-03-18 15:11:18 +01:00 |
|
Sebastien Helleu
|
700ce289ae
|
Fix callbacks in script plugins: always return empty string instead of NULL for arguments
|
2009-03-06 23:30:58 +01:00 |
|
Sebastien Helleu
|
8e55147364
|
Add new hook type "process": launch command with fork and catch result (rc/stdout/stderr) via callback
|
2009-03-06 18:22:34 +01:00 |
|
Sebastien Helleu
|
2c9bf846a6
|
Add upgrade functions in script plugin API
|
2009-02-22 16:49:38 +01:00 |
|
Sebastien Helleu
|
b2584798a1
|
Add missing functions in script plugin API to get default values of options
|
2009-02-22 09:51:25 +01:00 |
|
Sebastien Helleu
|
a708f9f813
|
Add missing config functions in script plugin API to free sections and options
|
2009-02-21 21:31:46 +01:00 |
|
Sebastien Helleu
|
517367f881
|
Fix crash in python plugin when calling function prnt_date_tags()
|
2009-02-20 18:12:43 +01:00 |
|
Sebastien Helleu
|
029503f750
|
Fix some return codes of callbacks in script plugins
|
2009-02-20 16:14:04 +01:00 |
|
Sebastien Helleu
|
1b4028218c
|
Add return code value for config_read callback in script plugins
|
2009-02-20 14:53:32 +01:00 |
|
Sebastien Helleu
|
a3b9fa2483
|
Fix crash in python plugin when callbacks are called during script initialization
|
2009-02-20 10:01:47 +01:00 |
|
Sebastien Helleu
|
e7589e732b
|
Fix bug with current script pointer when current script is unloaded
|
2009-02-19 17:44:41 +01:00 |
|
Sebastien Helleu
|
78fe938e4f
|
Fix bug with arguments of config_read callback in script plugins
|
2009-02-19 14:12:18 +01:00 |
|
Sebastien Helleu
|
4d1fdfade0
|
Give file descriptor to callback of hook_fd
|
2009-02-18 11:13:23 +01:00 |
|
Sebastien Helleu
|
b5f27d3fea
|
Use string instead of char for prefixes in nicklist
|
2009-02-17 19:23:16 +01:00 |
|
Sebastien Helleu
|
29bc0276bc
|
Add hook type "command_run", add new function "string_remove_color" in plugin API (task #9089)
|
2009-02-08 19:52:16 +01:00 |
|
Sebastien Helleu
|
2320ef2214
|
Remove obsolete arguments in bar item callback, in script plugins
|
2009-02-04 12:38:03 +01:00 |
|
Sebastien Helleu
|
5205be4b87
|
Add function config_unset_plugin in API, fix return code of config_set_plugin
|
2009-02-01 13:31:20 +01:00 |
|
Sebastien Helleu
|
2115f3f675
|
Update copyright dates
|
2009-01-03 10:06:53 +01:00 |
|
Sebastien Helleu
|
e7e2da5a9c
|
Add null values for options, new syntax for /set, reintroduce temporary IRC server feature, improve IRC server options, new functions in API
|
2009-01-02 23:05:23 +01:00 |
|
Sebastien Helleu
|
265a0cf2a1
|
Fix bugs with hook_print function in scripts
|
2008-11-29 23:31:28 +01:00 |
|
Sebastien Helleu
|
bf0b5f5644
|
Add "displayed" and "highlight" arguments to callback for hook_print
|
2008-11-29 17:44:42 +01:00 |
|
Sebastien Helleu
|
bc00946a0d
|
Add current_window function in plugin API, add window functions in english developer guide
|
2008-11-29 16:08:55 +01:00 |
|
Sebastien Helleu
|
3c51c0e7c4
|
Remove argument "switch_to_another" for function gui_buffer_close()
|
2008-11-27 17:05:59 +01:00 |
|
Sebastien Helleu
|
2e52e54a3a
|
Add support for more than one proxy, with proxy selection for each IRC server (task #6859)
|
2008-11-23 23:04:52 +01:00 |
|
Sebastien Helleu
|
8724fc18af
|
Use of const for some functions returning "char *"
|
2008-11-15 22:35:12 +01:00 |
|
Sebastien Helleu
|
1214f10526
|
Add function "current_buffer" in script API
|
2008-11-11 13:36:31 +01:00 |
|