summaryrefslogtreecommitdiff
path: root/src/irc/irc-server.c
AgeCommit message (Expand)Author
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-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-01-16Fixed freeze with SSL server when disconnecting after connection loss (bug #1...Sebastien Helleu
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), f...Sebastien Helleu
2006-11-02Added nicklist/status refresh when disconnected from serverSebastien Helleu
2006-10-24Added "modifier" in plugins API, improved /plugin commandSebastien Helleu
2006-10-08Fixed compilation warnings for AMD64Sebastien Helleu
2006-09-22Fixed crash with /buffer notify on server buffer when server_notify_levels is...Sebastien Helleu
2006-08-25Added server default notify level (task #5634), fixed crashs with /buffer and...Sebastien Helleu
2006-08-07Added missing modes (channel & user), now all modes are allowed (bug #16606),...Sebastien Helleu
2006-08-05Fixed away after server disconnection (now away is set again when reconnectin...Sebastien Helleu
2006-08-03Improved DCC speed (up to x5 on LAN) by forking for DCC files and a new optio...Sebastien Helleu
2006-06-28Fixed bug in IRC parser (random crash with malformed IRC messages)Sebastien Helleu
2006-06-10Fixed crashes with DCC chat remove/purge on DCC view (bug #16775)Sebastien Helleu
2006-05-20Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used for...Sebastien Helleu
2006-05-12Fixed "hostname" option for servers (now really used to set hostname/IP for c...Sebastien Helleu
2006-04-22Nick modes are now saved with /upgradeSebastien Helleu
2006-04-22Splited GUI sourcesSebastien Helleu
2006-04-12Added new option to customize input prompt, added nick modes, fixed commands ...Sebastien Helleu
2006-04-08Added hostnames associeted to nicks (available for /ban completion)Sebastien 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-02-22Added IRC raw data bufferSebastien Helleu
2006-01-04New year in copyright, FSF address changedSebastien 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-23Fixed bug with use of nick1 with a new server ("weechat_user" was used instea...Sebastien Helleu
2005-11-04- added major feature: new color management system (internal to WeeChat), nowSebastien Helleu
2005-10-30Fixed "jump to next server" action (was broken by new option "look_one_server...Sebastien Helleu
2005-10-30Added command line arguments to disable auto-connect to servers and plugins a...Sebastien Helleu
2005-10-30- added new setting (look_one_server_buffer): use same buffer for all serversSebastien Helleu
2005-10-27Clean up of IRC message parser (fixed potential bugs when long messages are r...Sebastien Helleu
2005-09-15Fixed IRC message parser bugSebastien Helleu
2005-09-07Added IRC command "221"Sebastien Helleu
2005-09-04Added /ignore and /unignore commandsSebastien Helleu
2005-08-04add half (due to dcc) dcc support with proxies (only in ipv4 )Emmanuel Bouthenot
2005-08-03fix an error in socket() while using ipv6 proxyEmmanuel Bouthenot
2005-07-18Reverted to previous codeSebastien Helleu
2005-07-17change signatures in proxy functionsEmmanuel Bouthenot
2005-07-11Fixed bug with IRC URL on command line (irc://)Sebastien Helleu
2005-07-02Added tests after getaddrinfo functionSebastien Helleu
2005-06-30Translated some messages and added calls to freeaddrinfo() functionSebastien Helleu
2005-06-30 - proxy support (http, socks4, socks5) with authentification for http, socks5Emmanuel Bouthenot
2005-06-28Added IPv6 and SSL options for command line IRC urlSebastien Helleu