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
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_alias.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert various enums to strongly typed scoped enums.
Sadie Powell
2023-01-22
1
-1
/
+1
*
Qualify auto correctly in all cases.
Sadie Powell
2023-01-10
1
-1
/
+1
*
Avoid copying shared_ptr<ConfigTag> when not necessary.
Sadie Powell
2023-01-10
1
-1
/
+1
*
Rename session registration to connection to avoid a semantic conflict.
•••
We previously referred to both session registration and user registration as "registration" which is confusing for users who aren't familiar with how IRC works.
Sadie Powell
2022-10-29
1
-3
/
+1
*
Use User::IsFullyConnected instead of checking for REG_ALL.
Sadie Powell
2022-10-29
1
-1
/
+1
*
Use auto instead of type names where the type is obvious.
Sadie Powell
2022-09-29
1
-1
/
+1
*
Fix various cases of the &* being next to the name instead of type.
Sadie Powell
2022-09-29
1
-2
/
+2
*
Fix some warnings noticed by the readability-* clang-tidy checkers.
Sadie Powell
2022-09-03
1
-3
/
+4
*
Switch from NULL to nullptr.
Sadie Powell
2022-07-22
1
-1
/
+1
*
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-2
/
+2
*
Fix aliases which require routing to be broadcast out.
Sadie Powell
2022-01-19
1
-5
/
+10
*
Refactor CoreException and ModuleException.
Sadie Powell
2022-01-07
1
-2
/
+2
*
Apply the final keyword to all module classes where appropriate.
Sadie Powell
2021-10-04
1
-1
/
+1
*
Mark all module classes as final.
Sadie Powell
2021-10-01
1
-1
/
+2
*
Fix some places where U-line -> service was missed.
Sadie Powell
2021-08-29
1
-1
/
+1
*
Remove a bunch of unnecessary whitespace.
Sadie Powell
2021-08-17
1
-1
/
+0
*
Migrate collections from insert to emplace.
Sadie Powell
2021-04-18
1
-1
/
+1
*
Constify variables within loops.
Sadie Powell
2021-04-01
1
-1
/
+1
*
Merge branch 'insp3' into master.
Sadie Powell
2021-03-05
1
-2
/
+2
|
\
|
*
Update copyright headers.
InspIRCd Robot
2021-03-05
1
-2
/
+2
*
|
Move iterator_range to the utility directory and renamespace.
Sadie Powell
2021-03-02
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-02-28
1
-4
/
+5
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-02-26
1
-2
/
+2
|
*
Fix the numeric sent when a U-lined alias target is not online.
Sadie Powell
2021-02-18
1
-2
/
+3
*
|
Rename <alias:uline> to <alias:service>.
Sadie Powell
2021-01-30
1
-4
/
+4
*
|
Use references instead of pointers for aliases.
Sadie Powell
2020-11-11
1
-18
/
+18
*
|
Add stdalgo::equal_range and switch more stuff to iterator_range.
Sadie Powell
2020-11-11
1
-12
/
+12
*
|
Initial support for platform-specific module file extensions.
Sadie Powell
2020-11-04
1
-1
/
+1
*
|
Move FilePosition to fileutils.h and use in ConfigTag.
Sadie Powell
2020-11-03
1
-2
/
+2
*
|
Convert ConfigTag from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
1
-1
/
+1
*
|
Add stdalgo::iterator_range and switch config tag reading to use it.
•••
This allows us to use range-based for loops which were not possible with the previous config tag system.
Sadie Powell
2020-10-31
1
-3
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-05-05
1
-1
/
+1
|
\
|
|
*
Fixes by misspell-fixer
InspIRCd Robot
2020-04-21
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-11
1
-1
/
+1
|
\
|
|
*
Update the module descriptions using mkversion.
Sadie Powell
2020-04-10
1
-1
/
+1
*
|
Improve storage of module description, flags, and link data.
Sadie Powell
2020-04-11
1
-6
/
+2
*
|
Move FindNickOnly to UserManager.
Sadie Powell
2020-02-09
1
-1
/
+1
*
|
Use C++11 inline initialisation for class members.
Sadie Powell
2020-02-06
1
-2
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-4
/
+9
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-4
/
+9
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-01
1
-1
/
+1
|
\
|
|
*
Use FindNickOnly for finding the required nick for an alias.
Peter Powell
2019-12-21
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-09-23
1
-1
/
+9
|
\
|
|
*
m_alias: Add option to strip colors when matching
linuxdaemon
2019-09-14
1
-1
/
+9
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-07-16
1
-1
/
+1
|
\
|
|
*
Use a less scary message when an alias target is not U-lined.
•••
99% of cases of this are due to misconfigurations not due to underhanded behaviour.
Peter Powell
2019-06-06
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-05-15
1
-3
/
+3
|
\
|
|
*
Textual improvements and fixes such as typos, casing, etc. (#1612)
Robby
2019-04-28
1
-3
/
+3
*
|
SnomaskManager: remove fakederef.
Sadie Powell
2019-02-07
1
-1
/
+1
*
|
ModuleManager: remove fakederef.
Sadie Powell
2019-02-07
1
-2
/
+2
[next]