summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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
2005-11-16better setting and restting terminal titleEmmanuel Bouthenot
2005-11-13- added "resize" option for /window commandSebastien Helleu
2005-11-13add command /historyEmmanuel Bouthenot
2005-11-13Improved window management: new window may have different size (% of currentSebastien Helleu
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
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
2005-11-05Fixed nick completion in private, now completes according toSebastien Helleu
2005-11-05Convert colors codes to %B, %C with /topic completion (if option irc_colors_sendSebastien Helleu
2005-11-05Fixed some bugs with color codes:Sebastien Helleu
2005-11-05Changed help for "irc_colors_receive" optionSebastien Helleu
2005-11-04Added message for /buffer notify completionSebastien Helleu
2005-11-04Fixed crash with /buffer commandSebastien Helleu
2005-11-04Removed debug messagesSebastien Helleu
2005-11-04Fixed log problem with new color display system (now color codes are removed inSebastien Helleu
2005-11-04- added major feature: new color management system (internal to WeeChat), nowSebastien Helleu
2005-10-30Added command line arguments to disable auto-connect to servers and plugins a...Sebastien Helleu
2005-10-30- added new setting (look_one_server_buffer): use same buffer for all serversSebastien Helleu
2005-10-29fix detection of libgnutlsEmmanuel Bouthenot
2005-10-28Added setting for ignoring some chars when completing nicksSebastien Helleu
2005-10-26Added partial match for highlights, patch by Jim RamsaySebastien Helleu
2005-10-26Signal SIGPIPE now ignored by WeeChatSebastien Helleu
2005-10-25- Added options for /plugin command: autoload, reload, unloadSebastien Helleu
2005-10-23Added new plugins functions: set_config, get_plugin_config, set_plugin_config.Sebastien Helleu
2005-10-22- added dcc_own_ip and dcc_port_range settings, patch by Jim RamsaySebastien Helleu
2005-10-21Full UTF-8 support, auto-detection of UTF-8 usage (locale)Sebastien Helleu
2005-10-18Added "Day changed to [date]" message when day changesSebastien Helleu
2005-10-18Log options (for server/channel/private) can now be set while WeeChat is runningSebastien Helleu
2005-10-15New plugin interface (loads dynamic C libraries)Sebastien Helleu
2005-10-03Added auto-creation of ~/.weechat/{perl|python}/config directoriesSebastien Helleu
2005-10-03Changed default color for delimiters in input window (from cyan to lightgreen)Sebastien Helleu
2005-10-02Added colors for input buffer and current channel of status barSebastien Helleu
2005-10-02Added online help for config options (with /set full_option_name)Sebastien Helleu
2005-10-01Added "smart" hotlistSebastien Helleu
2005-09-28Fixed /server command help (3 nicks are mandatory if -nicks used)Sebastien Helleu
2005-09-25Fixed typo in autojoin option helpSebastien Helleu
2005-09-23Replaced gettext with macro "_"Sebastien Helleu
2005-09-22Added setting "irc_notice_as_pv" to see notices as pvSebastien Helleu
2005-09-20Added nicks colors in setup fileSebastien Helleu
2005-09-13Fixed crash when closing a buffer used by more than one windowSebastien Helleu
2005-09-04Added /ignore and /unignore commandsSebastien Helleu
2005-09-03Fixed bug with strings comparison (str[n]casecmp) and some locales (like turk...Sebastien Helleu
2005-09-02Signal SIGQUIT is now ignoredSebastien Helleu
2005-08-21Added Ruby plugins skeletonSebastien Helleu