summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2006-12-08Fixed bug with nick completion in command args (now uses option look_nick_com...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-29Added auto completion with channels and filenamesSebastien 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-15fix possible stack overflow in filename completionEmmanuel Bouthenot
2006-11-11Fixed random crash with completionSebastien Helleu
2006-11-09Added "irc_send_unknown_commands" option to send unknown commands to IRC serv...Sebastien Helleu
2006-11-08Remove some unneeded iconv calls (for UTF-8 term)Sebastien Helleu
2006-11-08Fixed display bug with new charset and unreadable UTF-8 chars in ISO termSebastien Helleu
2006-11-08Fixed bug with /upgrade and buffer's data when switching to new charset plugi...Sebastien Helleu
2006-11-08Added charset plugin (WeeChat is now full UTF-8 for internal data storage), f...Sebastien Helleu
2006-10-29Fixed bug with completion context (some variables were not properly reset)Sebastien Helleu
2006-10-28remove unused headerEmmanuel Bouthenot
2006-10-28improve filename completionEmmanuel Bouthenot
2006-10-27Removed automatic space after filename when using completionSebastien Helleu
2006-10-27adding filename completion (partially)Emmanuel Bouthenot
2006-10-24Fixed bug with modifiers list in "/plugin listfull" commandSebastien Helleu
2006-10-24Fixed typo in /plugin command helpSebastien Helleu
2006-10-24Added "modifier" in plugins API, improved /plugin commandSebastien Helleu
2006-10-15Fixed typo with lines date when using /upgrade (makes weechat crash)Sebastien Helleu
2006-10-14Added alternate boolean values (true,1,false,0,..) for server optionsSebastien Helleu
2006-10-14Added date in plugin function get_buffer_data()Sebastien 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 (patc...Sebastien Helleu
2006-10-12Fixed bug with alias when there's no $x and user args after alias commandSebastien Helleu
2006-10-09Fixed bug with /alias and arguments (like $1), now text after argument(s) is ...Sebastien Helleu
2006-10-08Fixed compilation warnings for AMD64Sebastien Helleu
2006-09-30Removed warnings with __USE_GNU and __USE_XOPENSebastien Helleu
2006-08-30Command /key now ok with one arg (key name): display key if foundSebastien Helleu
2006-08-27Removed unused variableSebastien Helleu
2006-08-27Fixed completion bug when many commands starts with same lettersSebastien Helleu
2006-08-26Fixed completion with alias calling user arguments ($1..$9)Sebastien Helleu
2006-08-26Added default nick completion when line starts with '//' (bug #17535)Sebastien Helleu
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 and...Sebastien Helleu
2006-08-22Added arguments $1,$2,..,$9 and $* for alias (task #5831), added special vars...Sebastien Helleu
2006-08-20Added hotlist in session file when using /upgrade command (task #5449)Sebastien Helleu
2006-08-19Removed /panel command for release (command under development)Sebastien Helleu
2006-08-17Added send of "quit" message to server when using /disconnectSebastien Helleu
2006-08-17Added IRC command 329 (channel creation date)Sebastien Helleu
2006-08-07Added missing modes (channel & user), now all modes are allowed (bug #16606),...Sebastien Helleu
2006-08-05Fixed DCC restore after /upgrade (now order is saved)Sebastien Helleu
2006-08-05Fixed away after server disconnection (now away is set again when reconnectin...Sebastien Helleu
2006-08-03Improved DCC speed (up to x5 on LAN) by forking for DCC files and a new optio...Sebastien Helleu
2006-07-30Fixed compilation problems under IrixSebastien Helleu
2006-07-27Use of constants for min/max DCC blocksizeSebastien Helleu