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
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
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
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
60d239c8f7
Fixed minor bugs with help on options
2008-04-12 09:44:14 +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
48bbd32f12
Bugs fixed with bars
2008-04-03 18:11:32 +02:00
Sebastien Helleu
8509f777b4
New features and bug fixes with bars
2008-04-03 15:54:21 +02:00
Sebastien Helleu
d9a4bdf629
Check plugin version when loading it, to prevent crash when loading old plugins
2008-03-23 11:41:09 +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
08522770e8
New format for many IRC protocol commands, bugs fixed in IRC plugin
2008-03-15 09:50:37 +01:00
Sebastien Helleu
93007b29fe
Fixed help of /bar command
2008-03-08 11:04:47 +01:00
Sebastien Helleu
14d393b11e
Partial support of bars, with custom items.
...
Today only root bars are partially working (refresh is not always performed),
and bars are not saved in configuration file. To be continued...
2008-03-05 16:19:10 +01:00
Sebastien Helleu
c5a30be877
New "irc/debug" buffer (replaces old IRC raw buffer), improved status bar display, fixed nick in input for IRC buffers
...
The "irc/debug" buffer is displayed when IRC debug is enabled (with "/debug irc" thru debug plugin).
If the buffer is closed, it is reopen when new messages are written, until debug is disabled by user (with "/debug irc").
2008-02-22 14:29:34 +01:00
Sebastien Helleu
dec0e7dc12
Added new plugin "debug"
2008-02-21 17:31:59 +01:00
Sebastien Helleu
960d10cad0
Removed option "-command" for command "/server" in IRC plugin
2008-02-03 16:34:19 +01:00
Sebastien Helleu
1e0753e08b
Use of many addresses for one IRC server (auto-switch when a connexion fails), nicks are now set with one option "nicks" (task #6088 )
2008-02-03 16:12:52 +01:00
Sebastien Helleu
cb657254bb
Replaced options nick1/nick2/nick3 by nicks in IRC servers
2008-02-03 00:09:35 +01:00
Sebastien Helleu
adab75c345
Updated translations
2008-01-29 15:21:00 +01:00
Sebastien Helleu
ad41486543
Added config file functions in plugins API, improved /reload and /save commands (now possible to reload/save some files only), fixed completion bug
2008-01-27 10:48:29 +01:00
Sebastien Helleu
ed26a0389c
Add of "modifier" hook, migration of charset plugin to new API, SIGHUP signal catched (reload all config files), better config files reloading
2008-01-24 16:50:20 +01:00
Sebastien Helleu
4cdcb11415
Updated translations
2008-01-19 17:20:07 +01:00
Sebastien Helleu
337908e9ef
Update of translations for scripts, fix bugs and code factorized in script plugins
2008-01-14 11:18:39 +01:00
Sebastien Helleu
add64d6f47
New arguments for function "register" in scripts (author, license), with optional check of license when script is loaded
2008-01-11 15:08:36 +01:00
Sebastien Helleu
9f2fc59569
Partial migration of Perl plugin to new API
2008-01-09 18:26:17 +01:00
Sebastien Helleu
f94b679a4a
Added hotlist option for buffer in plugins API, improved buffer refreshs
2008-01-06 12:44:54 +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
04e5afe6e4
Cleanup WeeChat error and warning messages, updated po files
2007-11-01 11:19:46 +01:00
Sebastien Helleu
8ac688d6d0
Removed source locations in gettext files
2007-09-19 12:18:33 +02:00
Sebastien Helleu
9d69720b26
Added new option "deloutq" to /server command to flush all servers messages out queues (task #7221 )
2007-09-02 16:24:18 +00:00
Sebastien Helleu
f523d2b0a5
Added "/debug buffer" command to see raw buffer content
2007-08-31 11:21:24 +00:00
Sebastien Helleu
882b72cd0c
Added string length limit for setup file options
2007-08-29 12:53:35 +00:00
Sebastien Helleu
b0490eb249
Fixed typo in /help server
2007-08-27 09:55:38 +00:00
Sebastien Helleu
73d9515f5c
Added option to align text of messages (except first lines) (task #7246 )
2007-08-27 08:22:41 +00:00
Sebastien Helleu
57282055c3
Fixed typo in /help server
2007-08-27 07:32:27 +00:00
Sebastien Helleu
dc92ee389c
Added paste detection, new options look_paste_max_lines and col_input_actions (task #5442 )
2007-08-17 09:09:09 +00:00
Sebastien Helleu
ec78674d4e
Added support of channel mode +u (channel user) (bug #20717 )
2007-08-09 09:35:17 +00:00
Sebastien Helleu
c246d44762
Fixed /server help message
2007-08-08 14:27:02 +00:00
Sebastien Helleu
09ddfcd860
Improved /connect command to connect to a host by creating a temporary server, added option to /server to create temporary server (task #7095 )
2007-08-08 14:08:06 +00:00
Sebastien Helleu
028d38b44e
Allow clear of multiple selected buffers with /clear (patch #6112 )
2007-08-08 09:07:19 +00:00
Sebastien Helleu
f68a2cbfcd
Added "copy" and "rename" options to /server command
2007-08-08 08:19:04 +00:00
Sebastien Helleu
362866fdf2
Added key for setting unread marker on all buffers (default: ctrl-S + ctrl-U) (task 7180)
2007-08-06 09:30:22 +00:00
Sebastien Helleu
0904d9afaf
Fixed crash when sending data to channel or pv on disconnected server (bug #20524 )
2007-07-18 23:26:23 +00:00
Sebastien Helleu
2da039222d
Added pv count in /server output
2007-07-18 16:50:56 +00:00
Sebastien Helleu
271bd21802
Improved command /server ant its output, added plural form in PO files
2007-07-18 16:35:12 +00:00
Sebastien Helleu
2c3fad454c
Added "buffer_move" event handler to plugins API (task #6708 )
2007-07-18 12:02:40 +00:00