summaryrefslogtreecommitdiff
path: root/src/irc/irc-commands.c
AgeCommit message (Expand)Author
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 (no...Sebastien Helleu
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 serve...Sebastien Helleu
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 remo...Sebastien Helleu
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 (switch...Sebastien Helleu
2004-12-22Fixed notice command (to server and display when received), fixed display of ...Sebastien Helleu
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 mod...Sebastien Helleu
2004-02-29Added modes channel (and /mode command is now ok), dcc skeleton, fixed displa...Sebastien Helleu
2003-12-31New copyrightSebastien Helleu
2003-11-30- added IRC::get_info function for Perl scriptsSebastien Helleu
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 b...Sebastien Helleu
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
2003-10-06Added /stats command, splited irc-commands.c in 3 files (commands, send, recv)Sebastien Helleu
2003-10-04Messages normalized for gettext usage.Sebastien Helleu
2003-10-04Messages normalized for gettext usage.Sebastien Helleu
2003-10-04Added /rehash and /restart commandsSebastien Helleu
2003-10-04Added command & autojoin channels when connected to serverSebastien Helleu
2003-10-03Added parameters for alias and alias section in config fileSebastien Helleu
2003-10-02"/msg *" sends message to current channelSebastien Helleu