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
/
m_spanningtree
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Update copyright headers.
InspIRCd Robot
2021-03-05
3
-5
/
+4
*
|
Refactor classbase/CullResult into Cullable/Cullable::Result.
Sadie Powell
2021-03-02
8
-19
/
+18
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-02-28
4
-3
/
+4
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-02-26
4
-3
/
+4
*
|
Replace all internal references to uline with services.
Sadie Powell
2021-01-30
8
-19
/
+19
*
|
Rename <uline> to <service>.
Sadie Powell
2021-01-30
2
-2
/
+2
*
|
Rename <security:hideulines> to <security:hideservices>.
Sadie Powell
2021-01-30
4
-5
/
+5
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-01-07
2
-0
/
+2
|
\
|
|
*
Disallow an empty last parameter in MAP.
Matt Schatz
2020-12-30
1
-0
/
+1
|
*
Send RPL_SAVENICK from irc2 when renaming a user to their UUID.
Sadie Powell
2020-12-22
1
-0
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-12-21
3
-7
/
+22
|
\
|
|
*
Hide the server name/desc better when <options:hideserver> is set.
Sadie Powell
2020-12-20
1
-1
/
+1
|
*
Don't call events provided by dying or dead modules.
Sadie Powell
2020-12-18
1
-0
/
+6
|
*
Fix MAP output on a dual v2/v3 network.
Sadie Powell
2020-12-16
1
-6
/
+15
*
|
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
1
-0
/
+15
|
\
|
|
*
Advertise the available extbans for services.
Sadie Powell
2020-12-03
1
-0
/
+8
*
|
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
-1
/
+1
*
|
Rename IdentMax to MaxUser for consistency with the other limits.
Sadie Powell
2020-11-27
1
-1
/
+1
*
|
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
*
|
Convert FOREACH_MOD_CUSTOM to a variadic function.
Sadie Powell
2020-11-10
6
-13
/
+13
*
|
Convert FIRST_MOD_RESULT_CUSTOM to a variadic function.
Sadie Powell
2020-11-10
1
-2
/
+1
*
|
Initial support for platform-specific module file extensions.
Sadie Powell
2020-11-04
1
-1
/
+5
*
|
Move FilePosition to fileutils.h and use in ConfigTag.
Sadie Powell
2020-11-03
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-11-01
3
-3
/
+3
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-10-30
3
-3
/
+3
*
|
Convert ConfigTag from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
2
-6
/
+12
*
|
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
-12
/
+6
*
|
Convert OperInfo from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
1
-1
/
+1
*
|
Convert CmdResult to an 8-bit strongly typed enum.
Sadie Powell
2020-10-27
29
-77
/
+77
*
|
Require SSL for linking servers.
Sadie Powell
2020-09-18
1
-3
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-09-18
3
-0
/
+7
|
\
|
|
*
Fix a word missing from the last commit.
Sadie Powell
2020-08-29
1
-1
/
+1
|
*
Warn about non-local plaintext server connections.
Sadie Powell
2020-08-29
3
-4
/
+19
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-08-25
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-07-30
1
-1
/
+1
*
|
Pascalize Cap::set and rename Cap::get to IsEnabled.
Sadie Powell
2020-07-20
1
-1
/
+1
*
|
Move GetNextLine from StreamSocket to TreeSocket.
Sadie Powell
2020-07-20
2
-0
/
+17
*
|
Fix the case of getError/getSendQSize and rewrite the doc comments.
Sadie Powell
2020-07-20
4
-6
/
+6
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-07-15
1
-1
/
+1
|
\
|
|
*
Fix a grammar error created by misspell-fixer.
Sadie Powell
2020-07-03
1
-1
/
+1
[prev]
[next]