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_channames.cpp
Age
Commit message (
Expand
)
Author
2014-01-31
Remove some dead code
Attila Molnar
2014-01-21
Merge insp20
Attila Molnar
2013-12-21
Allow ranges beginning with 0 in m_channames
Daniel Vassdal
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-08
Fix a couple of issues
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-07-19
Replace hardcoded mode letters, part 2
attilamolnar
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-06-13
Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat...
attilamolnar
2013-06-06
Merge insp20
attilamolnar
2013-05-18
m_channames Fix iteration in ValidateChans()
attilamolnar
2013-05-18
Remove the size argument from IsChannel and IsNick.
Peter Powell
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-04-01
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
2013-04-01
Change IsNickHandler()/IsIdentHandler()/IsChannelHandler() to use C++ strings...
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-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-05-09
Fix negative array access in channame
Daniel De Graaf
2010-02-25
GCC doesn't like characters being used in array subscripts
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-10-23
Make User::uuid and User::server const
danieldg
2009-10-18
Cull channels, warn when Extensible objects are not culled as they must be
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-21
Add channames module [jackmcbarn]
danieldg