summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Collapse)Author
2007-06-06Added missing IRC commands 378 and 379 (bug #20091)Sebastien Helleu
2007-06-06Added missing IRC command 327Sebastien Helleu
2007-05-25Fixed bug with PART command parsing (":" not skipped, problem with some IRC ↵Sebastien Helleu
servers)
2007-05-21Added cmake for weechat compileSebastien Helleu
2007-05-20Fixed IRC mode parsing when receiving modes with arguments (bug #19902)Sebastien Helleu
2007-05-18Fixed crash with IRC JOIN malformed message (bug #19891)Sebastien Helleu
2007-05-11Code cleanup: renamed IRC functions to have uniform name (with prefix based ↵Sebastien Helleu
on source name), moved some functions
2007-05-11Fixed bug with nick prefixes on some IRC servers (bug #19854)Sebastien Helleu
2007-05-11Fixed IRC server message display, case insensitive test for nick in messageSebastien Helleu
2007-05-11Fixed channel search for display of IRC error messages (case insensitive ↵Sebastien Helleu
search for nick)
2007-05-10Fixed bug with PING answer: removed one colon at beginning of PONG arguments ↵Sebastien Helleu
(bug #19846)
2007-05-09Fixed bug with $nick/$channel/$server variables in commandsSebastien Helleu
2007-05-09Forget current nick when user manually disconnects from serverSebastien Helleu
2007-05-09Fixed bug with erroneous nickname when connecting to server (bug #19812), ↵Sebastien Helleu
fixed display bugs in IRC error messages
2007-05-04Added protocol priority for gnutls (patch #5915)Sebastien Helleu
2007-05-02Added channel admin mode '!' for some IRC serversSebastien Helleu
2007-04-14Removed debug message when highlight is forced by a pluginSebastien Helleu
2007-04-14Improved nick completion: completes with last speakers first (task #5896), ↵Sebastien Helleu
fixed nick completion (bugs #19590 and #19589)
2007-04-02Fixed USER message when connecting to IRC server (patch #5835)Sebastien Helleu
2007-03-22Fixed bug with channel topic after reconnection (not erased) (bug #19384)Sebastien Helleu
2007-03-21Added current buffer in hotlist when scrolling up in buffer (task #6664)Sebastien Helleu
2007-03-16Fixed /topic completion when no topic set on current channel (bug #19322)Sebastien Helleu
2007-03-16Improved password hiding, code cleanup (bug #19229) (new commit after ↵Sebastien Helleu
savannah crash)
2007-03-06Added new return code in plugin API to force highlight (for message handlers ↵Sebastien Helleu
only)
2007-02-12Added "call" option to /key command, added new key function "insert" to ↵Sebastien Helleu
insert text on command line (task #6468)
2007-01-21Fixed crash when /away command is issued with no server connection (bug #18839)Sebastien Helleu
2007-01-16Fixed freeze with SSL server when disconnecting after connection loss (bug ↵Sebastien Helleu
#18735)
2007-01-06Fixed bugs with charset: now decodes/encodes nicks and channels in IRC ↵Sebastien Helleu
messages (bug #18716)
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2006-12-26Fixed refresh bug with private buffer titleSebastien Helleu
2006-12-04Added anti-flood option (irc_anti_flood) (task #5442)Sebastien Helleu
2006-11-14Fixed bug with DCC SEND when filename begins with '~'Sebastien Helleu
2006-11-08Added charset plugin (WeeChat is now full UTF-8 for internal data storage), ↵Sebastien Helleu
fixed compilation problems with FreeBSD, fixed status bar display bug
2006-11-04Fixed bug with ignore: now any IRC command is allowedSebastien Helleu
2006-11-02Added nicklist/status refresh when disconnected from serverSebastien Helleu
2006-10-27Fixed minor display bug when setting colored topicSebastien Helleu
2006-10-24Added "modifier" in plugins API, improved /plugin commandSebastien Helleu
2006-10-20Fixed bug on ignore with "mode" IRC command (bug #18058)Sebastien Helleu
2006-10-12Fixed some portability bugs (patch #5271)Sebastien Helleu
2006-10-12Mode changes with /op, /deop, /voice, /devoice, /halfop, /dehalfop are now ↵Sebastien Helleu
sent in one mode command to server (task #5968)
2006-10-08Fixed compilation warnings for AMD64Sebastien Helleu
2006-09-30Fixed crash for DCC receiver when resuming a file (bug #17885), fixed DCC ↵Sebastien Helleu
error for sender when receiver cancels DCC (bug #17852)
2006-09-23Fixed random crash with /upgrade command (error when loading buffers)Sebastien Helleu
2006-09-22Fixed crash with /buffer notify on server buffer when server_notify_levels ↵Sebastien Helleu
is empty
2006-09-12Fixed highlight for DCC, invite and notice: when a window is displaying ↵Sebastien Helleu
buffer, there's no highlight
2006-09-08Command "/away -all" now allowed when not connected to current serverSebastien Helleu
2006-09-08Fixed display of privates in hotlist: now display activity for privates (at ↵Sebastien Helleu
least messages) when server default notify is 1
2006-08-28Fixed bug with CTCP VERSION sent on channels (bug #17547), added current ↵Sebastien Helleu
channel completion for /ctcp command
2006-08-26Fixed bug with auto-rejoin of keyed chans (bug #17534)Sebastien Helleu
2006-08-25Added server default notify level (task #5634), fixed crashs with /buffer ↵Sebastien Helleu
and /charset commands when not connected to any server (bug #17525)