summaryrefslogtreecommitdiff
path: root/src/common/completion.c
AgeCommit message (Expand)Author
2006-04-22Splited GUI sourcesSebastien Helleu
2006-04-15Fixed many crashes with DCC chatSebastien Helleu
2006-04-08Added hostnames associeted to nicks (available for /ban completion)Sebastien Helleu
2006-03-30Added keyboard handler to plugin APISebastien Helleu
2006-03-25Fixed bug with /set string value completionSebastien Helleu
2006-03-24Added /setp command (set plugin options)Sebastien Helleu
2006-03-08Improved alias completion (now uses target command for completion)Sebastien Helleu
2006-03-06Fixed completion bug with commands in pv (nick completion, for example with /me)Sebastien Helleu
2006-01-30Added options "look_open_near_server" and "look_nick_complete_first" (patch f...Sebastien Helleu
2006-01-08Removed "irc_default_msg_away" setting, for RFC 2812 conformity (/away commandSebastien Helleu
2006-01-04New year in copyright, FSF address changedSebastien Helleu
2005-12-20Fixed completion bugs with nick completion in commmands ("%n")Sebastien Helleu
2005-12-16Added completion system for plugins/scripts commands, fixed plugins autoloadSebastien Helleu
2005-12-12Added up/down/left/right args to /window command completion, help & 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-19Added read marker (indicator for first unread line), added quotes and spaces ...Sebastien Helleu
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-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-04- added major feature: new color management system (internal to WeeChat), nowSebastien Helleu
2005-10-28Added setting for ignoring some chars when completing nicksSebastien Helleu
2005-10-25- Added options for /plugin command: autoload, reload, unloadSebastien Helleu
2005-10-21Full UTF-8 support, auto-detection of UTF-8 usage (locale)Sebastien Helleu
2005-10-15New plugin interface (loads dynamic C libraries)Sebastien 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-08-16Added completion for internal functions with /key commandSebastien 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-11Topic completion now decodes UTF-8 stringSebastien Helleu
2005-07-09- new keyboard management: keys are setup in config file, new command /key wa...Sebastien Helleu
2005-06-30* commands from users outside channel now authorized (if special user or chan...Sebastien Helleu
2005-05-05Improved Perl interface and some changes in Python:Sebastien Helleu
2005-05-01Added Python plugin supportSebastien Helleu
2005-04-07Allow nick completion in private buffer with /me commandSebastien Helleu
2005-03-05Nick completion with nothing as base word is disabledSebastien Helleu
2005-03-05Added crash dump when WeeChat receives SIGSEGV (Segmentation fault)Sebastien Helleu
2005-02-27Fixed completion bug: now allows command completion in private buffersSebastien Helleu
2005-02-27Added DCC CHAT (send & recv)Sebastien Helleu
2005-02-20/set command does not add "=" any more after completed option nameSebastien Helleu
2005-02-15Fixed /buffer close command (now ok when disconnected from server)Sebastien Helleu
2005-02-06Improved /window command: now split and merge are ok, fixed crash when resizi...Sebastien Helleu
2005-01-23Improved completion for /set command (now adds '=' at the end)Sebastien Helleu
2005-01-23Added lag indicatorSebastien Helleu
2005-01-19Added nick completion in private buffersSebastien Helleu