Age | Commit message (Expand) | Author |
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 |
2009-03-06 | Construct explicit parameter type list for MODE parameters | danieldg |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-10-25 | Add optional max_params for commands, which means that we can compress 'extra... | w00t |
2008-09-20 | More comments, and remove some unused craq. Someone (that being me) once wrot... | brain |
2008-08-09 | Unbreak compile.. | w00t |
2008-08-09 | Add translation type TR_CUSTOM, and fix up callerid some. | aquanight |
2008-06-06 | m_abbreviation completed. :) | brain |
2008-05-04 | Fix unused HandleServer to use new system too, and update comments to match api | brain |
2008-05-04 | Conversion of command handler params from "const char* const* parameters, int... | brain |