Sebastien Helleu
d9c032fee3
Added /setp command (set plugin options)
2006-03-24 09:38:54 +00:00
Sebastien Helleu
9fb1176b1b
Completed /set command help
2006-03-21 14:17:29 +00:00
Sebastien Helleu
27fd4beca7
Aliases are executed before WeeChat/IRC commands, /builtin command added
2006-03-21 11:41:02 +00:00
Sebastien Helleu
e499c1cb32
Added /cycle command, /part command does close buffer any more
2006-03-19 12:15:27 +00:00
Sebastien Helleu
2c894b89e7
Fixed /set command when internal server name contains one or many dots
2006-03-14 13:06:48 +00:00
Sebastien Helleu
227c05447f
Improved alias completion (now uses target command for completion)
2006-03-08 15:31:26 +00:00
Sebastien Helleu
c0a1673060
Added IRC raw data buffer
2006-02-22 11:58:11 +00:00
Sebastien Helleu
4f81254e40
Fixed message displayed when a command handler failed (now "failed" instead of
...
"command not found")
2006-02-18 12:50:55 +00:00
Emmanuel Bouthenot
a62a002522
clean code while parsing commands in server_command and make possible to run many (irc or weechat) commands with alias
2006-02-16 09:51:08 +00:00
Sebastien Helleu
364d774ded
Added new command line argument for setting WeeChat homedir (-d or --dir) (patch from Gwenn)
2006-01-25 08:55:24 +00:00
Sebastien Helleu
8cd8410448
Fixed bugs: buffer detection in plugins/scripts commands, and /history command
2006-01-22 21:30:19 +00:00
Sebastien Helleu
3c16d49d2d
Added some info for commands and options help
2006-01-21 21:26:24 +00:00
Sebastien Helleu
05992a34f3
Encode commands like text with channel's encoding charset
2006-01-08 19:13:59 +00:00
Sebastien Helleu
4d62625894
New year in copyright, FSF address changed
2006-01-04 08:56:00 +00:00
Sebastien Helleu
d3bfff3d65
Fixed typos in some command helps ("&" now forbidden for XML doc)
2005-12-21 11:39:49 +00:00
Sebastien Helleu
503350f46b
Changed some command outputs for doc
2005-12-20 14:37:35 +00:00
Sebastien Helleu
77b504cd3f
Fixed encoding bug ("encode" var was not used since new command /charset was introduced)
2005-12-18 00:22:51 +00:00
Sebastien Helleu
04fda8a314
Fixed FIFO pipe buffer detection, away message (301) now displayed in query if
...
exists, otherwise on server buffer
2005-12-17 11:54:41 +00:00
Sebastien Helleu
d5b58ff068
Added completion system for plugins/scripts commands, fixed plugins autoload
2005-12-16 14:16:03 +00:00
Sebastien Helleu
1c4056a3b6
Added missing #ifdef HAVE_GNUTLS
2005-12-12 14:05:18 +00:00
Sebastien Helleu
756f7354e9
Added up/down/left/right args to /window command completion, help & doc
2005-12-12 11:38:15 +00:00
Sebastien Helleu
11da868d70
Upgrade when one or more servers are connected with gnutls (SSL) is now
...
forbidden (temporary solution while gnutls save/load thru session is not ok)
2005-12-11 13:56:39 +00:00
Sebastien Helleu
77e00d0381
Added charset by server and channel, new command: /charset
2005-12-11 00:52:32 +00:00
Sebastien Helleu
b7286b7e9f
Fixed bugs with /upgrade command (FIFO pipe now closed before upgrade, and
...
WeeChat log file descriptor closed too)
2005-12-10 09:41:18 +00:00
Sebastien Helleu
0ef010d211
added /upgrade command, added ETA for DCC files
2005-12-06 18:20:59 +00:00
Sebastien Helleu
c005d8c4d3
Added server/channel arg to /buffer command for jumping to buffer
2005-11-29 08:23:03 +00:00
Sebastien Helleu
4ea27db1d7
Added new keys for switching to other windows: alt-w followed by alt-{arrow}
2005-11-22 13:43:54 +00:00
Sebastien Helleu
d5affecc23
Added read marker (indicator for first unread line), added quotes and spaces in config files
2005-11-19 22:08:46 +00:00
Sebastien Helleu
0cf9d16bb9
- added "resize" option for /window command
...
- fixed infinite loop when resizing term to small size
2005-11-13 22:14:06 +00:00
Emmanuel Bouthenot
8cab953c6f
add command /history
2005-11-13 16:59:40 +00:00
Sebastien Helleu
e63da66644
Improved window management: new window may have different size (% of current
...
window size), window sizes are automatically recomputed when term window is
resized
2005-11-13 15:51:00 +00:00
Sebastien Helleu
04206f8032
Fixed minor display bug with /set command
2005-11-11 10:56:47 +00:00
Sebastien Helleu
b3018f8ae7
Fixed minor display bug with options help
2005-11-09 14:17:27 +00:00
Sebastien Helleu
159371cbd9
Commented out code for calling PRIVMSG plugins handlers when user send text to
...
channel/private (was causing problems with Perl scripts unload)
2005-11-06 22:56:13 +00:00
Sebastien Helleu
2bbc2d53eb
Added missing translation for /uptime command
2005-11-06 12:23:55 +00:00
Sebastien Helleu
bf3f696830
Added /uptime command
2005-11-06 12:09:44 +00:00
Sebastien Helleu
bea5769a05
Fixed some bugs with color codes:
...
- colors are now removed in topic for display in title bar
- completion of /topic command now strips color codes
- color codes are encoded in commands (not only text sent to channel/pv)
- double '%' is replaced by single '%' in command line (when irc_colors_send is ON)
2005-11-05 11:34:52 +00:00
Sebastien Helleu
b536a8a491
Added message for /buffer notify completion
2005-11-04 22:53:10 +00:00
Sebastien Helleu
e4b59681b2
Fixed crash with /buffer command
2005-11-04 20:13:26 +00:00
Sebastien Helleu
8a9e8ecc88
- added major feature: new color management system (internal to WeeChat), now
...
colors are displayed by WeeChat (optional by new settings irc_colors_receive
and irc_colors_send)
- fixed IRC command 367
- added IRC command 382
2005-11-04 11:53:23 +00:00
Sebastien Helleu
079e4a4028
- added new setting (look_one_server_buffer): use same buffer for all servers
...
- fixed DCC bug when looking for ports in range
2005-10-30 09:56:24 +00:00
Sebastien Helleu
0f055b087a
- Added options for /plugin command: autoload, reload, unload
...
- Added new plugin functions, for C plugins and scripts: set_config, get_plugin_config, set_plugin_config
- Added new script function: remove_handler
2005-10-25 17:37:13 +00:00
Sebastien Helleu
6beb8b6465
- added dcc_own_ip and dcc_port_range settings, patch by Jim Ramsay
...
- fixed bug when exiting DCC buffer (wrong input buffer)
2005-10-22 14:04:26 +00:00
Sebastien Helleu
cdc33d08b0
New plugin interface (loads dynamic C libraries)
2005-10-15 12:34:21 +00:00
Sebastien Helleu
4a7b3436ae
Added online help for config options (with /set full_option_name)
2005-10-02 08:16:12 +00:00
Sebastien Helleu
29006d8cec
Fixed /server command help (3 nicks are mandatory if -nicks used)
2005-09-28 12:58:41 +00:00
Sebastien Helleu
8a299adb3b
Fixed crash when closing a buffer used by more than one window
2005-09-13 17:04:34 +00:00
Sebastien Helleu
06463e5937
Added /ignore and /unignore commands
2005-09-04 12:55:25 +00:00
Sebastien Helleu
d80c8e9e57
Fixed bug with strings comparison (str[n]casecmp) and some locales (like turkish), now using ASCII comparison
2005-09-03 12:37:20 +00:00
Sebastien Helleu
11321acb96
Added Ruby plugins skeleton
2005-08-21 16:32:48 +00:00