| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp4' into master. | 2026-03-31 | 2 | -2/+2 | |
| |\ | |||||
| | * | Update copyright headers. | 2026-03-31 | 2 | -2/+2 | |
| * | | Fix various minor Doxygen issues. | 2026-03-29 | 1 | -0/+1 | |
| * | | Move service types to their own namespace.•••- ServiceProvider is now Service::Provider - DataProvider is now Service::SimpleProvider (the old name does not really make sense now we don't have SERVICE_DATA and the only difference is automatic registration. - Some members of ModuleManager have been elevated to the Service namespace in case other code wants to use them. | 2026-03-29 | 17 | -46/+48 | |
| * | | Avoid the direct use of intptr_t wherever possible.•••This may cause problems on systems like CheriBSD where the pointer type stores extra data. | 2026-03-29 | 2 | -6/+8 | |
| * | | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 29 | -87/+87 | |
| * | | Switch the extensible system to using shared pointers. | 2026-03-27 | 3 | -10/+10 | |
| * | | Move CUList to be declared inside User. | 2026-03-26 | 1 | -1/+1 | |
| * | | Switch typedefs to using statements. | 2026-03-26 | 10 | -18/+18 | |
| * | | Use server tracking from the services module in the sasl module. | 2026-03-25 | 1 | -0/+3 | |
| * | | Move some remaining channel settings to <channels>. | 2026-03-19 | 1 | -1/+1 | |
| * | | Rewrite sepstream and move to stringutils. | 2026-03-14 | 1 | -1/+3 | |
| * | | Clean up the casemapping checking and comparison code. | 2026-03-13 | 5 | -5/+5 | |
| * | | Rework sending server protocol messages.•••- Replace CmdBuilder with MessageBuilder. This has a less footgun API. All message building has to go through this now so we can implement other message formats in the future. - Replace the message parsing in WriteLine with an analogue to PreProcessOldProtocolMessage. This should be much faster. - Move parameter translation from the core to spanningtree. - Change EncodeParameter to return the value instead of updating in place. - Replace the OnBuild*Message events with one OnServerMessage that can now access all parts of the message and change them. | 2026-03-12 | 1 | -10/+3 | |
| * | | Mark all acting extbans as MATCH_REQUIRE_CHANNEL.•••This removes the need for special behaviour in the silence module. | 2026-03-09 | 1 | -1/+1 | |
| * | | Make the ban checking functions able to check any list mode. | 2026-03-08 | 1 | -8/+10 | |
| * | | Fix various minor Doxygen issues. | 2026-03-08 | 4 | -7/+8 | |
| * | | Merge branch 'insp4' into master. | 2026-03-08 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix some minor doxygen warnings. | 2026-03-08 | 1 | -1/+1 | |
| * | | Replace IS_* with member functions.•••- All user types get an Is* function. - Only local users are cast using the old function so only local users get an As* function. | 2026-03-08 | 1 | -1/+1 | |
| * | | Add support for per-operator isupport. | 2026-03-06 | 1 | -0/+1 | |
| * | | Merge branch 'insp4' into master. | 2026-03-06 | 1 | -3/+2 | |
| |\| | |||||
| | * | Remove the inverted parameter from the extban validation method. | 2026-03-06 | 1 | -3/+2 | |
| * | | Merge branch 'insp4' into master. | 2026-03-06 | 1 | -0/+37 | |
| |\| | |||||
| | * | Add a validation hook for extbans. | 2026-03-04 | 1 | -0/+37 | |
| * | | Allow writing a Reply object to a user. | 2026-03-06 | 1 | -7/+13 | |
| * | | Get rid of the ModuleRef typedef.•••Eventually this will be moved to shared_ptr but for now the typedef is just hiding the constness of the reference. | 2026-03-04 | 2 | -2/+2 | |
| * | | Rename ServiceProvider::creator to service_creator and add GetSource. | 2026-03-02 | 2 | -3/+3 | |
| * | | Massive rework of how internal service providers work.•••- ServiceType is dead. All modules use RegisterService now. - Modules can implement UnregisterService which is called from DelService now. - Split the service type prefix into its own field. - Renamed Service::name to Service::service_name. This revealed a few bugs. | 2026-03-02 | 7 | -36/+33 | |
| * | | Move the event/ prefix of events to the parent class. | 2026-03-02 | 15 | -25/+25 | |
| * | | Rename ServiceProvider methods to avoid shadowing issues. | 2026-03-02 | 6 | -7/+7 | |
| * | | Move standard replies to the core and add remote reply support. | 2026-03-01 | 2 | -171/+35 | |
| * | | Merge branch 'insp4' into master. | 2026-02-26 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix mistakenly getting monitor notifications for partially connected users. | 2026-02-23 | 1 | -1/+1 | |
| * | | Allow the use of extended bans in more scenarios. | 2026-01-05 | 1 | -17/+53 | |
| * | | Merge branch 'insp4' into master. | 2025-12-07 | 2 | -4/+3 | |
| |\| | |||||
| | * | Update copyright headers. | 2025-12-03 | 2 | -4/+3 | |
| * | | Start splitting the user I/O interface from the network socket. | 2025-10-26 | 1 | -0/+3 | |
| * | | Merge branch 'insp4' into master. | 2025-10-26 | 1 | -38/+2 | |
| |\| | |||||
| | * | Fix a typo in a previous commit's deprecation message. | 2025-10-26 | 1 | -1/+1 | |
| | * | Fix allowing expired client certificates in some cases.•••This fixes a regression from v3. | 2025-10-26 | 1 | -3/+3 | |
| | * | Deprecate the contents of the SSLClientCert namespace.•••This is full of footguns and isn't really needed. | 2025-10-26 | 1 | -4/+11 | |
| * | | Merge branch 'insp4' | 2025-08-15 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2025-08-02 | 1 | -1/+1 | |
| * | | Merge branch 'insp4' into master. | 2025-05-18 | 1 | -1/+2 | |
| |\| | |||||
| | * | Get the default DNS timeout from the manager instead of the config. | 2025-05-14 | 1 | -1/+2 | |
| * | | Add <security:banrealmask>. | 2025-04-16 | 1 | -8/+12 | |
| * | | Refuse to hash passwords using insecure algorithms in MKPASSWD. | 2025-04-13 | 1 | -0/+3 | |
| * | | Fix hash documentation. | 2025-04-13 | 1 | -3/+3 | |
| * | | Rename newhash to hash now its the only option. | 2025-04-06 | 1 | -0/+0 | |
