aboutsummaryrefslogtreecommitdiff
path: root/include/dynref.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-2/+2
|
* Allow assigning dynamic references from other dynamic references.Gravatar Sadie Powell2023-09-291-0/+6
|
* Fix more warnings discovered with -Weverything.Gravatar Sadie Powell2022-09-051-0/+2
|
* Add support for clearing the target of a dynamic_reference.Gravatar Sadie Powell2022-07-301-0/+1
|
* Switch from NULL to nullptr.Gravatar Sadie Powell2022-07-221-1/+1
|
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-9/+9
|
* Refactor CoreException and ModuleException.Gravatar Sadie Powell2022-01-071-1/+1
|
* Add the final keyword to all remaining classes that can have it.Gravatar Sadie Powell2021-12-201-5/+10
|
* Replace interfacebase with deleted operator new.Gravatar Sadie Powell2021-04-091-1/+3
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2020-10-271-1/+1
|\
| * Don't kill cloaking users when hash/md5 is missing.Gravatar Sadie Powell2020-10-271-1/+1
| |
* | Use C++11 inline initialisation for class members.Gravatar Sadie Powell2020-02-061-2/+2
|/
* Update copyright headers.Gravatar InspIRCd Robot2020-01-311-1/+1
|
* Make the dynref bool operator constant.Gravatar Sadie Powell2020-01-221-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-2/+2
|
* Close connections when an I/O hook is configured but not loaded.Gravatar Peter Powell2019-11-161-1/+1
|
* Add missing const operators to dynamic_reference[_nocheck]Gravatar Attila Molnar2015-02-111-0/+20
|
* Allow dynrefs to have an OnCapture() hookGravatar Attila Molnar2015-02-111-0/+16
|
* Move the intrusive list containers into the insp namespaceGravatar Attila Molnar2014-08-301-1/+1
|
* Convert the global list of dynamic reference pointers to an intrusively ↵Gravatar Attila Molnar2014-03-281-1/+1
| | | | linked list
* Seperate ModeReference into ChanModeReference and UserModeReferenceGravatar attilamolnar2013-07-191-2/+8
|
* Move dynamic_reference and related classes to dynref.hGravatar attilamolnar2013-07-191-0/+93