Age | Commit message (Expand) | Author |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-10-12 | Remove superfluous std::string()s | attilamolnar |
2012-07-13 | Use SimpleUserModeHandler/SimpleChannelModeHandler where possible | attilamolnar |
2012-07-06 | Updated the version lines on several modules. | Shawn Smith |
2012-05-30 | Module description updates | Robby- |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-19 | Revert 05e6330fbd6e9a427c09cf90e2cada10656c48f7 and reference HELPOP instead ... | Robby- |
2010-02-12 | Fix help text in helpop, route ACCEPT command to fix callerid | danieldg |
2010-01-17 | Move initialization that throws configuration exceptions to init() | danieldg |
2010-01-15 | Remove VF_COMMON from mode-provider modules (no longer needed due to better C... | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-11 | Change /HELPOP => /HELP to be sensible and match every other ircd | danieldg |
2009-10-21 | Use ConfigTagList as a faster access method for access to configuration | danieldg |
2009-10-18 | More classbase cleanup, hold ConfigTag reference in Autoconnect/Link | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-08 | Add names for all modes (part 1 of named channel mode list) | danieldg |
2009-10-05 | Run DelMode and DelModeWatcher in RemoveModule | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-13 | Clean up Command constructor | danieldg |
2009-09-13 | Simplify ModeHandler constructor | danieldg |
2009-09-02 | Remove "servermode" parameter, replace with IS_FAKE() which is more reliable | danieldg |
2009-09-02 | Add Module* creator to Command and ModeHandler | danieldg |
2009-09-02 | Change allocation of commands/modes | danieldg |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-06 | Convert helpop to use a ModeHandler base rather than a SimpleUserModeHandler,... | w00t |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-10-18 | Patch from Namegduf to use established numerics for HELPOP instead of notices. | w00t |
2008-10-08 | Fix memory leak in helpop config loading, thanks Macgyver. | w00t |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-05-19 | Fix these too | brain |
2008-05-05 | Convert convert convert | peavey |
2008-05-01 | Simple user/channel mode patch | brain |
2008-03-24 | And more of them | brain |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-02-18 | Phew. Fix a bunch of method sigs to stop warnings. | w00t |
2008-01-17 | Remove a redundant method here, call the mode manager directly | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-11-04 | Remove Implements() method from every module. booya. | brain |
2007-11-04 | Honking huge commit. Removal of DELETE() template that never worked right anyway | brain |
2007-11-04 | Convert all to new Attach() system. The Implements() method needs removing fr... | brain |
2007-10-23 | More | brain |
2007-10-21 | Another big commit, just to please all my fans out there.. cmd_* -> Command*.... | 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-30 | parameters[0] -> parameter.c_str() | brain |
2007-09-24 | Fix for bug #424 | brain |
2007-08-27 | Remove unnecessary header traffic | w00t |