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_dccallow.cpp
Age
Commit message (
Expand
)
Author
2016-08-22
Add stdalgo::string::equalsci and use it instead of irc::string for case-inse...
Attila Molnar
2016-08-17
Merge insp20
Attila Molnar
2016-02-25
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2016-02-24
m_dccallow Call WriteNumeric() in a loop when displaying help
Attila Molnar
2016-02-22
Merge insp20
Attila Molnar
2016-02-18
Fix dccallow to work with files with spaces in their names
Adam
2016-02-12
m_dccallow Add config option to control max entries on a list
Attila Molnar
2015-12-07
Remove some IS_SERVER() checks
Attila Molnar
2015-04-20
Merge insp20
Attila Molnar
2015-04-16
m_dccallow Validate tokens before use
Attila Molnar
2015-01-18
Specify which Extensible subclass an ExtensionItem is valid for
Attila Molnar
2015-01-10
Reduce std::string::substr() usage
Attila Molnar
2014-11-01
Add stdalgo::erase() and use it to simplify code
Attila Molnar
2014-07-25
Merge insp20
Attila Molnar
2014-04-12
Correct the syntax messages of a few modules.
Robby-
2014-01-21
Merge insp20
Attila Molnar
2014-01-19
m_dccallow Increase penalty for /DCCALLOW help
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
Change allocation of a few services to make use of auto registration
attilamolnar
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
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-06
Merge insp20
attilamolnar
2013-06-05
Remove unnecessary string copies and dead code
attilamolnar
2013-05-20
Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to On...
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-03
Convert InspIRCd::Duration() to be static
attilamolnar
2013-04-01
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
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-12
Remove usage of the deprecated ConfigReader
attilamolnar
2012-10-12
Remove superfluous std::string()s
attilamolnar
2012-07-01
m_callerid, m_dccallow Use OnUserPostNick hook instead of OnUserPreNick
attilamolnar
2012-07-01
m_callerid, m_dccallow Fix crash caused by allowing unregistered users and SI...
attilamolnar
2012-07-01
m_dccallow Fix unsafe iteration
attilamolnar
2012-05-30
Module description updates
Robby-
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-04-02
Use FindNickOnly in a few commands to prevent enumerating users via UID walking
Daniel De Graaf
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-10-18
Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader
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-10-14
Move static map of extensions into ServerInstance, add const-correctness
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
[next]