Age | Commit message (Expand) | Author |
2007-08-07 | Use autoconf PACKAGE_TARNAME/PACKAGE_VERSION macros rather than automake | Emanuele Giaquinta |
2007-07-26 | Fix typo. | Emanuele Giaquinta |
2007-07-06 | Move the check for 4xx numeric for join failures last, so | Jilles Tjoelker |
2007-06-29 | If 001 has not been received yet, also treat "Banned" or | Jilles Tjoelker |
2007-06-08 | Add support for the ACCEPT command, which is part of the | Jilles Tjoelker |
2007-06-08 | Various updates/enhancements/fixes to the help files. | Jilles Tjoelker |
2007-06-06 | Don't add the same mask to the knockout list multiple times. | Jilles Tjoelker |
2007-06-03 | - Repair channels_rejoin_unavailable. Enabled by default, | Jilles Tjoelker |
2007-05-25 | Pick up host changes on charybdis and ircu servers (396 numeric). | Jilles Tjoelker |
2007-05-20 | Fix recognition of realnames starting with spaces in /who replies. | Jilles Tjoelker |
2007-05-18 | Use CASEMAPPING dependent comparison to match channel names. | Emanuele Giaquinta |
2007-05-18 | Fix irc_nickcmp_ascii by mapping only ASCII 65-90 to the corresponding | Emanuele Giaquinta |
2007-05-18 | Use rfc1459 comparison for nicks by default (it is not a functional change | Emanuele Giaquinta |
2007-05-12 | Update chanop flag before emitting nick mode changed signal (patch by Johan K... | Wouter Coekaerts |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2007-05-06 | Do not recode the channel name used as target for the recoding of | Emanuele Giaquinta |
2007-05-06 | Off-by-one in parsing the channel name. | Emanuele Giaquinta |
2007-05-05 | Move input recoding in irc_server_event. | Emanuele Giaquinta |
2007-04-28 | Do not send hostname to server, rather use username as the second | Emanuele Giaquinta |
2007-04-25 | Fix DCC get when file size is 0, bug #494. | Emanuele Giaquinta |
2007-04-09 | Local opers on IRCnet (umode +O) get the server->server_operator flag. | Geert Hauwaerts |
2007-01-17 | When connecting and the nick is invalid, abort the connection instead of loop... | Emanuele Giaquinta |
2007-01-08 | Remove dcc_queue_add_passive, use instead another argument in dcc_queue_add t... | Emanuele Giaquinta |
2006-08-20 | Don't get confused by a join command with too many arguments; keys can't have... | Wouter Coekaerts |
2006-08-20 | don't wait for all /names replies before syncing if we can't combine queries ... | Wouter Coekaerts |
2006-05-04 | New perl command send_raw_first, patch by ComradeP (Bug 413) | Wouter Coekaerts |
2006-03-26 | Removed all srand calls and added a single srand invokation in at startup | Jochen Eisinger |
2006-03-25 | prefixed all calls to rand() with a call to srand(time(NULL)), so we get | Jochen Eisinger |
2006-03-01 | Ignore joins without a nick from broken servers | Wouter Coekaerts |
2006-02-17 | leave parameter count check as it was before | Valentin Batz |
2006-02-17 | check the paramcount for DCC RESUME more strictly | Valentin Batz |
2006-01-30 | Only send QUOTE immediately when server didn't yet sent the 001 event | Valentin Batz |
2006-01-28 | If dcc_own_ip contains IPv4 address, listen only in IPv4. | Timo Sirainen |
2006-01-26 | changed /QUOTE to be sent immediately, since the queueing was changed, it's n... | Valentin Batz |
2006-01-17 | fix segfault on /quit by using a linked list node after freeing it (by Chris... | Wouter Coekaerts |
2005-11-24 | Initialize the isupport functions on /upgrade aswell | Valentin Batz |
2005-11-02 | Don't crash if receiving broken privmsg without source (which bitlbee can sen... | Wouter Coekaerts |
2005-10-18 | Fix crash on netsplit+join after /upgrade from 0.8.9 | Wouter Coekaerts |
2005-10-10 | Make the compiler happy by replacing 'const char *' by 'char *'. | Valentin Batz |
2005-09-10 | don'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-24 | moved the _NET_SENDBUF_REC definition out of core/net-sendbuffer.c and irc/pr... | Valentin Batz |
2005-08-24 | replaced net_transmit by net_sendbuffer_send in the irssi-proxy module, there... | Valentin Batz |
2005-08-15 | Fix notify with more nicks than max_whois_in_cmd (Bug 257), based on patch by... | Wouter Coekaerts |
2005-08-01 | Fix dcc resume crash (only in the rc's and svn) (Bug 287) | Wouter Coekaerts |
2005-06-24 | Fix server->last_nick leak by Toby (Bug 267) | Wouter Coekaerts |
2005-05-14 | Fixed a bug with isupport, after an upgrade from 0.8.9 prefix very well can b... | Valentin Batz |
2005-05-11 | Fixed a bug where the channel list to join/rejoin on reconnect gets too long,... | Valentin Batz |
2005-04-26 | Remember alternate_nick and max_whois on reconnect (Bug 181) | Wouter Coekaerts |