summaryrefslogtreecommitdiff
path: root/src/irc/irc-send.c
AgeCommit message (Expand)Author
2006-02-28/msg command does not open any buffer any moreSebastien Helleu
2006-02-22Added IRC raw data bufferSebastien Helleu
2006-02-21Fixed display bugs with /kill commandSebastien Helleu
2006-01-26Fixed bug with elapsed time when away if computer clock was changed (displays...Sebastien Helleu
2006-01-25Added new command line argument for setting WeeChat homedir (-d or --dir) (pa...Sebastien Helleu
2006-01-22Fixed bugs: buffer detection in plugins/scripts commands, and /history commandSebastien Helleu
2006-01-12New values for "irc_display_away" (off, local, channel)Sebastien Helleu
2006-01-10Fixed msg command (now allowed in private buffer with "*" as target)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-06added /upgrade command, added ETA for DCC filesSebastien Helleu
2005-11-29/nick command is now allowed when not connected to serverSebastien Helleu
2005-11-23Fixed bug with use of nick1 with a new server ("weechat_user" was used instea...Sebastien Helleu
2005-11-19Added read marker (indicator for first unread line), added quotes and spaces ...Sebastien Helleu
2005-11-05Added color decode when sending some commands to server (like /me, /msg, ..)Sebastien Helleu
2005-11-04Fixed crash when doing "/msg nickserv identify ..."Sebastien Helleu
2005-11-04- added major feature: new color management system (internal to WeeChat), nowSebastien Helleu
2005-10-30- added new setting (look_one_server_buffer): use same buffer for all serversSebastien Helleu
2005-09-23Added /ame command (send CTCP action to all channels of all connected servers)Sebastien Helleu
2005-09-03Fixed bug with strings comparison (str[n]casecmp) and some locales (like turk...Sebastien Helleu
2005-08-15Revert code for irc_cmd_send_join function code (to prevent lag when sendingSebastien Helleu
2005-08-14Fixed bug and memory leak in irc_cmd_send_join functionSebastien Helleu
2005-08-01fix a stupid error about previous commitEmmanuel Bouthenot
2005-07-31improve support of keys when joining channel and with server autojoinEmmanuel Bouthenot
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-07-06Channels auto-prefixed by "#" (if no prefix found) for /join commandSebastien Helleu
2005-06-30* commands from users outside channel now authorized (if special user or chan...Sebastien Helleu
2005-06-18part message now accepts %v (replaced by WeeChat version), like quit messageSebastien Helleu
2005-05-29Added cast for away time display (to prevent problems with *BSD, where time_t...Sebastien Helleu
2005-04-19Added "-all" option for /nick command, added "341" IRC command (for invitation)Sebastien Helleu
2005-04-09Hotlist not changed when self away or nick changeSebastien Helleu
2005-03-16Added /halfop & /dehalfop commands, fixed halfop display bug in nicklistSebastien Helleu
2005-03-15More explicit message when channel or nick not foundSebastien 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-27Added DCC CHAT (send & recv)Sebastien Helleu
2005-02-20Fixed minor display bugSebastien Helleu
2005-02-20Added DCC sendSebastien Helleu
2005-01-26Away nicks are now displayed with another colorSebastien Helleu
2005-01-25Added away indicatorSebastien Helleu
2005-01-16Improved completion (now completes commands args), fixed color bug (gray remo...Sebastien Helleu
2005-01-09Fixed /quit command with arg and %vSebastien Helleu
2005-01-08Fixed /me command (now ok without parameter)Sebastien Helleu
2005-01-04Fixed /away command, new [irc] config section, option "look_display_away" mov...Sebastien Helleu
2005-01-03Server & error messages now prefixed, /server command modified, ~/.weechat/lo...Sebastien Helleu
2005-01-02Fixed /away command (now ok when not away)Sebastien Helleu
2005-01-01Version 0.0.9Sebastien Helleu
2004-12-22Fixed notice command (to server and display when received), fixed display of ...Sebastien Helleu