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_permchannels.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'insp3' into master.
Sadie Powell
2022-03-11
1
-0
/
+6
|
\
|
*
Add an option to allow channel ops to enable the permchannels mode.
•••
Closes #1964.
Sadie Powell
2022-02-05
1
-0
/
+6
*
|
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-1
/
+1
*
|
Remove unused time_t field from the timer system.
•••
This is equivalent to calling InspIRCd::Now() and is only actually used in one place in modules.
Sadie Powell
2021-11-05
1
-1
/
+1
*
|
Apply the final keyword to all module classes where appropriate.
Sadie Powell
2021-10-04
1
-1
/
+1
*
|
Remove a bunch of unnecessary whitespace.
Sadie Powell
2021-08-17
1
-1
/
+0
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-06-13
1
-1
/
+1
|
\
|
|
*
Code refactor and minor fix (#1879)
Herman
2021-06-12
1
-1
/
+1
*
|
Convert simple modes to use Simple{Channel,User}Mode.
Sadie Powell
2021-06-01
1
-9
/
+10
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-05-14
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-05-14
1
-1
/
+1
*
|
Move channel logic from InspIRCd to the new ChannelManager class.
Sadie Powell
2021-05-08
1
-4
/
+3
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-12
/
+7
*
|
Constify variables within loops.
Sadie Powell
2021-04-01
1
-1
/
+1
*
|
Convert various mode methods to take Mode::Change.
•••
- AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode
Sadie Powell
2021-03-30
1
-8
/
+10
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-30
1
-1
/
+3
|
\
|
|
*
Improve the header messages of the filter and permchannels modules.
Sadie Powell
2021-03-21
1
-1
/
+4
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-17
1
-1
/
+1
|
\
|
|
*
Default <permchannelsdb:listmodes> to on.
Sadie Powell
2021-03-14
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-02-28
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-02-26
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-12-21
1
-1
/
+1
|
\
|
|
*
Hide the server name/desc better when <options:hideserver> is set.
Sadie Powell
2020-12-20
1
-1
/
+1
*
|
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
-2
/
+2
|
\
|
|
*
Fixes by misspell-fixer
InspIRCd Robot
2020-04-21
1
-2
/
+2
*
|
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
*
|
Use C++11 inline initialisation for class members.
Sadie Powell
2020-02-06
1
-4
/
+2
*
|
In C++11 [io]fstream has std::string constructors; use them.
Sadie Powell
2020-02-06
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-0
/
+7
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-0
/
+7
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-07-16
1
-4
/
+11
|
\
|
|
*
Switch permchannels and xline_db from OnBackgroundTimer to a Timer.
Peter Powell
2019-06-25
1
-3
/
+11
|
*
permchannels: remove an unused ChanModeReference.
Peter Powell
2019-06-25
1
-1
/
+0
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-05-15
1
-1
/
+1
|
\
|
|
*
Some more text fixes and improvements (#1618).
Robby
2019-04-28
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-03-30
1
-2
/
+2
|
\
|
|
*
m_permchannels: validate channel names properly.
Peter Powell
2019-03-25
1
-2
/
+2
*
|
SnomaskManager: remove fakederef.
Sadie Powell
2019-02-07
1
-3
/
+3
*
|
ModeParser: remove fakederef.
Sadie Powell
2019-02-07
1
-2
/
+2
*
|
LogManager: remove fakederef.
Sadie Powell
2019-02-07
1
-6
/
+6
*
|
Remove all 2.0 config compatibility code.
Sadie Powell
2019-01-25
1
-1
/
+1
*
|
Replace the override macro with the override keyword.
Sadie Powell
2019-01-25
1
-8
/
+8
|
/
*
Add ConfigTag::getUInt for reading unsigned config values.
Peter Powell
2018-04-16
1
-1
/
+1
*
Remove the default value in ConfigTag::get{Duration,Float,Int}.
Peter Powell
2018-04-16
1
-1
/
+1
*
Add the override keyword in places that it is missing.
•••
GCCs warnings for this are much better than Clangs.
Peter Powell
2017-11-21
1
-1
/
+1
*
Add CXX11_OVERRIDE to overridden members that lack it.
•••
This fixes a ton of warnings when building on compilers that default to C++11 or newer.
Peter Powell
2017-07-12
1
-1
/
+1
[next]