Sebastien Helleu
|
703b54f72c
|
Add error message when a command failed, fix typos in aspell plugin
|
2009-01-03 13:13:37 +01:00 |
|
Sebastien Helleu
|
2115f3f675
|
Update copyright dates
|
2009-01-03 10:06:53 +01:00 |
|
Sebastien Helleu
|
da748fc653
|
Reintroduce option "irc.network.send_unknown_commands", save extra data for buffers with /upgrade (title, input data, text search)
|
2008-11-15 16:33:31 +01:00 |
|
Sebastien Helleu
|
fe302c1722
|
Fix bug with input line when it starts with "//" (command is no more executed)
|
2008-07-18 08:23:59 +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
|
a4a4e5126c
|
Increase number of authorized calls to same command (recursive calls), from 1 to 5 (more than 5 is considered as looping)
|
2008-05-22 12:55:37 +02:00 |
|
Sebastien Helleu
|
760e216c5b
|
Removed key functions (replaced by /input command)
|
2008-04-29 18:27:43 +02:00 |
|
Sebastien Helleu
|
1486429cf1
|
Replaced /builtin command by /command, and can now be used to launch commands with same name from different plugins
|
2008-04-18 15:39:24 +02: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
|
61ca929728
|
Added tags for lines and custom filtering by tags or regex (task #7674), fixed many memory leaks
|
2008-03-22 23:36:12 +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
|
8a67299912
|
Added some missing functions in Perl plugin API
|
2008-01-10 18:37:31 +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 |
|
Sebastien Helleu
|
dba084f3d6
|
New backlog option in logger plugin, added variable names in .h files, replaced "void *" pointers by structures
|
2007-12-17 17:07:08 +01:00 |
|
Sebastien Helleu
|
bda2cdd408
|
Removed WeeChat "command" structure, now all internal commands are hooked when WeeChat starts
|
2007-12-04 13:25:02 +01:00 |
|
Sebastien Helleu
|
2888d41425
|
Added alias plugin, added missing config file functions in plugins API
|
2007-12-03 18:03:10 +01:00 |
|
Sebastien Helleu
|
59fb878b77
|
New config functions, almost entirely rewritten from scratch
|
2007-12-01 00:35:57 +01:00 |
|
Sebastien Helleu
|
7cc78f4172
|
Added buffer argument in command hooks, code cleanup in IRC plugin
|
2007-11-25 00:17:43 +01:00 |
|
Sebastien Helleu
|
b64b0fe6ca
|
Added string_remove_quotes() function, use of argv and argv_eol for WeeChat commands arguments
|
2007-11-05 18:51:53 +01:00 |
|
Sebastien Helleu
|
a97e2955be
|
Added keep_eol flag to string_explode(), updated hook command callback arguments
|
2007-11-05 13:29:54 +01:00 |
|
Sebastien Helleu
|
04e5afe6e4
|
Cleanup WeeChat error and warning messages, updated po files
|
2007-11-01 11:19:46 +01:00 |
|
Sebastien Helleu
|
140623a314
|
Added sources to manage input data (from user input to weechat or plugin)
|
2007-10-31 17:11:32 +01:00 |
|