| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename User::age to User::nickchanged and fix the docs. | 2022-10-11 | 1 | -2/+2 | |
| * | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2021-05-14 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-05-14 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -2/+1 | |
| |\| | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 1 | -2/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -0/+5 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -0/+5 | |
| * | | Merge branch 'insp3' into master. | 2019-07-27 | 1 | -2/+2 | |
| |\| | |||||
| | * | Get rid of CommandBuilder::push_back. | 2019-07-19 | 1 | -2/+2 | |
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| |/ | |||||
| * | m_spanningtree Log nick collisions more verbosely and in all cases | 2015-05-23 | 1 | -1/+5 | |
| * | m_spanningtree Set the TS of the uuid nick to the same value on collision | 2014-07-26 | 1 | -1/+2 | |
| * | 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 | 2014-07-26 | 1 | -9/+3 | |
| * | m_spanningtree Replace WriteLine() call with Unicast() in DoCollision() | 2014-07-26 | 1 | -2/+1 | |
| * | m_spanningtree Replace #defines with references in DoCollision() | 2014-07-26 | 1 | -5/+3 | |
| * | m_spanningtree Update comments around collision handling | 2014-07-26 | 1 | -16/+9 | |
| * | m_spanningtree Let the NICK handler change the nick of the incoming user on c...•••Don't change it in DoCollision() | 2014-07-26 | 1 | -8/+2 | |
| * | m_spanningtree Replace manual string building of outgoing commands with CmdBu... | 2014-07-03 | 1 | -1/+1 | |
| * | Remove now needless User::ForceNickChange()•••Change call sites to call ChangeNick() | 2014-07-03 | 1 | -2/+2 | |
| * | Increment serverstats::Collisions when a collision is handled, not when a mod... | 2014-06-20 | 1 | -0/+3 | |
| * | Remove whitespace and minor style changes | 2014-01-23 | 1 | -1/+0 | |
| * | m_spanningtree Introduce command builders | 2013-08-27 | 1 | -2/+3 | |
| * | 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 | |
| * | 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. | 2013-08-18 | 1 | -3/+5 | |
| * | Remove $ModDep comments | 2013-08-15 | 1 | -3/+0 | |
| * | Change the signature of User::ForceNickChange() to accept const std::string& ... | 2013-05-18 | 1 | -2/+2 | |
| * | m_spanningtree Remove unneeded #includes | 2013-04-12 | 1 | -3/+1 | |
| * | Remove superfluous std::string()s | 2012-10-12 | 1 | -1/+1 | |
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+15 | |
| * | ...because every now and again, i have to do a massive commit.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-11 | 1 | -1/+1 | |
| * | Create StreamSocket for IO hooking implementation•••Fixes the SSL SendQ bug Removes duplicate code between User and BufferedSocket Simplify SSL module API Simplify EventHandler API (Readable/Writeable moved to SE) Add hook for culled objects to invoke callbacks prior to destructor Replace SocketCull with GlobalCull now that sockets can close themselves Shorten common case of user read/parse/write path: User::Write is now zero-copy up to syscall/SSL invocation User::Read has only two copy/scan passes from read() to ProcessCommand git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11752 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-09-21 | 1 | -1/+1 | |
| * | Add SAVE s2s protocol command•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11660 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-09-02 | 1 | -8/+7 | |
| * | Replace std::deque with std::vector in spanningtree and related modules•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11593 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-09-02 | 1 | -1/+1 | |
| * | Fix build of m_spanningtree and display of dependency regeneration•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11557 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-09-01 | 1 | -3/+3 | |
| * | Update all wiki links to point to the new wiki. This was done automatically w...•••for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-03-15 | 1 | -1/+1 | |
| * | Send SVSNICKs during nick collision to prevent servers that do not fully impl...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11179 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-03-06 | 1 | -19/+30 | |
| * | Update copyrights for 2009.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-01-02 | 1 | -1/+1 | |
| * | Be consistent. Use ServerInstance in all places instead of 'Instance' in half...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10579 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-09-21 | 1 | -2/+2 | |
| * | fixed some indentation and spacing in modules•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9888 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-06-11 | 1 | -9/+9 | |
| * | Don't copy vars (faster) and also avoid a crash (non-const -> const)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9795 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-05-23 | 1 | -4/+4 | |
| * | Collision tweaks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9790 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-05-23 | 1 | -5/+5 | |
| * | Convert m_spanningtree•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9751 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-05-18 | 1 | -3/+3 | |
| * | Remove many unneeded headers from spanningtree files•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8895 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-11 | 1 | -14/+4 | |
| * | Split treesocket1 into a number of smaller files•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8809 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-03 | 1 | -0/+137 | |
