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_clearchan.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Add CXX11_OVERRIDE to overridden members that lack it.
Peter Powell
2017-07-12
1
-1
/
+1
|
|
|
|
|
This fixes a ton of warnings when building on compilers that default to C++11 or newer.
*
Fix Windows build and most MSVC warnings
Attila Molnar
2016-09-02
1
-1
/
+1
|
*
Remove typedef UserMembIter, use Channel::MemberMap::iterator instead
Attila Molnar
2014-07-14
1
-2
/
+2
|
|
|
|
Remove the now unused UserMembList typedef too
*
Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead
Attila Molnar
2014-07-14
1
-2
/
+2
|
*
Rename UserMembList to Channel::MemberMap, switch all code to use it
Attila Molnar
2014-07-14
1
-3
/
+3
|
*
Change return type of Channel::GetUsers() to reference from pointer as it is ↵
Attila Molnar
2014-07-14
1
-4
/
+4
|
|
|
|
never NULL
*
Use the iterator version of Channel::KickUser() in a few places
Attila Molnar
2014-06-10
1
-3
/
+4
|
*
Add m_clearchan which removes users from a channel without sending n*(n+1)/2 ↵
Attila Molnar
2014-01-26
1
-0
/
+217
QUIT messages