Sebastien Helleu
|
e92079cfe9
|
Add new option weechat.look.highlight_regex and function string_has_highlight_regex in plugin API (task #10321)
|
2010-11-25 21:28:14 +01:00 |
|
Sebastien Helleu
|
32db2eac25
|
Add new functions in plugin API to get/set nicks/groups properties in nicklist
8 new functions added:
- nicklist_group_get_integer
- nicklist_group_get_string
- nicklist_group_get_pointer
- nicklist_group_set
- nicklist_nick_get_integer
- nicklist_nick_get_string
- nicklist_nick_get_pointer
- nicklist_nick_set
|
2010-10-29 18:40:25 +02:00 |
|
Sebastien Helleu
|
0cf04dca7c
|
Add new functions in plugin API: hook_hsignal and hook_hsignal_send
|
2010-10-23 08:58:18 +02:00 |
|
Sebastien Helleu
|
e2f58820fe
|
Allow script functions "prefix" and "color" when script is not yet registered with "register"
|
2010-10-10 10:04:37 +02:00 |
|
Sebastien Helleu
|
e1ffb1f70f
|
Fix crash when API function is called in Perl script before "register"
|
2010-10-09 17:18:56 +02:00 |
|
Sebastien Helleu
|
86323231fd
|
Add missing function "infolist_reset_item_cursor" in script API (bug #31057)
|
2010-09-21 17:31:27 +02:00 |
|
Sebastien Helleu
|
8b26f3c953
|
Add optional plugin name for command /debug dump and signal "debug_dump"
|
2010-09-17 16:12:41 +02:00 |
|
Sebastien Helleu
|
712623547f
|
Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, info_get_hashtable), add IRC info_hashtable "irc_parse_message"
Note: tcl >= 8.5 is now required (for tcl plugin).
|
2010-08-27 15:59:06 +02:00 |
|
Sebastien Helleu
|
dcdba08f8a
|
Update comments after #endif in C headers
|
2010-06-25 15:03:39 +02:00 |
|
Sebastien Helleu
|
6562d676fe
|
Update licenses and copyrights, add missing author names in sources
|
2010-06-22 19:46:28 +02:00 |
|
Sebastien Helleu
|
ba115ce113
|
Replace "joker" by "wildcard"
|
2010-04-18 23:52:32 +02:00 |
|
Sebastien Helleu
|
aeee1856eb
|
Fix bug with perl script filename when multiplicity is disabled (bug #29530)
|
2010-04-13 00:02:07 +02:00 |
|
Sebastien Helleu
|
acca17d142
|
Fix display of perl errors (use tab to force empty prefix on message)
|
2010-04-12 15:29:30 +02:00 |
|
Sebastien Helleu
|
ea3588a8d7
|
Fix crash on /quit or unload of Perl plugin under FreeBSD and Cygwin (bug #29467)
|
2010-04-12 14:08:26 +02:00 |
|
Sebastien Helleu
|
c33f0e60ea
|
Define WeeChat license as macro for C compiler, used in plugins to set license
|
2010-04-09 15:39:52 +02:00 |
|
Sebastien Helleu
|
31bfcf96c7
|
Reformat and add comments for description of C sources
|
2010-04-08 18:15:00 +02:00 |
|
Sebastien Helleu
|
b9e65ec63d
|
Fix bug with writing of configuration files when disk is full (bug #29331)
|
2010-03-26 19:01:25 +01:00 |
|
Sebastien Helleu
|
b491cc3479
|
Fix bug with callbacks when loading a script already loaded
|
2010-03-24 00:04:00 +01:00 |
|
Sebastien Helleu
|
7925b2d242
|
Refresh screen when exiting WeeChat (to display messages printed after /quit)
|
2010-03-20 17:09:07 +01:00 |
|
Sebastien Helleu
|
9d96090d7d
|
Add functions string_match, string_has_highlight and string_mask_to_regex in script plugin API
|
2010-03-20 13:32:08 +01:00 |
|
Sebastien Helleu
|
2801b8437c
|
Reformat multi-line comments
|
2010-03-19 23:33:14 +01:00 |
|
Sebastien Helleu
|
0543b0ccc7
|
Add new option weechat.look.command_chars, add functions string_is_command_char and string_input_for_buffer in plugin and script API
|
2010-03-02 17:34:49 +01:00 |
|
Sebastien Helleu
|
282f786c1a
|
Fix crash in Perl plugin when callbacks are called during script initialization (bug #29018)
|
2010-02-27 09:58:24 +01:00 |
|
Sebastien Helleu
|
3d3dc1593d
|
Allow script commands to reload only one script
|
2010-02-23 10:51:59 +01:00 |
|
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
|
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
|
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
|
7b2f578ac4
|
Fix compilation under Cygwin (patch #6916)
|
2009-10-04 11:54:24 +02: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
|
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
|
0b6203ac6f
|
Fix crash when reloading perl plugin (bug #25464)
|
2009-04-14 16:18:38 +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 |
|