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
stats
log msg
author
committer
range
path:
root
/
src
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Use unicode box drawing characters in the /MAP output.
Sadie Powell
2020-12-21
1
-3
/
+3
*
|
Fix comparing optional module lists.
Sadie Powell
2020-12-21
1
-1
/
+1
*
|
Rewrite CAPAB MODULES/MODSUPPORT parsing/generation logic.
Sadie Powell
2020-12-07
2
-98
/
+126
*
|
Omit module prefixes/suffixes when linking using the 1206 protocol.
Sadie Powell
2020-12-05
1
-4
/
+13
*
|
Match CAPAB subcommands using the IRC casemapping.
Sadie Powell
2020-12-05
1
-8
/
+8
*
|
Refactor CAPAB CAPABILITIES code to use a map.
Sadie Powell
2020-12-04
1
-32
/
+45
*
|
Only send CAPAB EXTBANS if using the 1206 protocol.
Sadie Powell
2020-12-04
1
-4
/
+6
*
|
Add support for the 1206 spanningtree protocol.
•••
For now this is identical to 1205 but changes will be happening soon.
Sadie Powell
2020-12-04
3
-4
/
+7
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-12-04
9
-27
/
+67
|
\
|
|
*
Fix a copy/paste error in the http path normalising code.
Sadie Powell
2020-12-04
1
-1
/
+1
|
*
Fix the name of the sha1 provider.
Sadie Powell
2020-12-04
1
-1
/
+1
|
*
Normalise paths in the httpd module.
Sadie Powell
2020-12-04
3
-11
/
+31
|
*
Improve HTTP logging.
Sadie Powell
2020-12-04
3
-3
/
+7
|
*
Be more specific when a HTTP parser error happens.
Sadie Powell
2020-12-04
1
-3
/
+5
|
*
Fix default linker flags in libargon2
•••
It's -largon2, not -llibargon2. I've experienced build failures due to this.
Elizabeth Myers
2020-12-03
1
-1
/
+1
|
*
Advertise the available extbans for services.
Sadie Powell
2020-12-03
1
-0
/
+8
|
*
Check the ident when checking against IP in ldapoper (#1823)
Christos Triantafyllidis
2020-12-03
1
-2
/
+1
|
*
Fail a SANICK if the target nickname already exists.
•••
Workaround for #1791.
Sadie Powell
2020-11-24
1
-1
/
+1
|
*
Fix some confusing logic in sanick.
Sadie Powell
2020-11-24
1
-5
/
+5
|
*
Improve the message sent when overriding channel modes.
•••
Ref: #1816.
satmd
2020-11-22
1
-1
/
+1
*
|
Rename ChanMax to MaxChannel for consistency with the other limits.
Sadie Powell
2020-11-27
2
-2
/
+2
*
|
Rename NickMax to MaxNick for consistency with the other limits.
Sadie Powell
2020-11-27
4
-4
/
+4
*
|
Rename IdentMax to MaxUser for consistency with the other limits.
Sadie Powell
2020-11-27
4
-6
/
+6
*
|
Cleanup CAPAB MODULES/MODLIST now we don't need 1202 compatibility.
Sadie Powell
2020-11-27
1
-37
/
+6
*
|
Convert CapabData to be a unique_ptr.
Sadie Powell
2020-11-27
2
-18
/
+10
*
|
Merge tag 'v3.8.1' into master.
Sadie Powell
2020-11-20
14
-25
/
+44
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-11-20
10
-13
/
+13
|
*
Update the module descriptions.
Sadie Powell
2020-11-20
8
-8
/
+8
|
*
Fail websocket connections if changing the user's IP errors.
Sadie Powell
2020-11-20
1
-0
/
+4
|
*
Avoid doing "IP changed" event stuff on quitting users.
Sadie Powell
2020-11-20
4
-4
/
+7
|
*
Prioritise connectban and dnsbl after core_xline.
Sadie Powell
2020-11-10
2
-0
/
+12
*
|
Convert IRCv3::Replies::Reply#Send[IfCap] to variadic functions.
Sadie Powell
2020-11-12
1
-1
/
+1
*
|
Use references instead of pointers for aliases.
Sadie Powell
2020-11-11
1
-18
/
+18
*
|
Add stdalgo::equal_range and switch more stuff to iterator_range.
Sadie Powell
2020-11-11
4
-27
/
+18
*
|
Convert FOREACH_MOD_CUSTOM to a variadic function.
Sadie Powell
2020-11-10
13
-26
/
+24
*
|
Convert FIRST_MOD_RESULT_CUSTOM to a variadic function.
Sadie Powell
2020-11-10
3
-9
/
+6
*
|
Use a range-based for loop in the httpd_config module.
Sadie Powell
2020-11-10
1
-5
/
+6
*
|
Initial support for platform-specific module file extensions.
Sadie Powell
2020-11-04
10
-11
/
+15
*
|
Move config typedefs to ServerConfig and use auto in more places.
Sadie Powell
2020-11-03
6
-6
/
+6
*
|
Store the SQL row id in the synthesised sqloper config tags.
Sadie Powell
2020-11-03
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-11-03
6
-10
/
+43
|
\
|
|
*
Make connect class debug logging more complete and consistent.
Sadie Powell
2020-11-03
6
-10
/
+43
*
|
Rename ConfigTag::tag to ConfigTag::name.
Sadie Powell
2020-11-03
1
-2
/
+2
*
|
Move FilePosition to fileutils.h and use in ConfigTag.
Sadie Powell
2020-11-03
27
-69
/
+69
*
|
Replace ConfigTag::create with a public constructor.
Sadie Powell
2020-11-03
1
-3
/
+2
*
|
Rename ConfigItems to ConfigTag::Items.
Sadie Powell
2020-11-03
2
-4
/
+4
*
|
Convert ConnectClass from reference<> to std::shared_ptr<>.
Sadie Powell
2020-11-03
6
-6
/
+6
*
|
Clean up a bunch of contructors and destructors.
Sadie Powell
2020-11-01
3
-5
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-11-01
9
-9
/
+10
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-10-30
9
-9
/
+10
[prev]
[next]