| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2021-08-01 | 2 | -2/+6 | |
| |\ | |||||
| | * | Allow retrieving the already sent id from WriteNeighborsWithCap. | 2021-07-24 | 1 | -1/+5 | |
| | * | Change ForEachNeighbour to return the already sent id. | 2021-07-24 | 1 | -3/+4 | |
| * | | Clean up the routing code in the ctables header. | 2021-07-24 | 1 | -43/+58 | |
| * | | Merge branch 'insp3' into master. | 2021-07-17 | 2 | -6/+18 | |
| |\| | |||||
| | * | Deduplicate all whois numerics to the whois module header. | 2021-07-05 | 2 | -6/+18 | |
| * | | Allow toggling a capability from a Cap::Reference. | 2021-07-16 | 1 | -0/+11 | |
| * | | Merge branch 'insp3' into master. | 2021-07-04 | 2 | -6/+10 | |
| |\| | |||||
| | * | Fix some "targ" usages which were missed in the earlier commit. | 2021-07-03 | 2 | -6/+10 | |
| * | | Move ModeParser::BuildPrefixes to core_mode.•••Now we've dropped support for the 1202 protocol we don't need this in the core. | 2021-07-03 | 1 | -5/+0 | |
| * | | Move ModeParser::GiveModeList to core_mode.•••Now we've dropped support for the 1202 protocol we don't need this in the core. | 2021-07-03 | 1 | -8/+0 | |
| * | | Fix module events not being fired correctly.•••Regression introduced in commit ba3dd9ce. Closes #1912. | 2021-07-01 | 1 | -2/+2 | |
| * | | Fix WHOIS numerics not including the source of the message.•••Regression introduced in commit 0fab6438. | 2021-07-01 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 9 | -22/+22 | |
| |\| | |||||
| | * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | 2021-06-21 | 9 | -22/+22 | |
| * | | Merge branch 'insp3' into master. | 2021-06-18 | 2 | -1/+15 | |
| |\| | |||||
| | * | Fix xline matching on WebIRC connections. | 2021-06-17 | 1 | -2/+9 | |
| | * | Add predefined config variables for the build time directories. | 2021-06-13 | 1 | -0/+7 | |
| * | | Fix MSVC compatibility issues. | 2021-06-07 | 4 | -4/+19 | |
| * | | Rename Simple{Channel,User}ModeHandler to match other mode handlers. | 2021-06-01 | 1 | -4/+4 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 12 | -52/+52 | |
| * | | Fire OnUserPreJoin regardless of whether the join is an override. | 2021-05-23 | 1 | -1/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 14 | -20/+19 | |
| |\| | |||||
| | * | Release v3.10.0. v3.10.0 | 2021-05-14 | 1 | -1/+1 | |
| | * | Update copyright headers. | 2021-05-14 | 15 | -15/+14 | |
| | * | Fix an off by one error in various bitsets. | 2021-05-14 | 1 | -2/+4 | |
| | * | Fix sending malformed pong messages in some cases. | 2021-05-14 | 1 | -3/+4 | |
| * | | Make ServerConfig::{ApplyModules, Fill} private. | 2021-05-13 | 1 | -5/+4 | |
| * | | Implement support for looking up SRV records in core_dns. | 2021-05-11 | 1 | -1/+15 | |
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 17 | -35/+35 | |
| |\| | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 16 | -41/+41 | |
| * | | Extract percent encoding logic from spanningtree to inspstring. | 2021-05-10 | 1 | -0/+43 | |
| * | | Refactor the hex encoding function. | 2021-05-10 | 2 | -14/+27 | |
| * | | Refactor the Base64 encoding and decoding functions. | 2021-05-10 | 1 | -5/+45 | |
| * | | Fix the to_string implementation of ConvToStr.•••I have no idea how I didn't notice this bug when it was originally written. | 2021-05-10 | 1 | -2/+2 | |
| * | | Add a new map-based method for building link data.•••The new link data is not currently used but will be in the near future. | 2021-05-10 | 1 | -1/+14 | |
| * | | Add ChannelManager::IsPrefix. | 2021-05-08 | 1 | -0/+6 | |
| * | | Constify ChannelManager::Find. | 2021-05-08 | 1 | -1/+1 | |
| * | | Move channel logic from InspIRCd to the new ChannelManager class. | 2021-05-08 | 3 | -25/+54 | |
| * | | Merge branch 'insp3' into master. | 2021-04-27 | 1 | -1/+4 | |
| |\| | |||||
| | * | Fix SendNoticeInternal not having a NULL command variant. | 2021-04-27 | 1 | -1/+4 | |
| * | | Use parameter pack expansion instead of recursive calls. | 2021-04-27 | 2 | -31/+10 | |
| * | | Remove the SASL fallback event.•••Nothing has ever used this and we can do better than this. | 2021-04-27 | 1 | -36/+0 | |
| * | | Rip out the SwapInternals method.•••This never really worked correctly and will now be replaced with something better. | 2021-04-19 | 3 | -15/+0 | |
| * | | Rip out the OnConnectionFail event.•••This never really worked correctly and will now be replaced with something better. | 2021-04-19 | 1 | -9/+0 | |
| * | | Migrate collections from insert to emplace. | 2021-04-18 | 3 | -3/+27 | |
| * | | Make the reason parameter to PartUser const. | 2021-04-18 | 1 | -1/+1 | |
| * | | Fix various uses of the _t suffix which is reserved by POSIX. | 2021-04-17 | 3 | -28/+26 | |
| * | | Clean up the ConvTo functions.•••- Add a default parameter to ConvToNum. - Use std::to_string for types that implement it. - Document the functions properly. | 2021-04-15 | 1 | -46/+55 | |
| * | | Add an initializer_list constructor to the flat types. | 2021-04-14 | 2 | -19/+45 | |
