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_nopartmsg.cpp
Age
Commit message (
Expand
)
Author
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-19
Change empty string assignments to .clear() or remove them entirely
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-01-19
Extbans can be VF_OPTCOMMON as they do not desync on module add/remove
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-10-17
Remove dummy API_VERSION from Version constructor
danieldg
2009-10-13
removes unnecessary checks in modules, removes a superfluous else statement, ...
peavey
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-22
Describe module purpose in /MODULES output
danieldg
2009-09-13
Module API changes to use Membership* where sensible
danieldg
2009-09-02
ModResult conversion: Change return type of all module functions
danieldg
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-03-14
Extban rework: allow exceptions to override bans on join
danieldg
2009-02-25
Add VF_COMMON to all modules that provide an extban
danieldg
2009-01-25
Fix m_nopartmsg using the wrong extban character in 005, noted thanks to Jason.
w00t
2009-01-02
Update copyrights for 2009.
w00t
2008-08-25
Change module versions to use a string instead of fixed digits, and use props...
w00t
2008-07-13
Indentation tweak
brain
2008-07-11
Fix m_nopartmsg to work via API modification, involves a string copy that won...
w00t
2008-07-09
that failed to apply
pippijn
2008-07-02
Add module implementing +b p: - channel part message extban. Breaks compile c...
w00t