Sebastien Helleu
37835df573
Fix bug with buffer for execution of alias, when called from plugin API with function "command" (bug #27697 )
2009-10-14 14:22:39 +02:00
Sebastien Helleu
3a429ca6c3
New expansions for alias arguments ($n, $-m, $n-, $n-m, $*, $~) (patch #6917 )
2009-10-02 09:56:07 +02:00
Sebastien Helleu
ae13264314
Allow /unalias to remove multiple aliases (patch #6926 )
2009-09-30 17:58:56 +02:00
Sebastien Helleu
5a0a2cfcb9
Allow use of wildcards for /alias list (patch #6925 )
2009-09-30 17:44:49 +02:00
Sebastien Helleu
ebd17f79eb
Display alias command in /help alias_name (patch #6924 )
2009-09-30 17:25:55 +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
348d74b470
Fix bug with arguments in alias (bug #27440 )
2009-09-16 18:01:50 +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
2783b51201
Improve completion: allow a command to use completion of another command (used by alias plugin)
2009-05-08 10:31:15 +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
e3d2728571
Fix typo: splited/splitted -> split
2009-04-24 17:24:56 +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
d58f8fa15e
Fix bug in alias: use current buffer to run commands (bug #22876 )
2009-04-02 15:24:50 +02:00
Sebastien Helleu
998db86f45
Add cmake files in package built by autotools
2009-03-28 22:53:34 +01:00
Sebastien Helleu
988997e96e
Add default alias /v to "/command core version"
2009-03-22 17:14:41 +01:00
Sebastien Helleu
c3915eaf04
Add help about alias list for /alias command (task #9087 )
2009-02-08 23:20:14 +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
21110ac128
Fix bug with argument replacement in alias ($1,..,$9 and $*) when no argument is given to alias by user
2008-11-14 15:50:07 +01:00
Sebastien Helleu
c15c536b35
Fix bug with IRC ignore (a ignore on nick was ignoring othernick), fix completion of command /ignore, remove obsolete alias /unig
2008-11-03 18:56:04 +01:00
Sebastien Helleu
6f442bbfc1
Add new features to logger plugin (command /logger, log level, level by buffer, mask by buffer, ..), fix some bugs
...
New features:
- new command /logger
- log level, to log only some messages, according to importance (task #8592 )
- level by buffer: custom level for some buffers (or group of buffers)
- log filename mask by buffer (or group of buffers)
- marker line is added after display of backlog
- add "delete" callback for config file sections
- add "mkdir_parents" function to plugin API
- remove old log options in IRC plugin
Bug fix:
- marker line is set only when user switches buffer (not when a plugin force
switch, like IRC plugin does when opening server or channel buffer)
- backlog fixed (sometimes lines were not properly displayed)
2008-10-30 17:18:28 +01:00
Sebastien Helleu
b37588fc36
Fix Makefile for alias plugin
2008-10-26 11:33:41 +01:00
Sebastien Helleu
e37f7fa2b2
Add local variables for buffers, fix alias creation, use of local variables $nick/$channel/$server in alias
2008-10-24 15:12:32 +02:00
Sebastien Helleu
3b81a4746a
Add new argument "value" to function config_new_option
2008-10-18 19:31:40 +02:00
Sebastien Helleu
c572e393e7
Remove "category" for buffers (keep only name).
2008-09-18 18:44:03 +02:00
Sebastien Helleu
e7dcf13764
Add description for info and infolist hooks
2008-09-02 17:02:59 +02:00
Sebastien Helleu
e756f4770a
Add new hooks in plugins: info (fifo_filename) and infolists (alias, logger_buffer, xfer)
2008-09-02 15:42:20 +02:00
Sebastien Helleu
a34e9557cc
Fix bug with alias arguments ($1,$2,..) and add new default alias /wii (whois $1 $1)
2008-07-03 17:11:48 +02:00
Sebastien Helleu
66e8d703bd
Add new options for completion, optional stop instead of cycling with words found
2008-06-18 16:47:09 +02:00
Sebastien Helleu
3a53257032
Add "const" keyword for some "char *" function arguments (core and plugins API)
2008-06-03 10:56:51 +02:00
Sebastien Helleu
96a3481b69
Add constants for config file read/write/set/unset callbacks
2008-06-02 15:42:43 +02:00
Sebastien Helleu
91084108ae
Add arguments for plugin init functions and "irc://.." command line option for irc plugin
2008-05-15 22:13:54 +02:00
Sebastien Helleu
22c619040b
Fixed /redraw alias
2008-04-18 13:56:18 +02:00
Sebastien Helleu
26f5591732
Fixed bug with alias, use current buffer to run commands (bug #22876 )
2008-04-15 13:56:20 +02:00
Sebastien Helleu
b87d709a70
New format for [bar] section in weechat.conf file, bar options can be set with /set command
2008-04-15 13:50:01 +02:00
Sebastien Helleu
d975629686
Improved /set command, added /unset command, new name for config files (*.conf)
2008-04-11 18:36:06 +02:00
Sebastien Helleu
34a3c8637d
New alias by default: /redraw (same action as Ctrl-L to redraw screen) (task #7806 )
2008-03-25 12:55:37 +01:00
Sebastien Helleu
57323fa71e
Removed sizeof(char) and useless type casts from void* to another pointer type (patch from Leonid Evdokimov)
2008-03-23 23:00:04 +01:00
Sebastien Helleu
d9a4bdf629
Check plugin version when loading it, to prevent crash when loading old plugins
2008-03-23 11:41:09 +01:00
Sebastien Helleu
28e811c09c
Use of sizeof(char) in all malloc/realloc for strings
2008-02-02 21:12:16 +01:00
Sebastien Helleu
ad41486543
Added config file functions in plugins API, improved /reload and /save commands (now possible to reload/save some files only), fixed completion bug
2008-01-27 10:48:29 +01:00
Sebastien Helleu
ed26a0389c
Add of "modifier" hook, migration of charset plugin to new API, SIGHUP signal catched (reload all config files), better config files reloading
2008-01-24 16:50:20 +01:00
Sebastien Helleu
e173014aec
Fixed default alias "c" and "cl", now pointing to "/buffer clear"
2008-01-15 15:30:24 +01:00
Sebastien Helleu
add64d6f47
New arguments for function "register" in scripts (author, license), with optional check of license when script is loaded
2008-01-11 15:08:36 +01:00
Sebastien Helleu
9f2fc59569
Partial migration of Perl plugin to new API
2008-01-09 18:26:17 +01:00
Sebastien Helleu
f94b679a4a
Added hotlist option for buffer in plugins API, improved buffer refreshs
2008-01-06 12:44:54 +01:00
Sebastien Helleu
23273bf47a
Added macros for name/description/author/version/license of plugins
2008-01-04 23:13:33 +01:00
Sebastien Helleu
e3b52115c7
Update of year in some copyrights
2008-01-02 12:47:09 +01:00
Sebastien Helleu
6fd0bd2158
All messages translated to french, fixed bugs/typos in some messages
2007-12-18 17:20:08 +01:00