| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use auto instead of type names where the type is obvious. | 2022-09-29 | 15 | -23/+23 | |
| | | |||||
| * | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 14 | -50/+50 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2022-09-19 | 1 | -0/+1 | |
| |\ | |||||
| | * | Fix forwarding tags when sending a numeric to a remote user. | 2022-09-19 | 1 | -0/+1 | |
| | | | |||||
| * | | Make internal penalty be specified in millisecs instead of seconds. | 2022-09-09 | 1 | -1/+1 | |
| | | | | | | | | | This removes the need to multiply it later. | ||||
| * | | Default allow_empty_last_param to false. | 2022-09-07 | 1 | -1/+0 | |
| | | | |||||
| * | | Fix more warnings discovered with -Weverything. | 2022-09-05 | 1 | -1/+0 | |
| | | | |||||
| * | | Use auto in places where it is really obvious what the type is. | 2022-09-04 | 4 | -8/+8 | |
| | | | |||||
| * | | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 13 | -29/+30 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-08-27 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-08-25 | 1 | -1/+1 | |
| | | | |||||
| * | | Move aptosa/untosa into the sockaddrs union and add from/from_ip. | 2022-08-11 | 5 | -15/+10 | |
| | | | | | | | | | | | | | | | 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. | ||||
| * | | Rename SetClientIP to ChangeRemoteAddress. | 2022-08-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-08-10 | 1 | -4/+10 | |
| |\| | |||||
| | * | 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 | 1 | -2/+1 | |
| | | | |||||
| * | | Modernize various minor legacy C++isms. | 2022-07-30 | 1 | -3/+2 | |
| | | | |||||
| * | | Switch from NULL to nullptr. | 2022-07-22 | 18 | -38/+38 | |
| | | | |||||
| * | | Make dynamic a non-default header. | 2022-06-26 | 1 | -0/+1 | |
| | | | |||||
| * | | Make clientprotocol{msg,event} and numericbuilder non-default headers. | 2022-06-26 | 1 | -6/+7 | |
| | | | |||||
| * | | Move numeric helper classes to their own header. | 2022-06-26 | 1 | -0/+1 | |
| | | | |||||
| * | | Modernize the syntax of various templates. | 2022-06-23 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-05-25 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix some compiler warnings on i386. | 2022-05-25 | 1 | -1/+1 | |
| | | | |||||
| * | | Deprecate the (raw)version SINFO keys and split out customversion/rawbranch. | 2022-05-17 | 6 | -68/+75 | |
| | | | |||||
| * | | Get rid of GetVersionString. | 2022-05-17 | 1 | -2/+2 | |
| | | | | | | | | | TODO: split fullversion/version into individual fields. | ||||
| * | | Add a typedef for a mode rank. | 2022-05-17 | 3 | -3/+3 | |
| | | | |||||
| * | | Store a set of list mode pointers in Membership instead of characters. | 2022-05-17 | 2 | -2/+3 | |
| | | | |||||
| * | | Require specifying the repeat argument of the Timer class. | 2022-05-17 | 1 | -1/+1 | |
| | | | |||||
| * | | Remove unnecessary arguments to On(Post)Oper. | 2022-05-07 | 2 | -2/+2 | |
| | | | | | | | | | These are already accessible from the user object. | ||||
| * | | Merge branch 'insp3' into master. | 2022-05-07 | 2 | -5/+16 | |
| |\| | |||||
| | * | Make linking servers over UNIX sockets less difficult. | 2022-05-07 | 1 | -4/+15 | |
| | | | | | | | | | Closes #1730. | ||||
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 13 | -30/+30 | |
| | | | |||||
| * | | Format enums with an underlying type like classes. | 2022-04-30 | 1 | -1/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 7 | -8/+8 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-04-28 | 7 | -8/+8 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-04-16 | 1 | -1/+1 | |
| |\| | |||||
| | * | Use ERR_UNAVAILRESOURCE for things that should be retried later. | 2022-04-12 | 1 | -1/+1 | |
| | | | | | | | | | Also move it to the global numerics header to avoid duplication. | ||||
| * | | Add a class that wraps a dynamic reference to the extban manager. | 2022-04-16 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-04-05 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fix the grammar of various xline messages. | 2022-04-05 | 1 | -2/+2 | |
| | | | |||||
| * | | Fix unsigned/const keyword ordering, remove unnecessary consts. | 2022-03-27 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-03-27 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix real name formatting bleeding into IRC messages. | 2022-03-21 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-02-01 | 2 | -3/+7 | |
| |\| | |||||
| | * | Fix splitting servers multiple times in some cases. | 2022-02-01 | 2 | -1/+5 | |
| | | | |||||
| | * | Fix duplicate messages when a server connection errors. | 2022-02-01 | 1 | -2/+2 | |
| | | | |||||
| * | | The target in OnDecodeMetaData can be nullptr sometimes. | 2022-01-31 | 1 | -1/+1 | |
| | | | |||||
| * | | Move stdalgo::map::difference to its own utility header. | 2022-01-31 | 1 | -2/+3 | |
| | | | |||||
| * | | Slim down the protocol interface for sending metadata. | 2022-01-31 | 4 | -39/+31 | |
| | | | |||||
