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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Remove is_registered in services_account.
•••
The account can never be an empty string so this check is useless.
Sadie Powell
2022-10-16
1
-7
/
+3
*
|
Refactor the DNS resolvers in the spanningtree module.
Sadie Powell
2022-10-16
3
-45
/
+32
*
|
Fix various inappropriate uses of UINT_MAX.
Sadie Powell
2022-10-14
4
-4
/
+4
*
|
Fix a harmless todo in clientprotocolmsg.
Sadie Powell
2022-10-14
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-10-13
8
-40
/
+131
|
\
|
|
*
Fix the default case in GetFirstVisibleChannel and document it.
Sadie Powell
2022-10-13
1
-2
/
+5
|
*
Add the inspircd.org/echo tag to echo message responses.
Sadie Powell
2022-10-12
1
-4
/
+37
|
*
Fix channels with +D or +u set being picked for the /WHO response.
Sadie Powell
2022-10-12
2
-0
/
+20
|
*
Allow modules to control the visible channel in a WHO request.
Sadie Powell
2022-10-12
3
-29
/
+65
|
*
Add the matched channel to the WHO request data.
Sadie Powell
2022-10-12
2
-3
/
+7
|
*
Fix generating self-signed certificates on newer versions of GnuTLS.
Sadie Powell
2022-10-11
1
-1
/
+1
|
*
Prevent having the dccallow module loaded with a zero list size.
•••
This doesn't make sense.
Sadie Powell
2022-10-10
1
-1
/
+1
|
*
Fix saving the database identifier in SQL::Provider.
Sadie Powell
2022-10-07
1
-0
/
+1
*
|
Clean up various socket-related code.
Sadie Powell
2022-10-12
10
-62
/
+49
*
|
Remove some unused method arguments.
Sadie Powell
2022-10-12
2
-5
/
+5
*
|
Avoid file_cache in opermotd and showfile.
Sadie Powell
2022-10-12
2
-2
/
+2
*
|
Switch the ssl_mbedtls module to use ifstream instead of FileReader.
•••
Using FileReader here is problematic because it means that certs can't be reloaded without a full rehash.
Sadie Powell
2022-10-11
1
-5
/
+6
*
|
Rename User::age to User::nickchanged and fix the docs.
Sadie Powell
2022-10-11
10
-25
/
+24
*
|
Fix serializing attributes in httpd_stats.
Sadie Powell
2022-10-10
1
-2
/
+5
*
|
Mark User::Has{Command,Priv}Permission as const.
Sadie Powell
2022-10-07
2
-8
/
+8
*
|
Remove a now unused overload of ConvToStr.
Sadie Powell
2022-10-07
1
-16
/
+0
*
|
Rename user_hash to UserMap and move to usermanager.
Sadie Powell
2022-10-07
9
-15
/
+17
*
|
Fix the indentation of various modules.
Sadie Powell
2022-10-05
4
-130
/
+130
*
|
Modernize an old-style loop that was previously missed.
Sadie Powell
2022-10-01
1
-2
/
+2
*
|
Replace foo.erase(foo.{size|end}()-1) with foo.pop_back().
Sadie Powell
2022-10-01
8
-8
/
+8
*
|
Replace *foo.rbegin() with foo.end().
Sadie Powell
2022-10-01
5
-8
/
+6
*
|
Release v4.0.0 alpha 15.
v4.0.0a15
Sadie Powell
2022-10-01
1
-1
/
+1
*
|
Inline the one use of ServerNoticeAll and rm the function.
Sadie Powell
2022-10-01
3
-18
/
+4
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-10-01
3
-12
/
+16
|
\
|
|
*
Drop attempts to send a tag message to a server.
Sadie Powell
2022-09-24
1
-0
/
+6
|
*
Remove error prone missing include logic in calcdep.
•••
[skip windows ci]
Sadie Powell
2022-09-24
1
-8
/
+0
|
*
Add Windows extra modules to the module list instead of copying.
•••
[skip alpine ci] [skip macos ci] [skip ubuntu ci]
Sadie Powell
2022-09-22
1
-7
/
+11
*
|
Enforce <hostname:charmap> network-wide on the 1206 protocol.
Sadie Powell
2022-09-30
3
-0
/
+21
*
|
Prevent allowing weird characters within hostnames.
Sadie Powell
2022-09-30
3
-6
/
+24
*
|
Use a global typedef for representing a character set.
Sadie Powell
2022-09-30
9
-13
/
+12
*
|
Use auto instead of type names where the type is obvious.
Sadie Powell
2022-09-29
84
-106
/
+106
*
|
Fix various cases of the &* being next to the name instead of type.
Sadie Powell
2022-09-29
96
-267
/
+267
*
|
Use NOMINMAX on Windows and undefine error in the log header.
Sadie Powell
2022-09-23
3
-5
/
+5
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-09-21
6
-22
/
+91
|
\
|
|
*
Allow building regex_posix against PCRE on Windows for link compat.
Sadie Powell
2022-09-21
3
-3
/
+10
|
*
Avoid packaging unnecessary .lib files on Windows.
•••
[skip alpine ci] [skip macos ci] [skip ubuntu ci]
Sadie Powell
2022-09-21
2
-2
/
+2
|
*
Fix the ldap module when building against Windows LDAP.
Sadie Powell
2022-09-21
3
-18
/
+78
|
*
Add the protocol serializer to the check output.
Sadie Powell
2022-09-21
1
-0
/
+1
*
|
Avoid creating duplicate account API instances in ircv3_accounttag.
Sadie Powell
2022-09-19
1
-8
/
+10
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-09-19
2
-0
/
+2
|
\
|
|
*
Fix forwarding tags when sending a numeric to a remote user.
Sadie Powell
2022-09-19
1
-0
/
+1
|
*
Fix not adding tags when converting a Numeric to a Message.
Sadie Powell
2022-09-18
1
-0
/
+1
*
|
Rework the snotices sent when a rehash loads/unloads a module.
•••
- Fix sending a duplicate load/unload message when rehashed from the terminal. - Avoid formatting the log message twice.
Sadie Powell
2022-09-13
1
-15
/
+17
*
|
WHOIS and WHOWAS have their own empty trailing logic now.
Sadie Powell
2022-09-12
2
-0
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-09-12
14
-13
/
+25
|
\
|
[prev]
[next]