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
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Log SQL queries at the debug log level.
•••
This makes debugging issues easier.
Peter Powell
2019-06-14
3
-0
/
+3
|
*
Show the mode syntax in ERR_INVALIDMODEPARAM.
Peter Powell
2019-06-12
14
-15
/
+30
|
*
chanhistory: recreate the mode parameter instead of saving it.
Peter Powell
2019-06-12
1
-7
/
+11
|
*
Add an API for accessing a batch end event.
•••
This is essentially identical to the one for the start event.
Peter Powell
2019-06-12
1
-3
/
+6
|
*
Fix echo-message replies being considered a side effect.
Peter Powell
2019-06-11
1
-0
/
+3
|
*
Fix some more warnings in the httpd module.
Peter Powell
2019-06-10
1
-6
/
+10
|
*
Fix a misleading log message in the sslinfo module.
Peter Powell
2019-06-10
1
-1
/
+1
|
*
Add a way to disable older SSL versions with ssl_openssl.
Peter Powell
2019-06-10
1
-1
/
+16
|
*
Fix a typo in the filter module.
Peter Powell
2019-06-08
1
-1
/
+1
|
*
Fix building on older compiler versions.
Peter Powell
2019-06-07
1
-1
/
+1
|
*
Implement support for millisecond level server-time accuracy.
Peter Powell
2019-06-07
1
-3
/
+8
|
*
Add an option to the filter module to ignore self messages.
Peter Powell
2019-06-07
1
-2
/
+15
|
*
Replace all abstract usages of his/he/her with they/their/it.
Peter Powell
2019-06-07
3
-3
/
+3
|
*
Add the msgid tag to all outgoing messages.
Peter Powell
2019-06-07
1
-27
/
+31
|
*
CoreExport for CommandSave. fixes #1635
Ben Harris
2019-06-07
1
-1
/
+1
|
*
Check the unset level in autoop as well as the set level.
Peter Powell
2019-06-07
1
-2
/
+3
|
*
Validate the exemptchanops parameter better and check permissions.
•••
Closes #1055.
Peter Powell
2019-06-07
1
-16
/
+53
|
*
Show how many users are non-SSL in ERR_ALLMUSTSSL.
Peter Powell
2019-06-07
1
-4
/
+9
|
*
Make messageflood weights configurable.
•••
Also, default TAGMSG to being worth 0.2 NOTICE/PRIVMSG. This should prevent flood kicks from typing notifications. Closes #1649.
Peter Powell
2019-06-06
1
-7
/
+19
|
*
Use a less scary message when an alias target is not U-lined.
•••
99% of cases of this are due to misconfigurations not due to underhanded behaviour.
Peter Powell
2019-06-06
1
-1
/
+1
|
*
m_repeat: Fix parsing mode parameter
linuxdaemon
2019-06-05
1
-4
/
+1
|
*
Fix a compiler warning introduced in d107093. (#1653)
Matt Schatz
2019-06-05
1
-1
/
+1
|
*
Fix showing the anticaps channel name in ERR_CANNOTSENDTOCHAN.
•••
Closes #1652.
Peter Powell
2019-06-04
1
-1
/
+1
|
*
Ignore SIGUSR1 and SIGUSR2 by default.
•••
This stops users from accidentally killing their IRC server if they forget to load the sslrehashsignal module.
Peter Powell
2019-05-30
1
-1
/
+1
|
*
Add irc::sockets::isunix for checking if a file is a UNIX socket.
Peter Powell
2019-05-29
1
-4
/
+1
|
*
Add an overload of StreamSocket::Close which closes when all data has been wr...
•••
Fixes sending large pages in m_httpd (#1646).
linuxdaemon
2019-05-22
1
-8
/
+19
|
*
m_filter: Minor cosmetic changes (#1645).
Robby
2019-05-20
1
-6
/
+8
|
*
Add an option to the filter module to exclude registered users from a filter.
Filippo Cortigiani
2019-05-20
1
-2
/
+12
|
*
Fix some warnings in m_httpd on older versions of GCC.
Peter Powell
2019-05-20
1
-7
/
+7
|
*
m_haproxy: Initialize address length to 0
•••
If the command is LOCAL, the address length isn't set before it is used in ReadProxyAddress()
linuxdaemon
2019-05-19
1
-0
/
+1
|
*
Copy the silence flags when sending update notifications.
•••
This fixes a crash bug in the silence module on some versions of GCC.
Peter Powell
2019-05-17
1
-1
/
+1
|
*
Fix space separation for CAPAB module list
linuxdaemon
2019-05-15
1
-7
/
+6
*
|
Replace socketengine_{pthread,win32} with C++11 threads.
Sadie Powell
2019-05-15
2
-23
/
+23
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-05-15
141
-700
/
+1637
|
\
|
|
*
Add support for the IRCv3 message id specification.
Peter Powell
2019-05-15
1
-0
/
+121
|
*
Fix an inverted condition in the commonchans module.
Peter Powell
2019-05-14
1
-1
/
+1
|
*
Add an enumeration for known protocol versions.
Peter Powell
2019-05-14
4
-28
/
+43
|
*
If a parent server is hidden then also hide its child servers.
•••
This should fix #851.
Peter Powell
2019-05-14
1
-4
/
+6
|
*
Fix an unnecessary string copy when reading the <link> tags.
Peter Powell
2019-05-14
1
-2
/
+1
|
*
Replace ModuleSpanningTree::TimeToStr with InspIRCd::DurationStr.
Peter Powell
2019-05-14
4
-20
/
+2
|
*
Move message access checks to OnUserPre{Tag,}Message.
•••
This allows modules to override them if necessary. Fixes #1619.
Peter Powell
2019-05-11
1
-30
/
+31
|
*
Allow disabling a STS policy for users in specific connect classes.
•••
Fixes #1634.
Peter Powell
2019-05-11
1
-0
/
+4
|
*
Delete some obsolete comments.
Peter Powell
2019-05-09
2
-5
/
+0
|
*
Silence a fallthrough warning in the pgsql module on newer GCCs.
Peter Powell
2019-05-09
1
-0
/
+2
|
*
m_geo_maxmind: fix building on older libc versions.
Peter Powell
2019-05-06
1
-1
/
+1
|
*
Fix the ctctags module being marked as a draft.
Peter Powell
2019-05-03
1
-1
/
+1
|
*
Merge branch 'insp20' into insp3.
Peter Powell
2019-05-02
2
-3
/
+3
|
|
\
|
|
*
Update documentation links.
Peter Powell
2019-04-26
2
-3
/
+3
|
*
|
Some more text fixes and improvements (#1618).
Robby
2019-04-28
69
-82
/
+82
|
*
|
Raise the maximum time period for the conn_join module to 15m.
Peter Powell
2019-04-28
1
-2
/
+2
[prev]
[next]