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
/
coremods
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge the latest changes from insp20 into master.
Peter Powell
2017-10-12
2
-3
/
+3
*
Store the server endpoint as a sockaddrs in ListenSocket.
Peter Powell
2017-09-12
1
-9
/
+1
*
Move operquit out of the core and into core_user.
Peter Powell
2017-09-11
2
-2
/
+6
*
Change the numerics used by /COMMANDS to avoid a collision.
Peter Powell
2017-09-06
1
-0
/
+7
*
Improve the /MODULES output.
Peter Powell
2017-09-06
1
-4
/
+11
*
Remove module file extensions from user-visible messages.
Peter Powell
2017-08-27
1
-1
/
+1
*
Merge pull request #1271 from SaberUK/master+exemption
•••
Move the OnCheckExemption hook out of the core.
Peter Powell
2017-07-27
3
-6
/
+53
|
\
|
*
Move the OnCheckExemption hook out of the core.
Peter Powell
2017-03-20
3
-6
/
+53
*
|
Replace the deprecated MAXBANS token with MAXLIST.
Peter Powell
2017-07-24
1
-0
/
+25
*
|
cmd_kill: deduplicate logic
Adam
2017-07-12
1
-20
/
+12
*
|
cmd_kill: log all kills from or to remote users
Adam
2017-07-12
1
-1
/
+11
*
|
cmd_kill: correct notices to show as a remote kill when a remote oper kills a...
Adam
2017-07-12
1
-11
/
+2
*
|
cmd_kill: rename u to target
Adam
2017-07-12
1
-12
/
+12
*
|
cmd_kill: don't show kill path in KILL messages to users
Adam
2017-07-12
1
-4
/
+2
*
|
cmd_kill: reshuffle
Adam
2017-07-12
1
-70
/
+68
*
|
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
7
-18
/
+18
*
|
Merge v2.0.23 and v2.0.24 into master.
Peter Powell
2017-07-09
1
-3
/
+8
*
|
core_dns: add support for txt records
•••
This might be used later by m_dnsbl to get reasons for listings
Adam
2017-04-23
1
-1
/
+14
|
/
*
cmd_mode Switch to a numeric for showing modes of other users
Attila Molnar
2016-12-30
1
-11
/
+22
*
Clean up User::FormatModes(), rename to GetModeLetters()
•••
Prefix the returned string with '+'
Attila Molnar
2016-12-30
2
-3
/
+3
*
Remove remaining doxygen doc for "pcnt" parameters
Attila Molnar
2016-12-30
1
-1
/
+0
*
Penalize commands that had 0 penalty
Attila Molnar
2016-12-30
4
-4
/
+0
*
Merge pull request #1176 from SaberUK/master+format
•••
Replace snprintf usage with InspIRCd::Format.
Attila Molnar
2016-09-16
1
-21
/
+9
|
\
|
*
Replace snprintf usage with InspIRCd::Format.
Peter Powell
2016-09-09
1
-21
/
+9
*
|
Change type of log messages to MODNAME in several modules
Attila Molnar
2016-09-12
2
-3
/
+3
*
|
Undocument <power> and set the default to the server name.
Peter Powell
2016-09-12
3
-3
/
+3
|
/
*
Fix Windows build and most MSVC warnings
Attila Molnar
2016-09-02
1
-1
/
+1
*
Change Membership:hasMode() to accept a PrefixMode
Attila Molnar
2016-08-30
1
-1
/
+2
*
core_dns Fail new requests when this module or the owner of the request is be...
Attila Molnar
2016-08-25
1
-0
/
+8
*
core_dns Make question a member of request, move common FindAnswerOfType to b...
Adam
2016-08-25
2
-24
/
+9
*
core_dns Change type of all log messages to MODNAME
Attila Molnar
2016-08-25
1
-6
/
+6
*
Merge insp20
Attila Molnar
2016-08-17
3
-5
/
+4
*
core_hostname_lookup: find answer record of the correct type instead of assum...
Adam
2016-08-15
1
-8
/
+28
*
Fix a minor oversight in ERR_NONICKNAMEGIVEN.
Peter Powell
2016-06-27
1
-1
/
+1
*
Fix sending the wrong numeric when an empty new nick is received.
Peter Powell
2016-06-22
1
-1
/
+1
*
Refactor topic setting logic to go through Channel::SetTopic() in all cases
•••
- Pass topic set time and optionally the setter to SetTopic() - Don't do anything if the topic is changed by a local user to what it is currently
Attila Molnar
2016-04-11
1
-1
/
+7
*
Rename PURE_STATIC to INSPIRCD_STATIC.
Peter Powell
2016-04-04
1
-1
/
+1
*
Merge pull request #1165 from Adam-/master+dnssource
•••
core_dns: allow configuring source address
Attila Molnar
2016-03-29
1
-7
/
+27
|
\
|
*
core_dns: allow configuring source address
Adam
2016-03-29
1
-7
/
+27
*
|
Ensure server names passed to some commands are really server names
Attila Molnar
2016-03-29
2
-2
/
+3
*
|
core_info Deduplicate code by inheriting some commands from ServerTargetCommand
Attila Molnar
2016-03-29
6
-50
/
+10
*
|
core_info Add class ServerTargetCommand
Attila Molnar
2016-03-29
2
-0
/
+20
|
/
*
Fix oversights in the WriteNumeric() parameter conversion
Attila Molnar
2016-03-19
2
-2
/
+3
*
Add RPL_WHOREPLY to the list of numerics
•••
Use it instead of the raw number
Attila Molnar
2016-02-26
1
-1
/
+1
*
Send WHO reply numerics with User::WriteNumeric(), pass Numeric::Numeric obje...
Attila Molnar
2016-02-26
1
-19
/
+22
*
Return ModResult from the OnSendWhoLine hook
Attila Molnar
2016-02-26
1
-3
/
+3
*
Add RPL_ISON, RPL_USERIP and RPL_USERHOST to the list of numerics
•••
Use them instead of the raw numbers
Attila Molnar
2016-02-25
2
-2
/
+2
*
core_userhost Send numeric with User::WriteNumeric()
Attila Molnar
2016-02-25
1
-2
/
+2
*
cmd_commands Send the RPL_COMMANDS numeric with User::WriteNumeric()
Attila Molnar
2016-02-25
1
-3
/
+2
*
Introduce Stats::Context, pass it to the OnStats hook and switch all code to it
Attila Molnar
2016-02-25
2
-77
/
+82
[next]