summaryrefslogtreecommitdiff
path: root/src/irc/irc-commands.c
AgeCommit message (Expand)Author
2007-06-07Fixed QUOTE command: now allowed when socket is ok (even if IRC connection to...Sebastien Helleu
2007-06-06Added missing IRC commands 378 and 379 (bug #20091)Sebastien Helleu
2007-06-06Added missing IRC command 327Sebastien Helleu
2007-05-11Code cleanup: renamed IRC functions to have uniform name (with prefix based o...Sebastien Helleu
2007-05-11Fixed bug with nick prefixes on some IRC servers (bug #19854)Sebastien Helleu
2007-05-09Fixed bug with erroneous nickname when connecting to server (bug #19812), fix...Sebastien Helleu
2007-03-16Fixed /topic completion when no topic set on current channel (bug #19322)Sebastien Helleu
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2006-09-08Command "/away -all" now allowed when not connected to current serverSebastien Helleu
2006-08-28Fixed bug with CTCP VERSION sent on channels (bug #17547), added current chan...Sebastien Helleu
2006-08-17Added IRC command 329 (channel creation date)Sebastien Helleu
2006-08-17Added missing IRC commands: 310, 326Sebastien Helleu
2006-08-17Fixed "wallops" command when received, now displayed by WeeChat (bug #17441)Sebastien Helleu
2006-08-07Added missing modes (channel & user), now all modes are allowed (bug #16606),...Sebastien Helleu
2006-08-05Fixed typoSebastien Helleu
2006-08-05Added missing IRC command 338Sebastien Helleu
2006-07-25Added generic function for incoming numeric IRC commands (bug #16611)Sebastien Helleu
2006-07-09Added "-delete" argument for /topic completionSebastien Helleu
2006-06-07Fixed problem with bnc (now connected to server when receiving 001, not 004) ...Sebastien Helleu
2006-05-24Fixed /squery command (message sent to server, now ok with # args > 2)Sebastien Helleu
2006-05-14Added missing IRC commands (006, 007, 310, 379)Sebastien Helleu
2006-05-13Added charset encoding for some command arguments (like /me, /msg, /query, ..)Sebastien Helleu
2006-04-23Added IRC commands 290, 292, 437, 974Sebastien Helleu
2006-04-15Fixed many crashes with DCC chatSebastien Helleu
2006-04-08Added hostnames associeted to nicks (available for /ban completion)Sebastien Helleu
2006-04-02Added nick alignment optionsSebastien Helleu
2006-03-30Added nick completion for /userhost commandSebastien Helleu
2006-03-19Added /cycle command, /part command does close buffer any moreSebastien Helleu
2006-03-14Added missing IRC command "378"Sebastien Helleu
2006-03-10Fixed completion for /away and /nick commandsSebastien Helleu
2006-03-04Added missing IRC command "487"Sebastien Helleu
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
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