| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2023-01-01 | 41 | -51/+41 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 42 | -52/+42 | |
| * | | Use delete_zero in place that it makes sense to. | 2022-12-27 | 1 | -2/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-12-25 | 1 | -4/+4 | |
| |\| | |||||
| * | | Refactor SocketEngine slightly.•••- Remove pointless shutdown() wrapper. - Remove pointless bounds checking function. - Make Bind and Listen take an EventHandler instead of a fd. - Add nullability attributes to every method. | 2022-12-25 | 1 | -1/+1 | |
| * | | Pass the client/server sockaddr around as a ref instead of a ptr. | 2022-12-25 | 1 | -1/+1 | |
| * | | Remove the string_view utility header from the global header. | 2022-12-23 | 1 | -0/+1 | |
| * | | Move extension types to their own header to speed up build times. | 2022-12-19 | 2 | -0/+2 | |
| * | | Use in_port_t instead of int/unsigned int/long. | 2022-12-18 | 1 | -3/+4 | |
| * | | Rework the levels things are logged at to make more sense. | 2022-12-18 | 2 | -4/+4 | |
| * | | Update /MOTD to match /OPERMOTD. | 2022-12-18 | 1 | -2/+2 | |
| * | | Move <oper:autologin> from m_sslinfo to core_oper and rework.•••- Promote autologin to a core concept with visibility in events. - Replace the binary yes/no value with strict/relaxed/never. This intentionally breaks v3 oper block autologin as admins will need to review them for the security implications of the new behaviour. | 2022-12-11 | 1 | -7/+27 | |
| * | | Improve the oper login flow and error messages. | 2022-12-11 | 2 | -24/+32 | |
| * | | Merge branch 'insp3' into master. | 2022-12-10 | 7 | -17/+32 | |
| |\| | |||||
| | * | Tell an oper when the X-line they were trying to match is too wide.•••Also move the snotice for an overwide X-line to snomask 'X' which should have been done when it was added. | 2022-12-10 | 7 | -8/+12 | |
| | * | Allow specifying multiple masks when adding an X-line.•••The only exemptions for this are RLINE (a real name might contains commas) and SVSHOLD (sent by services only). Closes #1972. | 2022-12-10 | 5 | -9/+20 | |
| * | | Move password checking from core_oper into OperAccount. | 2022-12-10 | 1 | -2/+1 | |
| * | | Remove the unused Extensible* parameter to PassCompare/OnPassCompare. | 2022-12-10 | 1 | -1/+1 | |
| * | | Slightly improve the logging in cmd_oper. | 2022-12-10 | 1 | -4/+3 | |
| * | | Move <oper:host> check into OnPreOperLogin. | 2022-12-10 | 2 | -5/+10 | |
| * | | Merge branch 'insp3' into master. | 2022-12-09 | 2 | -9/+23 | |
| |\| | |||||
| | * | Fix reading the MOTD when <connect:motd> is a literal path. | 2022-12-09 | 1 | -5/+14 | |
| | * | Fix sending malformed MOTD and showfile messages to clients. | 2022-12-09 | 2 | -6/+15 | |
| * | | If an oper is away then show it in `/STATS P`.•••Also fix hideoper and the idle timestamp. | 2022-12-06 | 1 | -7/+15 | |
| * | | Avoid copying a shared_ptr where not actually necessary. | 2022-12-01 | 1 | -1/+1 | |
| * | | Yet more stylistic fixes. | 2022-12-01 | 14 | -18/+18 | |
| * | | Add stats tags for `/STATS O` and `/STATS o`. | 2022-11-30 | 1 | -18/+35 | |
| * | | Allow attaching tags with extra info to stats rows.•••Stats responses are incredibly non-standard and no clients render them correctly. This makes using /STATS a massive pain in the ass for users. However, now we have message tags we have a way to fix this. We can send a <trailing> with the message details and for clients (probably bots) that need to parse the response we can include the specific details in message tags enabled by the new inspircd.org/stats-tags capability. The average user will get this: :<server> 210 <nick> <stats-char> :<stats-message> If however they enable the newcapability they will get this instead: @inspircd.org/stats-foo=bar;inspircd.org/stats-baz=bax :<server> 210 <nick> <stats-char> :<stats-message> | 2022-11-30 | 1 | -1/+26 | |
| * | | Fix a typo in core_oper. | 2022-11-29 | 1 | -1/+2 | |
| * | | Move the oper statistics to core_oper and rewrite.•••The numerics we used previously were not being used according to the RFC and every implementation has their own behaviour here which makes it hard for clients to do anything reasonable. Instead of this using the generic stats numeric makes a lot more sense. | 2022-11-29 | 2 | -50/+85 | |
| * | | 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 | 8 | -22/+33 | |
| * | | 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 | 13 | -26/+26 | |
| * | | Use User::IsFullyConnected instead of checking for REG_ALL. | 2022-10-29 | 7 | -7/+7 | |
| * | | Allow UserManager::Find{Nick,UUID,} to ignore unregistered users. | 2022-10-29 | 10 | -30/+28 | |
| * | | Merge branch 'insp3' into master. | 2022-10-18 | 1 | -1/+4 | |
| |\| | |||||
| | * | Document how DNS PTR record lookups work better. | 2022-10-15 | 1 | -1/+4 | |
| * | | Merge branch 'insp3' into master. | 2022-10-13 | 1 | -15/+25 | |
| |\| | |||||
| | * | Fix the default case in GetFirstVisibleChannel and document it. | 2022-10-13 | 1 | -2/+5 | |
| | * | Allow modules to control the visible channel in a WHO request. | 2022-10-12 | 1 | -7/+15 | |
| | * | Add the matched channel to the WHO request data. | 2022-10-12 | 1 | -3/+3 | |
| * | | Rename user_hash to UserMap and move to usermanager. | 2022-10-07 | 1 | -1/+1 | |
| * | | Replace *foo.rbegin() with foo.end(). | 2022-10-01 | 1 | -2/+2 | |
| * | | Use auto instead of type names where the type is obvious. | 2022-09-29 | 18 | -19/+19 | |
| * | | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 4 | -4/+4 | |
| * | | WHOIS and WHOWAS have their own empty trailing logic now. | 2022-09-12 | 2 | -0/+2 | |
| * | | Merge branch 'insp3' into master. | 2022-09-12 | 8 | -9/+19 | |
| |\| | |||||
| | * | Send ERR_NONICKNAMEGIVEN when an empty nick is given in WHOIS/WHOWAS. | 2022-09-12 | 2 | -3/+14 | |
| | * | Fix unnecessarily using c_str in parameters that take a std::string. | 2022-09-04 | 5 | -5/+5 | |
| * | | Make internal penalty be specified in millisecs instead of seconds.•••This removes the need to multiply it later. | 2022-09-09 | 15 | -20/+20 | |
| * | | Default allow_empty_last_param to false. | 2022-09-07 | 14 | -8/+8 | |
