index
:
~steering
/
inspircd++.git
this commit
main
upstream/HEAD
upstream/insp10
upstream/insp11
upstream/insp12
upstream/insp20
upstream/insp3
upstream/insp4
upstream/master
upstream/obsolete/insp21
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Module: Initialise 'ModuleDLLManager' and 'dying' correctly.
Peter Powell
2019-02-05
2
-2
/
+7
|
*
|
DLLManager: add a function for retrieving a symbol.
Peter Powell
2019-02-04
1
-21
/
+15
|
*
|
m_check: improve the output when showing list modes.
•••
Closes #1568.
Peter Powell
2019-02-04
1
-6
/
+11
|
*
|
m_check: rename the timestamp key to createdat.
Peter Powell
2019-02-04
1
-1
/
+1
|
*
|
m_check: improve the output of the member key.
Peter Powell
2019-02-04
1
-3
/
+3
|
*
|
m_check: split modeperms into chanmodeperms and usermodeperms.
Peter Powell
2019-02-04
1
-3
/
+2
|
*
|
m_check: remove unnecessary usage of CheckContext::List.
Peter Powell
2019-02-04
1
-7
/
+2
|
*
|
Improve the name of the list mode extensible.
Peter Powell
2019-02-04
1
-1
/
+1
|
*
|
m_check: replace timestring() with a Write() overlod.
Peter Powell
2019-02-04
1
-16
/
+20
|
*
|
ident: fix erroneously prefixing an ident multiple times.
Peter Powell
2019-02-04
1
-2
/
+37
|
*
|
ident: rename ext to socket.
Peter Powell
2019-02-04
1
-7
/
+7
|
*
|
ident: rename nolookupprefix to prefixunqueried.
Peter Powell
2019-02-04
1
-3
/
+3
|
*
|
ident: store the timeout as an unsigned value and limit to 60s.
Peter Powell
2019-02-04
1
-4
/
+3
|
*
|
ident: reduce the amount of messages sent when a lookup fails.
Peter Powell
2019-02-04
1
-2
/
+3
|
*
|
ident: Change idents with the ChangeIdent method.
Peter Powell
2019-02-04
1
-2
/
+1
|
*
|
ident: Fix making idents longer than maxident when a lookup fails.
Peter Powell
2019-02-04
1
-3
/
+23
|
*
|
Allow multiple fingerprints in an oper block (#1564)
linuxdaemon
2019-02-01
2
-2
/
+17
|
*
|
Fix -Wnewline-eof warning.
Peter Powell
2019-01-29
1
-1
/
+1
|
*
|
Fix reading the setname config tag.
Peter Powell
2019-01-28
1
-1
/
+1
|
*
|
Read the muteban config in ReadConfig().
Peter Powell
2019-01-28
1
-1
/
+9
|
*
|
Fix RPL_ADMINME not having the correct parameters.
Peter Powell
2019-01-28
1
-1
/
+1
|
*
|
Fix the prioritisation of OnRawMode in m_samode.
Peter Powell
2019-01-28
1
-2
/
+2
|
*
|
Fix sending the modes in RPL_CHANNELMODEIS as one big parameter.
Peter Powell
2019-01-28
1
-1
/
+45
|
*
|
Allow configuring whether SETNAME sends snotices and is oper-only.
Peter Powell
2019-01-28
1
-1
/
+16
|
*
|
Add ParamMode::IsParameterSecret and remove special casing of keys.
Peter Powell
2019-01-28
3
-3
/
+9
|
*
|
Fix not checking for server names case insensitively.
Peter Powell
2019-01-28
8
-8
/
+8
|
*
|
Refactor m_httpd_stats, add subpages (#1554)
linuxdaemon
2019-01-28
1
-146
/
+226
|
*
|
Fix erroneously sending RPL_YOURDISPLAYEDHOST to HAProxy clients.
Peter Powell
2019-01-28
1
-1
/
+1
|
*
|
Fix parsing anticaps mode parameters (again).
•••
It is better to fix the underlying bug than the result of it. This replaces commit 963213132dd923d0e7dbd47ea6f20373cdef343b.
Peter Powell
2019-01-28
1
-6
/
+6
|
*
|
Fix sending the SSL connection notice when using a non-SSL gateway.
Peter Powell
2019-01-25
1
-1
/
+1
|
*
|
Remove trailing whitespace from various source files.
Peter Powell
2019-01-24
13
-21
/
+19
|
*
|
Fix overriding <options:exemptchanops> with the exemptchanops mode.
•••
Closes #1558.
Peter Powell
2019-01-24
1
-1
/
+1
|
*
|
Fix parsing anticaps mode parameters.
Peter Powell
2019-01-24
1
-5
/
+5
|
*
|
Add the reason to xline removal notices. (#1545)
•••
Show the reason in manual xline removal SNOTICEs, just like expiry SNOTICEs do. This modifies XLineManager::DelLine() to require another string reference passed to it. Requested by @Robby-.
Matt Schatz
2019-01-24
11
-24
/
+45
*
|
|
Remove support for the deprecated <power> config tag.
Sadie Powell
2019-01-27
4
-27
/
+8
*
|
|
Remove support for the deprecated rfc1459 casemapping,
•••
Closes #1017.
Sadie Powell
2019-01-25
5
-61
/
+4
*
|
|
Remove the deprecated blockcaps module.
Sadie Powell
2019-01-25
1
-127
/
+0
*
|
|
Remove all 2.0 config compatibility code.
Sadie Powell
2019-01-25
16
-86
/
+32
*
|
|
Migrate m_ssl_gnutls from auto_ptr to shared_ptr.
Sadie Powell
2019-01-25
1
-10
/
+10
*
|
|
Stop silencing warnings about `long long` not existing.
•••
We use C++14 now which has `long long`.
Sadie Powell
2019-01-25
7
-65
/
+2
*
|
|
Move m_regex_stdlib out of extras now it can always be built.
Sadie Powell
2019-01-25
1
-2
/
+0
*
|
|
Replace the override macro with the override keyword.
Sadie Powell
2019-01-25
223
-1176
/
+1176
*
|
|
Replace the TR1NS macro with the std namespace.
Sadie Powell
2019-01-25
7
-7
/
+7
*
|
|
Merge branch 'insp3' into master
Sadie Powell
2019-01-24
46
-291
/
+470
|
\
|
|
|
*
|
Add translation for casemapping between 2.0/3.0 (#1544)
•••
If the casemapping is set to ascii, advertise the m_ascii module to 2.0 to allow use of the m_ascii extras module for 2.0
linuxdaemon
2019-01-24
1
-0
/
+9
|
*
|
Move the <disabled> tag out of the core to a new module.
Peter Powell
2019-01-24
7
-83
/
+192
|
*
|
Implement support for the extended tag space for client tags.
Peter Powell
2019-01-24
3
-45
/
+76
|
*
|
Avoid forwarding passwords to nickserv when using SASL (#1562)
linuxdaemon
2019-01-24
1
-0
/
+8
|
*
|
Fix a crash in m_sslinfo when a socket is SSL but a gateway is not.
Peter Powell
2019-01-23
1
-2
/
+1
|
*
|
Don't tell the user if DNS lookups are disabled.
Peter Powell
2019-01-23
1
-6
/
+2
[prev]
[next]