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
/
include
/
ctables.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unify command_parse and ctables.
Sadie Powell
2026-02-15
1
-320
/
+0
*
Update copyright headers.
InspIRCd Robot
2024-06-21
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2024-06-07
1
-2
/
+2
*
Merge branch 'insp3' into master.
Sadie Powell
2023-01-01
1
-1
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2022-12-30
1
-1
/
+1
*
|
Rename session registration to connection to avoid a semantic conflict.
•••
We previously referred to both session registration and user registration as "registration" which is confusing for users who aren't familiar with how IRC works.
Sadie Powell
2022-10-29
1
-2
/
+2
*
|
Make internal penalty be specified in millisecs instead of seconds.
•••
This removes the need to multiply it later.
Sadie Powell
2022-09-09
1
-2
/
+2
*
|
Default allow_empty_last_param to false.
Sadie Powell
2022-09-07
1
-2
/
+1
*
|
Fix more warnings discovered with -Weverything.
Sadie Powell
2022-09-05
1
-2
/
+0
*
|
Format enums with an underlying type like classes.
Sadie Powell
2022-04-30
1
-2
/
+4
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-04-29
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2022-04-28
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-03-11
1
-1
/
+2
|
\
|
|
*
Fix various minor Doxygen warnings.
Sadie Powell
2022-02-02
1
-2
/
+2
*
|
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-7
/
+7
*
|
Add the final keyword to all remaining classes that can have it.
Sadie Powell
2021-12-20
1
-4
/
+7
*
|
Clean up the routing code in the ctables header.
Sadie Powell
2021-07-24
1
-43
/
+58
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-05
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-03-05
1
-1
/
+1
*
|
Clean up a bunch of contructors and destructors.
Sadie Powell
2020-11-01
1
-2
/
+2
*
|
Convert CmdResult to an 8-bit strongly typed enum.
Sadie Powell
2020-10-27
1
-10
/
+10
*
|
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-05-05
1
-2
/
+2
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-04-24
1
-1
/
+1
|
*
Fixes by misspell-fixer
InspIRCd Robot
2020-04-21
1
-1
/
+1
*
|
Replace the flags_required field with an enum.
Sadie Powell
2020-04-14
1
-5
/
+15
*
|
Alow modules to specify multiple syntax lines.
Sadie Powell
2020-04-14
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-09
1
-2
/
+2
|
\
|
|
*
Fix various documentation and formatting issues.
Sadie Powell
2020-03-30
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-03-18
1
-41
/
+72
|
\
|
|
*
Allow commands to override ERR_{NEEDSMOREPARAMS,NOTREGISTERED}.
Sadie Powell
2020-03-18
1
-0
/
+12
|
*
Clean up the documentation of the Command and SplitCommand classes.
Sadie Powell
2020-03-05
1
-16
/
+48
|
*
Move user command stuff from CommandBase to Command.
Sadie Powell
2020-03-05
1
-28
/
+15
*
|
Use C++11 inline initialisation for class members.
Sadie Powell
2020-02-06
1
-6
/
+6
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-3
/
+6
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-3
/
+6
*
|
Replace translation macros with a C++11 initialiser list.
Sadie Powell
2019-02-15
1
-15
/
+0
*
|
Replace the override macro with the override keyword.
Sadie Powell
2019-01-25
1
-2
/
+2
|
/
*
Move the <disabled> tag out of the core to a new module.
Peter Powell
2019-01-24
1
-21
/
+0
*
Implement IRCv3 message tag support.
•••
Co-authored-by: Attila Molnar <attilamolnar@hush.com>
Peter Powell
2018-08-13
1
-1
/
+34
*
Use CommandBase::Params instead of std::vector<std::string>.
•••
This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters.
Peter Powell
2018-07-26
1
-6
/
+8
*
Add the override keyword in places that it is missing.
•••
GCCs warnings for this are much better than Clangs.
Peter Powell
2017-11-21
1
-1
/
+1
*
Fix a ton of -Wsign-conversion warnings.
Peter Powell
2017-11-17
1
-4
/
+4
*
Remove CMD_EPERM as it is not used anywhere.
Peter Powell
2017-10-21
1
-6
/
+9
*
Implement Command::RegisterService()
Attila Molnar
2015-11-23
1
-0
/
+4
*
Move implementation of Command and CommandBase functions into a source file
Attila Molnar
2015-01-24
1
-18
/
+4
*
Remove unused CommandBase::DecodeParameter()
Attila Molnar
2015-01-24
1
-10
/
+0
*
Switch to unsigned ints in CommandBase constructor for min and max params
Attila Molnar
2015-01-24
1
-1
/
+1
*
Add ProtocolInterface::BroadcastEncap() and infrastructure for manually forwa...
Attila Molnar
2014-01-26
1
-0
/
+6
[next]