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
...
|
*
Fix checking bcrypt hashes.
•••
Thanks to @lethality for reporting this.
Sadie Powell
2020-06-25
1
-0
/
+5
|
*
Use InspIRCd::TimingSafeCompare in more places.
Sadie Powell
2020-06-19
2
-12
/
+1
|
*
Improve SSL module debug logging.
Sadie Powell
2020-06-16
3
-0
/
+9
|
*
Change to local snotices for an SVSHOLD addition.
Matt Schatz
2020-06-07
1
-2
/
+2
*
|
Remove compat for the v2 <gnutls> and <openssl> tags.
Sadie Powell
2020-06-16
3
-110
/
+57
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-06-08
3
-5
/
+41
|
\
|
|
*
Add an ISUPPORT token for the bot mode and 'B' to the WHO flags.
Sadie Powell
2020-06-06
1
-2
/
+24
|
*
Use ChanModeReference for finding the op mode in ojoin.
Sadie Powell
2020-05-29
1
-4
/
+6
|
*
Implement support for the CLIENTTAGDENY token.
•••
Ref: ircv3/ircv3-specifications#412.
Sadie Powell
2020-05-20
1
-0
/
+6
*
|
Rip out compatibility code for the 2.0 protocol.
Sadie Powell
2020-05-20
8
-710
/
+27
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-05-19
6
-9
/
+30
|
\
|
|
*
Fix CallInit overriding the error from dlopen.
Sadie Powell
2020-05-19
1
-0
/
+3
|
*
Fix an inverted if statement in fileutils.
Sadie Powell
2020-05-19
1
-1
/
+1
|
*
Implement support for expanding ~ to the home directory.
Sadie Powell
2020-05-16
1
-0
/
+8
|
*
Add a warning about LibreSSL support being removed in master.
Sadie Powell
2020-05-15
1
-0
/
+7
|
*
Fix an inverted mode check.
Sadie Powell
2020-05-09
1
-1
/
+1
|
*
regex_stdlib: Don't copy std::regex_error when catching it.
Sadie Powell
2020-05-09
1
-2
/
+3
|
*
Allow disabling the COMMANDS command.
Sadie Powell
2020-05-07
1
-2
/
+2
|
*
Don't show privileged commands to unprivileged users in COMMANDS.
Sadie Powell
2020-05-07
1
-2
/
+2
*
|
Replace FileSystem::GetFileList with std::filesystem.
Sadie Powell
2020-05-19
3
-59
/
+36
*
|
Fix parsing <security:announceinvites>.
Sadie Powell
2020-05-13
1
-2
/
+2
*
|
Add ConfigParser::getEnum for parsing enum values.
Sadie Powell
2020-05-13
5
-74
/
+52
*
|
Fix warnings on GCC 9.
Sadie Powell
2020-05-11
1
-1
/
+1
*
|
Switch to the C++17 fallthrough attribute.
Sadie Powell
2020-05-11
2
-2
/
+2
*
|
Implement support for inverted extbans.
Sadie Powell
2020-05-07
3
-8
/
+11
*
|
Deduplicate extban parsing.
Sadie Powell
2020-05-07
3
-16
/
+7
*
|
Fix not being able to set more than one extban.
Sadie Powell
2020-05-07
2
-2
/
+2
*
|
Add first class support for extbans.
•••
This replaces the previous support which was pretty much a giant hack and was not synchronised between servers.
Sadie Powell
2020-05-07
26
-361
/
+536
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-05-05
129
-321
/
+353
|
\
|
|
*
Fix shuns not being applied correctly.
Sadie Powell
2020-05-05
1
-8
/
+16
|
*
Fix a typo in the hostchange module.
Sadie Powell
2020-05-05
1
-1
/
+1
|
*
Allow enabling the message-tags cap without client-only tags.
Sadie Powell
2020-05-05
1
-1
/
+7
|
*
Release v3.6.0.
v3.6.0
Sadie Powell
2020-04-24
1
-1
/
+1
|
*
Update copyright headers.
InspIRCd Robot
2020-04-24
112
-124
/
+131
|
*
Improve the pgsql connection error messages.
Sadie Powell
2020-04-23
1
-15
/
+18
|
*
Fix reconnecting a pgsql connection if it fails.
Sadie Powell
2020-04-23
1
-9
/
+13
|
*
Unregister pgsql connection fds when they are deleted.
Sadie Powell
2020-04-23
1
-1
/
+4
|
*
Opt-out of pgsql read and write events if polling fails.
Sadie Powell
2020-04-23
1
-1
/
+8
|
*
Remove dead code from the pgsql module.
Sadie Powell
2020-04-23
1
-36
/
+14
|
*
Improve the output given by the SSLINFO command.
Sadie Powell
2020-04-21
1
-2
/
+3
|
*
Fixes by misspell-fixer
InspIRCd Robot
2020-04-21
36
-49
/
+49
|
*
Only read the SSL profiles if they're actually specified.
Sadie Powell
2020-04-21
3
-68
/
+74
|
*
Tell the admin how to use a SSL profile if they define one.
Sadie Powell
2020-04-21
3
-0
/
+3
|
*
Fix ldapoper trying to auth using the provider name as the account.
Sadie Powell
2020-04-17
1
-1
/
+7
|
*
Allow hiding the message which warns about LIST being blocked.
Sadie Powell
2020-04-17
1
-4
/
+10
|
*
Minor improvements to the securelist module.
Sadie Powell
2020-04-17
1
-12
/
+9
*
|
Revert "Convert UserType to an enum class".
•••
There's a bug in GCC with bitfields and enum class. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51242 This reverts commit 44834a66a7e92c8979ae16421286c581a9cffbe9.
Sadie Powell
2020-04-21
2
-8
/
+8
*
|
Convert UserType to an enum class.
Sadie Powell
2020-04-21
2
-8
/
+8
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-16
1
-1
/
+1
|
\
|
|
*
Rename mkversions to mkdescriptions.
Sadie Powell
2020-04-15
1
-1
/
+1
[prev]
[next]