aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_whois.c
Commit message (Expand)AuthorAgeFilesLines
* - New user mode +I (IRCOp only) which hides idle times to other users,••• suggested and patch supplied by Nath & binki (#3953). Gravatar Bram Matthys2012-01-221-5/+5
* heh ;)Gravatar Bram Matthys2011-12-281-1/+1
* - Make default service stamp 0 (zero) again, instead of '*' which was••• introduced by ESVID changes a few days ago. This makes anope happy, and also means nothing will change in a non-ESVID scenario. Gravatar Bram Matthys2011-12-281-1/+1
* - Show account name in /WHOIS, for ESVID-capable services packages, patch fro...Gravatar Bram Matthys2011-12-251-0/+7
* - /WHOIS now shows the ident of local users - if ident enabled and they had a...••• instead of always "*" in the 'is connecting from' line. Suggested and patch provided by djGrrr (#0002888). Gravatar Bram Matthys2007-01-221-1/+2
* - Made it so undefining SHOW_SECRET (not the default) properly hides +s chann...••• (except netadmins), as it should. Reported and patch supplied by Jason (#0002965). Gravatar Bram Matthys2006-07-041-5/+1
* - Fixed a TKL crash on incorrect *line, reported by nanookles1234 (#0002524).•••- Redid include dependencies in Makefile, this makes things safer because on any .h change it would force a recompile of all files, but it could mean things will be a bit slower for us coders unless we tweak it later on. - Changed whois a bit to print less useless results. - Added several indicators to the "detect binary incompatible modules"-system such as detecting of a ziplinks module on non-ziplinks (on windows this is ok however), nospoof module on a a server without nospoof server, etc. Hopefully this will help some people preventing odd crashes because they did not recompile or (re)install modules properly. - Added './unreal backtrace', so far this has only been tested on Linux and FreeBSD. - Fixed a bug making ./Config not load the previously stored settings on Solaris 10 and probably other Unixes, reported by lion-o (#0002474). Gravatar Bram Matthys2005-05-261-5/+9
* - Changed the 'is a Secure Connection' msg/numeric in /whois from RPL_WHOISSP...••• a slightly changed RPL_WHOISSECURE, namely: ':%s 671 %s %s :is using a Secure connection', Gravatar Bram Matthys2005-02-271-2/+2
* Added snomasks to /whois usermode output and made usermodes available to all ...Gravatar codemastr2004-08-221-2/+5
* Fixed a whois bug when PREFIX_AQ is undefinedGravatar codemastr2004-07-071-1/+3
* Removed the * and ^ flags from /whois if PREFIX_AQ is not enabled, Updated th...Gravatar codemastr2004-07-071-6/+1
* Added NICKIPGravatar codemastr2004-05-271-2/+2
* - Changed 'Services operator' in /whois (back) to 'Services administrator', t...••• requested by many people and seems to be the best after all (#0001634). Gravatar Bram Matthys2004-05-141-1/+1
* Added module support for WindowsGravatar codemastr2004-05-121-2/+3
* - Cosmetic 'stats /zip' output change (#0001435).•••- Made services admins able to see on which channel services bots are, just like a netadmins can, suggested by EviL_SmUrF (#0001481). Gravatar Bram Matthys2004-02-011-1/+1
* Added a patch to make hide-ulines apply to /who, /whois and /whowasGravatar codemastr2003-12-171-4/+4
* - Made win32 work again (broke it by /module patch 35 minutes ago).Gravatar Bram Matthys2003-11-111-1/+1
* - Multiple /module changes (the command):••• - Normal users can now get a list, versioninfo will be hidden however. - Opers get some additional details like hooks and commandoverride's. - Opers can use /module <servername> to get a remote list of loaded modules. - Added flag [3RD] to show it's a 3rd party module This was requested by by quite some people because serveradmins started to load "spy modules" without clearly mentioning it in the MOTD (which is highly unethical and in some countries even illegal due to privacy law). Also the remote module list was requested by quite a few opers. Sure, this isn't a 100% guarantee but at least if someone goes hiding stuff then it's clear what their intentions are (and thus will be refused support, ..). - Changed emailaddr in help window at windows to unreal-users mailinglist. - Made the cloak mismatch msg during linking a bit more scary. - Added comment to 'Install as a service' option in installer to help n00bs a bit. Gravatar Bram Matthys2003-11-111-0/+1
* Updated modules to use the new macrosGravatar codemastr2003-09-211-29/+5
* - Fixed bug regarding hidden opers + m_whois cleanup (#0001208).Gravatar Bram Matthys2003-08-311-24/+15
* Internal code cleanups, changed away flood configthing, added nickflood prote...•••=== - Internal code cleanups: EOS var rename, got rid of old UnknownUser structs, moved anti away flood to new flood struct. - Changed away flood configuration to set::anti-flood::away-flood <count>:<period>. - Added nickflood protection, can be set in set::anti-flood::away-flood <count>:<period> to allow max 'count' nickchanges per 'period' seconds. The default is 3 per 60s. As usual, the nickchange limiting does not apply to ircops. Gravatar Bram Matthys2003-08-161-20/+4
* Added an experimental (disabled by default) prefix system for +a and +qGravatar codemastr2003-06-141-0/+7
* Changed /whois 'secret channel' flag to '?'Gravatar codemastr2003-05-301-1/+1
* Made /whois slightly fasterGravatar codemastr2003-05-191-5/+7
* - Misc /whois and webtv whois fixesGravatar Bram Matthys2003-05-091-2/+3
* Away flood stopper patchGravatar codemastr2003-03-241-0/+4
* Added usermode +p 'hide channels in whois'Gravatar codemastr2003-03-211-4/+8
* Made ".. did a /whois on you" always show the real host (#0000705).Gravatar Bram Matthys2003-02-101-1/+1
* Code cleanup (in many files heh)... I replaced all:•••IsHidden(sptr) ? sptr->user->virthost : sptr->user->realhost stuff to a simple GetHost(sptr) macro (defined in struct.h). Smaller and less error phrone :). Also fixed the if IsHidden -> if (IsHidden found by codemastr . Gravatar Bram Matthys2003-02-041-1/+1
* Rechanged 'a Services Administrator' back to 'a Services Operator'Gravatar codemastr2003-01-291-1/+1
* Fixed whois: "a Services Operator" -> "a Services Administrator"Gravatar Bram Matthys2003-01-281-1/+1
* - Added Syzop's various zero-terminate patches and fixes for crashes when••• you send commands like JOIN from a server directly Gravatar stskeeps2002-09-071-1/+2
* First part of skyper's security audit patchGravatar stskeeps2002-04-151-7/+7
* Updated all modules to use 3.2-b8 formatGravatar codemastr2002-03-191-3/+3
* Made all functiosn use new-style parameter listsGravatar codemastr2002-01-281-4/+1
* Cleaned up a bunch of -Wall warningsGravatar codemastr2002-01-271-1/+5
* *prays*Gravatar griever2002-01-081-4/+1
* Converted all calls to hunt_server to hunt_server_tokenGravatar codemastr2002-01-071-1/+1
* +- Fixes for ->user structuresGravatar stskeeps2001-12-241-1/+0
* !*@*$^%! I reported this bug MONTHS ago people!Gravatar griever2001-12-141-1/+1
* Removed umode +T and oflags fueGravatar codemastr2001-12-111-6/+2
* Fixed some more module v3 problems and upgrade all modulesGravatar codemastr2001-12-091-12/+11
* Added headers to all the new modulesGravatar codemastr2001-10-081-3/+18
* *** empty log message ***Gravatar stskeeps2001-10-071-0/+362