Age | Commit message (Expand) | Author |
2014-07-14 | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead | Attila Molnar |
2014-07-14 | Rename UserMembList to Channel::MemberMap, switch all code to use it | Attila Molnar |
2014-07-14 | Change return type of Channel::GetUsers() to reference from pointer as it is ... | Attila Molnar |
2014-06-14 | Kill needless #includes in source files | Attila Molnar |
2014-04-20 | Change the OnNamesListItem() hook to return ModResult | Attila Molnar |
2014-02-21 | Replace mode letter parameter of OnRawMode() with a ModeHandler*, remove pcnt | Attila Molnar |
2014-01-24 | Convert UserChanList to an intrusively linked list | Attila Molnar |
2013-09-08 | Automatically register ServiceProviders created by modules | attilamolnar |
2013-08-04 | Automatically attach modules to events | attilamolnar |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-07-01 | Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() w... | attilamolnar |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar |
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 |