| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2022-02-01 | 2 | -3/+7 | |
| |\ | |||||
| | * | Fix splitting servers multiple times in some cases. | 2022-02-01 | 2 | -1/+5 | |
| | | | |||||
| | * | Fix duplicate messages when a server connection errors. | 2022-02-01 | 1 | -2/+2 | |
| | | | |||||
| * | | The target in OnDecodeMetaData can be nullptr sometimes. | 2022-01-31 | 1 | -1/+1 | |
| | | | |||||
| * | | Move stdalgo::map::difference to its own utility header. | 2022-01-31 | 1 | -2/+3 | |
| | | | |||||
| * | | Slim down the protocol interface for sending metadata. | 2022-01-31 | 4 | -39/+31 | |
| | | | |||||
| * | | Add the type to the Extensible class. | 2022-01-31 | 1 | -3/+2 | |
| | | | |||||
| * | | Rename the ExtensionItem::type field to extype to avoid collisions. | 2022-01-31 | 1 | -3/+3 | |
| | | | |||||
| * | | Fix the case of Membership::GetRank. | 2022-01-31 | 1 | -1/+1 | |
| | | | |||||
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 16 | -73/+73 | |
| | | | |||||
| * | | Add constexpr to the initialisation of various const static fields. | 2022-01-18 | 3 | -6/+4 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-01-15 | 2 | -1/+3 | |
| |\| | |||||
| | * | Fix a spanningtree linker error on FreeBSD armv7. | 2022-01-15 | 2 | -1/+3 | |
| | | | |||||
| * | | Always catch exceptions as a constant reference. | 2022-01-09 | 4 | -5/+5 | |
| | | | |||||
| * | | Refactor CoreException and ModuleException. | 2022-01-07 | 2 | -9/+9 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-01-03 | 3 | -3/+3 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-12-30 | 3 | -3/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-12-27 | 3 | -17/+33 | |
| |\| | |||||
| | * | Fix not looking up IPv4 addresses when a server has an IPv6 address. | 2021-12-25 | 2 | -16/+32 | |
| | | | | | | | | | Closes #1811. | ||||
| | * | Allow unsetting uniqueusername with metadata too. | 2021-12-20 | 1 | -1/+1 | |
| | | | |||||
| * | | Promote ExtensionItem::ExtensibleType to a top level enum class. | 2021-12-23 | 1 | -3/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-12-14 | 3 | -0/+12 | |
| |\| | |||||
| | * | Sync uniqueusername from the connect class to the user. | 2021-12-14 | 3 | -0/+12 | |
| | | | | | | | | | | | This is a massive hack for now but should be made to sync properly in v4 when we have extensibles that don't suck. | ||||
| * | | Consistently use `!foo` instead of `foo == NULL`. | 2021-12-03 | 2 | -2/+2 | |
| | | | |||||
| * | | Squash a long form loop that was merged in from the insp3 branch. | 2021-11-24 | 1 | -5/+1 | |
| | | | |||||
| * | | Remove unused time_t field from the timer system. | 2021-11-05 | 4 | -5/+4 | |
| | | | | | | | | | | | This is equivalent to calling InspIRCd::Now() and is only actually used in one place in modules. | ||||
| * | | Fix a typo in BroadcastModuleState. | 2021-10-05 | 1 | -1/+1 | |
| | | | |||||
| * | | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 14 | -33/+59 | |
| | | | |||||
| * | | Mark all message tag provider classes as final. | 2021-10-01 | 1 | -2/+4 | |
| | | | |||||
| * | | Mark all command classes as final. | 2021-10-01 | 1 | -34/+68 | |
| | | | |||||
| * | | Always use ExtractTS to extract timestamps from S2S messages. | 2021-09-10 | 6 | -14/+10 | |
| | | | |||||
| * | | Add the FRHOST command to allow changing a remote user's real host. | 2021-09-02 | 5 | -3/+33 | |
| | | | | | | | | | Closes #1803. | ||||
| * | | Make the protocol version enum entries slightly less verbose. | 2021-08-28 | 6 | -15/+15 | |
| | | | |||||
| * | | Forward SQUERY to services instead of downgrading it to PRIVMSG. | 2021-08-28 | 3 | -1/+65 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 6 | -6/+7 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-08-27 | 6 | -6/+7 | |
| | | | |||||
| * | | Avoid duplicating User::MakeHostIP. | 2021-08-20 | 1 | -1/+2 | |
| | | | |||||
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -1/+0 | |
| | | | |||||
| * | | Clean up the routing code in the ctables header. | 2021-07-24 | 1 | -14/+14 | |
| | | | |||||
| * | | Purge SpanningTreeUtilities::DoOneToMany. | 2021-07-23 | 2 | -9/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-07-17 | 1 | -0/+1 | |
| |\| | |||||
| | * | Deduplicate all whois numerics to the whois module header. | 2021-07-05 | 1 | -0/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 3 | -4/+4 | |
| |\| | |||||
| | * | Fix various spelling issues (#1883). | 2021-06-21 | 3 | -4/+4 | |
| | | | | | | | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | ||||
| * | | Merge branch 'insp3' into master. | 2021-06-13 | 1 | -2/+1 | |
| |\| | |||||
| | * | Code refactor and minor fix (#1879) | 2021-06-12 | 2 | -9/+9 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-06-07 | 4 | -0/+27 | |
| |\| | |||||
| | * | Broadcast the limits for list modes on server link. | 2021-06-04 | 4 | -0/+27 | |
| | | | | | | | | | This allows services to not overflow the limit. | ||||
| * | | Merge branch 'insp3' into master. | 2021-06-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Look up the SSL I/O hook properly in spanningtree. | 2021-06-01 | 1 | -1/+1 | |
| | | | | | | | | | Fixes a regression introduced in commit 83bb6951fe. | ||||
