summaryrefslogtreecommitdiff
path: root/src/modules/m_banredirect.cpp
AgeCommit message (Expand)Author
2010-02-14Don't check for existance and such when removing bansdanieldg
2010-01-21Allow redirect bans to be unset by any op/halfop (bug #936)danieldg
2010-01-17Move initialization that throws configuration exceptions to init()danieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-21Delete modewatchers when unloading modules that use them to keep the server f...dz
2009-11-21Don't tell the user they are banned and then still let them join if they have...dz
2009-11-21allow channels starting with ## in m_banredirect.cpp, fixes bug #921 reported...dz
2009-10-17Make classbase and refcountbase uncopyable; expand comments on their indended...danieldg
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-10-14Move static map of extensions into ServerInstance, add const-correctnessdanieldg
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