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
Sebastien Helleu
323290c83e
Fix crash when read marker is moved before first line displayed (when first line of buffer is removed)
2009-02-02 13:53:38 +01:00
Sebastien Helleu
b05f21f26a
Add plugin name in buffer name for filters
...
For example, freenode.#weechat becomes irc.freenode.#weechat for buffer name
in filter.
2009-01-30 14:59:16 +01:00
Sebastien Helleu
18a62f1dac
Add Jabber plugin (alpha version, many Jabber features are missing)
...
This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib.
Please note many major Jabber features are missing:
- roster management (add/remove/.. buddies),
- MUC,
- transports.
It is possible to define servers (with /jabber), connect to them (with
/jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat).
2009-01-15 15:29:05 +01:00
Sebastien Helleu
9dd2c1b616
Remove some compiler warnings
2009-01-07 14:27:29 +01:00
Sebastien Helleu
c2438ec222
Rename options in proxy structure
2009-01-04 23:43:48 +01:00
Sebastien Helleu
ba7bb63834
Fix crash when creating bar, rename options in bar structure
2009-01-04 23:19:26 +01:00
Sebastien Helleu
88aa905ee3
Remove unused functions and prototypes
2009-01-04 01:05:33 +01:00
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
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
896f509861
Remove obsolete nicklist options, add /bar toggle to hide/show quietly a bar
2008-12-19 13:24:46 +01:00
Sebastien Helleu
d07a7cedc8
Add sub-items in bars (items glued with "+" as separator instead of comma), add buffer_number default bar item
2008-12-19 10:17:55 +01:00
Sebastien Helleu
e16b12428b
Improve /upgrade command: expand "~" with user home, check that binary exists with execution permissions (only if user gives path to binary)
2008-12-17 18:57:30 +01:00
Sebastien Helleu
abb6b4d76e
Use nick color for display of IRC action messages
2008-12-17 16:36:01 +01:00
Sebastien Helleu
4901cd8145
Add new filling options in /help bar
2008-12-16 13:08:44 +01:00
Sebastien Helleu
e69a3f0f0e
Add new bar filling types: columns_horizontal and columns_vertical
2008-12-15 22:11:13 +01:00