summaryrefslogtreecommitdiff
path: root/src/irc/core
AgeCommit message (Expand)Author
2001-11-19/SET join_auto_chans_on_invite - patch by tygrys@moo.plTimo Sirainen
2001-11-19Topics weren't restored on /UPGRADE.Timo Sirainen
2001-11-19/UPGRADE - upgrade-on-the-fly feature. Currently only moves the activeTimo Sirainen
2001-11-18Data sent to server with /RAWQUOTE didn't show up properly in rawlog unlessTimo Sirainen
2001-11-18Added ctcp_register() and ctcp_unregister() for registering CTCP commands.Timo Sirainen
2001-11-18If you did quickly /WHOIS existing_nick, /WHOIS not_existing_nick, irssiTimo Sirainen
2001-11-18Stop the redirection if we receive unknown event and it's not numeric.Timo Sirainen
2001-11-18When destroying data used from server in "server disconnected" signal, setTimo Sirainen
2001-11-17added +q channel mode to HAS_MODE_ARG_ALWAYS() list.Timo Sirainen
2001-11-17329 event reply for MODE #channel shouldn't go to "chanquery abort", butTimo Sirainen
2001-11-17Forgot to update this for server_redirect_register()Timo Sirainen
2001-11-17Added support for "optional events" in redirection. They're checked rightTimo Sirainen
2001-11-16Allow replies to redirections come in a bit different order than expected -Timo Sirainen
2001-11-16Added "your not chanop" failure to I-mode as well.Timo Sirainen
2001-11-16If the last query fails we should make the channel synced.Timo Sirainen
2001-11-16ISON and USERHOST redirections were registered wrong.Timo Sirainen
2001-11-15/QUOTE and /RAWQUOTE should work as soon as the socket is connected.Timo Sirainen
2001-11-15print failed redirections to rawlog even if there's no failure signal.Timo Sirainen
2001-11-15/WHOIS nick_who_was_in_irc showed only the first and last lines of /WHOWAS.Timo Sirainen
2001-11-15Lag checking fixes - should work fine again.Timo Sirainen
2001-11-14Still some syncing fixes. Don't loop forever now if we don't find the replyTimo Sirainen
2001-11-14Report failed redirections in rawlog.Timo Sirainen
2001-11-14Redirect parameters should be matched case-insensitivelyTimo Sirainen
2001-11-14Yet another bugfix for channel sync.Timo Sirainen
2001-11-14Channel syncing rewrites.Timo Sirainen
2001-11-12Redirection fixes - added count parameter.Timo Sirainen
2001-11-11added server_redirect_peek_signal() function.Timo Sirainen
2001-11-11"mode e" was registered twice - the second one should have been "mode I".Timo Sirainen
2001-11-11Redirection fixes.Timo Sirainen
2001-11-11/WHOIS unknown_nick printed the "there was no such nickname" messageTimo Sirainen
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