index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Release v3.13.0.
v3.13.0
Sadie Powell
2022-04-28
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2022-04-28
16
-16
/
+16
*
Remove a forward declaration for a non-existent type.
Sadie Powell
2022-04-21
1
-1
/
+0
*
Fix an outdated comment.
Sadie Powell
2022-04-20
1
-1
/
+1
*
Fix doxygen to include the public module header files.
Sadie Powell
2022-04-17
2
-1
/
+2
*
Add a numeric builder for the ERR_CHANOPRIVSNEEDED numeric.
•••
This should make privilege errors more consistent.
Sadie Powell
2022-04-12
1
-0
/
+18
*
Use ERR_UNAVAILRESOURCE for things that should be retried later.
•••
Also move it to the global numerics header to avoid duplication.
Sadie Powell
2022-04-12
1
-0
/
+1
*
Add a method for finding the next prefix mode above a rank.
Sadie Powell
2022-04-11
1
-0
/
+6
*
Add a method to ConfigTag to help with retrieving a single character.
Sadie Powell
2022-04-10
1
-0
/
+2
*
Expose the invite announcement level to modules.
Sadie Powell
2022-04-07
1
-0
/
+20
*
Fix converting a token list to a string.
•••
Fixes showing oper privs in /CHECK.
Sadie Powell
2022-04-05
1
-1
/
+4
*
Allow modules to handle WHO matching.
Sadie Powell
2022-03-25
1
-0
/
+20
*
Fix a compiler warning on Windows.
Sadie Powell
2022-03-19
1
-1
/
+1
*
Make the accessor methods in ssl_cert const.
Sadie Powell
2022-02-14
1
-11
/
+11
*
Squash an unnecessary string copy in SQL::Error.
Sadie Powell
2022-02-05
1
-1
/
+1
*
Fix various minor Doxygen warnings.
Sadie Powell
2022-02-02
2
-3
/
+3
*
Release v3.12.0.
v3.12.0
Sadie Powell
2021-12-31
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2021-12-30
7
-6
/
+7
*
Send an account id tag when account-tag & message-tags are enabled.
Sadie Powell
2021-12-28
2
-0
/
+8
*
If a user has a unique username then include it in bans.
Sadie Powell
2021-12-14
1
-0
/
+3
*
Sync uniqueusername from the connect class to the user.
•••
This is a massive hack for now but should be made to sync properly in v4 when we have extensibles that don't suck.
Sadie Powell
2021-12-14
1
-0
/
+3
*
Add the <connect:uniqueusername> option.
Sadie Powell
2021-11-23
1
-0
/
+3
*
Document ConnectClass and reorder it to avoid unnecessary padding.
Sadie Powell
2021-11-16
2
-68
/
+55
*
Fix TokenList not initializing permissive to false on creation.
Sadie Powell
2021-11-10
1
-0
/
+5
*
Add Server::GetPublicName(), fix not respecting <security:hideserver>.
Sadie Powell
2021-10-25
2
-2
/
+5
*
Move the ParseStack constructor out of the header.
Sadie Powell
2021-09-30
1
-32
/
+1
*
Use CXX11_OVERRIDE instead of the override keyword.
Sadie Powell
2021-09-22
1
-1
/
+1
*
Add an API for checking if I/O hooks are ready or not.
Sadie Powell
2021-09-22
2
-0
/
+22
*
Use the network name as the description when hideserver is enabled.
Sadie Powell
2021-09-04
1
-1
/
+1
*
Release v3.11.0.
v3.11.0
Sadie Powell
2021-08-27
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2021-08-27
3
-3
/
+2
*
Allow retrieving the already sent id from WriteNeighborsWithCap.
Sadie Powell
2021-07-24
1
-1
/
+5
*
Change ForEachNeighbour to return the already sent id.
Sadie Powell
2021-07-24
1
-3
/
+4
*
Deduplicate all whois numerics to the whois module header.
Sadie Powell
2021-07-05
2
-6
/
+18
*
Fix some "targ" usages which were missed in the earlier commit.
Sadie Powell
2021-07-03
2
-6
/
+10
*
Fix various spelling issues (#1883).
•••
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Josh Soref
2021-06-21
9
-22
/
+22
*
Fix xline matching on WebIRC connections.
Sadie Powell
2021-06-17
1
-2
/
+9
*
Add predefined config variables for the build time directories.
Sadie Powell
2021-06-13
1
-0
/
+7
*
Release v3.10.0.
v3.10.0
Sadie Powell
2021-05-14
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2021-05-14
15
-15
/
+14
*
Fix an off by one error in various bitsets.
Sadie Powell
2021-05-14
1
-2
/
+4
*
Fix sending malformed pong messages in some cases.
Sadie Powell
2021-05-14
1
-3
/
+4
*
Fix a bunch of weird indentation and spacing issues.
Sadie Powell
2021-04-27
16
-41
/
+41
*
Fix SendNoticeInternal not having a NULL command variant.
Sadie Powell
2021-04-27
1
-1
/
+4
*
Add support for per-DNSBL timeouts.
•••
This should fix the issue of some DNSBLs being slower than others.
Sadie Powell
2021-03-31
1
-2
/
+2
*
Fix various documentation comments.
Sadie Powell
2021-03-31
10
-24
/
+17
*
Add support for matching multiple hosts in <connect:{allow,deny}>.
Sadie Powell
2021-03-30
1
-4
/
+7
*
Add support for sending a standard reply with no command name.
Sadie Powell
2021-03-11
1
-5
/
+20
*
Add a subclass of IOHookProvider for SSL modules.
Sadie Powell
2021-03-09
1
-0
/
+10
*
Fix a bunch of really obvious unnecessary includes.
Sadie Powell
2021-03-05
12
-31
/
+6
[next]