Age | Commit message (Expand) | Author |
2014-10-17 | m_delayjoin Only send JOIN on mode change if the mode being changed is a pref... | Attila Molnar |
2012-12-02 | Register a few extensions that weren't registered | attilamolnar |
2012-12-02 | Register all commands, modes and extensions using AddService() | attilamolnar |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-12-02 | Attach to events and register services in init() | attilamolnar |
2012-05-30 | Module description updates | Robby- |
2012-05-25 | Debian typo fixes. | Peter Powell |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-08-08 | Stop hiding users when a prefix is set on them, fixes apparent desyncs | Jens Voss |
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-24 | Get rid of ModePair | 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-14 | Fix OnHostCycle in m_delayjoin [patch by dKingston] | danieldg |
2009-09-13 | Remove redundant ServerInstance* fields | 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-02 | Rip out VisData in preparation for replacing it with more flexible hooks | danieldg |
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-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-05 | Fix delayjoin adding an extra @ prefix mode | danieldg |
2009-03-04 | delayjoin: Remove broken check for channel ops, use ModeHandler parameter ins... | danieldg |
2009-03-04 | Clean up delayjoin extension behavior | danieldg |
2009-02-01 | Don't prevent a user from seeing themself on NAMES if +D is set, fixes part o... | dz |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-10-02 | The module hook is kinda required. | brain |
2008-10-02 | Fix for bug #601 | brain |
2008-08-28 | Patch modifying these modules to work on older gcc/openbsd, provided by Dagon... | w00t |
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-19 | And these | brain |
2008-05-08 | Possible todo | w00t |
2008-05-08 | Clarify a comment that confused me | w00t |
2008-05-05 | fix some unitialised vectors and tidy up a bit. | peavey |
2008-05-04 | converting m_d* done | peavey |
2008-04-04 | Add safety check for nonexistent server in receiving server origin privmsg (s... | brain |
2008-03-30 | Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi... | aquanight |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | brain |