index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_gateway.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Move extension types to their own header to speed up build times.
Sadie Powell
2022-12-19
1
-0
/
+1
|
*
Use in_port_t instead of int/unsigned int/long.
Sadie Powell
2022-12-18
1
-2
/
+2
|
*
Remove the unused Extensible* parameter to PassCompare/OnPassCompare.
Sadie Powell
2022-12-10
1
-1
/
+1
|
*
Avoid copying a shared_ptr where not actually necessary.
Sadie Powell
2022-12-01
1
-1
/
+1
|
*
Add a typedef for sa_family_t on Windows.
Sadie Powell
2022-11-16
1
-2
/
+2
|
*
Use User::IsFullyConnected instead of checking for REG_ALL.
Sadie Powell
2022-10-29
1
-1
/
+1
|
*
Make internal penalty be specified in millisecs instead of seconds.
Sadie Powell
2022-09-09
1
-1
/
+1
|
|
|
|
This removes the need to multiply it later.
*
Default allow_empty_last_param to false.
Sadie Powell
2022-09-07
1
-2
/
+0
|
*
Move aptosa/untosa into the sockaddrs union and add from/from_ip.
Sadie Powell
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.
Sadie Powell
2022-08-10
1
-2
/
+2
|
*
Switch from NULL to nullptr.
Sadie Powell
2022-07-22
1
-2
/
+2
|
*
Rewrite logging calls to use the new APIs.
Sadie Powell
2022-05-01
1
-5
/
+5
|
*
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-9
/
+9
|
*
Add constructors to the TokenList class.
Sadie Powell
2022-01-18
1
-1
/
+1
|
*
Add ConnectClass::Ptr as an alias for std::shared_ptr<ConnectClass>.
Sadie Powell
2022-01-16
1
-1
/
+1
|
*
Refactor CoreException and ModuleException.
Sadie Powell
2022-01-07
1
-3
/
+3
|
*
Promote ExtensionItem::ExtensibleType to a top level enum class.
Sadie Powell
2021-12-23
1
-3
/
+3
|
*
Merge branch 'insp3' into master.
Sadie Powell
2021-11-10
1
-8
/
+24
|
*
Apply the final keyword to all module classes where appropriate.
Sadie Powell
2021-10-04
1
-4
/
+4
|
*
Mark all command classes as final.
Sadie Powell
2021-10-01
1
-2
/
+4
|
*
Merge branch 'insp3' into master.
Sadie Powell
2021-07-17
1
-6
/
+0
|
*
Added -Wshorten-64-to-32 and fixed all warnings.
Dominic Hamon
2021-05-30
1
-1
/
+5
|
*
Merge branch 'insp3' into master.
Sadie Powell
2021-04-17
1
-2
/
+7
|
*
Fix a compiler error in the gateway module.
Sadie Powell
2021-04-12
1
-2
/
+2
|
*
Rename the cgiirc module to gateway.
Sadie Powell
2021-04-11
1
-0
/
+534