summaryrefslogtreecommitdiff
path: root/src/modules/m_banredirect.cpp
AgeCommit message (Expand)Author
2009-10-08Update Event and Request APIsdanieldg
2009-10-05Run DelMode and DelModeWatcher in RemoveModuledanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-22Describe module purpose in /MODULES outputdanieldg
2009-09-13Membership* changesdanieldg
2009-09-13Change Extensible to use strongly typed entriesdanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-09-02Remove "servermode" parameter, replace with IS_FAKE() which is more reliabledanieldg
2009-09-02Add Module* creator to Command and ModeHandlerdanieldg
2009-09-02Change allocation of commands/modesdanieldg
2009-05-24OnRehash changes: split to multiple hooks to clarify use and prevent explosio...danieldg
2009-05-03Copypastafail.w00t
2009-05-03Some general tidyup in here (also some possible desync fixes, check IS_LOCAL....w00t
2009-04-20Actually use irc::modestacker correctlydanieldg
2009-04-06Weed out a few leftover server instances from before modules had ServerInstan...peavey
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-25Add VF_COMMON to all modules that provide an extbandanieldg
2009-02-25Remove VF_COMMON from m_banredirect, it only adds an extbandanieldg
2009-02-16Remove redundant PriorityState, enum Priority does the exact same thing.w00t
2009-01-02Update copyrights for 2009.w00t
2008-12-13Also use freenode's 470 numeric in m_banredirect.psychon
2008-09-06Depends on: ../../include/u_listmode.hbrain
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-08-22Match conversion stuff.w00t
2008-08-05Fix banredirect modifying extban masks, patch based on one provided by jackmc...w00t
2008-07-20Remove custom members for +lk storagew00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-05-25Compile fixes, was forced to move some stuff aroundbrain
2008-05-25First phase of conversion to dynamic limits on all the lengths, configured vi...brain
2008-05-19Convert channel::name to std::string, this was a beastie!brain
2008-05-19Fix thesebrain
2008-05-05fix some unitialised vectors and tidy up a bit.peavey
2008-05-04Convert a whole bunch morepeavey
2008-04-16Change that allows the m_override module to not announce a key override for a...brain
2008-03-30Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...aquanight
2008-03-24A load of classes dont inherit from classbase, and they should. fix.brain
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-02-22Nuke TIMESYNC from orbit \o/w00t
2008-02-18Phew. Fix a bunch of method sigs to stop warnings.w00t
2008-02-14Change the Implementation list size from a sizeof which worked by fluke to ju...om
2008-02-11-Woverloaded-virtual fixesw00t
2008-01-17Remove a redundant method here, call the mode manager directlyw00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-04Fix m_banredirect: (hint: sizeof(f) != sizeof(*f) ;p)w00t
2007-11-09Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg...brain
2007-11-09Same here, fix some minor memory leaks noticed by w00tbrain
2007-11-04Honking huge commit. Removal of DELETE() template that never worked right anywaybrain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-11-04For now, just fix the Priority Prioritize(). We might be able to do the rest ...brain
2007-10-15In the grand tradition of huge fucking commits:w00t