| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright headers. | InspIRCd Robot | 2022-12-30 | 1 | -1/+1 |
| * | Fix remote users with UNIX socket paths as their sockaddr. | Sadie Powell | 2022-08-10 | 1 | -2/+9 |
| * | Fix some harmless debug messages when initializing remote users. | Sadie Powell | 2022-08-10 | 1 | -2/+1 |
| * | Update copyright headers. | InspIRCd Robot | 2022-04-28 | 1 | -1/+1 |
| * | Fix real name formatting bleeding into IRC messages. | Sadie Powell | 2022-03-21 | 1 | -1/+1 |
| * | Fixes by misspell-fixer | InspIRCd Robot | 2020-04-21 | 1 | -1/+1 |
| * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -2/+6 |
| * | Add the server id to the Server class. | Peter Powell | 2019-09-23 | 1 | -1/+1 |
| * | spanningtree: Never send a message to a raw UUID in CmdBuilder. | Peter Powell | 2019-07-19 | 1 | -1/+1 |
| * | Remove trailing whitespace from various source files. | Peter Powell | 2019-01-24 | 1 | -1/+1 |
| * | Rename User::fullname to realname and make it private. | Peter Powell | 2018-07-30 | 1 | -3/+3 |
| * | Replace most usages of "name" with "real" or "real name". | Peter Powell | 2018-07-30 | 1 | -1/+1 |
| * | Replace most usages of "GECOS" with "real" or "real name". | Peter Powell | 2018-07-30 | 1 | -1/+1 |
| * | 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.
| Peter Powell | 2018-07-26 | 1 | -5/+5 |
| * | Hide User#host and User#dhost and use accessors to modify them.•••This removes the need to invalidate the cache after changing a
user's hostname.
| Peter Powell | 2017-10-28 | 1 | -4/+4 |
| * | Change SetClientIP to take a C++ string instead of a char array. | Peter Powell | 2017-10-27 | 1 | -1/+1 |
| * | Clean up User::FormatModes(), rename to GetModeLetters()•••Prefix the returned string with '+'
| Attila Molnar | 2016-12-30 | 1 | -1/+1 |
| * | Deduplicate nickname overruling code•••Create LocalUser::OverruleNick(), call it from User::ChangeNick() and the UID handler in spanningtree
| Attila Molnar | 2016-12-30 | 1 | -6/+2 |
| * | Convert ModeHandler::GetNumParams() to NeedsParam() that returns a bool | Attila Molnar | 2016-08-29 | 1 | -1/+1 |
| * | m_spanningtree Add class SpanningTree::RemoteUser | Attila Molnar | 2016-03-29 | 1 | -1/+2 |
| * | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | Attila Molnar | 2016-02-25 | 1 | -1/+1 |
| * | m_spanningtree Log nick collisions more verbosely and in all cases | Attila Molnar | 2015-05-23 | 1 | -3/+1 |
| * | m_spanningtree Clean up comments | Attila Molnar | 2015-05-13 | 1 | -6/+4 |
| * | m_spanningtree Keep track of whether servers are behind a bursting server, us... | Attila Molnar | 2014-07-27 | 1 | -1/+1 |
| * | m_spanningtree Replace direct access of TreeServer::bursting with IsBursting() | Attila Molnar | 2014-07-27 | 1 | -1/+1 |
| * | m_spanningtree Set the TS of the uuid nick to the same value on collision | Attila Molnar | 2014-07-26 | 1 | -1/+3 |
| * | m_spanningtree Return a bool from DoCollision()•••The return value is true if the remote user or both have to change, false if only we have to change
| Attila Molnar | 2014-07-26 | 1 | -3/+3 |
| * | m_spanningtree Update comments around collision handling | Attila Molnar | 2014-07-26 | 1 | -5/+4 |
| * | m_spanningtree Update nick overrule on UID code to make sense on master | Attila Molnar | 2014-07-25 | 1 | -2/+2 |
| * | Merge insp20 | Attila Molnar | 2014-07-25 | 1 | -1/+12 |
| |\ |
|
| | * | m_spanningtree Always treat the remote client as the winner on nick collision... | Attila Molnar | 2014-07-24 | 1 | -3/+14 |
| * | | m_spanningtree Use vector back() where it makes sense | Attila Molnar | 2014-06-14 | 1 | -1/+1 |
| * | | Switch to std::string::compare() from substr() in a couple of places | Attila Molnar | 2014-05-26 | 1 | -1/+1 |
| * | | m_spanningtree Add ServerCommand::ExtractTS() to convert string to raw TS•••Throws a ProtocolException if the input is invalid
| Attila Molnar | 2014-04-16 | 1 | -6/+2 |
| * | | m_spanningtree Throw an exception on protocol violations instead of returning...•••Catch CoreExceptions, log and close the link in OnDataReady()
| Attila Molnar | 2014-04-16 | 1 | -17/+7 |
| * | | Rewrite clone counting to use one map instead of two | Attila Molnar | 2014-03-17 | 1 | -1/+1 |
| * | | Change allocation of UserManager::clientlist to be physically part of the obj... | Attila Molnar | 2014-03-15 | 1 | -1/+1 |
| * | | Add UserManager::GetUsers() | Attila Molnar | 2014-03-15 | 1 | -4/+3 |
| * | | Introduce Server class•••- Replaces std::string server in User
- Replaces InspIRCd::ULine() and SilentULine()
| Attila Molnar | 2014-01-05 | 1 | -4/+4 |
| * | | m_spanningtree Introduce command builders | attilamolnar | 2013-08-27 | 1 | -0/+14 |
| * | | m_spanningtree Allow server-to-server command handlers to specify whether the...•••To make life easier for handlers accepting servers only as source, pass them a TreeServer* so they don't have to call FindServer()
| attilamolnar | 2013-08-25 | 1 | -15/+5 |
| * | | m_spanningtree Move all server-to-server command handlers into handler classes•••These commands are not registered in or called by the core. When looking for the handler of a command a new command table is searched first which contains all server-to-server commands. If a handler cannot be found in there, the core command table is consulted.
| attilamolnar | 2013-08-18 | 1 | -12/+7 |
| * | | m_spanningtree Remove SpanningTreeUtilities* fields and parameters | attilamolnar | 2013-08-17 | 1 | -1/+0 |
| * | | Accept std::string as parameter in User::ChangeHost(), ChangeIdent() and Chan...•••Pass the string itself to IsIdent() instead of string.c_str()
| attilamolnar | 2013-08-09 | 1 | -3/+3 |
| * | | Change the syntax of FOREACH macros to be less dumb. | Adam | 2013-08-04 | 1 | -1/+1 |
| * | | 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.
| Peter Powell | 2013-08-04 | 1 | -3/+3 |
| * | | Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() w... | attilamolnar | 2013-07-01 | 1 | -1/+1 |
| * | | Fix spacing in calls to LogManager::Log. | Peter Powell | 2013-05-19 | 1 | -1/+1 |
| * | | m_spanningtree UID handler: Fix parsing user modes•••Spotted by @ShutterQuick
Issue #532
| attilamolnar | 2013-05-14 | 1 | -3/+5 |
| * | | m_spanningtree Remove unneeded #includes | attilamolnar | 2013-04-12 | 1 | -3/+0 |