| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Move aptosa/untosa into the sockaddrs union and add from/from_ip.•••The struct will also now always be zero-initialized by default which removes the footgun which has happened previously where the union has been accessed before being initialized leading to it containing weird values. | 2022-08-11 | 16 | -94/+97 | ||
| * | | Clean up the sockaddrs documentation comments. | 2022-08-10 | 1 | -7/+15 | ||
| * | | Rename OnSetUserIP to OnChangeRemoteAddress. | 2022-08-10 | 11 | -17/+17 | ||
| * | | Rename SetClientIP to ChangeRemoteAddress. | 2022-08-10 | 5 | -14/+14 | ||
| * | | Merge branch 'insp3' into master. | 2022-08-10 | 3 | -29/+12 | ||
| |\| | ||||||
| | * | Deprecate the string variant of SetClientIP.•••Nothing uses this anymore. | 2022-08-10 | 1 | -4/+5 | ||
| | * | Fix remote users with UNIX socket paths as their sockaddr. | 2022-08-10 | 1 | -2/+9 | ||
| | * | Fix some harmless debug messages when initializing remote users. | 2022-08-10 | 2 | -4/+3 | ||
| * | | Merge branch 'insp3' into master. | 2022-08-04 | 4 | -13/+34 | ||
| |\| | ||||||
| | * | Update the Windows dependencies.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-08-04 | 1 | -5/+5 | ||
| | * | Fix a pedantic C++98 warning in the websocket module. | 2022-08-04 | 1 | -1/+1 | ||
| | * | Expose WebSocket error messages to clients. | 2022-08-04 | 1 | -6/+27 | ||
| | * | WebSockets are a HTTP feature not a HTML5 feature. | 2022-08-04 | 2 | -2/+2 | ||
| * | | Release v4.0.0 alpha 13. v4.0.0a13 | 2022-08-01 | 1 | -1/+1 | ||
| * | | Fix the namesx module allocating memory before its needed. | 2022-07-31 | 1 | -3/+2 | ||
| * | | Modernize various minor legacy C++isms. | 2022-07-30 | 39 | -133/+106 | ||
| * | | Add support for clearing the target of a dynamic_reference. | 2022-07-30 | 3 | -1/+8 | ||
| * | | Fix insp::intrusive_list on libc++. | 2022-07-26 | 1 | -3/+3 | ||
| * | | Remove some unnecessary getters in ConnectClass.•••All of these members are public anyway. | 2022-07-22 | 6 | -81/+20 | ||
| * | | Remove use of the deprecated std::iterator type. | 2022-07-22 | 1 | -2/+8 | ||
| * | | Switch from NULL to nullptr. | 2022-07-22 | 124 | -362/+362 | ||
| * | | Update author list. | 2022-07-22 | 1 | -2/+1 | ||
| * | | Fix mkauthors mishandling coauthor tags with periods at the end. | 2022-07-22 | 1 | -0/+1 | ||
| * | | Merge branch 'insp3' into master. | 2022-07-22 | 2 | -7/+7 | ||
| |\| | ||||||
| | * | Update author list. | 2022-07-20 | 1 | -5/+5 | ||
| | * | Also list coauthors in the author file. | 2022-07-20 | 1 | -2/+1 | ||
| * | | Improve the performance of AddCommand slightly. | 2022-07-22 | 1 | -8/+2 | ||
| * | | Kill a now unused field in the showwhois module. | 2022-07-22 | 1 | -1/+0 | ||
| * | | Update the Alpine container to the latest release. | 2022-07-22 | 1 | -1/+1 | ||
| * | | Replace <showwhois:showfromopers> with an operator privilege. | 2022-07-21 | 3 | -10/+5 | ||
| * | | Merge branch 'insp3' into master. | 2022-07-19 | 5 | -11/+32 | ||
| |\| | ||||||
| | * | Also use binary exit codes in places that terminate abruptly.•••This is a partial reversion of commit 57330e973b3eb1f2a84803c84daf9d6b420859fd. | 2022-07-19 | 4 | -8/+20 | ||
| | * | Allow forcing binary exit codes at compile time.•••This is useful with some init systems that handle our exit codes strangely. | 2022-07-19 | 1 | -1/+7 | ||
| | * | Allow logrotate to rotate logs with just a pid file.•••Ref: #1991 | 2022-07-19 | 1 | -1/+4 | ||
| | * | Fix the logrotate config rotating already rotated log files.•••Ref: #1990. | 2022-07-11 | 1 | -1/+1 | ||
| * | | Allow remote servers to specify the context of a message. | 2022-07-01 | 2 | -2/+12 | ||
| * | | Release v4.0.0 alpha 12. v4.0.0a12 | 2022-07-01 | 1 | -1/+1 | ||
| * | | Add version constraints to the default module enabling code. | 2022-06-30 | 1 | -2/+2 | ||
| * | | Drop support for ancient unsupported versions of OpenSSL. | 2022-06-30 | 1 | -19/+3 | ||
| * | | Drop support for ancient unsupported versions of GnuTLS. | 2022-06-30 | 1 | -61/+3 | ||
| * | | Add methods for extracting specific regex captures. | 2022-06-28 | 1 | -0/+19 | ||
| * | | Move the userip module to contrib.•••This module only exists for UnrealIRCd compatibility and provides the same functionality as the check module but less useful. | 2022-06-28 | 3 | -119/+1 | ||
| * | | Move config xline reading and rehashing to core_xline. | 2022-06-26 | 2 | -32/+39 | ||
| * | | Make dynamic a non-default header. | 2022-06-26 | 7 | -6/+9 | ||
| * | | Fix various bugs relating to platform-native module extensions. | 2022-06-26 | 4 | -7/+6 | ||
| * | | Make clientprotocol{msg,event} and numericbuilder non-default headers. | 2022-06-26 | 34 | -14/+52 | ||
| * | | Move numeric helper classes to their own header. | 2022-06-26 | 51 | -151/+232 | ||
| * | | Move numerics to the source files where they are actually used. | 2022-06-26 | 31 | -188/+247 | ||
| * | | Merge branch 'insp3' into master. | 2022-06-25 | 2 | -33/+26 | ||
| |\| | ||||||
| | * | Fix more inconsistencies with USERIP.•••- Use a dummy value instead of erroring if the viewer does not have the privs to see the IP address (fixes UnrealIRCd compat). - Respect the hideoper mode when building the USERIP response. | 2022-06-23 | 1 | -22/+20 | ||
