Sebastien Helleu
|
882b72cd0c
|
Added string length limit for setup file options
|
2007-08-29 12:53:35 +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
|
69bd50d74c
|
Fixed server option "command_delay": does not freeze WeeChat any more
|
2007-08-20 08:37:31 +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
|
30c3fa9d98
|
Code cleanup: renamed some constants and variables (prefix added)
|
2007-08-16 13:54:15 +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
|
f68a2cbfcd
|
Added "copy" and "rename" options to /server command
|
2007-08-08 08:19:04 +00:00 |
|
Sebastien Helleu
|
241f70f869
|
Fixed bugs with IRC color in messages, now color codes are inserted in command line with ^Cc,^Cb,.. instead of %C,%B,.. (bug #20222, task #7060)
|
2007-07-12 15:00:45 +00:00 |
|
Sebastien Helleu
|
f1a39ce7d7
|
Replaced GPL 2 license by GPL 3
|
2007-07-02 12:25:13 +00:00 |
|
Sebastien Helleu
|
299d37a342
|
Added hotlist sort with new option "look_hotlist_sort" (task #5870)
|
2007-06-08 16:04:50 +00:00 |
|
Sebastien Helleu
|
bee62989f6
|
Code cleanup: renamed IRC functions to have uniform name (with prefix based on source name), moved some functions
|
2007-05-11 14:59:12 +00:00 |
|
Sebastien Helleu
|
c3e9858d55
|
Improved setup file save: now writes temporary file, then rename it (task #6847)
|
2007-05-09 16:43:01 +00:00 |
|
Sebastien Helleu
|
f30fb21175
|
Improved nick completion: completes with last speakers first (task #5896), fixed nick completion (bugs #19590 and #19589)
|
2007-04-14 13:14:05 +00:00 |
|
Sebastien Helleu
|
0e785fe106
|
Added color for input text not found in buffer history
|
2007-04-04 14:04:42 +00:00 |
|
Sebastien Helleu
|
aba6e1257d
|
Added "call" option to /key command, added new key function "insert" to insert text on command line (task #6468)
|
2007-02-12 17:39:34 +00:00 |
|
Sebastien Helleu
|
632d451f62
|
Changed copyright date (2006 -> 2007)
|
2007-01-05 23:41:38 +00:00 |
|
Sebastien Helleu
|
10ab4b0a20
|
Added anti-flood option (irc_anti_flood) (task #5442)
|
2006-12-04 09:44:23 +00:00 |
|
Sebastien Helleu
|
7ce144e875
|
Added keys (F9/F10) to scroll topic (task #6030)
|
2006-11-29 16:08:57 +00:00 |
|
Sebastien Helleu
|
7d5878e4d6
|
Fixed refresh bug when changing config options if window is splited
|
2006-11-19 08:18:59 +00:00 |
|
Sebastien Helleu
|
0ea530127b
|
Removed unused charset options in default config file for servers
|
2006-11-19 00:02:34 +00:00 |
|
Sebastien Helleu
|
4061f34127
|
Added option "look_nicklist_separator" (task #5437)
|
2006-11-17 20:40:23 +00:00 |
|
Sebastien Helleu
|
48f526b55a
|
Added "irc_send_unknown_commands" option to send unknown commands to IRC server (OFF by default) (task #5947)
|
2006-11-09 13:34:03 +00:00 |
|
Sebastien Helleu
|
c20ce83d20
|
Added charset plugin (WeeChat is now full UTF-8 for internal data storage), fixed compilation problems with FreeBSD, fixed status bar display bug
|
2006-11-08 07:54:33 +00:00 |
|
Sebastien Helleu
|
def08461d4
|
Added alternate boolean values (true,1,false,0,..) for server options
|
2006-10-14 08:42:33 +00:00 |
|
Sebastien Helleu
|
9b91c91577
|
Fixed some portability bugs (patch #5271)
|
2006-10-12 17:16:14 +00:00 |
|
Sebastien Helleu
|
8c29d36461
|
Added more values for config boolean values: y/true/t/1 and n/false/f/0 (patch from Stalwart)
|
2006-10-12 12:30:11 +00:00 |
|
Sebastien Helleu
|
bb021e567a
|
Values yes/no accepted (as on/off) for config boolean values (task #5454)
|
2006-08-26 08:38:04 +00:00 |
|
Sebastien Helleu
|
00fbd7ad56
|
Added server default notify level (task #5634), fixed crashs with /buffer and /charset commands when not connected to any server (bug #17525)
|
2006-08-25 16:30:10 +00:00 |
|
Sebastien Helleu
|
77e3fb3c83
|
Added arguments $1,$2,..,$9 and $* for alias (task #5831), added special vars $nick/$channel/$server for server_command, alias and plugin command handlers
|
2006-08-22 10:04:17 +00:00 |
|
Sebastien Helleu
|
a5cd14add5
|
Improved DCC speed (up to x5 on LAN) by forking for DCC files and a new option "dcc_fast_send" (does not wait for ACK) (task #5758)
|
2006-08-03 19:50:52 +00:00 |
|
Sebastien Helleu
|
d861cb0fd3
|
Use of constants for min/max DCC blocksize
|
2006-07-27 21:05:15 +00:00 |
|
Sebastien Helleu
|
3eced7694b
|
Splited weechat.c into weechat.c and util.c
|
2006-07-23 11:19:09 +00:00 |
|
Sebastien Helleu
|
5699898d5b
|
Added "look_save_on_exit" option (patch from Emanuele Giaquinta)
|
2006-07-18 16:55:19 +00:00 |
|
Sebastien Helleu
|
c5f1a1af6c
|
Case ignored for channel names in charset options (bug #16858)
|
2006-06-26 09:58:55 +00:00 |
|
Sebastien Helleu
|
9eb6643f63
|
Replaced "window close" by "window merge" for default alias "wc"
|
2006-05-21 15:04:44 +00:00 |
|
Sebastien Helleu
|
d2f855b7ee
|
Changed default alias "wc" (now /window close instead of /part)
|
2006-05-21 14:59:34 +00:00 |
|
Sebastien Helleu
|
0eea93bba3
|
Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used for WeeChat log file
|
2006-05-20 09:45:02 +00:00 |
|
Sebastien Helleu
|
7d944ceca4
|
Fixed typo in setup option help
|
2006-05-07 11:35:35 +00:00 |
|
Sebastien Helleu
|
40ffeb9e0c
|
Splited GUI sources
|
2006-04-22 21:18:02 +00:00 |
|
Sebastien Helleu
|
9481ec0c9c
|
Changed default nick prefix/suffix
|
2006-04-16 10:27:48 +00:00 |
|
Sebastien Helleu
|
f80489f469
|
Added option "look_align_size_max", nick alignment to right is now set by default with size 14 (max 20)
|
2006-04-16 09:46:23 +00:00 |
|
Sebastien Helleu
|
0b523df418
|
Fixed typos in doc
|
2006-04-13 16:13:57 +00:00 |
|
Sebastien Helleu
|
b81b747b96
|
Added more help for input prompt format
|
2006-04-13 12:04:14 +00:00 |
|
Sebastien Helleu
|
1bee0ba0b2
|
Added new option to customize input prompt, added nick modes, fixed commands 332, 333 (/topic now ok when channel is not opened)
|
2006-04-12 13:34:33 +00:00 |
|
Sebastien Helleu
|
d01081241a
|
Added nick alignment options
|
2006-04-02 21:53:41 +00:00 |
|
Sebastien Helleu
|
eaa33bfb8e
|
Added hostname/IP option for connection to server
|
2006-03-25 11:20:37 +00:00 |
|
Sebastien Helleu
|
650805f204
|
Using new default value for DCC download dir (created at startup), fixed logs dir creation
|
2006-03-04 15:37:20 +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
|
0538215157
|
Updated doc for server_command setting
|
2006-02-12 22:12:05 +00:00 |
|
Sebastien Helleu
|
70ad116c0f
|
Added options "look_open_near_server" and "look_nick_complete_first" (patch from Gwenn)
|
2006-01-30 20:22:40 +00:00 |
|