summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Collapse)Author
2006-01-30Added options "look_open_near_server" and "look_nick_complete_first" (patch ↵Sebastien Helleu
from Gwenn)
2006-01-26Fixed bug with /upgrade when servers buffer (with one buffer for all ↵Sebastien Helleu
servers) is moved to buffer # > 1
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-22Fixed bugs: buffer detection in plugins/scripts commands, and /history commandSebastien Helleu
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-08Fixed hotlist display bug with server buffer when all servers are displayed onSebastien Helleu
same buffer (display was current server instead of server with activity)
2006-01-08Encode commands like text with channel's encoding charsetSebastien 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-25Added uptime save in session file (for /upgrade command)Sebastien 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-21Fixed typos in some command helps ("&" now forbidden for XML doc)Sebastien Helleu
2005-12-20Changed some command outputs for docSebastien Helleu
2005-12-20Fixed completion bugs with nick completion in commmands ("%n")Sebastien Helleu
2005-12-18Fixed encoding bug ("encode" var was not used since new command /charset was ↵Sebastien Helleu
introduced)
2005-12-17Fixed FIFO pipe buffer detection, away message (301) now displayed in query ifSebastien Helleu
exists, otherwise on server buffer
2005-12-16Added completion system for plugins/scripts commands, fixed plugins autoloadSebastien Helleu
2005-12-12Added missing #ifdef HAVE_GNUTLSSebastien Helleu
2005-12-12Added up/down/left/right args to /window command completion, help & docSebastien Helleu
2005-12-11Fixed minor bug with session reload (nicks count for channels now ok)Sebastien Helleu
2005-12-11After a /upgrade, load session before pluginsSebastien Helleu
2005-12-11Upgrade when one or more servers are connected with gnutls (SSL) is nowSebastien Helleu
forbidden (temporary solution while gnutls save/load thru session is not ok)
2005-12-11Added charset by server and channel, new command: /charsetSebastien Helleu
2005-12-10Fixed bugs with /upgrade command (FIFO pipe now closed before upgrade, andSebastien Helleu
WeeChat log file descriptor closed too)
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
2005-11-29Added server/channel arg to /buffer command for jumping to bufferSebastien Helleu
2005-11-22Added new keys for switching to other windows: alt-w followed by alt-{arrow}Sebastien Helleu
2005-11-20Renamed options "col_chat_marker*" to "col_chat_read_marker*"Sebastien Helleu
2005-11-19Added read marker (indicator for first unread line), added quotes and spaces ↵Sebastien Helleu
in config files
2005-11-16better setting and restting terminal titleEmmanuel Bouthenot
2005-11-13- added "resize" option for /window commandSebastien Helleu
- fixed infinite loop when resizing term to small size
2005-11-13add command /historyEmmanuel Bouthenot
2005-11-13Improved window management: new window may have different size (% of currentSebastien Helleu
window size), window sizes are automatically recomputed when term window is resized
2005-11-11Fixed minor display bug with /set commandSebastien Helleu
2005-11-09Fixed minor display bug with options helpSebastien Helleu
2005-11-06Commented out code for calling PRIVMSG plugins handlers when user send text toSebastien Helleu
channel/private (was causing problems with Perl scripts unload)
2005-11-06Added missing translation for /uptime commandSebastien Helleu
2005-11-06Added /uptime commandSebastien Helleu
2005-11-06Added "col_real_white" option to active real white (useful only if term has notSebastien Helleu
white background)
2005-11-05Fixed nick completion in private, now completes according toSebastien Helleu
"look_nick_completion_ignore" option)
2005-11-05Convert colors codes to %B, %C with /topic completion (if option irc_colors_sendSebastien Helleu
is ON)
2005-11-05Fixed some bugs with color codes:Sebastien Helleu
- 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)