summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Expand)Author
2007-05-08Update FSF addressWouter Coekaerts
2007-05-06Do not recode the channel name used as target for the recoding ofEmanuele Giaquinta
2007-05-06Off-by-one in parsing the channel name.Emanuele Giaquinta
2007-05-05Move input recoding in irc_server_event.Emanuele Giaquinta
2007-04-28Do not send hostname to server, rather use username as the secondEmanuele Giaquinta
2007-04-25Fix DCC get when file size is 0, bug #494.Emanuele Giaquinta
2007-04-09Local opers on IRCnet (umode +O) get the server->server_operator flag.Geert Hauwaerts
2007-01-17When connecting and the nick is invalid, abort the connection instead of loop...Emanuele Giaquinta
2007-01-08Remove dcc_queue_add_passive, use instead another argument in dcc_queue_add t...Emanuele Giaquinta
2006-08-20Don't get confused by a join command with too many arguments; keys can't have...Wouter Coekaerts
2006-08-20don't wait for all /names replies before syncing if we can't combine queries ...Wouter Coekaerts
2006-05-04New perl command send_raw_first, patch by ComradeP (Bug 413)Wouter Coekaerts
2006-03-26Removed all srand calls and added a single srand invokation in at startupJochen Eisinger
2006-03-25prefixed all calls to rand() with a call to srand(time(NULL)), so we getJochen Eisinger
2006-03-01Ignore joins without a nick from broken serversWouter Coekaerts
2006-02-17leave parameter count check as it was beforeValentin Batz
2006-02-17check the paramcount for DCC RESUME more strictlyValentin Batz
2006-01-30Only send QUOTE immediately when server didn't yet sent the 001 eventValentin Batz
2006-01-28If dcc_own_ip contains IPv4 address, listen only in IPv4.Timo Sirainen
2006-01-26changed /QUOTE to be sent immediately, since the queueing was changed, it's n...Valentin Batz
2006-01-17fix segfault on /quit by using a linked list node after freeing it (by Chris...Wouter Coekaerts
2005-11-24Initialize the isupport functions on /upgrade aswellValentin Batz
2005-11-02Don't crash if receiving broken privmsg without source (which bitlbee can sen...Wouter Coekaerts
2005-10-18Fix crash on netsplit+join after /upgrade from 0.8.9Wouter Coekaerts
2005-10-10Make the compiler happy by replacing 'const char *' by 'char *'.Valentin Batz
2005-09-10don't crash if server sends weird NICK line, patch by Jarno Honkanen (Bug 216)Wouter Coekaerts
2005-09-10- rename "whois not found" to "whois try whowas", because that's what needs t...Wouter Coekaerts
2005-08-24moved the _NET_SENDBUF_REC definition out of core/net-sendbuffer.c and irc/pr...Valentin Batz
2005-08-24replaced net_transmit by net_sendbuffer_send in the irssi-proxy module, there...Valentin Batz
2005-08-15Fix notify with more nicks than max_whois_in_cmd (Bug 257), based on patch by...Wouter Coekaerts
2005-08-01Fix dcc resume crash (only in the rc's and svn) (Bug 287)Wouter Coekaerts
2005-06-24Fix server->last_nick leak by Toby (Bug 267)Wouter Coekaerts
2005-05-14Fixed a bug with isupport, after an upgrade from 0.8.9 prefix very well can b...Valentin Batz
2005-05-11Fixed a bug where the channel list to join/rejoin on reconnect gets too long,...Valentin Batz
2005-04-26Remember alternate_nick and max_whois on reconnect (Bug 181)Wouter Coekaerts
2005-03-07Don't use a retarted ip for passive DCCWouter Coekaerts
2005-03-06Fix memleak in /UNBAN, by Toby Peterson (Bug 215)Wouter Coekaerts
2005-03-06Fix memleak in dcc get, by Toby Peterson (Bug 214)Wouter Coekaerts
2005-03-06Fix memleak in several commands that used cmd_return_error when they should b...Wouter Coekaerts
2005-03-06Add libtool's -module flag to get built properly on all platforms, by Toby Pe...Wouter Coekaerts
2005-02-11Fixed output of /hilight (add a space after -levels if any).Valentin Batz
2005-02-06Fixed memory leaks when destroying a channel, when loading nonexisten scripts...Valentin Batz
2005-02-04Compile fix: make it c99 again, by Timothy Hatcher (Bug 184)Wouter Coekaerts
2005-02-03Update our own nickrec->gone flag on /away <reason> or on /awayValentin Batz
2005-01-03improve queuing commands, patch by Timothy Hatcher (Bug 168)Wouter Coekaerts
2005-01-03Fix multiple entries for local IP in /etc/hosts prevents connecting, patch by...Wouter Coekaerts
2005-01-03"ban remove" signal should pass who removed it, patch by Timothy Hatcher (Bug...Wouter Coekaerts
2004-12-20Added <tag>/<target> support for recode.Valentin Batz
2004-12-07Fixed a memleak, when using recode_out you have too free the memory it alloca...Valentin Batz
2004-12-07If available, send who set topic and when to irssi-proxy clientsWouter Coekaerts