summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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
2005-08-16Added example in server_autojoin descriptionSebastien Helleu
2005-08-16Added completion for internal functions with /key commandSebastien Helleu
2005-07-30ctrl-up/ctrl-down keys added to call previous/next command in global history ...Sebastien Helleu
2005-07-22Join and part/quit prefixes (arrows) now displayed with different colorsSebastien Helleu
2005-07-19Highlights with "irc_highlight" setting now case insensitiveSebastien Helleu
2005-07-19Added "irc_highlight" setting, fixed crash when doing /part on an active DCC ...Sebastien Helleu
2005-07-19Commands /halfop, /voice, /deop, /dehalfop, /devoice are ok for self nick (no...Sebastien Helleu
2005-07-19Fixed auto-rejoin for channels with keySebastien Helleu
2005-07-17Fixed /ctcp command (now any command/data allowed)Sebastien Helleu
2005-07-16- added alt-j + alt-l key (switch to last buffer)Sebastien Helleu
2005-07-16Added alt-k key to grab a key and insert result into input bufferSebastien Helleu
2005-07-14- fixed SIGSEGV handler (now write a core file by aborting program)Sebastien Helleu
2005-07-13Added color for private in hotlist (different than color for highlight)Sebastien Helleu
2005-07-12- added DCC timeoutSebastien Helleu
2005-07-11Topic completion now decodes UTF-8 stringSebastien Helleu
2005-07-09Internal functions descriptions for keys are now displayed and translatedSebastien Helleu
2005-07-09- new keyboard management: keys are setup in config file, new command /key wa...Sebastien Helleu
2005-06-30 - proxy support (http, socks4, socks5) with authentification for http, socks5Emmanuel Bouthenot