summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Expand)Author
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
2001-04-20CTCP version reply has now $sysarch by defaultTimo Sirainen
2001-03-24fixes, hopefully works correctly finally :) patch by fuchs.Timo Sirainen
2001-03-20added /SET proxy_passwordTimo Sirainen
2001-03-20dcc_autoget_lowports -> dcc_autoaccept_lowports since dcc chat uses it tooTimo Sirainen
2001-03-18/RAWQUOTE: like /QUOTE, but don't add line feed after the command, and don'tTimo Sirainen
2001-03-16quit_message setting moved from irc to coreTimo Sirainen
2001-03-15/NICK could have changed nick to some other nick than we specifiedTimo Sirainen
2001-03-15bugfixTimo Sirainen
2001-03-10Don't cast time_t to int. Don't go playing with memory you just free'd. SomeTimo Sirainen
2001-03-04added server_change_nick() function for servers.[ch]. Lots of fixes forTimo Sirainen
2001-03-04Send "chat protocol deinit" signal when protocol is beingTimo Sirainen
2001-03-04union { .. } addr removed from IPADDR - it hasn't been actually usedTimo Sirainen
2001-03-04IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory andTimo Sirainen
2001-03-04/NAMES: -ops -halfops -voices -normal options added. /NAMES withoutTimo Sirainen
2001-03-03fe-common/irc/flood removed. Some autoignore / ignore -time updates.Timo Sirainen
2001-03-03/BANTYPE -> /SET ban_type. /BAN: -type option added to override defaultTimo Sirainen
2001-02-28fixed some signed/unsigned issuesTimo Sirainen
2001-02-22/SET autoignore_levels -> autoignore_level. Fixed a memory leak.Timo Sirainen
2001-02-22Autoignore fixes by fuchs (not tested, hope it works ;)Timo Sirainen
2001-02-22/IRCNET ADD didn't workTimo Sirainen
2001-02-21DCC CTCP replies weren't handled properlyTimo Sirainen
2001-02-19Removed /SET dcc_block_size and /SET dcc_fast_send - fast send is nowTimo Sirainen
2001-02-19Connection updates: moved /SERVER and /CONNECT to core from irc.Timo Sirainen
2001-02-18Support for multiple identical nicknames.Timo Sirainen
2001-02-17Config file: ircnets -> chatnets, added type = "chat protocol" toTimo Sirainen