summaryrefslogtreecommitdiff
path: root/src/modules/m_timedbans.cpp
AgeCommit message (Expand)Author
2013-03-24m_timedbans Notice halfops and above when a timed ban is placedattilamolnar
2013-03-15Modified m_timedbans to behave more like setting mode +b manually.ShutterQuick
2012-12-02Register all commands, modes and extensions using AddService()attilamolnar
2012-12-02Dynamically determine the size of the eventlist[] passed to Attach()attilamolnar
2012-12-02Attach to events and register services in init()attilamolnar
2012-11-24m_check, m_namesx, m_timedbans Minor cleanupattilamolnar
2012-11-19Remove usage of deprecated CallCommandHandler() and IsValidModuleCommand()attilamolnar
2012-10-12Remove superfluous std::string()sattilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-09-25Fix unsafe iteration in m_timedbansDaniel De Graaf
2010-09-18Fix global notice of timedban add and remove being sourced from all serversDaniel De Graaf
2010-02-10Fix TBAN not working if the banner is owner/protecteddanieldg
2010-01-28Fix empty FMODE being sent if SendMode mode changesdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-03Remove AllowHalfop item from server configdanieldg
2009-10-17Make classbase and refcountbase uncopyable; expand comments on their indended...danieldg
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-22Describe module purpose in /MODULES outputdanieldg
2009-09-13Clean up Command constructordanieldg
2009-09-13Membership* changesdanieldg
2009-09-03Remove CMD_LOCALONLY, enforce use of GetRouting for routed commandsdanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-09-02Add Module* creator to Command and ModeHandlerdanieldg
2009-09-02Change allocation of commands/modesdanieldg
2009-06-01This time it's actually compile testeddanieldg
2009-06-01OK, it's more useful if this compiles...danieldg
2009-06-01Fix unsafe iteration pattern in m_timedbans - vector::erase invalidates all i...danieldg
2009-05-14Fix some incorrect STL iterations (using < end() instead of != end())special
2009-03-18fix for bug #777brain
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-11-01Second attempt at time() -> SI->Time(), now problems with the original were f...w00t
2008-10-23Revert earlier time() -> SI->Time() diff for now, this causes problems with d...w00t
2008-10-23Patch from Namegduf converting all instances (where possible) of time() -> Se...w00t
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-05-19Convert channel::name to std::string, this was a beastie!brain
2008-05-19Convert channel banlist members to std::stringbrain
2008-05-19More donebrain
2008-05-05parameters are already std::string no need to cast herepeavey
2008-05-05fix some unitialised vectors and tidy up a bit.peavey
2008-05-05oops, fix this one.peavey
2008-05-05Convert a fewpeavey
2008-04-23Fix from yesterday, properly fix timedbans, much neaterbrain
2008-04-22Break! ...no actually, take the break out :)brain
2008-04-21Remove the craqy self-restarting loop in trunk, and use proper safe iterators...brain
2008-04-21Patch to fix timedbans crash reported earlier today, thanks for the headsup w...brain
2008-04-04Change the function name because gcc is dumb :/brain
2008-04-04A convenience function for ProtocolInterface::SendMode that just takes a stri...brain