summaryrefslogtreecommitdiff
path: root/src/fe-common/irc
AgeCommit message (Expand)Author
2001-11-20377 numeric seems to be used as motd by some servers..Timo Sirainen
2001-11-19378 event (whois realhost) data is different between irc servers, so addedTimo Sirainen
2001-11-19Removed whois_coming-flag which was used to figure out if 301 eventTimo Sirainen
2001-11-19"message irc notice" - when figuring out if it's server notice or not,Timo Sirainen
2001-11-19If /SET dcc_upload_path is empty, we should use the current directory, notTimo Sirainen
2001-11-19Filename completion for /DCC SEND looked files from wrong default directory.Timo Sirainen
2001-11-19Event 001 wasn't printed to screen.Timo Sirainen
2001-11-18Even if notice is from server, print it to given target, since it could beTimo Sirainen
2001-11-15When printing notify joins/leaves, don't print them with hilight color afterTimo Sirainen
2001-11-12Redirection fixes - added count parameter.Timo 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-04removed, not needed.Timo Sirainen
2001-11-04Stupid me, remembered wrong how PARAM_FLAG_OPTCHAN worked. This broke /CTCP,Timo Sirainen
2001-11-03* works now as active channel with /NOTICE, /CTCP and /NCTCP.Timo Sirainen
2001-11-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-10-25Renamed /FORMAT whois_oper_type to whois_oper which is now removed.Timo Sirainen
2001-10-21Remove SYNTAX: OPER from here - it's already in core (and syntax.pl getsTimo Sirainen
2001-10-20Get the server tag to query from dcc->servertag, not dcc->server->tag, toTimo Sirainen
2001-10-01Use the nick as target when printing notify messages, so they go to query win...Timo Sirainen
2001-09-11Server notices shouldn't contain target field when printing it, it's alwaysTimo Sirainen
2001-08-14Some support for lain ircd's /SETHOST - It /PART + /JOINs all channels, soTimo Sirainen
2001-08-14Module loading updates - /LOAD shows now also the statically loaded modules.Timo Sirainen
2001-08-13"IRC Net" -> "Network" in /SERVER LIST and /CHANNEL LISTTimo Sirainen
2001-08-13/INVITELIST prints "Invite list is empty" message and complains about notTimo Sirainen
2001-08-08/NOTIFY printed '!' character after nick if mask was given.Timo Sirainen
2001-07-29--enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPTTimo Sirainen
2001-07-29/NAMES #channel_you're_not_joined doesn't print the "total of xx nick" lineTimo Sirainen
2001-07-29/NOTIFY, /NOTIFY -list: Added "The notify list is empty" messageTimo Sirainen
2001-07-25SYNTAX: ACTION updated - target is requiredTimo Sirainen
2001-06-29/SET netsplit_nicks_hide_threshold must not be smaller than /SETTimo Sirainen
2001-06-29whois_away had one extra space at the beginning.Timo Sirainen
2001-06-26use signal_add_last() to bind the "message xxx" signals when printing them,Timo Sirainen
2001-06-26added whois abstract to themes. should make it easier to change whois outputTimo Sirainen
2001-06-10own nick changed were printed as if it was done by someone elseTimo Sirainen
2001-06-10The automatic query rename wrote the "nick changed" messages to channelsTimo 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-17Getting rid of gettext, moved some _(..) texts to themes and left some errorTimo Sirainen
2001-05-11netjoins should display the @, + etc. before the nick again.Timo Sirainen
2001-05-11CHANNEL_REC->get_join_data() - Returns the information needed to callTimo 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-11always round up the kB value so we won't have 0kB file sizes..Timo Sirainen
2001-03-20Send notify out messages with HILIGHT level too.Timo Sirainen
2001-03-16emphasis works with actions nowTimo Sirainen
2001-03-08/DCC CLOSE CHAT <unknown> signal: we were checking for "GET" here, notTimo 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