summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Expand)Author
2007-06-12Command /away allowed when not connected to server (internally stored and AWA...Sebastien Helleu
2007-06-11Fixed bug with /topic when channel not open and topic not defined (bug #20141)Sebastien Helleu
2007-06-08Added hotlist sort with new option "look_hotlist_sort" (task #5870)Sebastien Helleu
2007-06-07Fixed QUOTE command: now allowed when socket is ok (even if IRC connection to...Sebastien Helleu
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 s...Sebastien Helleu
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 o...Sebastien Helleu
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 sear...Sebastien Helleu
2007-05-10Fixed bug with PING answer: removed one colon at beginning of PONG arguments ...Sebastien Helleu
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), fix...Sebastien Helleu
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), fi...Sebastien Helleu
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 savanna...Sebastien Helleu
2007-03-06Added new return code in plugin API to force highlight (for message handlers ...Sebastien Helleu
2007-02-12Added "call" option to /key command, added new key function "insert" to inser...Sebastien Helleu
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 #1...Sebastien Helleu
2007-01-06Fixed bugs with charset: now decodes/encodes nicks and channels in IRC messag...Sebastien Helleu
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), f...Sebastien Helleu
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 se...Sebastien Helleu
2006-10-08Fixed compilation warnings for AMD64Sebastien Helleu
2006-09-30Fixed crash for DCC receiver when resuming a file (bug #17885), fixed DCC err...Sebastien Helleu
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 is...Sebastien Helleu
2006-09-12Fixed highlight for DCC, invite and notice: when a window is displaying buffe...Sebastien Helleu
2006-09-08Command "/away -all" now allowed when not connected to current serverSebastien Helleu