summaryrefslogtreecommitdiff
path: root/src/irc/core
AgeCommit message (Expand)Author
2001-11-11Moved rewritten server redirection code from core to irc. This new codeTimo Sirainen
2001-11-05Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get bef...Timo Sirainen
2001-11-04Looks like I went and broke /PART accidentally..Timo Sirainen
2001-11-04Stupid me, remembered wrong how PARAM_FLAG_OPTCHAN worked. This broke /CTCP,Timo Sirainen
2001-11-03Added missing irc-commands.hTimo Sirainen
2001-11-03* works now as active channel with /NOTICE, /CTCP and /NCTCP.Timo Sirainen
2001-11-03/OP, /DEOP, /VOICE and /DEVOICE fixed not to print glib error if used inTimo Sirainen
2001-11-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-11-01server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). AddedTimo Sirainen
2001-11-01Check that it's IRC-channel we're destroying before doing any IRC-specificTimo Sirainen
2001-10-30added $cumode_space expando. Like $cumode, but gives " " if there's no mode.Timo Sirainen
2001-10-23Don't print glib errors when parting a channel which isn't synced yet.Timo Sirainen
2001-10-23/UNBAN -first | -last options added. Patch by fuchs.Timo Sirainen
2001-10-21Added reference counter to SERVER_CONNECT_REC. Since it's being moved aroundTimo Sirainen
2001-10-21quitmsg_is_split() updated to check that top-level domains must be 2+ charsTimo Sirainen
2001-10-21Channels weren't synced if you joined multiple channels at once and one ofTimo Sirainen
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-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-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-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-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-15Moved awaylog to core.Timo Sirainen
2001-07-15Added --home and --config command line parameters to irssi to specifyTimo Sirainen
2001-07-14Cut the messages sent to rawlog to 510 chars too.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-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-11/SET kick_first_on_kickban for /KICKBAN and /KNOCKOUT - patch byTimo Sirainen