1882 Commits

Author SHA1 Message Date
Sebastien Helleu
a5e5ab6e48 Added missing IRC headers files in cmake and automake targets 2008-04-23 10:27:13 +02:00
Sebastien Helleu
a6dfefacfe Fixed perl plugin compilation with old gcc versions 2008-04-23 10:26:41 +02:00
Sebastien Helleu
06fd80e210 Added conditions for bar display and bar max size 2008-04-22 18:11:33 +02:00
Sebastien Helleu
9d49beabf1 Updated README 2008-04-21 09:57:13 +02:00
Sebastien Helleu
33dd793143 Fixed broken completion on buffers where nicklist is not displayed (bug #23006) 2008-04-20 23:35:26 +02:00
Sebastien Helleu
53202f4e31 Updated README 2008-04-20 19:22:54 +02:00
Sebastien Helleu
8965bd484c Fixed display bug with nicklist and option weechat.look.nicklist 2008-04-20 18:33:38 +02:00
Sebastien Helleu
198e0e2375 Close all buffers created by a plugin when plugin is unloaded (bug #22978) 2008-04-19 12:02:06 +02:00
Sebastien Helleu
170192936c Fixed bug with print_y in script API 2008-04-19 12:01:15 +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
22c619040b Fixed /redraw alias 2008-04-18 13:56:18 +02:00
Sebastien Helleu
2d1176bf53 Delete IRC server when last option for a server is deleted (with /unset) 2008-04-18 13:31:52 +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
62bcf75851 Fixed refresh problem (empty screen after resizing terminal to very small size, then normal size) 2008-04-17 12:30:48 +02:00
Sebastien Helleu
b0ea4715ca Fixed crash when nicklist is top/bottom and that we open a new buffer with a nicklist 2008-04-17 12:30:21 +02:00
Sebastien Helleu
9b87c5bb02 Fixed bug with IRC /query command 2008-04-17 10:31:59 +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
7489ec9a40 Fixed bug with display of nicklist scroll indicator 2008-04-16 12:20:09 +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
26f5591732 Fixed bug with alias, use current buffer to run commands (bug #22876) 2008-04-15 13:56:20 +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
362ce3eca8 Use of "string_explode" to send many messages to IRC server 2008-04-14 15:58:25 +02:00
Sebastien Helleu
2008806fac Updated svensk quickstart doc 2008-04-13 10:49:33 +02:00
Sebastien Helleu
5c8ef8109a Added new default bar item "time" 2008-04-12 23:59:27 +02:00
Sebastien Helleu
0603a7eb30 Added value and default value for options in infolist 2008-04-12 17:32:36 +02:00
Sebastien Helleu
0c9051f38a Fixed IRC /msg command (text was sent twice when sending "nickserv identify") 2008-04-12 10:37:04 +02:00
Sebastien Helleu
60d239c8f7 Fixed minor bugs with help on options 2008-04-12 09:44:14 +02:00
Sebastien Helleu
cd1e12250d Added plugin name in beginning of log filenames 2008-04-11 23:11:56 +02:00
Sebastien Helleu
edeabd977b Fixed bugs with nicks color and sorting in nicklist 2008-04-11 22:33:29 +02:00
Sebastien Helleu
00e75b9b94 Fixed bugs with weechat_config_get() in plugin API 2008-04-11 22:05:54 +02:00
Sebastien Helleu
d975629686 Improved /set command, added /unset command, new name for config files (*.conf) 2008-04-11 18:36:06 +02:00
Sebastien Helleu
8211dd6043 Added auto-resize feature for bars 2008-04-04 15:50:05 +02:00
Sebastien Helleu
48bbd32f12 Bugs fixed with bars 2008-04-03 18:11:32 +02:00
Sebastien Helleu
bab03d044b Fixed compilation problems when gnutls dev lib is not found 2008-04-03 16:05:09 +02:00
Sebastien Helleu
8509f777b4 New features and bug fixes with bars 2008-04-03 15:54:21 +02:00
Sebastien Helleu
ad199b41ae Fixed display bug with /me command (IRC plugin) 2008-04-03 15:18:59 +02:00
Sebastien Helleu
8117668827 Fixed bugs with filters (regex and refresh of buffers) 2008-04-03 13:08:39 +02:00
Sebastien Helleu
5fd8c304ce Fixed some printf in logger plugin 2008-04-01 11:21:09 +02:00
Sebastien Helleu
032353ce29 Fixed bug with creation of bar window 2008-03-29 22:27:30 +01:00
Sebastien Helleu
4b2e8b37f7 Fixed display bug when first line displayed is not first of buffer 2008-03-29 19:56:58 +01:00
Sebastien Helleu
f1db462136 Fixed bug with bars refresh 2008-03-29 15:07:52 +01:00
Sebastien Helleu
7a1a79424e Lines of buffers with free content are now truncated according to window width 2008-03-29 12:29:13 +01:00
Sebastien Helleu
868bc6b63d Added preliminary support of new buffer type, with free content 2008-03-28 18:57:10 +01:00
Sebastien Helleu
34a3c8637d New alias by default: /redraw (same action as Ctrl-L to redraw screen) (task #7806) 2008-03-25 12:55:37 +01: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
14feea7ab8 Fixed bug with charset in IRC plugin 2008-03-23 20:25:39 +01:00