summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Expand)Author
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-02compile fix - patch by manoj@io.comTimo 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-22just some extra check - might fix some crash..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-19format string exploit found & patch by cph@cph.demon.co.ukTimo Sirainen
2001-10-19Actions are now transferred correctly, own messages in main irssi areTimo 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-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