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
...
|
*
Add support for blocking tag messages with the deaf mode.
Sadie Powell
2021-03-30
1
-37
/
+74
|
*
Make the system-wide runtime directory /var/run/inspircd.
•••
This avoids permission issues.
Sadie Powell
2021-03-25
1
-1
/
+1
|
*
Remove the Kiwi links from the readme.
•••
If you're setting up an IRC server you should be able to use an IRC client to connect to the support channel.
Sadie Powell
2021-03-25
1
-3
/
+3
|
*
Improve the header messages of the filter and permchannels modules.
Sadie Powell
2021-03-21
2
-2
/
+7
|
*
Add an <include> option to allow certain config files to not exist.
•••
This is useful when using modules that generate a config file such as the filter and permchannels modules.
Sadie Powell
2021-03-19
2
-2
/
+17
*
|
Always disable TLSv1.0 and disable TLSv1.1 by default.
Sadie Powell
2021-03-18
1
-7
/
+3
*
|
Add a subclass of ExtensionItem exclusively for booleans.
Sadie Powell
2021-03-17
10
-79
/
+143
*
|
Implement support for automatically syncing extension items.
Sadie Powell
2021-03-17
7
-27
/
+58
*
|
Move extensible code from base.cpp to extensible.cpp and cleanup.
Sadie Powell
2021-03-17
2
-147
/
+140
*
|
Mark {From,To}{Human,Internal,Network} as noexcept.
Sadie Powell
2021-03-17
15
-54
/
+54
*
|
Add a forwarding overload of SimpleExtItem#Set.
Sadie Powell
2021-03-17
9
-14
/
+13
*
|
Pascalize Unset in extension item classes.
Sadie Powell
2021-03-17
27
-48
/
+48
*
|
Pascalize Set in extension item classes.
Sadie Powell
2021-03-17
37
-78
/
+78
*
|
Pascalize Get in extension item classes.
Sadie Powell
2021-03-17
54
-140
/
+140
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-17
17
-64
/
+167
|
\
|
|
*
Default <permchannelsdb:listmodes> to on.
Sadie Powell
2021-03-14
1
-1
/
+1
|
*
Implement support for saving filters.
Sadie Powell
2021-03-14
1
-2
/
+83
|
*
Convert the ISO 8859-2 nationalchars files to codepage configs.
Sadie Powell
2021-03-14
11
-44
/
+61
|
*
Rename the latin1 codepage to iso-8859-1.
Sadie Powell
2021-03-14
2
-2
/
+2
|
*
Treat an empty bool/duration/int/uint config field as undefined.
Sadie Powell
2021-03-14
1
-4
/
+4
|
*
Allow passing --prefix with --system.
Sadie Powell
2021-03-11
1
-9
/
+9
|
*
Add support for sending a standard reply with no command name.
Sadie Powell
2021-03-11
1
-5
/
+20
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-10
16
-32
/
+80
|
\
|
|
*
Rename `<bind:ssl>` to `<bind:sslprofile>`.
Sadie Powell
2021-03-10
8
-11
/
+12
|
*
Rename `<link:ssl>` to `<link:sslprofile>`.
Sadie Powell
2021-03-10
2
-3
/
+3
|
*
Fix the cloaking module on C++98 compilers.
Sadie Powell
2021-03-10
1
-1
/
+1
|
*
Add a human-readable version of the cloak list.
Sadie Powell
2021-03-09
1
-4
/
+16
|
*
Space-delimit the human readable callerid extensible data.
Sadie Powell
2021-03-09
1
-2
/
+4
|
*
Add a subclass of IOHookProvider for SSL modules.
Sadie Powell
2021-03-09
4
-6
/
+16
|
*
Fix the `STATS p` output being ambiguous.
•••
- Add the middle I/O hook to the stats output. - Make it obvious what the various fields actually are.
Sadie Powell
2021-03-08
1
-2
/
+13
|
*
Fix using single quotes where double quotes should be used.
Sadie Powell
2021-03-06
1
-1
/
+1
|
*
Fix not always incrementing the DNSBL stats.
Sadie Powell
2021-03-06
1
-5
/
+18
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-05
16
-62
/
+21
|
\
|
|
*
Fix a bunch of really obvious unnecessary includes.
Sadie Powell
2021-03-05
16
-36
/
+8
|
*
Fix detection of the ldap, regex_stdlib, and ssl_mbedtls module deps.
•••
I am so sorry for writing this cursed magic.
Sadie Powell
2021-03-05
1
-6
/
+3
|
*
Remove some todo comments which are outdated or misleading.
Sadie Powell
2021-03-05
3
-7
/
+6
|
*
Fix comments that claim that the InspIRCd protocol uses TS6 UUIDs.
•••
Just because they happen to look the same doesn't mean that they actually are.
Sadie Powell
2021-03-05
2
-3
/
+2
|
*
Fix weird typemask logic in the connect class reader.
Sadie Powell
2021-03-05
1
-24
/
+12
*
|
Remove unnecessary prefix from socketengine source files.
Sadie Powell
2021-03-05
8
-6
/
+5
*
|
Implement support for other SHA2 hash types.
Sadie Powell
2021-03-05
3
-25
/
+26
*
|
Rename gecosban to realnameban.
Sadie Powell
2021-03-05
5
-11
/
+11
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-05
126
-200
/
+257
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-03-05
124
-145
/
+164
|
*
Fix parsing the output of git-blame in mkheaders.
Sadie Powell
2021-03-05
1
-16
/
+13
|
*
Ignore moved lines in mkheaders.
Sadie Powell
2021-03-05
1
-1
/
+1
|
*
Use InnoDB instead of the deprecated MyISAM in the sqloper table.
Sadie Powell
2021-03-04
1
-1
/
+1
|
*
Fix not being able to colour format output to stderr on Windows.
Sadie Powell
2021-03-03
4
-29
/
+67
|
*
Fix building on Windows.
Sadie Powell
2021-03-02
1
-0
/
+5
|
*
Fix using std::cout instead of errstr when a port fails to bind.
Sadie Powell
2021-03-02
1
-1
/
+1
|
*
Deduplicate checking the source for the users/auspex priv in WHO.
Sadie Powell
2021-03-02
1
-1
/
+2
[prev]
[next]