summaryrefslogtreecommitdiff
path: root/src/irc/irc-recv.c
AgeCommit message (Expand)Author
2007-07-02Replaced GPL 2 license by GPL 3Sebastien 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-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-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-09Fixed bug with erroneous nickname when connecting to server (bug #19812), fix...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-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-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-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2006-12-26Fixed refresh bug with private buffer titleSebastien Helleu
2006-11-08Added charset plugin (WeeChat is now full UTF-8 for internal data storage), f...Sebastien 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-09-12Fixed highlight for DCC, invite and notice: when a window is displaying buffe...Sebastien Helleu
2006-08-28Fixed bug with CTCP VERSION sent on channels (bug #17547), added current chan...Sebastien Helleu
2006-08-26Fixed bug with auto-rejoin of keyed chans (bug #17534)Sebastien Helleu
2006-08-22Added arguments $1,$2,..,$9 and $* for alias (task #5831), added special vars...Sebastien Helleu
2006-08-20Added hotlist in session file when using /upgrade command (task #5449)Sebastien Helleu
2006-08-17Fixed bug with display of message 329 (channel creation date), now displayed ...Sebastien Helleu
2006-08-17Fixed bug with display of message 329 (channel creation date), now displayed ...Sebastien Helleu
2006-08-17Added IRC command 329 (channel creation date)Sebastien Helleu
2006-08-17Added missing IRC commands: 310, 326Sebastien Helleu
2006-08-17Fixed "wallops" command when received, now displayed by WeeChat (bug #17441)Sebastien Helleu
2006-08-10Fixed command 348 (channel exception list, received by /mode #chan e)Sebastien Helleu
2006-08-07Added missing modes (channel & user), now all modes are allowed (bug #16606),...Sebastien Helleu
2006-08-05Added missing IRC command 338Sebastien Helleu
2006-08-05Fixed away after server disconnection (now away is set again when reconnectin...Sebastien Helleu
2006-07-25Added generic function for incoming numeric IRC commands (bug #16611)Sebastien Helleu
2006-07-23Splited weechat.c into weechat.c and util.cSebastien Helleu
2006-07-16added some panel functions, fixed refresh bugs when terminal is resized: too ...Sebastien Helleu
2006-06-28Fixed random crash when "MODE #chan -l" is receivedSebastien Helleu
2006-06-07Fixed problem with bnc (now connected to server when receiving 001, not 004) ...Sebastien Helleu
2006-05-14Fixed typoSebastien Helleu
2006-04-23Added IRC commands 290, 292, 437, 974Sebastien Helleu
2006-04-23Fixed bug #16369: fixed crash when multiple pv have same name: now it's forbi...Sebastien Helleu