| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2025-02-28 | 1 | -1/+1 | |
| * | Convert debug logging from string concatenation to format strings.•••When running in normal mode this will prevent a bunch of expensive string concatenation. | 2025-01-23 | 1 | -2/+2 | |
| * | Update copyright headers. | 2024-09-07 | 1 | -1/+1 | |
| * | Normalise the case of MOD_RESULT variables. | 2024-08-31 | 1 | -6/+6 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -4/+3 | |
| * | Rename <options:hostintopic> to <options:maskintopic>.•••This option stores the user *mask* not the user host so the old name is incorrect. | 2023-09-21 | 1 | -1/+1 | |
| * | Make PartUser inline and add an overload that takes an iterator.•••The return value of PartUser is not used 99% of the time so this allows the compiler to optimise it out. | 2023-07-06 | 1 | -12/+3 | |
| * | Retain the "real" username properly like we do for hostnames.•••This introduces the concept of a real username. This value comes from either the initial USER message or from an ident lookup. Doing this allows us to use it for bans through vidents and cloaking web client users using their remote username. While changing this I also changed all of the uses of "ident" other than RFC 1413 lookups and some compatibility cases to refer to usernames as user(name) instead of ident. Our use of ident in these places was incorrect as that only refers to the RFC 1413 response and is not commonly used in the way we used it by any other IRC server implementations. | 2023-06-29 | 1 | -9/+10 | |
| * | Make JoinUser return a Membership instead of a Channel. | 2023-06-22 | 1 | -3/+2 | |
| * | Refactor the caching methods in User and rename to make more sense. | 2023-01-24 | 1 | -2/+2 | |
| * | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -2/+2 | |
| * | Convert various enums to strongly typed scoped enums. | 2023-01-22 | 1 | -3/+3 | |
| * | Move enforcing channel join limits to core_channel. | 2023-01-16 | 1 | -25/+0 | |
| * | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -6/+6 | |
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+1 | |
| * | | Rework the levels things are logged at to make more sense. | 2022-12-18 | 1 | -1/+1 | |
| * | | More const correctness work. | 2022-12-08 | 1 | -7/+7 | |
| * | | Refactor the internals of the oper system.•••- Allow overriding privileges from the <class> blocks in the <type> and <oper> blocks. - Separate oper types from oper accounts in the code. This enables moving some core stuff out of the config tag later. - Merge the config tags together to make a synthetic tag that can have getXXX called on it instead of using getConfig and then converting it. - Move the details of Have*Permission into the oper type class. - Improve oper events to allow modules to easily hook into the oper system. | 2022-11-28 | 1 | -5/+2 | |
| * | | Rename session registration to connection to avoid a semantic conflict.•••We previously referred to both session registration and user registration as "registration" which is confusing for users who aren't familiar with how IRC works. | 2022-10-29 | 1 | -1/+1 | |
| * | | Use User::IsFullyConnected instead of checking for REG_ALL. | 2022-10-29 | 1 | -1/+1 | |
| * | | More const correctness. | 2022-10-23 | 1 | -1/+1 | |
| * | | Use auto instead of type names where the type is obvious. | 2022-09-29 | 1 | -1/+1 | |
| * | | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -1/+1 | |
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -13/+13 | |
| * | | Make clientprotocol{msg,event} and numericbuilder non-default headers. | 2022-06-26 | 1 | -0/+1 | |
| * | | Move numerics to the source files where they are actually used. | 2022-06-26 | 1 | -0/+6 | |
| * | | Preallocate the buffer in Membership::GetAllPrefix{Chars,Modes}. | 2022-05-17 | 1 | -2/+2 | |
| * | | Add a typedef for a mode rank. | 2022-05-17 | 1 | -3/+3 | |
| * | | Store a set of list mode pointers in Membership instead of characters. | 2022-05-17 | 1 | -29/+16 | |
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -3/+3 | |
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-04-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix server status messages unintentionally being sent to all users.•••This fixes normal users seeing timedbans notices. Thanks to @AndrioCelos for pointing this out. | 2022-04-02 | 1 | -1/+1 | |
| | * | Fix the opermaxchans check, properly this time. | 2022-01-16 | 1 | -1/+1 | |
| | * | Fix using the oper channel limit even if it is lower than the general limit. | 2022-01-15 | 1 | -1/+1 | |
| * | | Add the type to the Extensible class. | 2022-01-31 | 1 | -1/+2 | |
| * | | Fix the case of Membership::GetRank. | 2022-01-31 | 1 | -3/+3 | |
| * | | Fix a bunch of weird uses of .c_str(). | 2022-01-30 | 1 | -12/+9 | |
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -1/+0 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -2/+2 | |
| * | | Fire OnUserPreJoin regardless of whether the join is an override. | 2021-05-23 | 1 | -19/+13 | |
| * | | Switch Channel::ChanModes to use the channel mode map. | 2021-05-08 | 1 | -5/+3 | |
| * | | Move channel logic from InspIRCd to the new ChannelManager class. | 2021-05-08 | 1 | -5/+5 | |
| * | | Migrate collections from insert to emplace. | 2021-04-18 | 1 | -2/+2 | |
| * | | Make the reason parameter to PartUser const. | 2021-04-18 | 1 | -3/+4 | |
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -13/+14 | |
| * | | Convert various mode methods to take Mode::Change.•••- AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode | 2021-03-30 | 1 | -4/+5 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+1 | |
| |\| | |||||
