]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands/cmd_invite.cpp
Fix mistakenly using Clang instead of GCC on older FreeBSD versions.
[user/henk/code/inspircd.git] / src / commands / cmd_invite.cpp
2013-04-01 attilamolnarcmd_invite Check if the inviting user is on the channel...
2013-02-11 attilamolnarcmd_invite Send invite announcements to halfops and...
2013-02-11 attilamolnarcmd_invite Correct error message when the user has...
2012-10-12 attilamolnarFix unregistered users getting global notices, also...
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-06-27 Attila MolnarMerge pull request #235 from attilamolnar/insp20+invitefix
2012-06-17 attilamolnarFix pending invites not being removed when a channel...
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...
2010-04-02 Daniel De GraafUse FindNickOnly in a few commands to prevent enumerati...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-21 danieldgMove all local-only fields to LocalUser
2009-09-26 danieldgRemove InspIRCd* parameters and fields
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-13 danieldgMembership* changes
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-01 w00tSecond attempt at time() -> SI->Time(), now problems...
2008-10-23 w00tRevert earlier time() -> SI->Time() diff for now, this...
2008-10-23 w00tPatch from Namegduf converting all instances (where...
2008-09-07 w00tInvite timeout on server-to-server is already a unix...
2008-08-07 w00tAlways deny invite to users below halfop status, move...
2008-07-20 w00tMore numerics.h conversion
2008-05-19 brainConvert channel::name to std::string, this was a beastie!
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-04 brainConversion of command handler params from "const char...
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-08 aquanightSupport for /invite <user> <channel> <timeout> - if...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-22 w00tMove cmd_*.cpp to src/commands/. Not done in the nicest...