| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v4.0.0 alpha 14. v4.0.0a14 | 2022-09-01 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2022-08-27 | 25 | -27/+30 | |
| |\ | |||||
| | * | Release v3.14.0. v3.14.0 | 2022-08-25 | 2 | -2/+2 | |
| | | | |||||
| | * | Update copyright headers. | 2022-08-25 | 27 | -25/+28 | |
| | | | |||||
| | * | Use std::string in the Serializer constructor. | 2022-08-24 | 2 | -3/+3 | |
| | | | |||||
| | * | Fix the last modified dates of the man pages. | 2022-08-24 | 3 | -3/+3 | |
| | | | | | | | | | | | The Linux man-pages project recommends using YYYY-MM-DD. Some dates had also not been updated since they were added. | ||||
| * | | Replace GetUserCounter() with GetUsers().size(). | 2022-08-24 | 9 | -15/+8 | |
| | | | | | | | | | | | This method is legacy from when there was a manual user counter and isn't much of a length saving over the unsugared version. | ||||
| * | | Kill some unnecessary misspell-fixer ignore entries. | 2022-08-24 | 1 | -2/+0 | |
| | | | |||||
| * | | Add support for logging JSON to stdout and stderr. | 2022-08-24 | 2 | -9/+45 | |
| | | | |||||
| * | | Fix cached log messages not having the correct timestamp. | 2022-08-23 | 5 | -17/+23 | |
| | | | |||||
| * | | Refactor the core event macros. | 2022-08-20 | 2 | -67/+51 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-08-20 | 0 | -0/+0 | |
| |\| | |||||
| | * | Fix some warnings in core_who on newer GCC. | 2022-08-17 | 1 | -3/+4 | |
| | | | |||||
| | * | Backport fix for types removed in C++17 from master. | 2022-08-16 | 2 | -2/+8 | |
| | | | |||||
| * | | Move aptosa/untosa into the sockaddrs union and add from/from_ip. | 2022-08-11 | 16 | -94/+97 | |
| | | | | | | | | | | | | | | | 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. | ||||
| * | | 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. | 2022-08-10 | 1 | -4/+5 | |
| | | | | | | | | | Nothing uses this anymore. | ||||
| | * | 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. | 2022-08-04 | 1 | -5/+5 | |
| | | | | | | | | | | | | | [skip alpine ci] [skip macos ci] [skip ubuntu ci] | ||||
| | * | 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. | 2022-07-22 | 6 | -81/+20 | |
| | | | | | | | | | All of these members are public anyway. | ||||
| * | | 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. | 2022-07-19 | 4 | -8/+20 | |
| | | | | | | | | | This is a partial reversion of commit 57330e973b3eb1f2a84803c84daf9d6b420859fd. | ||||
| | * | Allow forcing binary exit codes at compile time. | 2022-07-19 | 1 | -1/+7 | |
| | | | | | | | | | | | This is useful with some init systems that handle our exit codes strangely. | ||||
| | * | Allow logrotate to rotate logs with just a pid file. | 2022-07-19 | 1 | -1/+4 | |
| | | | | | | | Ref: #1991 | ||||
| | * | Fix the logrotate config rotating already rotated log files. | 2022-07-11 | 1 | -1/+1 | |
| | | | | | | | Ref: #1990. | ||||
| * | | Allow remote servers to specify the context of a message. | 2022-07-01 | 2 | -2/+12 | |
| | | | |||||
