summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Expand)Author
2002-05-17!channel fixes.Timo Sirainen
2002-05-17new !channel support was buggy, as I tried it only with channel names havingTimo Sirainen
2002-05-17crashfix for previous ~/. kludgeTimo Sirainen
2002-05-16kludgeing: don't autoget files beginning with '.' if dcc_download_path isTimo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-05-13don't add same ban more than once to banlist.Timo Sirainen
2002-05-12dcc reject bugfix went wrong, fixed.Timo Sirainen
2002-05-12irssi didn't notice if DCC send connection died.Timo Sirainen
2002-05-10don't send DCC REJECT when closing a connected DCC connection.Timo Sirainen
2002-05-09fixed /WHO handlingTimo Sirainen
2002-04-29irc_send_cmd_split() printed glib warning if nick parameter didn't exist.Timo Sirainen
2002-04-27signal_add_first("event join".. so normal join handlers can know about theTimo Sirainen
2002-04-26Don't treat +d as regular channel mode.Timo Sirainen
2002-04-24channel->topic_by now always contains the host info too (nick!user@host).Timo Sirainen
2002-04-23warning fixTimo Sirainen
2002-04-22Added 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.nuTimo Sirainen
2002-04-11/SET dcc_autoget_max_size default changed to 0 (disabled) - it's prettyTimo Sirainen
2002-04-10Fixed one error and several warnings with GLIB 2.0Timo Sirainen
2002-04-05workaround for some server that doesn't reply anything to pings.Timo Sirainen
2002-03-31Listen for DCC connections in all interfacesTimo Sirainen
2002-03-31Don't set channel->server = NULL when disconnecting, so scripts can stillTimo Sirainen
2002-03-31with 10 char usernames, ban "*234567890" instead of "*12345678*"Timo Sirainen
2002-03-17Allow /OP, etc. commands for server operators as well. They may not workTimo Sirainen
2002-03-17If autojoining to !channel failed because it didn't exist, create it byTimo Sirainen
2002-03-17fallback to rename() if link() isn't supported on the filesystem, so peopleTimo Sirainen
2002-03-15Dropped the bot-plugin. It's not useful to anyone really.Timo Sirainen
2002-03-14Fixed 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.cTimo Sirainen
2002-03-13proper checking for lseek() failureTimo Sirainen
2002-03-13If queried nick did a nick change, it might have crashed irssi.Timo Sirainen
2002-03-13*** empty log message ***Timo Sirainen
2002-03-12fix to some broken "ircds"Timo Sirainen
2002-03-11make clean should remove libirc_proxy.a symlinkTimo Sirainen
2002-03-11/SET max_wildcard_modes 0 should disable the checkingTimo Sirainen
2002-03-11Safer flood protection for lines longer than 100 chars. Maybe even a bit tooTimo Sirainen
2002-03-10Automatically change the nick to correct case in queries (eg. you didTimo Sirainen
2002-03-10If you had query with "X" but the nick really was "x", and after nick changeTimo Sirainen
2002-03-10Added /SET max_wildcard_modes (default 6) - if a wildcard to /OP, /DEOP,Timo Sirainen
2002-03-10Added '.' to known nick flag characters. Also supports having multiple flagTimo Sirainen
2002-03-10/KNOCKOUT code was a bit stupid, and the timeout checking wasn't veryTimo Sirainen
2002-03-08/OP etc. shouldn't crash if channel hadn't received /NAMES list yet.Timo Sirainen
2002-02-20PROXY CTCP ON|OFF - proxy clients can send this command to specify that theyTimo Sirainen
2002-02-20$cumode wasn't updated after receiving nick list, so with empty channels itTimo Sirainen
2002-02-16server->emode_known wasn't saved during /UPGRADE.Timo Sirainen
2002-02-16There was the check for max. 10 chars/ban, but for some reason it was 11 inTimo Sirainen
2002-02-15server->real_address wasn't restored properly after /UPGRADE and thatTimo Sirainen
2002-02-13the last 001 fix was useless, removed the if() part so now the real_addressTimo Sirainen
2002-02-13001 event should free real_address if it already existed. this might happenTimo Sirainen