summaryrefslogtreecommitdiff
path: root/src/commands/cmd_invite.cpp
AgeCommit message (Expand)Author
2013-04-01cmd_invite Check if the inviting user is on the channel before potentially te...attilamolnar
2013-02-11cmd_invite Send invite announcements to halfops and higher when <security:ann...attilamolnar
2013-02-11cmd_invite Correct error message when the user has no privs to invite and no ...attilamolnar
2012-10-12Fix unregistered users getting global notices, also fix certain commands work...attilamolnar
2012-06-17Fix pending invites not being removed when a channel was deleted or had its T...attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-04-02Use FindNickOnly in a few commands to prevent enumerating users via UID walkingDaniel De Graaf
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-21Move all local-only fields to LocalUserdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
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-13Membership* changesdanieldg
2009-09-03Change cmd_*.so to use the Module object APIdanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-11-01Second attempt at time() -> SI->Time(), now problems with the original were f...w00t
2008-10-23Revert earlier time() -> SI->Time() diff for now, this causes problems with d...w00t
2008-10-23Patch from Namegduf converting all instances (where possible) of time() -> Se...w00t
2008-09-07Invite timeout on server-to-server is already a unix timestampw00t
2008-08-07Always deny invite to users below halfop status, move OnUserPreInvite up to a...w00t
2008-07-20More numerics.h conversionw00t
2008-05-19Convert channel::name to std::string, this was a beastie!brain
2008-05-18Make User:: nick/ident/dhost/fullname and some other things std::string inste...aquanight
2008-05-04Conversion of command handler params from "const char* const* parameters, int...brain
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-02-08Support for /invite <user> <channel> <timeout> - if the user doesn't partake ...aquanight
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