| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Remove an obsolete function. | 2026-03-14 | 1 | -4/+0 | ||
| * | | Convert some more stuff over to string_view. | 2026-03-14 | 2 | -4/+4 | ||
| * | | Fix a crash caused by weirdly casting a pointer to an I/O handler. | 2026-03-14 | 1 | -0/+13 | ||
| * | | Rewrite portparser and move to stringutils. | 2026-03-14 | 4 | -92/+80 | ||
| * | | Rewrite sepstream and move to stringutils. | 2026-03-14 | 4 | -86/+70 | ||
| * | | Convert some methods to use string_view. | 2026-03-14 | 3 | -15/+15 | ||
| * | | Rewrite tokenstream and move to stringutils. | 2026-03-14 | 2 | -41/+75 | ||
| * | | Clean up the casemapping checking and comparison code. | 2026-03-13 | 18 | -105/+146 | ||
| * | | Move <options:defaultmodes> to <channels> and rework.•••- The default prefix modes are now separate from the default channel modes. This should result in less accidentally broken configs. - The privs are now pre-parsed to a list of mode references. This should improve performance slightly as the repeated mode lookups are gone. It also allows us to write warnings to the debug log when the default privs are invalid. - Channels can now have a default topic. | 2026-03-12 | 5 | -6/+6 | ||
| * | | 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 | 2 | -30/+5 | ||
| * | | 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 | ||
| * | | Merge branch 'insp4' into master. | 2026-03-09 | 1 | -1/+7 | ||
| |\| | ||||||
| | * | Add the VF_DEPRECATED flag and warn on load about deprecation. | 2026-03-09 | 1 | -1/+7 | ||
| * | | Make the ban checking functions able to check any list mode. | 2026-03-08 | 4 | -36/+48 | ||
| * | | Fix various minor Doxygen issues. | 2026-03-08 | 10 | -16/+21 | ||
| * | | Merge branch 'insp4' into master. | 2026-03-08 | 3 | -3/+2 | ||
| |\| | ||||||
| | * | Fix some minor doxygen warnings. | 2026-03-08 | 3 | -3/+2 | ||
| * | | 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 | 3 | -21/+20 | ||
| * | | Remove the unused remote user finding methods. | 2026-03-07 | 1 | -34/+0 | ||
| * | | Add support for per-operator isupport. | 2026-03-06 | 1 | -0/+1 | ||
| * | | Add the old connect class to OnPostChangeConnectClass. | 2026-03-06 | 1 | -1/+2 | ||
| * | | Convert TranslateType to an enum class. | 2026-03-06 | 1 | -13/+15 | ||
| * | | 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 | ||
| |\| | ||||||
| | * | Deduplicate command usability checks into Command::IsUsableBy. | 2026-03-06 | 1 | -0/+5 | ||
| | * | 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 | ||
| * | | Switch Reply::Type to be an enum instead of an enum class.•••This is shorter and its fully disambiguated anyway. | 2026-03-05 | 1 | -5/+6 | ||
| * | | Deduplicate command usability checks into Command::IsUsableBy. | 2026-03-05 | 1 | -0/+5 | ||
| * | | Only reset the specific type of reference when adding services. | 2026-03-04 | 1 | -1/+1 | ||
| * | | Clean up ModuleManager somewhat. | 2026-03-04 | 1 | -12/+16 | ||
| * | | 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 | 5 | -7/+5 | ||
| * | | Add support for strict references and switch some stuff to use them. | 2026-03-03 | 2 | -8/+9 | ||
| * | | Switch parameter count fields to use size_t. | 2026-03-02 | 1 | -8/+8 | ||
| * | | Abolish FMT_PTR, this does the same for both formatters. | 2026-03-02 | 1 | -2/+0 | ||
| * | | Rename ServiceProvider::creator to service_creator and add GetSource. | 2026-03-02 | 3 | -5/+8 | ||
| * | | 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 | 15 | -89/+104 | ||
| * | | Add irc::less and convert irc::insensitive_swo to use it. | 2026-03-02 | 1 | -1/+13 | ||
| * | | Move the event/ prefix of events to the parent class. | 2026-03-02 | 17 | -31/+31 | ||
| * | | Rename ServiceProvider methods to avoid shadowing issues. | 2026-03-02 | 11 | -19/+22 | ||
| * | | Move standard replies to the core and add remote reply support. | 2026-03-01 | 7 | -171/+222 | ||
| * | | Merge branch 'insp4' into master. | 2026-02-28 | 1 | -0/+3 | ||
| |\| | ||||||
| | * | Fix RPL_ENDOFNAMES for real this time. | 2026-02-28 | 1 | -0/+3 | ||
| * | | Implement support for per-command maximum targets.•••Closes #2157. | 2026-02-27 | 2 | -4/+17 | ||
| * | | Move ERR_USERONCHANNEL to the global numeric header. | 2026-02-26 | 1 | -0/+1 | ||
| * | | 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 | ||
| * | | Add a numeric helper for ERR_NOPRIVILEGES. | 2026-02-26 | 2 | -1/+25 | ||
| * | | Unify command_parse and ctables. | 2026-02-15 | 4 | -151/+124 | ||
