summaryrefslogtreecommitdiff
path: root/src/irc/irc-recv.c
AgeCommit message (Expand)Author
2006-03-14Added missing IRC command "378"Sebastien Helleu
2006-03-10Fixed "+I" mode outputSebastien Helleu
2006-03-10Fixed /mode command outputSebastien Helleu
2006-03-02Added special names for plugin message handlers: weechat_pv, weechat_highligh...Sebastien Helleu
2006-02-22Added IRC raw data bufferSebastien Helleu
2006-02-21Fixed display bugs with /kill commandSebastien Helleu
2006-02-18Plugin messages handlers now called when message is ignored; new behaviour forSebastien Helleu
2006-02-16clean code while parsing commands in server_command and make possible to run ...Emmanuel Bouthenot
2006-02-12make possible to run more than one command when connecting to serverEmmanuel Bouthenot
2006-01-24Fixed bug with charset in infobar highlightsSebastien Helleu
2006-01-22Fixed bugs: buffer detection in plugins/scripts commands, and /history commandSebastien Helleu
2006-01-21Added option "irc_show_away_once", to show away message only once in pvSebastien Helleu
2006-01-14Fixed charset decoding bug when displaying topic of a channelSebastien Helleu
2006-01-08Fixed hotlist display bug with server buffer when all servers are displayed onSebastien Helleu
2006-01-04New year in copyright, FSF address changedSebastien Helleu
2005-12-17Fixed FIFO pipe buffer detection, away message (301) now displayed in query ifSebastien Helleu
2005-12-11Added charset by server and channel, new command: /charsetSebastien Helleu
2005-12-06added /upgrade command, added ETA for DCC filesSebastien Helleu
2005-11-19Added read marker (indicator for first unread line), added quotes and spaces ...Sebastien Helleu
2005-11-05Fixed some bugs with color codes: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-10-28Added new return codes for plugin handlers, to discard messages for WeeChat, ...Sebastien Helleu
2005-10-26Added partial match for highlights, patch by Jim RamsaySebastien Helleu
2005-10-16Added channel modes +e/+f, IRC commands 348,349,470Sebastien Helleu
2005-10-15New plugin interface (loads dynamic C libraries)Sebastien Helleu
2005-09-22Added setting "irc_notice_as_pv" to see notices as pvSebastien Helleu
2005-09-11Added missing "return 0" in handler for IRC command 221Sebastien Helleu
2005-09-10Added IRC commands: 042, 344, 345, 484Sebastien Helleu
2005-09-07Added IRC command "221"Sebastien Helleu
2005-09-07Fixed command "331" ("no topic set for channel")Sebastien Helleu
2005-09-04Fixed bug with nick changeSebastien Helleu
2005-09-04Added /ignore and /unignore commandsSebastien Helleu
2005-09-03Fixed bug with strings comparison (str[n]casecmp) and some locales (like turk...Sebastien Helleu
2005-08-21Fixed empty private buffer when unknown CTCP is receivedSebastien Helleu
2005-07-31Fixed refrech bug when changing channel modesSebastien Helleu
2005-07-20Fixed CTCP ACTION bug and now replies to CTCP PING on channelsSebastien Helleu
2005-07-19Highlights with "irc_highlight" setting now case insensitiveSebastien Helleu
2005-07-19Added "irc_highlight" setting, fixed crash when doing /part on an active DCC ...Sebastien Helleu
2005-07-19Fixed auto-rejoin for channels with keySebastien Helleu
2005-07-17Fixed /ctcp command (now any command/data allowed)Sebastien Helleu
2005-07-16- added alt-j + alt-l key (switch to last buffer)Sebastien Helleu
2005-07-13Added color for private in hotlist (different than color for highlight)Sebastien Helleu
2005-07-13Setting "dcc_auto_resume" now used, and fixed address & pos conversion to uns...Sebastien Helleu
2005-07-13Added DCC resumeSebastien Helleu
2005-06-30* commands from users outside channel now authorized (if special user or chan...Sebastien Helleu
2005-06-20kill command now received and displayedSebastien Helleu
2005-06-15Display message content when nick is not found for an incoming "PRIVMSG" messageSebastien Helleu
2005-04-28Added IRC command "671"Sebastien Helleu
2005-04-19Added "-all" option for /nick command, added "341" IRC command (for invitation)Sebastien Helleu