summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Expand)Author
2001-10-15/DEVOICE * should devoice operators having voices too.Timo Sirainen
2001-10-14Irssi lost channel key for secret/private channels after join.Timo Sirainen
2001-10-14$usermode's "user mode changed" signal had wrong argument check (server vs.Timo Sirainen
2001-10-02Added MODULE_DATA_UNSET() macro and started using it. Just to make sure weTimo Sirainen
2001-09-20When using /SET hostname ipv6:address, replace the ':' char with '_' so itTimo Sirainen
2001-09-13..the same fix..Timo Sirainen
2001-09-13Don't crash if the IRC server doesn't print your nick in /NAMES list afterTimo Sirainen
2001-09-12The new /SET dcc_port range didn't work properly..Timo Sirainen
2001-09-11autolog: target name is now always lowercased with irc protocol.Timo Sirainen
2001-09-11Added option /SET channel_sync - if disabled irssi disables the channelTimo Sirainen
2001-09-10/SET dcc_port accepts now port range (eg. "10000 20000")Timo Sirainen
2001-09-06Use only the first word from username when sending it to server.Timo Sirainen
2001-08-14Some internal changes how /SERVER command works. Added /SERVER PURGETimo Sirainen
2001-08-14quitmsg_is_split() fix - the hosts must contain the domain part now (ie.Timo Sirainen
2001-08-14Rewrote quitmsg_is_split(). A bit faster now and doesn't match to quitTimo Sirainen
2001-08-14Added missing module_register() calls.Timo Sirainen
2001-08-14Module loading updates - /LOAD shows now also the statically loaded modules.Timo Sirainen
2001-08-13max_query_chans set to 1 by default. Set to 10 in networks where it's knownTimo Sirainen
2001-08-08If we receive INVITE for a channel that is added with /CHANNEL ADD -auto,Timo Sirainen
2001-08-08/BAN [-type] -> /BAN [-normal | -user | -host | -domain | -custom <type>].Timo Sirainen
2001-07-25get the version from IRSSI_VERSION, not VERSION. #include "signals.h" wasTimo Sirainen
2001-07-15Moved awaylog to core.Timo Sirainen
2001-07-15Added --home and --config command line parameters to irssi to specifyTimo Sirainen
2001-07-14rm -f the libirc_proxy.a before ln -s.Timo Sirainen
2001-07-14Cut the messages sent to rawlog to 510 chars too.Timo Sirainen
2001-07-13Compiles now statically to irssi with --with-modules=proxyTimo Sirainen
2001-07-10Makefile fixed to use module directory again. If /SET irssiproxy_ports hasTimo Sirainen
2001-06-30DCC_REC was missing MODULE_DATA_INIT() / .._DEINIT()Timo Sirainen
2001-06-29Removed the "domain is 2 or 3 chars" check from quitmsg_is_split() sinceTimo Sirainen
2001-06-27Don't reply to CTCP PINGs longer than 100 bytes (see the comment).Timo Sirainen
2001-06-27/NICK: don't bother trying to change the nick to the one you already haveTimo Sirainen
2001-06-26Don't send unaway to server if we're not away.Timo Sirainen
2001-06-26Added $cumode expando which works like $P, but prints voices/halfops also.Timo Sirainen
2001-06-12channel_set_singlemode() : don't do anything if you're not channel op/halfopTimo Sirainen
2001-06-10max_cmds_at_once and max_query_chans weren't saved between reconnects toTimo Sirainen
2001-06-04Added support for bahamut @+#channel notices. Removed notice_public_opsTimo Sirainen
2001-06-01dcc, flood and notifylist aren't compiled as loadable modules anymore,Timo Sirainen
2001-05-22/SET dcc_own_ip for specifying own IP to use in DCC requestsTimo Sirainen
2001-05-21irc_parse_prefix() didn't work properly if user name had ! characters.Timo Sirainen
2001-05-14new /KICKBAN code crashedTimo Sirainen
2001-05-14/UNBAN now supports unbanning multiple bans with ban# (/unban 1 4 6)Timo Sirainen
2001-05-11CHANNEL_REC->get_join_data() - Returns the information needed to callTimo Sirainen
2001-05-11MODE +k handler was buggyTimo Sirainen
2001-05-11Moved PARAM_FLAG_OPTCHAN handling to core. Removed support for adding ownTimo Sirainen
2001-05-11added "dcc request send" signal - irssi now prints "DCC CHAT/SEND requestTimo Sirainen
2001-05-11"dcc error file not found" -> "dcc error file open". Print the actual errorTimo Sirainen
2001-05-11/SET kick_first_on_kickban for /KICKBAN and /KNOCKOUT - patch byTimo Sirainen
2001-05-09support for +O modeTimo Sirainen
2001-05-01fixed potential crashTimo Sirainen
2001-04-25"ban ..." signals didn't send channel infoTimo Sirainen