| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -7/+7 | |
| * | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -7/+3 | |
| * | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -0/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -0/+1 | |
| * | | Replace all internal references to uline with services. | 2021-01-30 | 1 | -1/+1 | |
| * | | Rename <security:hideulines> to <security:hideservices>. | 2021-01-30 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-01-07 | 1 | -0/+1 | |
| |\| | |||||
| | * | Disallow an empty last parameter in MAP. | 2020-12-30 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-12-21 | 1 | -6/+15 | |
| |\| | |||||
| | * | Fix MAP output on a dual v2/v3 network. | 2020-12-16 | 1 | -6/+15 | |
| * | | Use unicode box drawing characters in the /MAP output. | 2020-12-21 | 1 | -3/+3 | |
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 1 | -3/+3 | |
| * | | Merge branch 'insp3' into master. | 2020-08-25 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-07-30 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-07-15 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix a grammar error created by misspell-fixer. | 2020-07-03 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fixes by misspell-fixer | 2020-04-21 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -1/+7 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -1/+7 | |
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 1 | -1/+1 | |
| |\| | |||||
| | * | Add the server id to the Server class. | 2019-09-23 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -1/+1 | |
| |\| | |||||
| | * | Replace ModuleSpanningTree::TimeToStr with InspIRCd::DurationStr. | 2019-05-14 | 1 | -1/+1 | |
| * | | UserManager: remove fakederef. | 2019-02-07 | 1 | -2/+2 | |
| |/ | |||||
| * | Use CommandBase::Params instead of std::vector<std::string>.•••This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | 2018-07-26 | 1 | -2/+2 | |
| * | Show server versions in /MAP for opers•••This resolves #1203 | 2017-12-19 | 1 | -1/+7 | |
| * | Replace snprintf usage with InspIRCd::Format. | 2016-09-09 | 1 | -3/+1 | |
| * | Add User::WriteRemoteNumeric() and switch code using SendText() to send numer... | 2016-02-25 | 1 | -7/+4 | |
| * | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | 2016-02-25 | 1 | -1/+1 | |
| * | m_spanningtree Clean up comments | 2015-05-13 | 1 | -1/+1 | |
| * | Add UserManager::GetUsers() | 2014-03-15 | 1 | -3/+4 | |
| * | m_spanningtree Rewrite /map | 2014-01-28 | 1 | -100/+128 | |
| * | Introduce Server class•••- Replaces std::string server in User - Replaces InspIRCd::ULine() and SilentULine() | 2014-01-05 | 1 | -1/+1 | |
| * | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | 2013-11-12 | 1 | -1/+1 | |
| * | m_spanningtree Add TreeServer::GetChildren() that replaces ChildCount() and G... | 2013-08-22 | 1 | -2/+4 | |
| * | m_spanningtree Change TreeServer::GetSocket() to always return the socket tha...•••The only exception is the tree root (us) which has no associated socket (NULL) Add TreeServer::IsRoot() and IsLocal() helpers | 2013-08-22 | 1 | -1/+1 | |
| * | Remove cmd_map from the core | 2013-08-19 | 1 | -19/+21 | |
| * | m_spanningtree Minor cleanup of functions | 2013-08-19 | 1 | -1/+1 | |
| * | Remove $ModDep comments | 2013-08-15 | 1 | -2/+0 | |
| * | Change modules to use the MODNAME constant when logging.•••The majority of modules were logging with their module name as the log type. There was a few places which were logging to a non-name type but, with the exception of CONFIG, those messages are so uncommon that it doesn't make sense to use a seperate type for them. | 2013-08-04 | 1 | -1/+1 | |
| * | Remove a few not-so-useful debug messages | 2013-08-04 | 1 | -1/+0 | |
| * | m_spanningtree Change the type of TreeServer::ServerName to std::string | 2013-07-24 | 1 | -3/+2 | |
| * | Fix spacing in calls to LogManager::Log. | 2013-05-19 | 1 | -2/+2 | |
| * | m_spanningtree Remove unneeded #includes | 2013-04-12 | 1 | -4/+1 | |
| * | m_spanningtree Remove encapsulation on UserCount/OperCount | 2013-04-12 | 1 | -2/+2 | |
| * | Add LOG_ prefix to the log level enum values. | 2013-04-12 | 1 | -2/+2 | |
| * | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | 2013-04-10 | 1 | -4/+4 | |
| * | Fix more undefined behavior caused by referencing the returned buffer by std:...•••See 83c7cc45daf6fb1f8c36f15297a4657e45a34e88 | 2012-09-30 | 1 | -3/+4 | |
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+16 | |
