Sebastien Helleu
0a8077f0d6
Remove time in weechat.log file when dumping data (crash or user is asking dump)
2009-04-26 09:43:06 +02:00
Sebastien Helleu
c3321b1406
Fix 0 byte alloc in command template
2009-04-26 09:22:06 +02:00
Sebastien Helleu
e3d2728571
Fix typo: splited/splitted -> split
2009-04-24 17:24:56 +02:00
Sebastien Helleu
3464865a00
Fix typo: easyly -> easily
2009-04-24 17:10:32 +02:00
Sebastien Helleu
163c5d6dfb
Remove notify plugin (moved to core)
2009-04-24 16:26:13 +02:00
Sebastien Helleu
890b2ed23a
Add new option weechat.look.jump_current_to_previous_buffer
2009-04-21 17:48:44 +02:00
Sebastien Helleu
369d329f4f
Remove *.upgrade files in weechat dir after /upgrade
2009-04-15 23:46:22 +02:00
Sebastien Helleu
9679cd4fbf
Fix compilation problem on FreeBSD: replace call to wcscasecmp() by towlower()
2009-04-15 11:33:45 +02:00
Sebastien Helleu
28e5913ad2
Fix text search in buffer with some utf-8 chars (bug #25649 )
2009-04-14 14:12:28 +02:00
Sebastien Helleu
92b96dee1b
Fix completion for /key unbind
2009-04-11 23:45:11 +02:00
Sebastien Helleu
a3841b12e4
Add utf8_charcmp in plugin API, fix bug with utf8_charcasecmp
2009-04-11 23:34:32 +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
8ac00cdac6
Some improvements on key bindings
...
List of changes:
- do not automatically create default keys if they do not exist, when reading
weechat.conf (let user do that if needed)
- add "/key missing": add missing keys using default keys (do not update or
remove user keys),
- key "meta-s" moved from irc/jabber plugins to core
- improved output of /key (display number of keys)
2009-04-07 18:22:09 +02:00
Sebastien Helleu
71fe8c9353
Fix creation of integer options, when created from a script plugin (if string_values is empty but not NULL)
2009-04-05 19:21:23 +02:00
Sebastien Helleu
6fc8a25d6e
Check that callback value is not NULL in hook functions
2009-04-04 17:54:15 +02:00
Sebastien Helleu
7c58018cb1
Add new option "weechat.completion.nick_add_space" (add space after nick completion, on by default)
2009-04-03 17:56:40 +02:00
Sebastien Helleu
00580b1670
Fix crash when integer option (set with string) is wrong in a config file
2009-04-03 14:49:28 +02:00
Sebastien Helleu
ca7bcf880b
Fix bug with partial completions
...
Option "weechat.completion.partial_completion_nick" has been renamed to
"weechat.completion.partial_completion_other".
2009-04-01 23:30:57 +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
bdc869568c
Fix help of /buffer command
2009-03-29 01:05:51 +01:00
Sebastien Helleu
998db86f45
Add cmake files in package built by autotools
2009-03-28 22:53:34 +01:00
Sebastien Helleu
30a50c6999
Fix bug with /ignore when mask begins with "|" (bug #26037 )
2009-03-28 19:04:14 +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
7c793257ff
Add option aspell.check.real_time (off by default), fix bugs with aspell and utf-8 chars, add function utf8_char_int to API
2009-03-22 16:38:06 +01:00
Sebastien Helleu
7d53e28034
Use of brackets {} around nicklist count in default status bar
2009-03-21 16:21:55 +01:00
Sebastien Helleu
2dc13ebd21
Add new command /version, add count of /upgrade, fix bugs with command exec
...
New (core) command /version displays version, and number of upgrades done with
first start date (if # /upgrade > 0).
The number of upgrades is displayed at startup (if > 0).
2009-03-21 16:09:18 +01:00
Sebastien Helleu
8a68adbf3f
Add color around plugin name in help for commands
2009-03-21 13:19:43 +01:00
Sebastien Helleu
f814dc27f4
Add buffer name completion for command /filter
2009-03-20 18:47:28 +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
e244dda271
Add key alt+'=' in /help filter
2009-03-15 11:57:24 +01:00
Sebastien Helleu
31e562467e
Add property in buffer to hide time for all lines
2009-03-15 01:30:49 +01:00
Sebastien Helleu
86ff3f775c
Add missing call to change callback when setting option with integer value, using a string
2009-03-15 01:14:16 +01:00
Sebastien Helleu
a44cc9ffde
Add new key to zoom a window (meta-z by default) (task #7470 )
2009-03-07 11:26:06 +01:00
Sebastien Helleu
3194c641a0
Remove date written in config files headers (patch #6766 )
2009-03-07 00:24:51 +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
8cc03f939d
Fix "/window refresh" (key ctrl+L): force curses refresh (was broken by previous commit for terminal resize)
2009-02-26 15:21:32 +01:00
Sebastien Helleu
426ab803cb
Test return code of some malloc/strdup
2009-02-23 13:45:30 +01:00
Sebastien Helleu
351a27c8be
Add missing option "toggle" in /help bar
2009-02-22 22:44:35 +01:00
Sebastien Helleu
2c9bf846a6
Add upgrade functions in script plugin API
2009-02-22 16:49:38 +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
0ca39f974b
Fix bug in config_file_write_line with empty value, when called from script plugins
2009-02-19 12:30:30 +01:00
Sebastien Helleu
c76fa7e733
Display clock skew detection only if debug for core is >= 1
2009-02-18 12:37:25 +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
eaf3319ed3
Free all proxies before exiting
2009-02-17 13:58:27 +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
1491699706
Add hidden command line option --no-dlclose to remove dlclose() for unloaded plugins (useful when using valgrind)
2009-02-07 08:11:01 +01:00
Sebastien Helleu
52f68cc615
Add some extra tests on arguments for config functions
2009-02-05 18:09:58 +01:00
Sebastien Helleu
7cc562be45
Fix 14 memory leaks (in core, gui, irc, jabber, logger, script plugins)
2009-02-04 14:12:46 +01:00