| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | -2/+0 | |
| | | |||||
| * | Move aptosa/untosa into the sockaddrs union and add from/from_ip. | 2022-08-11 | 1 | -4/+4 | |
| | | | | | | | | 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 | -2/+2 | |
| | | |||||
| * | Switch from NULL to nullptr. | 2022-07-22 | 1 | -2/+2 | |
| | | |||||
| * | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -5/+5 | |
| | | |||||
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -9/+9 | |
| | | |||||
| * | Add constructors to the TokenList class. | 2022-01-18 | 1 | -1/+1 | |
| | | |||||
| * | Add ConnectClass::Ptr as an alias for std::shared_ptr<ConnectClass>. | 2022-01-16 | 1 | -1/+1 | |
| | | |||||
| * | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -3/+3 | |
| | | |||||
| * | Promote ExtensionItem::ExtensibleType to a top level enum class. | 2021-12-23 | 1 | -3/+3 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2021-11-10 | 1 | -8/+24 | |
| | | |||||
| * | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -4/+4 | |
| | | |||||
| * | Mark all command classes as final. | 2021-10-01 | 1 | -2/+4 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2021-07-17 | 1 | -6/+0 | |
| | | |||||
| * | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -1/+5 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2021-04-17 | 1 | -2/+7 | |
| | | |||||
| * | Fix a compiler error in the gateway module. | 2021-04-12 | 1 | -2/+2 | |
| | | |||||
| * | Rename the cgiirc module to gateway. | 2021-04-11 | 1 | -0/+534 | |
