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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fix core message events not being fired.
•••
Third time lucky eh?
Sadie Powell
2020-12-23
1
-2
/
+2
|
*
Send RPL_SAVENICK from irc2 when renaming a user to their UUID.
Sadie Powell
2020-12-22
1
-0
/
+1
*
|
Add a function for shrinking module names.
Sadie Powell
2020-12-24
1
-1
/
+8
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-12-21
7
-12
/
+28
|
\
|
|
*
Hide the server name/desc better when <options:hideserver> is set.
Sadie Powell
2020-12-20
5
-15
/
+21
|
*
Fix an inverted condition in the previous commit.
Sadie Powell
2020-12-20
1
-2
/
+2
|
*
Don't call events provided by dying or dead modules.
Sadie Powell
2020-12-18
1
-14
/
+23
|
*
Add a typedef for the data provider map.
Sadie Powell
2020-12-04
1
-1
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-12-04
1
-0
/
+3
|
\
|
|
*
Improve the logging of service adding/deleting.
Sadie Powell
2020-12-04
1
-0
/
+3
*
|
Rename ChanMax to MaxChannel for consistency with the other limits.
Sadie Powell
2020-11-27
1
-1
/
+1
*
|
Rename NickMax to MaxNick for consistency with the other limits.
Sadie Powell
2020-11-27
1
-2
/
+2
*
|
Rename IdentMax to MaxUser for consistency with the other limits.
Sadie Powell
2020-11-27
1
-3
/
+3
*
|
Merge tag 'v3.8.1' into master.
Sadie Powell
2020-11-20
1
-2
/
+4
|
\
|
|
*
Silence a harmless warning in newer versions of GCC.
Sadie Powell
2020-11-12
1
-2
/
+4
*
|
Convert IRCv3::Replies::Reply#Send[IfCap] to variadic functions.
Sadie Powell
2020-11-12
2
-106
/
+26
*
|
Add stdalgo::equal_range and switch more stuff to iterator_range.
Sadie Powell
2020-11-11
1
-0
/
+11
*
|
Convert FOREACH_MOD_CUSTOM to a variadic function.
Sadie Powell
2020-11-10
2
-18
/
+20
*
|
Convert FIRST_MOD_RESULT_CUSTOM to a variadic function.
Sadie Powell
2020-11-10
2
-25
/
+28
*
|
Convert UserType to be a uint8_t and move inside User.
Sadie Powell
2020-11-10
1
-14
/
+22
*
|
Initial support for platform-specific module file extensions.
Sadie Powell
2020-11-04
1
-0
/
+10
*
|
Move config typedefs to ServerConfig and use auto in more places.
Sadie Powell
2020-11-03
3
-14
/
+10
*
|
Fix inconsistencies with FilePosition and column counting.
Sadie Powell
2020-11-03
1
-1
/
+1
*
|
Rename ConfigTag::tag to ConfigTag::name.
Sadie Powell
2020-11-03
1
-4
/
+5
*
|
Move FilePosition to fileutils.h and use in ConfigTag.
Sadie Powell
2020-11-03
2
-8
/
+30
*
|
Replace ConfigTag::create with a public constructor.
Sadie Powell
2020-11-03
1
-5
/
+9
*
|
Rename ConfigItems to ConfigTag::Items.
Sadie Powell
2020-11-03
2
-7
/
+7
*
|
Convert ConnectClass from reference<> to std::shared_ptr<>.
Sadie Powell
2020-11-03
3
-7
/
+7
*
|
Clean up a bunch of contructors and destructors.
Sadie Powell
2020-11-01
16
-69
/
+21
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-11-01
1
-1
/
+1
|
\
|
|
*
Release v3.8.0.
v3.8.0
Sadie Powell
2020-10-30
1
-1
/
+1
|
*
Update copyright headers.
InspIRCd Robot
2020-10-30
1
-1
/
+1
*
|
Convert ConfigTag from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
6
-21
/
+21
*
|
Add stdalgo::iterator_range and switch config tag reading to use it.
•••
This allows us to use range-based for loops which were not possible with the previous config tag system.
Sadie Powell
2020-10-31
3
-1
/
+72
*
|
Convert OperInfo from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
3
-6
/
+7
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-10-27
4
-21
/
+84
|
\
|
|
*
Don't kill cloaking users when hash/md5 is missing.
Sadie Powell
2020-10-27
1
-1
/
+1
|
*
Fix the behaviour of multi-value PING and PONG messages.
Sadie Powell
2020-10-26
1
-1
/
+4
|
*
Recheck users for xlines when their real hostname changes.
Sadie Powell
2020-10-06
1
-17
/
+79
|
*
Check that the values specified in <limits> are reasonable.
Sadie Powell
2020-09-30
1
-2
/
+2
*
|
Convert CmdResult to an 8-bit strongly typed enum.
Sadie Powell
2020-10-27
3
-14
/
+14
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-09-27
1
-0
/
+1
|
\
|
|
*
Make shun block client-only tags by default.
Sadie Powell
2020-09-27
1
-0
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-08-25
2
-1
/
+2
|
\
|
|
*
Silence some copy warnings on C++11 compilers.
Sadie Powell
2020-08-01
1
-0
/
+20
|
*
Release v3.7.0.
v3.7.0
Sadie Powell
2020-07-30
1
-1
/
+1
|
*
Update copyright headers.
InspIRCd Robot
2020-07-30
1
-0
/
+1
|
*
Make the ERR_CANNOTSENDTOCHAN extban message less misleading.
Sadie Powell
2020-07-30
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-07-29
2
-3
/
+9
|
\
|
|
*
Fix secure websocket users not being seen as secure.
•••
Since a TLS (SSL) module will always be the last IOHook attached to a socket, IsSSL() needs to ignore any Middle IOHooks that may also be attached.
Matt Schatz
2020-07-27
2
-3
/
+9
[prev]
[next]