summaryrefslogtreecommitdiff
path: root/src/common/weeconfig.c
AgeCommit message (Collapse)Author
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2006-12-04Added anti-flood option (irc_anti_flood) (task #5442)Sebastien Helleu
2006-11-29Added keys (F9/F10) to scroll topic (task #6030)Sebastien Helleu
2006-11-19Fixed refresh bug when changing config options if window is splitedSebastien Helleu
2006-11-19Removed unused charset options in default config file for serversSebastien Helleu
2006-11-17Added option "look_nicklist_separator" (task #5437)Sebastien Helleu
2006-11-09Added "irc_send_unknown_commands" option to send unknown commands to IRC ↵Sebastien Helleu
server (OFF by default) (task #5947)
2006-11-08Added charset plugin (WeeChat is now full UTF-8 for internal data storage), ↵Sebastien Helleu
fixed compilation problems with FreeBSD, fixed status bar display bug
2006-10-14Added alternate boolean values (true,1,false,0,..) for server optionsSebastien Helleu
2006-10-12Fixed some portability bugs (patch #5271)Sebastien Helleu
2006-10-12Added more values for config boolean values: y/true/t/1 and n/false/f/0 ↵Sebastien Helleu
(patch from Stalwart)
2006-08-26Values yes/no accepted (as on/off) for config boolean values (task #5454)Sebastien Helleu
2006-08-25Added server default notify level (task #5634), fixed crashs with /buffer ↵Sebastien Helleu
and /charset commands when not connected to any server (bug #17525)
2006-08-22Added arguments $1,$2,..,$9 and $* for alias (task #5831), added special ↵Sebastien Helleu
vars $nick/$channel/$server for server_command, alias and plugin command handlers
2006-08-03Improved DCC speed (up to x5 on LAN) by forking for DCC files and a new ↵Sebastien Helleu
option "dcc_fast_send" (does not wait for ACK) (task #5758)
2006-07-27Use of constants for min/max DCC blocksizeSebastien Helleu
2006-07-23Splited weechat.c into weechat.c and util.cSebastien Helleu
2006-07-18Added "look_save_on_exit" option (patch from Emanuele Giaquinta)Sebastien Helleu
2006-06-26Case ignored for channel names in charset options (bug #16858)Sebastien Helleu
2006-05-21Replaced "window close" by "window merge" for default alias "wc"Sebastien Helleu
2006-05-21Changed default alias "wc" (now /window close instead of /part)Sebastien Helleu
2006-05-20Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used ↵Sebastien Helleu
for WeeChat log file
2006-05-07Fixed typo in setup option helpSebastien Helleu
2006-04-22Splited GUI sourcesSebastien Helleu
2006-04-16Changed default nick prefix/suffixSebastien Helleu
2006-04-16Added option "look_align_size_max", nick alignment to right is now set by ↵Sebastien Helleu
default with size 14 (max 20)
2006-04-13Fixed typos in docSebastien Helleu
2006-04-13Added more help for input prompt formatSebastien Helleu
2006-04-12Added new option to customize input prompt, added nick modes, fixed commands ↵Sebastien Helleu
332, 333 (/topic now ok when channel is not opened)
2006-04-02Added nick alignment optionsSebastien Helleu
2006-03-25Added hostname/IP option for connection to serverSebastien Helleu
2006-03-04Using new default value for DCC download dir (created at startup), fixed ↵Sebastien Helleu
logs dir creation
2006-02-16clean code while parsing commands in server_command and make possible to run ↵Emmanuel Bouthenot
many (irc or weechat) commands with alias
2006-02-12Updated doc for server_command settingSebastien Helleu
2006-01-30Added options "look_open_near_server" and "look_nick_complete_first" (patch ↵Sebastien Helleu
from Gwenn)
2006-01-26Fixed bug with option "irc_away_check_max_nicks" (now channels are refreshed ↵Sebastien Helleu
when nicks count changed)
2006-01-25Added new scroll keys for a few lines up/down (default: meta-pgup/pgdn) ↵Sebastien Helleu
(patch from Pistos)
2006-01-25Added new option "irc_away_check_max_nicks" to disable away check on ↵Sebastien Helleu
channels with high number of nicks (patch from Gwenn)
2006-01-25Added new command line argument for setting WeeChat homedir (-d or --dir) ↵Sebastien Helleu
(patch from Gwenn)
2006-01-21Added some info for commands and options helpSebastien Helleu
2006-01-21Added option "irc_show_away_once", to show away message only once in pvSebastien Helleu
2006-01-12New values for "irc_display_away" (off, local, channel)Sebastien Helleu
2006-01-08Removed "irc_default_msg_away" setting, for RFC 2812 conformity (/away commandSebastien Helleu
wihtout argument only removes away status)
2006-01-05Option "irc_display_away" is now set to OFF by defaultSebastien Helleu
2006-01-04New year in copyright, FSF address changedSebastien Helleu
2005-12-22Added color for windows separators, fixed minor refresh bug when changing ↵Sebastien Helleu
some colors
2005-12-21Removed "&" for XML docSebastien Helleu
2005-12-11Added charset by server and channel, new command: /charsetSebastien Helleu
2005-12-06added /upgrade command, added ETA for DCC filesSebastien Helleu
2005-11-29Removed "look_color_nicks" option, using "col_nick_color1" if ↵Sebastien Helleu
"look_color_nicks_number" is set to 1