index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_timedbans.cpp
Age
Commit message (
Expand
)
Author
2016-08-22
m_timedbans Remove TimedBan::channel
Attila Molnar
2016-08-22
Switch to irc::equals() from irc::string in modules that use it for comparing...
Attila Molnar
2016-08-22
m_timedbans Remove one irc::string usage
Attila Molnar
2016-02-25
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2015-04-20
Merge insp20
Attila Molnar
2015-04-13
m_timedbans Notice user when trying to set a ban that's already set
Attila Molnar
2015-04-13
m_timedbans Extract IsBanSet() to a function
Attila Molnar
2015-04-13
m_timedbans On channel destruction remove all timed bans belonging to the cha...
Attila Molnar
2015-04-13
m_timedbans Store Channel pointer in struct TimedBan
Attila Molnar
2014-09-03
Replace irc::modestacker usage with the new ModeParser::Process()
Attila Molnar
2014-01-06
Automatically register and unregister mode watchers
Attila Molnar
2013-12-15
Make various self contained methods static.
Peter Powell
2013-11-12
Use WriteNumeric() everywhere we send numerics and include the user's nick au...
Adam
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-08-04
Call ModeParser::Process() directly instead of going through the CommandParser
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-06-13
Remove TR_END, remove TRANSLATEx() from commands that do not need it
attilamolnar
2013-06-13
Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat...
attilamolnar
2013-06-01
Watch mode names with ModeWatchers instead of mode letters
attilamolnar
2013-06-01
Remove useless ModeType parameter from ModeWatcher::BeforeMode() and AfterMode()
attilamolnar
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-05-14
Add method for writing server notices.
Peter Powell
2013-04-08
Migrate u_listmode.h into the core, change +b to use it
attilamolnar
2013-04-08
Remove OnAddBan and OnDelBan hooks
attilamolnar
2013-04-03
Convert InspIRCd::Duration() to be static
attilamolnar
2013-04-01
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
2013-03-24
m_timedbans Notice halfops and above when a timed ban is placed
attilamolnar
2013-03-15
Modified m_timedbans to behave more like setting mode +b manually.
ShutterQuick
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-11-24
m_check, m_namesx, m_timedbans Minor cleanup
attilamolnar
2012-11-19
Remove usage of deprecated CallCommandHandler() and IsValidModuleCommand()
attilamolnar
2012-10-12
Remove superfluous std::string()s
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-09-25
Fix unsafe iteration in m_timedbans
Daniel De Graaf
2010-09-18
Fix global notice of timedban add and remove being sourced from all servers
Daniel De Graaf
2010-02-10
Fix TBAN not working if the banner is owner/protected
danieldg
2010-01-28
Fix empty FMODE being sent if SendMode mode changes
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-11-03
Remove AllowHalfop item from server config
danieldg
2009-10-17
Make classbase and refcountbase uncopyable; expand comments on their indended...
danieldg
2009-10-17
Remove dummy API_VERSION from Version constructor
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-22
Describe module purpose in /MODULES output
danieldg
2009-09-13
Clean up Command constructor
danieldg
2009-09-13
Membership* changes
danieldg
2009-09-03
Remove CMD_LOCALONLY, enforce use of GetRouting for routed commands
danieldg
2009-09-02
ModResult conversion: Change return type of all module functions
danieldg
[next]