Age | Commit message (Expand) | Author |
2002-05-10 | don't send DCC REJECT when closing a connected DCC connection. | Timo Sirainen |
2002-05-09 | fixed /WHO handling | Timo Sirainen |
2002-04-29 | irc_send_cmd_split() printed glib warning if nick parameter didn't exist. | Timo Sirainen |
2002-04-27 | signal_add_first("event join".. so normal join handlers can know about the | Timo Sirainen |
2002-04-26 | Don't treat +d as regular channel mode. | Timo Sirainen |
2002-04-24 | channel->topic_by now always contains the host info too (nick!user@host). | Timo Sirainen |
2002-04-23 | warning fix | Timo Sirainen |
2002-04-22 | Added setby-parameter to "nick mode changed" and "channel mode changed" | Timo Sirainen |
2002-04-18 | /SET dcc_send_replace_space_with_underscore - patch by nix@suhs.nu | Timo Sirainen |
2002-04-11 | /SET dcc_autoget_max_size default changed to 0 (disabled) - it's pretty | Timo Sirainen |
2002-04-10 | Fixed one error and several warnings with GLIB 2.0 | Timo Sirainen |
2002-04-05 | workaround for some server that doesn't reply anything to pings. | Timo Sirainen |
2002-03-31 | Listen for DCC connections in all interfaces | Timo Sirainen |
2002-03-31 | Don't set channel->server = NULL when disconnecting, so scripts can still | Timo Sirainen |
2002-03-31 | with 10 char usernames, ban "*234567890" instead of "*12345678*" | Timo Sirainen |
2002-03-17 | Allow /OP, etc. commands for server operators as well. They may not work | Timo Sirainen |
2002-03-17 | If autojoining to !channel failed because it didn't exist, create it by | Timo Sirainen |
2002-03-17 | fallback to rename() if link() isn't supported on the filesystem, so people | Timo Sirainen |
2002-03-15 | Dropped the bot-plugin. It's not useful to anyone really. | Timo Sirainen |
2002-03-14 | Fixed that "nick already in split list, how?" bug with a patch from fuchs. | Timo Sirainen |
2002-03-14 | $cumode and $cumode_space should do stuff only to IRC servers. | Timo Sirainen |
2002-03-13 | "make dist" now doesn't add irc.c / irc-modules.c | Timo Sirainen |
2002-03-13 | proper checking for lseek() failure | Timo Sirainen |
2002-03-13 | If queried nick did a nick change, it might have crashed irssi. | Timo Sirainen |
2002-03-13 | *** empty log message *** | Timo Sirainen |
2002-03-12 | fix to some broken "ircds" | Timo Sirainen |
2002-03-11 | make clean should remove libirc_proxy.a symlink | Timo Sirainen |
2002-03-11 | /SET max_wildcard_modes 0 should disable the checking | Timo Sirainen |
2002-03-11 | Safer flood protection for lines longer than 100 chars. Maybe even a bit too | Timo Sirainen |
2002-03-10 | Automatically change the nick to correct case in queries (eg. you did | Timo Sirainen |
2002-03-10 | If you had query with "X" but the nick really was "x", and after nick change | Timo Sirainen |
2002-03-10 | Added /SET max_wildcard_modes (default 6) - if a wildcard to /OP, /DEOP, | Timo Sirainen |
2002-03-10 | Added '.' to known nick flag characters. Also supports having multiple flag | Timo Sirainen |
2002-03-10 | /KNOCKOUT code was a bit stupid, and the timeout checking wasn't very | Timo Sirainen |
2002-03-08 | /OP etc. shouldn't crash if channel hadn't received /NAMES list yet. | Timo Sirainen |
2002-02-20 | PROXY CTCP ON|OFF - proxy clients can send this command to specify that they | Timo Sirainen |
2002-02-20 | $cumode wasn't updated after receiving nick list, so with empty channels it | Timo Sirainen |
2002-02-16 | server->emode_known wasn't saved during /UPGRADE. | Timo Sirainen |
2002-02-16 | There was the check for max. 10 chars/ban, but for some reason it was 11 in | Timo Sirainen |
2002-02-15 | server->real_address wasn't restored properly after /UPGRADE and that | Timo Sirainen |
2002-02-13 | the last 001 fix was useless, removed the if() part so now the real_address | Timo Sirainen |
2002-02-13 | 001 event should free real_address if it already existed. this might happen | Timo Sirainen |
2002-02-13 | updated the glib error message with netsplits | Timo Sirainen |
2002-02-10 | Correctly handle DCC GET write() failures. | Timo Sirainen |
2002-02-10 | If *=port was used with /SET irssiproxy_ports, connections to server weren't | Timo Sirainen |
2002-02-10 | support for event 477 which aborts joins to +R channels in dalnet. | Timo Sirainen |
2002-02-10 | Don't stop reconnecting to server if we get nick collided | Timo Sirainen |
2002-02-08 | Proxy is now emitting "proxy client connected" and "proxy client | Timo Sirainen |
2002-02-06 | DCC /MSG handlers broke /MSG -ircnet | Timo Sirainen |
2002-02-04 | Broke DCC CHAT queries. | Timo Sirainen |