| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2021-06-07 | 1 | -0/+3 | |
| |\ | |||||
| | * | Broadcast the limits for list modes on server link. | 2021-06-04 | 1 | -0/+3 | |
| | | | | | | | | | This allows services to not overflow the limit. | ||||
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -2/+2 | |
| | | | |||||
| * | | Kill an outdated XXX comment in spanningtree. | 2021-05-19 | 1 | -3/+0 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 1 | -1/+1 | |
| | | | |||||
| * | | Use the contents of the link data map when using the 1206 protocol. | 2021-05-10 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | Still to do: - Extract URL encoding to inspstring. - Use CompareLinkData when using the 1206 protocol. - Show friendlier messages when a link compatibility is encountered. | ||||
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Refactor classbase/CullResult into Cullable/Cullable::Result. | 2021-03-02 | 1 | -3/+2 | |
| | | | |||||
| * | | Rename <security:hideulines> to <security:hideservices>. | 2021-01-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Switch the spanningtree module from reference<> to std::shared_ptr<>. | 2020-04-13 | 1 | -3/+3 | |
| | | | |||||
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -2/+6 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -2/+5 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -2/+5 | |
| | | | |||||
| * | | 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 | |
| | | | |||||
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -1/+1 | |
| | | | |||||
| * | | Replace the TR1NS macro with the std namespace. | 2019-01-25 | 1 | -1/+1 | |
| |/ | |||||
| * | Fix message tags not being broadcast across the network. | 2019-01-02 | 1 | -1/+1 | |
| | | |||||
| * | Move <security:hidesplits> to the spanningtree module. | 2018-10-01 | 1 | -0/+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. | ||||
| * | Fix a ton of -Wsign-conversion warnings. | 2017-11-17 | 1 | -3/+3 | |
| | | |||||
| * | Add CXX11_OVERRIDE to overridden members that lack it. | 2017-07-12 | 1 | -1/+1 | |
| | | | | | | This fixes a ton of warnings when building on compilers that default to C++11 or newer. | ||||
| * | m_spanningtree Add SpanningTreeUtilities::FindRouteTarget() | 2016-03-29 | 1 | -0/+5 | |
| | | |||||
| * | m_spanningtree Remove unused SpanningTreeUtilities::BestRouteTo() | 2016-03-29 | 1 | -4/+0 | |
| | | |||||
| * | m_spanningtree Remove unused SpanningTreeUtilities::DoOneToOne() overload ↵ | 2016-03-29 | 1 | -1/+0 | |
| | | | | | accepting a string | ||||
| * | m_spanningtree Log nick collisions more verbosely and in all cases | 2015-05-23 | 1 | -1/+1 | |
| | | |||||
| * | m_spanningtree Clean up comments | 2015-05-13 | 1 | -4/+2 | |
| | | |||||
| * | m_spanningtree Return a bool from DoCollision() | 2014-07-26 | 1 | -1/+1 | |
| | | | | | The return value is true if the remote user or both have to change, false if only we have to change | ||||
| * | m_spanningtree Remove the (now) undocumented disablehmac config option | 2014-04-08 | 1 | -8/+0 | |
| | | |||||
| * | Introduce Server class | 2014-01-05 | 1 | -0/+1 | |
| | | | | | | - Replaces std::string server in User - Replaces InspIRCd::ULine() and SilentULine() | ||||
| * | Merge insp20 | 2013-08-30 | 1 | -1/+2 | |
| |\ | |||||
| | * | m_spanningtree When an IOHook goes away close all pending connections that ↵ | 2013-08-21 | 1 | -1/+3 | |
| | | | | | | | | | use it | ||||
| * | | m_spanningtree Introduce command builders | 2013-08-27 | 1 | -9/+6 | |
| | | | |||||
| * | | m_spanningtree Remove duplicate code for sending channel messages from ↵ | 2013-08-22 | 1 | -4/+4 | |
| | | | | | | | | | RouteCommand() | ||||
| * | | m_spanningtree Implement DoOneToMany() using DoOneToAllButSender() | 2013-08-22 | 1 | -1/+6 | |
| | | | |||||
| * | | m_spanningtree Minor cleanup of functions | 2013-08-19 | 1 | -2/+2 | |
| | | | |||||
| * | | m_spanningtree Move all server-to-server command handlers into handler classes | 2013-08-18 | 1 | -1/+5 | |
| | | | | | | | | | 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. | ||||
| * | | m_spanningtree Remove SpanningTreeUtilities* fields and parameters | 2013-08-17 | 1 | -0/+2 | |
| | | | |||||
| * | | Change command name parameter of OnPostCommand to be a Command* | 2013-06-12 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge insp20 | 2013-06-06 | 1 | -3/+0 | |
| |\| | |||||
| | * | Remove unnecessary string copies and dead code | 2013-06-05 | 1 | -13/+2 | |
| | | | |||||
| * | | m_spanningtree Move CacheTimer into utils | 2013-04-21 | 1 | -0/+3 | |
| | | | |||||
| * | | Fix building with libc++. | 2013-04-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | - Purged std::tr1::strlower (was never used). - Moved std::tr1::insensitive to irc::insensitive. - Added TR1NS macro to point to the correct C++ TR1 namespace. | ||||
| * | | m_spanningtree Introduce new function to send channel messages | 2013-04-12 | 1 | -0/+4 | |
| | | | | | | | | | | | Use it from the protocol interface and PRIVMSG/NOTICE handlers Unite OnUserNotice and OnUserMessage code into LocalMessage() | ||||
| * | | m_spanningtree Change TreeServerList to be a set, get rid of a function ↵ | 2013-04-12 | 1 | -5/+1 | |
| | | | | | | | | | dedicated to adding entries to it | ||||
| * | | m_spanningtree Utils: Move code that creates a full line from its components ↵ | 2013-04-12 | 1 | -0/+4 | |
| | | | | | | | | | to a new function | ||||
| * | | m_spanningtree atoi() to ConvToInt() conversion, add const where possible | 2013-04-12 | 1 | -10/+2 | |
| | | | | | | | | | Remove two redundant functions from Utils | ||||
| * | | Tidy up source files: | 2013-04-12 | 1 | -4/+1 | |
| | | | | | | | | | | | | | - Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. | ||||
| * | | Purge the deprecated hash_map from existance. | 2013-04-01 | 1 | -5/+1 | |
| |/ | |||||
