]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands/cmd_whois.cpp
Fix a couple of issues
[user/henk/code/inspircd.git] / src / commands / cmd_whois.cpp
2013-08-08 attilamolnarFix a couple of issues
2013-08-04 AdamChange the syntax of FOREACH macros to be less dumb.
2013-07-19 attilamolnarMove SetNoticeMask(), FormatNoticeMasks() and ProcessNo...
2013-07-19 attilamolnarReplace hardcoded mode letters, part 2
2013-06-12 attilamolnarCommandParser::LoopCall() changes
2013-06-06 Attila MolnarMerge pull request #544 from SaberUK/master+kill-maxbuf
2013-06-06 Peter PowellConvert User::FormatNoticeMasks() to use std::string.
2013-06-05 attilamolnarMerge insp20
2013-05-15 attilamolnarAllow spaces (and more) in oper types
2013-04-27 attilamolnarMerge insp20
2013-04-10 attilamolnarReplace IS_AWAY() and IS_OPER() macros with User::IsAwa...
2013-04-09 attilamolnarMove most whois related code from the core into cmd_whois
2013-04-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
2013-04-01 attilamolnarMove member variables from User to LocalUser
2012-12-15 attilamolnarAdd IS_SERVER() and REG_ALL checks to (mostly oper...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #28 from DjSlash/classinconnectmsg
2012-04-14 Robin BurchellMerge pull request #35 from pcarrier/insp20ldap
2012-04-12 Robin BurchellMerge pull request #43 from Shawn-Smith/insp20+whoisfix
2012-04-12 Shawn SmithThis fixes issue #39 reported by @attilamolnar.
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-09-16 danieldgAttempt to revert r11734
2009-09-16 danieldgMerge commands and modules in source, since they are...
2009-09-13 danieldgClean up Command constructor
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgRip out VisData in preparation for replacing it with...
2009-03-19 danieldgShow users their own server name in "/whois myself"
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-13 brainAdd security:genericoper as requested by Strawberry...
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-18 w00tUse servers/auspex and users/auspex privs where needed.
2008-06-13 brainWin32 compilation fixes
2008-05-19 brainConvert connection::host
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-05 peaveyfix LoopCalls to not send param count thus avoiding...
2008-05-04 brainConversion of command handler params from "const char...
2008-04-09 w00tSend usermodes on whois if user is self or opered
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-22 w00tMove cmd_*.cpp to src/commands/. Not done in the nicest...