index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
ctables.h
Age
Commit message (
Expand
)
Author
2021-03-05
Update copyright headers.
InspIRCd Robot
2020-09-27
Make shun block client-only tags by default.
Sadie Powell
2020-04-24
Update copyright headers.
InspIRCd Robot
2020-04-21
Fixes by misspell-fixer
InspIRCd Robot
2020-03-30
Fix various documentation and formatting issues.
Sadie Powell
2020-03-18
Allow commands to override ERR_{NEEDSMOREPARAMS,NOTREGISTERED}.
Sadie Powell
2020-03-05
Clean up the documentation of the Command and SplitCommand classes.
Sadie Powell
2020-03-05
Move user command stuff from CommandBase to Command.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-01-24
Move the <disabled> tag out of the core to a new module.
Peter Powell
2018-08-13
Implement IRCv3 message tag support.
Peter Powell
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2017-11-21
Add the override keyword in places that it is missing.
Peter Powell
2017-11-17
Fix a ton of -Wsign-conversion warnings.
Peter Powell
2017-10-21
Remove CMD_EPERM as it is not used anywhere.
Peter Powell
2015-11-23
Implement Command::RegisterService()
Attila Molnar
2015-01-24
Move implementation of Command and CommandBase functions into a source file
Attila Molnar
2015-01-24
Remove unused CommandBase::DecodeParameter()
Attila Molnar
2015-01-24
Switch to unsigned ints in CommandBase constructor for min and max params
Attila Molnar
2014-01-26
Add ProtocolInterface::BroadcastEncap() and infrastructure for manually forwa...
Attila Molnar
2014-01-05
Introduce Server class
Attila Molnar
2013-08-18
Create the CommandBase class from Command
attilamolnar
2013-06-13
Remove TR_END, remove TRANSLATEx() from commands that do not need it
attilamolnar
2013-06-01
Remove (non-functional) total_bytes counter from Command
attilamolnar
2013-04-12
Tidy up source files:
Peter Powell
2012-12-15
Add a flag to Command that controls whether an empty last parameter is allowe...
attilamolnar
2012-12-05
Change a few signed counter variables to unsigned so they roll over later
attilamolnar
2012-07-05
Fix Doxygen syntax errors.
Peter Powell
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2012-04-14
Fixes for bug #12
Justin Crawford
2010-02-12
Floating-point math should have no place in an ircd
danieldg
2010-01-18
Move lots of spanningtree items to commands
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-11-16
Use ServiceProvider for inter-module dependencies
danieldg
2009-11-15
Add Inspircd::AddServices
danieldg
2009-10-24
Move forward declarations to typedefs.h
danieldg
2009-10-21
Move SetClass to LocalUser
danieldg
2009-10-19
Maintain refcount of Module objects to complain about leaked pointers
danieldg
2009-10-18
Remove more classbase
danieldg
2009-10-13
Remove Command and ModeHandler objects in their destructors; fixes possible p...
danieldg
2009-10-02
Fix routing for normal core commands like QUIT
danieldg
2009-10-01
Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing
danieldg
2009-09-13
Clean up Command constructor
danieldg
2009-09-03
Remove HandleInternal and HandleServer, they are duplicated by Request* and F...
danieldg
2009-09-03
Remove CMD_LOCALONLY, enforce use of GetRouting for routed commands
danieldg
2009-09-02
Add more comments here
brain
2009-09-02
Add Module* creator to Command and ModeHandler
danieldg
2009-09-02
Allow commands to optionally route themselves using ENCAP
danieldg
2009-09-02
Include explicit routing information in Command, will replace CMD_LOCALONLY r...
danieldg
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
[next]