Sebastien Helleu
|
e41595833a
|
core: update description of plugins and translate them in output of /plugin
|
2012-08-02 09:21:47 +02:00 |
|
Sebastien Helleu
|
a306fcfd33
|
alias: reallow names beginning with "#" for aliases
|
2012-06-04 18:20:47 +02:00 |
|
Sebastien Helleu
|
c681c660c6
|
alias: prohibit names beginning with "#" for aliases (bug #36584)
|
2012-06-04 09:59:03 +02:00 |
|
Sebastien Helleu
|
47e4a03be6
|
core: update copyright dates
|
2012-01-08 18:59:50 +01:00 |
|
Sebastien Helleu
|
b20888ec74
|
alias: add default alias umode => /mode $nick
|
2012-01-06 12:35:44 +01:00 |
|
Sebastien Helleu
|
034b216eee
|
alias: add help about syntax %%command for completion of alias in /alias
|
2011-12-17 18:32:40 +01:00 |
|
Sebastien Helleu
|
1acaa0ebd3
|
alias: improve /help alias: display many <command> in command synopsis
|
2011-10-27 08:45:06 +02:00 |
|
Sebastien Helleu
|
dfdf42e27b
|
core: remove unneeded whitespace
|
2011-10-26 20:37:03 +02:00 |
|
Sebastien Helleu
|
f843f904bc
|
core: fix bugs with calls to realloc
|
2011-08-28 15:25:30 +02:00 |
|
Sebastien Helleu
|
06a9546ca5
|
core: return WEECHAT_RC_OK instead of WEECHAT_RC_ERROR in commands when error is displayed
|
2011-04-16 10:58:15 +02:00 |
|
Sebastien Helleu
|
7d433b798f
|
Improve arguments displayed in /help of commands, display all commands with same name (for same command name in many plugins)
|
2011-02-04 22:12:19 +01:00 |
|
Sebastien Helleu
|
d24f6e9e17
|
Update copyright dates
|
2011-01-01 18:06:29 +01:00 |
|
Sebastien Helleu
|
ec38523bb3
|
Complete with alias value for second argument of command /alias
|
2010-11-09 15:52:50 +01:00 |
|
Sebastien Helleu
|
ac6b299e8b
|
Remove dead assignments
|
2010-10-31 18:23:16 +01: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
|
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
|
45c0cc7e7e
|
Define list of default aliases as an array
|
2010-04-08 14:29:12 +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
|
2bad57ae28
|
Add note about /unalias in /help alias
|
2010-03-23 09:58:07 +01:00 |
|
Sebastien Helleu
|
8f9f1f8e97
|
Fix typo in /help alias
|
2010-03-21 18:35:44 +01:00 |
|
Sebastien Helleu
|
b40ea94a49
|
Add custom completion for aliases (task #9479)
|
2010-03-21 18:30:51 +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
|
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
|
4da0cff321
|
Add new IRC commands /allchan and /allserv with excluding option, commands /ame and /amsg are now aliases, new aliases /aaway and /anick
|
2010-01-08 16:20:16 +01:00 |
|
Sebastien Helleu
|
2133eb30ff
|
Update copyright dates
|
2010-01-03 19:31:55 +01:00 |
|
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 |
|