Age | Commit message (Expand) | Author |
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 |
2002-02-03 | make sure redirect_continue is set to NULL if it contains the redirection | Timo Sirainen |
2002-02-03 | Added target_type to send_message(), -channel and -nick parameters to /MSG | Timo Sirainen |
2002-02-03 | Added PARAM_FLAG_OPTCHAN_NAME which is like PARAM_FLAG_OPTCHAN, but doesn't | Timo Sirainen |
2002-02-02 | Comments are now allowed everywhere in config files. | Timo Sirainen |
2002-02-02 | Also, if alternate_nick is "", don't go set it to connection record.. | Timo Sirainen |
2002-02-02 | /SET alternate_nick should default to "", not NULL which would cause | Timo Sirainen |
2002-02-02 | Ignore /SET dcc_autoresume if /SET dcc_autoget is OFF. | Timo Sirainen |
2002-02-01 | The "check if nick change was done with our /NICK" didn't work if this was | Timo Sirainen |
2002-02-01 | Added optional channel parameter to /OP, /DEOP, /VOICE and /DEVOICE | Timo Sirainen |
2002-01-30 | "/MODE #channel -k" automatically appends the channel key if it wasn't | Timo Sirainen |
2002-01-28 | Whops, crasfix for last "fix". :) | Timo Sirainen |
2002-01-28 | Fixed a few minor memleaks. Don't use g_strdup() in lib-popt because it may | Timo Sirainen |
2002-01-28 | Don't change the "wanted nick" when receiving NICK event from server, unless | Timo Sirainen |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | Timo Sirainen |
2002-01-23 | Don't send proxy commands to server if -noproxy option was used. | Timo Sirainen |
2002-01-22 | Added /SET proxy_string_after setting which gets sent after NICK/USER, bnc | Timo Sirainen |
2002-01-21 | Using signal_add_first() for a few more signals now, so they can be stopped b... | Timo Sirainen |
2002-01-20 | Handle PING requests now properly. | Timo Sirainen |
2002-01-20 | We now handle PINGs from client properly. | Timo Sirainen |