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_showfile.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Always process MOTD formatting escape codes.
Peter Powell
2018-04-22
1
-2
/
+1
|
|
|
|
|
The options for disabling these were added to keep compatibility with previous 2.0 releases and are not needed any more.
*
Move a bunch of optional module numerics to the module source file.
Peter Powell
2018-04-22
1
-0
/
+9
|
*
Add ConfigTag::getUInt for reading unsigned config values.
Peter Powell
2018-04-16
1
-3
/
+3
|
*
m_showfile Replace User::SendText() call with WriteCommand()
Attila Molnar
2016-03-30
1
-3
/
+4
|
*
Add User::WriteRemoteNumeric() and switch code using SendText() to send ↵
Attila Molnar
2016-02-25
1
-3
/
+3
|
|
|
|
numerics to it
*
Add stdalgo::isin() and use it to simplify code
Attila Molnar
2014-11-01
1
-1
/
+1
|
*
Change allocation of InspIRCd::Parser to be physically part of the object ↵
Attila Molnar
2014-06-13
1
-1
/
+1
|
|
|
|
containing it
*
Add stdalgo::delete_all() that deletes all elements in a container
Attila Molnar
2014-03-24
1
-8
/
+2
|
*
Add m_showfile, remove cmd_rules
Attila Molnar
2013-12-18
1
-0
/
+175