Age | Commit message (Expand) | Author |
2002-01-24 | /SERVER ADD: added -noproxy option and -proxy which just removes the | Timo Sirainen |
2002-01-19 | Added "dccownquerynick" which /FORMAT own_dcc_query uses. | Timo Sirainen |
2002-01-12 | Add commas between splitted nicks. patch by Qrczak | Timo Sirainen |
2002-01-12 | Using "server1 <-> server2, server3" format for netsplit messages now. | Timo Sirainen |
2002-01-11 | dcc chat actions didn't work properly | Timo Sirainen |
2002-01-10 | Actions are now sent in "ctcp action" signal which is never ignored. "ctcp | Timo Sirainen |
2002-01-09 | Added "message dcc xxx" signals for printing DCC messages. | Timo Sirainen |
2001-12-31 | Abort joins on 442-numeric that dalnet sends when you can't join to channel | Timo Sirainen |
2001-12-27 | Server parameter is sent now too with /WHO, though the format itself wasn't c... | Timo Sirainen |
2001-12-20 | And the final #include :) | Timo Sirainen |
2001-12-20 | Added WINDOW_REC declaration to common.h, removed unneeded #include "servers.... | Timo Sirainen |
2001-12-10 | Netsplit saved the NICK_REC, but didn't save the dynamically allocated strings | Timo Sirainen |
2001-12-10 | 307 line is used for /USERIP in undernet. Also changed some other alternative | Timo Sirainen |
2001-12-09 | Support for OPN's channel forwarding. | Timo Sirainen |
2001-12-07 | Added support for 326 and 327 whois numerics in OPN. | Timo Sirainen |
2001-12-06 | /IRCNET ADD -usermode option added. | Timo Sirainen |
2001-12-06 | On nick collision kills, reconnect back immediately. On any other type of | Timo Sirainen |
2001-12-03 | Show @#channel notices as regular notices again. Don't hilight it or @#channe... | Timo Sirainen |
2001-12-01 | Disable lag detection in servers that don't understand PING command (yes, | Timo Sirainen |
2001-11-29 | /WALLCHOPS are now printed to screen. Receiving notices for @#channel | Timo Sirainen |
2001-11-28 | "event 378" is also used to end /MAP in OPN. | Timo Sirainen |
2001-11-20 | 377 numeric seems to be used as motd by some servers.. | Timo Sirainen |
2001-11-19 | 378 event (whois realhost) data is different between irc servers, so added | Timo Sirainen |
2001-11-19 | Removed whois_coming-flag which was used to figure out if 301 event | Timo Sirainen |
2001-11-19 | "message irc notice" - when figuring out if it's server notice or not, | Timo Sirainen |
2001-11-19 | If /SET dcc_upload_path is empty, we should use the current directory, not | Timo Sirainen |
2001-11-19 | Filename completion for /DCC SEND looked files from wrong default directory. | Timo Sirainen |
2001-11-19 | Event 001 wasn't printed to screen. | Timo Sirainen |
2001-11-18 | Even if notice is from server, print it to given target, since it could be | Timo Sirainen |
2001-11-15 | When printing notify joins/leaves, don't print them with hilight color after | Timo Sirainen |
2001-11-12 | Redirection fixes - added count parameter. | Timo Sirainen |
2001-11-11 | Moved rewritten server redirection code from core to irc. This new code | Timo Sirainen |
2001-11-05 | Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get bef... | Timo Sirainen |
2001-11-04 | removed, not needed. | Timo Sirainen |
2001-11-04 | Stupid 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-02 | Moved some stuff from irc to core. Added command_bind_proto() function to | Timo Sirainen |
2001-10-25 | Renamed /FORMAT whois_oper_type to whois_oper which is now removed. | Timo Sirainen |
2001-10-21 | Remove SYNTAX: OPER from here - it's already in core (and syntax.pl gets | Timo Sirainen |
2001-10-20 | Get the server tag to query from dcc->servertag, not dcc->server->tag, to | Timo Sirainen |
2001-10-01 | Use the nick as target when printing notify messages, so they go to query win... | Timo Sirainen |
2001-09-11 | Server notices shouldn't contain target field when printing it, it's always | Timo Sirainen |
2001-08-14 | Some support for lain ircd's /SETHOST - It /PART + /JOINs all channels, so | Timo Sirainen |
2001-08-14 | Module loading updates - /LOAD shows now also the statically loaded modules. | Timo Sirainen |
2001-08-13 | "IRC Net" -> "Network" in /SERVER LIST and /CHANNEL LIST | Timo Sirainen |
2001-08-13 | /INVITELIST prints "Invite list is empty" message and complains about not | Timo 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 /SCRIPT | Timo Sirainen |
2001-07-29 | /NAMES #channel_you're_not_joined doesn't print the "total of xx nick" line | Timo Sirainen |
2001-07-29 | /NOTIFY, /NOTIFY -list: Added "The notify list is empty" message | Timo Sirainen |