summaryrefslogtreecommitdiff
path: root/src/commands/cmd_whois.cpp
AgeCommit message (Expand)Author
2014-10-13Fix various warnings when building with LLVM 3.5.Peter Powell
2012-12-15Add IS_SERVER() and REG_ALL checks to (mostly oper only) commands taking a ta...attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-12This fixes issue #39 reported by @attilamolnar.Shawn Smith
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-09-16Attempt to revert r11734danieldg
2009-09-16Merge commands and modules in source, since they are already merged in installdanieldg
2009-09-13Clean up Command constructordanieldg
2009-09-03Change cmd_*.so to use the Module object APIdanieldg
2009-09-02Rip out VisData in preparation for replacing it with more flexible hooksdanieldg
2009-03-19Show users their own server name in "/whois myself"danieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-13Add security:genericoper as requested by Strawberry and TwinShadow.brain
2009-01-02Update copyrights for 2009.w00t
2008-10-18Use servers/auspex and users/auspex privs where needed.w00t
2008-06-13Win32 compilation fixesbrain
2008-05-19Convert connection::hostbrain
2008-05-18Make User:: nick/ident/dhost/fullname and some other things std::string inste...aquanight
2008-05-05fix LoopCalls to not send param count thus avoiding a crash in command parserpeavey
2008-05-04Conversion of command handler params from "const char* const* parameters, int...brain
2008-04-09Send usermodes on whois if user is self or operedw00t
2008-03-30Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...aquanight
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-01-10Header update: 2007 -> 2008w00t
2007-10-22Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w...w00t