| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Yet more stylistic fixes. | 2022-12-01 | 14 | -53/+153 | |
| * | Extract the logic for tags that need message-tags to its own type. | 2022-11-29 | 2 | -13/+3 | |
| * | Refactor the internals of the oper system.•••- Allow overriding privileges from the <class> blocks in the <type> and <oper> blocks. - Separate oper types from oper accounts in the code. This enables moving some core stuff out of the config tag later. - Merge the config tags together to make a synthetic tag that can have getXXX called on it instead of using getConfig and then converting it. - Move the details of Have*Permission into the oper type class. - Improve oper events to allow modules to easily hook into the oper system. | 2022-11-28 | 5 | -22/+14 | |
| * | Rename session registration to connection to avoid a semantic conflict.•••We previously referred to both session registration and user registration as "registration" which is confusing for users who aren't familiar with how IRC works. | 2022-10-29 | 1 | -4/+4 | |
| * | Use User::IsFullyConnected instead of checking for REG_ALL. | 2022-10-29 | 3 | -8/+8 | |
| * | Allow UserManager::Find{Nick,UUID,} to ignore unregistered users. | 2022-10-29 | 2 | -4/+4 | |
| * | More const correctness. | 2022-10-23 | 1 | -1/+1 | |
| * | Assign more class members inline instead of in the constructor. | 2022-10-21 | 4 | -18/+9 | |
| * | Handle renamed modules when building compat link data. | 2022-10-18 | 1 | -0/+6 | |
| * | Refactor the DNS resolvers in the spanningtree module. | 2022-10-16 | 3 | -45/+32 | |
| * | Rename User::age to User::nickchanged and fix the docs. | 2022-10-11 | 5 | -13/+13 | |
| * | Rename user_hash to UserMap and move to usermanager. | 2022-10-07 | 2 | -3/+3 | |
| * | Replace foo.erase(foo.{size|end}()-1) with foo.pop_back(). | 2022-10-01 | 2 | -2/+2 | |
| * | Replace *foo.rbegin() with foo.end(). | 2022-10-01 | 1 | -1/+1 | |
| * | 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.•••This removes the need to multiply it later. | 2022-09-09 | 1 | -1/+1 | |
| * | | 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.•••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 | 5 | -15/+10 | |
| * | | 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.•••TODO: split fullversion/version into individual fields. | 2022-05-17 | 1 | -2/+2 | |
| * | | 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.•••These are already accessible from the user object. | 2022-05-07 | 2 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2022-05-07 | 2 | -5/+16 | |
| |\| | |||||
| | * | Make linking servers over UNIX sockets less difficult.•••Closes #1730. | 2022-05-07 | 1 | -4/+15 | |
| * | | 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 | |
