| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use auto instead of type names where the type is obvious. | 2022-09-29 | 1 | -2/+2 | |
| | | |||||
| * | Move aptosa/untosa into the sockaddrs union and add from/from_ip. | 2022-08-11 | 1 | -6/+2 | |
| | | | | | | | | The struct will also now always be zero-initialized by default which removes the footgun which has happened previously where the union has been accessed before being initialized leading to it containing weird values. | ||||
| * | Rename SetClientIP to ChangeRemoteAddress. | 2022-08-10 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2022-08-10 | 1 | -4/+10 | |
| |\ | |||||
| | * | Fix remote users with UNIX socket paths as their sockaddr. | 2022-08-10 | 1 | -2/+9 | |
| | | | |||||
| | * | Fix some harmless debug messages when initializing remote users. | 2022-08-10 | 1 | -2/+1 | |
| | | | |||||
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-03-27 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix real name formatting bleeding into IRC messages. | 2022-03-21 | 1 | -1/+1 | |
| | | | |||||
| * | | Add the FRHOST command to allow changing a remote user's real host. | 2021-09-02 | 1 | -0/+7 | |
| | | | | | | | | | Closes #1803. | ||||
| * | | Fix various uses of the _t suffix which is reserved by POSIX. | 2021-04-17 | 1 | -4/+4 | |
| | | | |||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -4/+4 | |
| | | | |||||
| * | | Convert various mode methods to take Mode::Change. | 2021-03-30 | 1 | -4/+7 | |
| | | | | | | | | | | | | | | | | | - AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode | ||||
| * | | Replace all internal references to uline with services. | 2021-01-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 1 | -4/+4 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fixes by misspell-fixer | 2020-04-21 | 1 | -1/+1 | |
| | | | |||||
| * | | Move FindNickOnly to UserManager. | 2020-02-09 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -2/+6 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -2/+6 | |
| | | | |||||
| * | | 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-07-27 | 1 | -1/+1 | |
| |\| | |||||
| | * | spanningtree: Never send a message to a raw UUID in CmdBuilder. | 2019-07-19 | 1 | -1/+1 | |
| | | | |||||
| * | | UserManager: remove fakederef. | 2019-02-07 | 1 | -2/+2 | |
| | | | |||||
| * | | SnomaskManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| | | | |||||
| * | | ModeParser: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| |/ | |||||
| * | Remove trailing whitespace from various source files. | 2019-01-24 | 1 | -1/+1 | |
| | | |||||
| * | Rename User::fullname to realname and make it private. | 2018-07-30 | 1 | -3/+3 | |
| | | |||||
| * | Replace most usages of "name" with "real" or "real name". | 2018-07-30 | 1 | -1/+1 | |
| | | |||||
| * | Replace most usages of "GECOS" with "real" or "real name". | 2018-07-30 | 1 | -1/+1 | |
| | | |||||
| * | Use CommandBase::Params instead of std::vector<std::string>. | 2018-07-26 | 1 | -5/+5 | |
| | | | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | ||||
| * | Hide User#host and User#dhost and use accessors to modify them. | 2017-10-28 | 1 | -4/+4 | |
| | | | | | | This removes the need to invalidate the cache after changing a user's hostname. | ||||
| * | Change SetClientIP to take a C++ string instead of a char array. | 2017-10-27 | 1 | -1/+1 | |
| | | |||||
| * | Clean up User::FormatModes(), rename to GetModeLetters() | 2016-12-30 | 1 | -1/+1 | |
| | | | | | Prefix the returned string with '+' | ||||
| * | Deduplicate nickname overruling code | 2016-12-30 | 1 | -6/+2 | |
| | | | | | Create LocalUser::OverruleNick(), call it from User::ChangeNick() and the UID handler in spanningtree | ||||
| * | Convert ModeHandler::GetNumParams() to NeedsParam() that returns a bool | 2016-08-29 | 1 | -1/+1 | |
| | | |||||
| * | m_spanningtree Add class SpanningTree::RemoteUser | 2016-03-29 | 1 | -1/+2 | |
| | | |||||
| * | Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵ | 2016-02-25 | 1 | -1/+1 | |
| | | | | | parameters | ||||
| * | m_spanningtree Log nick collisions more verbosely and in all cases | 2015-05-23 | 1 | -3/+1 | |
| | | |||||
| * | m_spanningtree Clean up comments | 2015-05-13 | 1 | -6/+4 | |
| | | |||||
| * | m_spanningtree Keep track of whether servers are behind a bursting server, ↵ | 2014-07-27 | 1 | -1/+1 | |
| | | | | | use it to implement quietbursts | ||||
| * | m_spanningtree Replace direct access of TreeServer::bursting with IsBursting() | 2014-07-27 | 1 | -1/+1 | |
| | | |||||
| * | m_spanningtree Set the TS of the uuid nick to the same value on collision | 2014-07-26 | 1 | -1/+3 | |
| | | |||||
| * | m_spanningtree Return a bool from DoCollision() | 2014-07-26 | 1 | -3/+3 | |
| | | | | | The return value is true if the remote user or both have to change, false if only we have to change | ||||
| * | m_spanningtree Update comments around collision handling | 2014-07-26 | 1 | -5/+4 | |
| | | |||||
| * | m_spanningtree Update nick overrule on UID code to make sense on master | 2014-07-25 | 1 | -2/+2 | |
| | | |||||
| * | Merge insp20 | 2014-07-25 | 1 | -1/+12 | |
| |\ | |||||
