summaryrefslogtreecommitdiff
path: root/src/irc/irc-send.c
AgeCommit message (Collapse)Author
2006-05-12Fixed "hostname" option for servers (now really used to set hostname/IP for ↵Sebastien Helleu
choosing local interface (ipv4 or ipv6))
2006-04-22Splited GUI sourcesSebastien Helleu
2006-04-15Fixed many crashes with DCC chatSebastien Helleu
2006-04-07make gcc-2.95 happyEmmanuel Bouthenot
2006-04-03Added nick alignment in DCC chat, /query and /msg, fixed DCC chat bug when ↵Sebastien Helleu
closing buffer
2006-04-03Added nick alignment in private buffersSebastien Helleu
2006-04-02Added nick alignment optionsSebastien Helleu
2006-04-01add regular expression support for /list commandEmmanuel Bouthenot
2006-03-25Added hostname/IP option for connection to serverSebastien Helleu
2006-03-19Immediately refresh nick (input window) during server connection processSebastien Helleu
2006-03-19Added /cycle command, /part command does close buffer any moreSebastien Helleu
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 ↵Sebastien Helleu
(displays 0 if elapsed time is negative)
2006-01-25Added new command line argument for setting WeeChat homedir (-d or --dir) ↵Sebastien Helleu
(patch from Gwenn)
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
wihtout argument only removes away status)
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 ↵Sebastien Helleu
instead of nick1)
2005-11-19Added read marker (indicator for first unread line), added quotes and spaces ↵Sebastien Helleu
in config files
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
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-30- added new setting (look_one_server_buffer): use same buffer for all serversSebastien Helleu
- fixed DCC bug when looking for ports in range
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 ↵Sebastien Helleu
turkish), now using ASCII comparison
2005-08-15Revert code for irc_cmd_send_join function code (to prevent lag when sendingSebastien Helleu
many /join commands to IRC server)
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 ↵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-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 ↵Sebastien Helleu
channel without "n" flag) * completion added for config option (with /set command)
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 ↵Sebastien Helleu
time_t is int and not long int)
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