summaryrefslogtreecommitdiff
path: root/src/irc/irc-send.c
AgeCommit message (Expand)Author
2006-08-05Fixed away after server disconnection (now away is set again when reconnectin...Sebastien Helleu
2006-07-25Fixed crash when doing "/part something" on a server buffer (bug #17201)Sebastien Helleu
2006-07-23Splited weechat.c into weechat.c and util.cSebastien Helleu
2006-05-24Fixed /squery command (message sent to server, now ok with # args > 2)Sebastien Helleu
2006-05-12Fixed "hostname" option for servers (now really used to set hostname/IP for c...Sebastien Helleu
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 cl...Sebastien Helleu
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 (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