aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_gateway.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make internal penalty be specified in millisecs instead of seconds.Gravatar Sadie Powell2022-09-091-1/+1
| | | | This removes the need to multiply it later.
* Default allow_empty_last_param to false.Gravatar Sadie Powell2022-09-071-2/+0
|
* Move aptosa/untosa into the sockaddrs union and add from/from_ip.Gravatar Sadie Powell2022-08-111-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.Gravatar Sadie Powell2022-08-101-2/+2
|
* Switch from NULL to nullptr.Gravatar Sadie Powell2022-07-221-2/+2
|
* Rewrite logging calls to use the new APIs.Gravatar Sadie Powell2022-05-011-5/+5
|
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-9/+9
|
* Add constructors to the TokenList class.Gravatar Sadie Powell2022-01-181-1/+1
|
* Add ConnectClass::Ptr as an alias for std::shared_ptr<ConnectClass>.Gravatar Sadie Powell2022-01-161-1/+1
|
* Refactor CoreException and ModuleException.Gravatar Sadie Powell2022-01-071-3/+3
|
* Promote ExtensionItem::ExtensibleType to a top level enum class.Gravatar Sadie Powell2021-12-231-3/+3
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-11-101-8/+24
|
* Apply the final keyword to all module classes where appropriate.Gravatar Sadie Powell2021-10-041-4/+4
|
* Mark all command classes as final.Gravatar Sadie Powell2021-10-011-2/+4
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-171-6/+0
|
* Added -Wshorten-64-to-32 and fixed all warnings.Gravatar Dominic Hamon2021-05-301-1/+5
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-04-171-2/+7
|
* Fix a compiler error in the gateway module.Gravatar Sadie Powell2021-04-121-2/+2
|
* Rename the cgiirc module to gateway.Gravatar Sadie Powell2021-04-111-0/+534