| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2022-12-30 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2021-08-27 | 1 | -1/+1 | |
| | | |||||
| * | Deduplicate all whois numerics to the whois module header. | 2021-07-05 | 1 | -8/+0 | |
| | | |||||
| * | Don't send oper swhois to users with hideoper enabled. | 2021-07-05 | 1 | -12/+18 | |
| | | |||||
| * | Update copyright headers. | 2021-03-05 | 1 | -1/+2 | |
| | | |||||
| * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| | | |||||
| * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| | | |||||
| * | Fix unnecessary inlining in command handler constructors. | 2020-03-09 | 1 | -1/+2 | |
| | | |||||
| * | Update copyright headers. | 2020-01-11 | 1 | -5/+5 | |
| | | |||||
| * | Use CommandBase::Params instead of std::vector<std::string>. | 2018-07-26 | 1 | -1/+1 | |
| | | | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | ||||
| * | Merge tag 'v2.0.26' into master. | 2018-04-22 | 1 | -0/+25 | |
| |\ | |||||
| | * | Remove swhois messages set in the oper block on deoper. | 2018-04-09 | 1 | -4/+33 | |
| | | | | | | | | | Closes #1240. | ||||
| * | | Include modules/whois.h directly from files that use it. | 2018-04-08 | 1 | -0/+1 | |
| | | | |||||
| * | | Add names for a bunch more numerics. | 2017-12-09 | 1 | -1/+7 | |
| | | | |||||
| * | | Add the override keyword in places that it is missing. | 2017-11-21 | 1 | -1/+1 | |
| | | | | | | | | | GCCs warnings for this are much better than Clangs. | ||||
| * | | Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ↵ | 2016-02-25 | 1 | -3/+3 | |
| | | | | | | | | | as method parameters | ||||
| * | | Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵ | 2016-02-25 | 1 | -1/+1 | |
| | | | | | | | | | parameters | ||||
| * | | Remove some IS_SERVER() checks | 2015-12-07 | 1 | -1/+1 | |
| | | | | | | | | | | | - InspIRCd::FindUUID() and FindNick() no longer return FakeUsers so checking the user returned from those methods is needless - m_dccallow is calling FindNickOnly() so it had the check needlessly | ||||
| * | | Move OnWhois* events to core_whois, add Whois::Context | 2015-04-28 | 1 | -5/+7 | |
| | | | | | | | | | Remove InspIRCd::SendWhoisLine() | ||||
| * | | Prepend target user nick to whois numerics in InspIRCd::SendWhoisLine() | 2015-04-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Specify which Extensible subclass an ExtensionItem is valid for | 2015-01-18 | 1 | -1/+3 | |
| | | | |||||
| * | | Introduce Server class | 2014-01-05 | 1 | -2/+2 | |
| | | | | | | | | | | | - Replaces std::string server in User - Replaces InspIRCd::ULine() and SilentULine() | ||||
| * | | Use WriteNumeric() everywhere we send numerics and include the user's nick ↵ | 2013-11-12 | 1 | -2/+2 | |
| | | | | | | | | | automatically | ||||
| * | | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -6/+0 | |
| | | | |||||
| * | | Automatically attach modules to events | 2013-08-04 | 1 | -2/+0 | |
| | | | |||||
| * | | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| | | | |||||
| * | | Remove TR_END, remove TRANSLATEx() from commands that do not need it | 2013-06-13 | 1 | -1/+1 | |
| | | | |||||
| * | | Tidy up keywords on module methods. | 2013-05-15 | 1 | -4/+4 | |
| | | | | | | | | | | | - Remove virtual keyword from a ton of methods which don't need it. - Add override keyword to a ton of methods which do need it. | ||||
| * | | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -4/+0 | |
| |/ | |||||
| * | Add IS_SERVER() and REG_ALL checks to (mostly oper only) commands taking a ↵ | 2012-12-15 | 1 | -1/+1 | |
| | | | | | | | target nickname If a SID was passed as the target user parameter or when it's an unregistered user reply with the "no such nick" (or the moral equivalent) message | ||||
| * | Register all commands, modes and extensions using AddService() | 2012-12-02 | 1 | -1/+1 | |
| | | | | | AddService() throws an exception if an item cannot be registered, modules no longer need to worry about AddMode() etc. failing | ||||
| * | Dynamically determine the size of the eventlist[] passed to Attach() | 2012-12-02 | 1 | -1/+1 | |
| | | | | | m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove | ||||
| * | Attach to events and register services in init() | 2012-12-02 | 1 | -1/+5 | |
| | | |||||
| * | m_swhois Switch to OnPostOper hook instead of using OnPostCommand | 2012-07-07 | 1 | -4/+3 | |
| | | |||||
| * | A few more typo fixes. | 2012-05-25 | 1 | -1/+1 | |
| | | |||||
| * | Debian typo fixes. | 2012-05-25 | 1 | -1/+1 | |
| | | |||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+20 | |
| | | |||||
| * | PreCommand/PostCommand are local-only hooks | 2010-01-18 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12291 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | ...because every now and again, i have to do a massive commit. | 2010-01-11 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Change User::oper to an OperInfo reference | 2009-10-21 | 1 | -26/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11945 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove dummy API_VERSION from Version constructor | 2009-10-17 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11887 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Move static map of extensions into ServerInstance, add const-correctness | 2009-10-14 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11873 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Change SWHOIS to OPTCOMMON, remove m_operinvex | 2009-10-01 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11789 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove InspIRCd* parameters and fields | 2009-09-26 | 1 | -2/+2 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11763 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Describe module purpose in /MODULES output | 2009-09-22 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11757 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Clean up Command constructor | 2009-09-13 | 1 | -3/+3 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11707 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Forgotten Extensible::Register invocations | 2009-09-13 | 1 | -0/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11705 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Change Extensible to use strongly typed entries | 2009-09-13 | 1 | -118/+25 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11696 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove CMD_LOCALONLY, enforce use of GetRouting for routed commands | 2009-09-03 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11671 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | ModResult conversion: Change return type of all module functions | 2009-09-02 | 1 | -2/+2 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11634 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
