Sebastien Helleu
|
922e67cabd
|
Add description of arguments for API functions hook_info and hook_infolist
|
2010-02-12 17:15:30 +01:00 |
|
Sebastien Helleu
|
eb56a98fc8
|
Remove evil tabs in sources
|
2010-01-24 10:47:53 +01:00 |
|
Sebastien Helleu
|
63aaf9dc01
|
Add function "buffer_string_replace_local_var" in script API (patch #7061)
|
2010-01-12 10:33:13 +01:00 |
|
Sebastien Helleu
|
2133eb30ff
|
Update copyright dates
|
2010-01-03 19:31:55 +01:00 |
|
Sebastien Helleu
|
58df8c2d83
|
Add function "infolist_new_item" in script API
|
2009-12-18 18:09:12 +01:00 |
|
Sebastien Helleu
|
a48576566d
|
Add support for encodings in Ruby 1.9
|
2009-12-14 23:33:33 +01:00 |
|
Sebastien Helleu
|
7e5acaf50f
|
Give GnuTLS return code to callback if handshake has failed, display extra info in irc plugin if Diffie-Hellman prime sent by the server is not acceptable (not long enough)
|
2009-12-04 17:36:09 +01:00 |
|
Sebastien Helleu
|
8636eeabc8
|
Add support for rubygems in ruby plugin
|
2009-12-02 18:13:21 +01:00 |
|
Sebastien Helleu
|
b279a99566
|
Support of Ruby >= 1.9.1 (patch #6989)
|
2009-11-29 16:41:08 +01:00 |
|
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
|
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
|
998db86f45
|
Add cmake files in package built by autotools
|
2009-03-28 22:53:34 +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
|
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
|
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 |
|