summaryrefslogtreecommitdiff
path: root/src/irc/irc-commands.c
AgeCommit message (Collapse)Author
2006-01-04New year in copyright, FSF address changedSebastien Helleu
2005-12-21Fixed typos in some command helps ("&" now forbidden for XML doc)Sebastien Helleu
2005-12-20Added Czech translationsSebastien Helleu
2005-12-20Changed some command outputs for docSebastien Helleu
2005-12-16Added completion system for plugins/scripts commands, fixed plugins autoloadSebastien Helleu
2005-11-29/nick command is now allowed when not connected to serverSebastien Helleu
2005-11-04- added major feature: new color management system (internal to WeeChat), nowSebastien Helleu
colors are displayed by WeeChat (optional by new settings irc_colors_receive and irc_colors_send) - fixed IRC command 367 - added IRC command 382
2005-10-16Added channel modes +e/+f, IRC commands 348,349,470Sebastien Helleu
2005-10-03Added IRC commands: 008 and 381Sebastien Helleu
2005-09-23Added /ame command (send CTCP action to all channels of all connected servers)Sebastien Helleu
2005-09-10Added IRC commands: 042, 344, 345, 484Sebastien Helleu
2005-09-07Added IRC command "221"Sebastien Helleu
2005-09-04Added /ignore and /unignore commandsSebastien Helleu
2005-09-02Added "505" IRC commandSebastien Helleu
2005-08-22Added command "020"Sebastien Helleu
2005-07-19Commands /halfop, /voice, /deop, /dehalfop, /devoice are ok for self nick ↵Sebastien Helleu
(no arg)
2005-07-17Fixed /ctcp command (now any command/data allowed)Sebastien Helleu
2005-07-16Added /amsg command (send text to all channels of all connected servers)Sebastien Helleu
2005-06-20kill command now received and displayedSebastien Helleu
2005-04-28Added IRC command "671"Sebastien Helleu
2005-04-20Added "485" IRC commandSebastien Helleu
2005-04-19Added "-all" option for /nick command, added "341" IRC command (for invitation)Sebastien Helleu
2005-03-21Added missing IRC command 307Sebastien Helleu
2005-03-16Added /halfop & /dehalfop commands, fixed halfop display bug in nicklistSebastien Helleu
2005-03-13Added /ban, /unban and /kickban commands, fixed /kick commandSebastien Helleu
2005-03-12Fixed /invite command (and now invite requests are displayed)Sebastien Helleu
2005-02-28Fixed some translationsSebastien Helleu
2005-02-27Fixed some translationsSebastien Helleu
2005-02-27Added spanish translationSebastien Helleu
2005-02-27Added DCC CHAT (send & recv)Sebastien Helleu
2005-02-21Fixed /connect and /disconnect commands, improved output of some commandsSebastien Helleu
2005-02-20Added DCC sendSebastien Helleu
2005-02-12Plugins messages are logged with new config option (log_plugin_msg); on ↵Sebastien Helleu
server buffer, only server messages are logged
2005-01-26Away nicks are now displayed with another colorSebastien Helleu
2005-01-23Added lag indicatorSebastien Helleu
2005-01-16Improved completion (now completes commands args), fixed color bug (gray ↵Sebastien Helleu
removed, replaced by default), fixed crash when unknown section with option(s) in config file, fixed IRC commands: /op, /deop, /voice, /devoice
2005-01-08Fixed /me command (now ok without parameter)Sebastien Helleu
2005-01-01Version 0.0.9Sebastien Helleu
2004-12-31Added /buffer close, new keys: Alt-S (switch to server buffer), Alt-X ↵Sebastien Helleu
(switch to first channel of next server)
2004-12-22Fixed notice command (to server and display when received), fixed display of ↵Sebastien Helleu
nick mode changes
2004-03-20/query command added, IRC messages 476, 477 now displayedSebastien Helleu
2004-02-29Display channel modes when joining channel that already exists (i.e. with ↵Sebastien Helleu
modes already set)
2004-02-29Added modes channel (and /mode command is now ok), dcc skeleton, fixed ↵Sebastien Helleu
display bug for nicklist
2003-12-31New copyrightSebastien Helleu
2003-11-30- added IRC::get_info function for Perl scriptsSebastien Helleu
- cleanup code in main() function of weechat.c - fixed bug when unloading all Perl scripts (now end and restart Perl interpreter)
2003-10-26Added #include "config.h" with #ifdef HAVE_CONFIG_HSebastien Helleu
2003-10-25Added ./configure script to build WeeChatSebastien Helleu
2003-10-11Added commands: die, summon, users, wallops, userhost, ison ; fixed display ↵Sebastien Helleu
bug (blinking text when scrolling)
2003-10-09Added commands: info, servlist, squery, who and whowasSebastien Helleu
2003-10-08Added commands: service, squit, motd, lusers, links, time, trace and adminSebastien Helleu