Age | Commit message (Expand) | Author |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-03-22 | Remove channel argument from OnSendWhoLine, this information is already avail... | danieldg |
2010-03-10 | Clean up /WHO output for auditorium channels | danieldg |
2010-03-05 | Fix variable shadowing warning | danieldg |
2010-03-05 | Take auditorium-see into account when building neighbor list | danieldg |
2010-02-26 | Allow auditorium mode to be customized via exemptchanops | 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-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 | Add OnBuildNeighborList hook, replaces all uses of OnHostCycle | 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 | Simplify ModeHandler constructor | danieldg |
2009-09-13 | Module API changes to use Membership* where sensible | danieldg |
2009-09-13 | Membership* changes | danieldg |
2009-09-05 | Fix auditorium trimming kick messages to the first word (reported on forum to... | w00t |
2009-09-02 | ModResult conversion: Change return type of all module functions | 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 | Add "created" parameter to OnUserJoin, to avoid explicit checks for +P | danieldg |
2009-09-02 | Change allocation of commands/modes | danieldg |
2009-07-07 | Remove bad check for channel op in m_auditorium, fixes bug #886 | 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-02-14 | Le oops, got wrong sender on kick. | peavey |
2009-02-14 | Make override work with KICK PART and JOIN | peavey |
2009-02-14 | Fix reverse logic on oper override on names list | peavey |
2009-01-04 | Fixed behavior of KICK in m_auditorium, fixes bug #649 reported by Schiz0. | dz |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-10-18 | Convert a number of modules to using privs. | w00t |
2008-10-02 | The module hook is kinda required. | brain |
2008-10-02 | Fix for bug #601 | brain |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-07-14 | Lots, lots more numerics.h conversion | w00t |
2008-07-11 | Fix m_nopartmsg to work via API modification, involves a string copy that won... | w00t |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-05-19 | Convert channel::name to std::string, this was a beastie! | brain |
2008-05-18 | Fix two | brain |
2008-05-05 | fix some unitialised vectors and tidy up a bit. | peavey |
2008-05-04 | Convert this one too | peavey |
2008-03-24 | Finally change all the Version() objects | brain |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | brain |
2008-03-21 | Remove Prioritize(), no longer needed | brain |
2008-03-21 | Make m_auditorium use the new api (this is MUCH easier to understand) | brain |
2008-02-18 | Phew. Fix a bunch of method sigs to stop warnings. | w00t |
2008-02-06 | Add <auditorium:operoverride> setting, based on patch contributed by Sm0ke0ut | w00t |