Sebastien Helleu
b97a979f61
Add "buffer_nicklist" bar item and scroll feature in bars with /bar scroll
2008-07-03 16:02:03 +02:00
Sebastien Helleu
31f9a82f16
Fix error displayed with /buffer command
2008-06-29 00:23:37 +02:00
Sebastien Helleu
2755ee45f6
Fix error with command /window (sometimes error is displayed and should not)
2008-06-28 12:56:09 +02:00
Sebastien Helleu
e5745e4d14
Add "default" option to command /bar, to create default bars (today only input and status)
2008-06-28 12:43:57 +02:00
Sebastien Helleu
817f546653
Fix error message for /buffer and /window commands when option is unknown
2008-06-27 17:29:56 +02:00
Sebastien Helleu
50f8bf0043
Add input bar item, add "hidden" flag for bars, fix some display bugs with bars
2008-06-27 17:15:26 +02:00
Sebastien Helleu
6635c7d617
Add delimiter color for bars, fix some bugs with bars
2008-06-22 12:01:50 +02:00
Sebastien Helleu
9d05dcf175
Remove infobar
2008-06-21 11:49:11 +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
af87798455
New plugin "notify", new option for debug messages in plugins
2008-06-17 16:01:09 +02:00
Sebastien Helleu
e69772b93d
New defaut time format for buffer lines
2008-06-16 12:46:34 +02:00
Sebastien Helleu
e557fe13af
Fix weechat slogan (and it's now translated) (bug #23531 )
2008-06-15 15:22:33 +02:00
Sebastien Helleu
18a59cf8aa
Fix bug/crash when any color option is changed (bug #23566 )
2008-06-15 08:56:40 +02:00
Sebastien Helleu
e5bf0a498b
Fix crash with config reload and bug with empty key section (no more keys after reload if weechat.conf was deleted) (bug #23514 )
2008-06-07 15:46:12 +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
40ec612e73
Fix compilation bug when gnutls dev lib is not installed
2008-06-02 12:47:27 +02:00
Sebastien Helleu
bd436db2bc
Reintroduce highlight (move code from irc plugin to core)
2008-06-01 22:09:12 +02:00
Sebastien Helleu
a5ec4b7dec
Fix compilation bug with gnutls for IRC plugin
2008-05-24 10:56:12 +02:00
Sebastien Helleu
1e377d0b06
Fix help and completion of /input command
2008-05-22 13:06:29 +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
59853abbbb
Fix crash with version comparison (when loading plugin)
2008-05-22 12:30:13 +02:00
Sebastien Helleu
987234faf9
Add hook_connect (background connection to peer)
2008-05-20 11:00:22 +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
673e4ad3be
Disable auto-connect for plugins with command line option ("-a")
2008-05-13 14:27:33 +02:00
Sebastien Helleu
2b1dec1679
New input action "set_unread_current_buffer" to set unread marker for current buffer only (task #7286 )
2008-05-11 11:40:23 +02:00
Sebastien Helleu
7871b62ef8
Add message about /upgrade command, temporarirly disabled
2008-05-11 11:21:34 +02:00
Sebastien Helleu
238c6bf5c2
Mask allowed with /unset command (for mass-reset options) (task #6085 )
2008-05-07 15:27:19 +02:00
Sebastien Helleu
72721d7205
Do not clean all GUI objects when crashing after SIGSEGV (this can cause crash inside crash!)
2008-05-06 17:30:13 +02:00
Sebastien Helleu
e7a16efa0c
Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: initial commit, not working yet)
2008-05-04 20:24:20 +02:00
Sebastien Helleu
a57bc43763
Fixed string explode (when there's only delimiters in string) (bug #23123 )
2008-04-30 20:09:43 +02:00
Sebastien Helleu
886b81498f
Fixed crash with scripts when WeeChat calls functions of many scripts at same time with callbacks (bug #23109 )
2008-04-30 13:21:21 +02:00
Sebastien Helleu
760e216c5b
Removed key functions (replaced by /input command)
2008-04-29 18:27:43 +02:00
Sebastien Helleu
0470d6b8ac
Added bar priority (replaces bar number)
2008-04-29 13:23:53 +02:00
Sebastien Helleu
1e4733b237
Added missing call to config hook when an option is "unset"
2008-04-28 14:36:49 +02:00
Sebastien Helleu
c78fabde1f
Added marker line (or dotted line), more visible than single magenta char (char is still possible)
2008-04-27 20:44:14 +02:00
Sebastien Helleu
cf4f869174
Added completion with possible values for /set, new possible values "++n" and "--n" for integers and colors
2008-04-24 17:20:07 +02:00
Sebastien Helleu
16e11ef25e
Fixed bug with bar auto-sizing in windows
2008-04-24 15:39:34 +02:00
Sebastien Helleu
ab6684c60a
Added filling/color_fg/color_bg options for bars, added config_get/config_get_plugin/config_set_plugin in script API
2008-04-24 12:18:26 +02:00
Sebastien Helleu
06fd80e210
Added conditions for bar display and bar max size
2008-04-22 18:11:33 +02:00
Sebastien Helleu
30b0e2d777
Fixed output of names on channels (now it's sorted/grouped/colored, like v0.2.6) (bug #22935 ), added "nicklist" infolist
2008-04-19 11:30:15 +02:00
Sebastien Helleu
49a9e6f79a
Fixed bug with use of wrong command hooked (bug #22974 )
2008-04-19 01:00:02 +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
27a66b2790
Added option name and value when option is changed with /set command
2008-04-18 13:31:17 +02:00
Sebastien Helleu
b31c3efc8a
Use of /window command for some key bindings with actions on current window (like scroll, ..)
2008-04-18 12:56:21 +02:00
Sebastien Helleu
e349ae491a
Added infolist "window", scroll in buffers with free content, fixed config hooks (use of string_match)
2008-04-17 17:59:27 +02:00
Sebastien Helleu
ae98666bc6
Added "toggle" value for /set on boolean options, fixed refresh bugs, added option type for infolist "options"
2008-04-16 14:44:02 +02:00
Sebastien Helleu
dae4068a0e
Added keys by buffer (useful for buffers with free content that need own keys)
...
These keys can be set thru API function "buffer_set", for example:
weechat_buffer_set(my_buffer, "key_bind_meta2-A", "/mycommand up");
weechat_buffer_set(my_buffer, "key_bind_meta2-B", "/mycommand down");
weechat_buffer_set(my_buffer, "key_unbind_meta2-B", "");
weechat_buffer_set(my_buffer, "key_unbind_*", "");
These keys are volatile and not saved in any config file. So they must be set
when buffer is open.
2008-04-15 16:40:08 +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
5c8ef8109a
Added new default bar item "time"
2008-04-12 23:59:27 +02:00