Age | Commit message (Expand) | Author |
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 |
2008-04-21 | Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d... | brain |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-02-13 | CONSTIFY\! | w00t |
2008-02-13 | Fix a silly crash I caused. | w00t |
2008-02-13 | Slight API tweak. Change Command to take char * instead of char in it's const... | w00t |
2008-02-03 | Clear up header insanity | w00t |
2008-02-03 | (finally) remove deprecated CMD_USER_DELETED | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-10-23 | -pedantic tidyups, lets see if it finds anything worthy of a fix | brain |
2007-10-21 | CHange Penalty to be set in constructor, and to default to 1 | w00t |
2007-10-21 | Penalty should be 'const int'. Note, you can set a const in the constructors ... | brain |
2007-10-21 | Add int Penalty to Command. At the moment, nothing uses this, and constructor... | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-10-15 | class command_t -> class Command. Whey :D | w00t |
2007-09-27 | Remove /summon and /users (I think 15+ years of being marked deprecated is en... | w00t |