Age | Commit message (Expand) | Author |
2009-09-26 | Change IS_FAKE and CheckTimeStamp to IS_SERVER and ResolveModeConflict to cla... | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-21 | Create StreamSocket for IO hooking implementation | danieldg |
2009-09-13 | Change match direction of extbans to allow stacking | danieldg |
2009-09-13 | Clean up Command constructor | danieldg |
2009-09-13 | Add SerializeFormat for easier metadata formatting | danieldg |
2009-09-13 | Remove redundant ServerInstance* fields | danieldg |
2009-09-13 | Use FindMode instead of FindPrefix for OnUserPreJoin privs; makes it possible... | danieldg |
2009-09-13 | Replace OnAccessCheck with OnPreMode to remove a number of redundant checks | danieldg |
2009-09-13 | Module API changes to use Membership* where sensible | danieldg |
2009-09-13 | Membership* changes | danieldg |
2009-09-13 | Change Extensible to use strongly typed entries | danieldg |
2009-09-05 | Likewise, convert OnLocalTopicChange to OnPreTopicChange and to be run for bo... | w00t |
2009-09-05 | Change OnPostLocalTopicChange to be OnPostTopicChange, invoked for both remot... | w00t |
2009-09-03 | Change cmd_*.so to use the Module object API | danieldg |
2009-09-02 | Include VERSION/REVISION information in module version tag, so that we do no ... | danieldg |
2009-09-02 | Add OnChangeIdent and FIDENT support | danieldg |
2009-09-02 | Add OnSendWhoLine hook, and use it in the oper hiding modules | danieldg |
2009-09-02 | Change SAMODE to source from the acting user, not the server | danieldg |
2009-09-02 | Fix some ICC-found warnings and remove unused #define | 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 | Record module source file in the Module object | danieldg |
2009-09-02 | Change OnHookUserIO to OnHookIO, making it usable for more than User* and les... | danieldg |
2009-09-02 | Add VF_OPTCOMMON for optionally common modules | danieldg |
2009-09-02 | MetaData rework | danieldg |
2009-09-02 | Strong typing for stacked module results | danieldg |
2009-09-02 | Remove unused I_ProtoSendMetaData, I_ProtoSendMode fields of Implementation | danieldg |
2009-09-02 | Replace FOREACH_RESULT_MAP with a more readable and flexible do_each_hook/whi... | danieldg |
2009-09-02 | Add "created" parameter to OnUserJoin, to avoid explicit checks for +P | danieldg |
2009-09-02 | Replace std::deque with std::vector in spanningtree and related modules | danieldg |
2009-09-01 | Remove unneeded #ifdef IPV6 lines | danieldg |
2009-09-01 | Remove more text<->binary IP conversions, making code more IPv4/IPv6 independent | danieldg |
2009-08-11 | Fix module prioritization when a module asks to be after spanningtree, which ... | danieldg |
2009-08-03 | Purely a documentation fix: PRIO_AFTER doesn't exist any more, it's PRIORITY... | w00t |
2009-07-01 | Make rehash generate a new ServerInstance->Config object | danieldg |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-05-13 | Replace loopCall detection in OnUserKick with a check for the m_spanningtree ... | danieldg |
2009-04-23 | rollback r11326, we're going to make vc9 the officially supported windows bui... | peavey |
2009-04-23 | Heres the beef so far | brain |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-14 | Extban rework: allow exceptions to override bans on join | danieldg |
2009-03-07 | Include explicit parameter list in ProtocolInterface::SendMode | danieldg |
2009-03-06 | Construct explicit parameter type list for MODE parameters | danieldg |
2009-02-16 | Remove redundant PriorityState, enum Priority does the exact same thing. | w00t |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-23 | Remove an unused event. | w00t |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-21 | Minor documentation fix, spotted by Johannes13 | dz |