summaryrefslogtreecommitdiff
path: root/src/irc/irc.h
AgeCommit message (Collapse)Author
2007-07-02Replaced GPL 2 license by GPL 3Sebastien Helleu
2007-06-06Added missing IRC commands 378 and 379 (bug #20091)Sebastien Helleu
2007-06-06Added missing IRC command 327Sebastien 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-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-14Improved nick completion: completes with last speakers first (task #5896), ↵Sebastien Helleu
fixed nick completion (bugs #19590 and #19589)
2007-03-16Improved password hiding, code cleanup (bug #19229) (new commit after ↵Sebastien Helleu
savannah crash)
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2006-12-04Added anti-flood option (irc_anti_flood) (task #5442)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-10-24Added "modifier" in plugins API, improved /plugin commandSebastien 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-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)
2006-08-17Added send of "quit" message to server when using /disconnectSebastien 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-07Added missing modes (channel & user), now all modes are allowed (bug ↵Sebastien Helleu
#16606), added "%m" for completion with self nick (on current server)
2006-08-05Added missing IRC command 338Sebastien Helleu
2006-08-05Fixed DCC restore after /upgrade (now order is saved)Sebastien Helleu
2006-08-05Fixed away after server disconnection (now away is set again when ↵Sebastien Helleu
reconnecting) (bug #16359)
2006-08-05Fixed DCC file connection problem (connection from receiver to sender)Sebastien Helleu
2006-08-03Improved DCC speed (up to x5 on LAN) by forking for DCC files and a new ↵Sebastien Helleu
option "dcc_fast_send" (does not wait for ACK) (task #5758)
2006-07-27Use of constants for min/max DCC blocksizeSebastien Helleu
2006-07-25Added generic function for incoming numeric IRC commands (bug #16611)Sebastien Helleu
2006-07-16added some panel functions, fixed refresh bugs when terminal is resized: too ↵Sebastien Helleu
many refreshs, display bug with splited windows
2006-06-15Added color encoding for some commands like /meSebastien Helleu
2006-06-07Fixed problem with bnc (now connected to server when receiving 001, not 004) ↵Sebastien Helleu
(bug #16760)
2006-05-13Added charset encoding for some command arguments (like /me, /msg, /query, ..)Sebastien Helleu
2006-05-13Removed unused prefixSebastien 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 ↵Sebastien Helleu
forbidden and pv buffer is not renamed (when a nick changes) if another exists with same name
2006-04-23Fixed bug #16416 (crash when purging old DCC chats)Sebastien Helleu
2006-04-15Fixed many crashes with DCC chatSebastien Helleu
2006-04-12Added new option to customize input prompt, added nick modes, fixed commands ↵Sebastien Helleu
332, 333 (/topic now ok when channel is not opened)
2006-04-08Added hostnames associeted to nicks (available for /ban completion)Sebastien Helleu
2006-04-04Added "+p" mode for channels, fixed mode display in status barSebastien 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-19Added /cycle command, /part command does close buffer any moreSebastien Helleu
2006-03-14Added missing IRC command "378"Sebastien 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-12New values for "irc_display_away" (off, local, channel)Sebastien Helleu
2006-01-04New year in copyright, FSF address changedSebastien Helleu