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
/
u_listmode.h
Age
Commit message (
Expand
)
Author
2014-08-03
Fix listmodes when the config does not specify a wildcard size entry.
Peter Powell
2013-05-16
Remove unused variables, avoid copies where possible, check empty() instead o...
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-28
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-09-04
Do not apply parameter length restrictions or CleanMask when unsetting modes
Daniel De Graaf
2010-08-11
Also tidy masks being removed, fixes bug #70
Daniel De Graaf
2010-04-16
Check maximum length of ban list for local users, not remote
Daniel De Graaf
2010-02-03
Add access checking for m_autoop
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-10-25
Fixes from vtable cross-check
danieldg
2009-10-17
Make classbase and refcountbase uncopyable; expand comments on their indended...
danieldg
2009-10-14
Move static map of extensions into ServerInstance, add const-correctness
danieldg
2009-10-10
Update m_cloaking to use free-form keys instead of weakening the hash IV
danieldg