| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Yet more stylistic fixes. | 2022-12-01 | 1 | -3/+3 | |
| | | |||||
| * | Refactor the internals of the oper system. | 2022-11-28 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | - 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. | ||||
| * | Use User::IsFullyConnected instead of checking for REG_ALL. | 2022-10-29 | 1 | -6/+6 | |
| | | |||||
| * | Refactor the DNS resolvers in the spanningtree module. | 2022-10-16 | 1 | -1/+1 | |
| | | |||||
| * | Rename User::age to User::nickchanged and fix the docs. | 2022-10-11 | 1 | -2/+2 | |
| | | |||||
| * | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -9/+9 | |
| | | |||||
| * | Use auto in places where it is really obvious what the type is. | 2022-09-04 | 1 | -3/+3 | |
| | | |||||
| * | Move aptosa/untosa into the sockaddrs union and add from/from_ip. | 2022-08-11 | 1 | -3/+3 | |
| | | | | | | | | 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. | ||||
| * | Switch from NULL to nullptr. | 2022-07-22 | 1 | -2/+2 | |
| | | |||||
| * | Make clientprotocol{msg,event} and numericbuilder non-default headers. | 2022-06-26 | 1 | -6/+7 | |
| | | |||||
| * | 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 | 1 | -9/+12 | |
| | | | |||||
| * | | Add a typedef for a mode rank. | 2022-05-17 | 1 | -1/+1 | |
| | | | |||||
| * | | Store a set of list mode pointers in Membership instead of characters. | 2022-05-17 | 1 | -1/+1 | |
| | | | |||||
| * | | Remove unnecessary arguments to On(Post)Oper. | 2022-05-07 | 1 | -1/+1 | |
| | | | | | | | | | These are already accessible from the user object. | ||||
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| | | | |||||
| * | | 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. | ||||
| * | | The target in OnDecodeMetaData can be nullptr sometimes. | 2022-01-31 | 1 | -1/+1 | |
| | | | |||||
| * | | Add the type to the Extensible class. | 2022-01-31 | 1 | -3/+2 | |
| | | | |||||
| * | | Always catch exceptions as a constant reference. | 2022-01-09 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-12-27 | 1 | -1/+1 | |
| |\| | |||||
| | * | Allow unsetting uniqueusername with metadata too. | 2021-12-20 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-12-14 | 1 | -0/+8 | |
| |\| | |||||
| | * | Sync uniqueusername from the connect class to the user. | 2021-12-14 | 1 | -0/+8 | |
| | | | | | | | | | | | This is a massive hack for now but should be made to sync properly in v4 when we have extensibles that don't suck. | ||||
| * | | Fix a typo in BroadcastModuleState. | 2021-10-05 | 1 | -1/+1 | |
| | | | |||||
| * | | Add the FRHOST command to allow changing a remote user's real host. | 2021-09-02 | 1 | -1/+10 | |
| | | | | | | | | | Closes #1803. | ||||
| * | | Make the protocol version enum entries slightly less verbose. | 2021-08-28 | 1 | -3/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -1/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -1/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-06-13 | 1 | -2/+1 | |
| |\| | |||||
| | * | Code refactor and minor fix (#1879) | 2021-06-12 | 1 | -2/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-06-07 | 1 | -0/+1 | |
| |\| | |||||
| | * | Broadcast the limits for list modes on server link. | 2021-06-04 | 1 | -0/+1 | |
| | | | | | | | | | This allows services to not overflow the limit. | ||||
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 1 | -1/+1 | |
| | | | |||||
| * | | Use the contents of the link data map when using the 1206 protocol. | 2021-05-10 | 1 | -10/+35 | |
| | | | | | | | | | | | | | | | Still to do: - Extract URL encoding to inspstring. - Use CompareLinkData when using the 1206 protocol. - Show friendlier messages when a link compatibility is encountered. | ||||
| * | | Add a new map-based method for building link data. | 2021-05-10 | 1 | -11/+8 | |
| | | | | | | | | | | | The new link data is not currently used but will be in the near future. | ||||
| * | | Remove some useless getter methods and make the members public. | 2021-04-14 | 1 | -1/+1 | |
| | | | | | | | | | | | This isn't part of a public API so we don't need to care about exposing implementation details. | ||||
| * | | Refer to encryption as TLS instead of SSL in all messages. | 2021-04-08 | 1 | -1/+1 | |
| | | | |||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -22/+12 | |
| | | | |||||
| * | | Fix the setter and set time of list modes being lost on netburst. | 2021-03-30 | 1 | -7/+30 | |
| | | | | | | | | | Closes #1812. | ||||
| * | | Add the ~ server tag prefix. | 2021-03-30 | 1 | -0/+1 | |
| | | | | | | | | | This is used for sending arbitrarily tagged messages between servers. | ||||
| * | | Refactor classbase/CullResult into Cullable/Cullable::Result. | 2021-03-02 | 1 | -3/+3 | |
| | | | |||||
| * | | Replace all internal references to uline with services. | 2021-01-30 | 1 | -5/+5 | |
| | | | |||||
| * | | Rename <security:hideulines> to <security:hideservices>. | 2021-01-30 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-12-21 | 1 | -1/+1 | |
| |\| | |||||
