index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_chanregister.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Correct some numerics
Daniel De Graaf
2010-08-21
1
-3
/
+3
|
*
Add per-user registration limit to m_chanregister
webczat
2010-08-21
1
-0
/
+30
|
*
Fix crash when m_chanregister is initialized prior to permchannels
Daniel De Graaf
2010-08-21
1
-4
/
+16
|
*
Change config reading hook for better error reporting
Daniel De Graaf
2010-08-21
1
-5
/
+3
|
|
|
|
|
This eliminates the OnRehash hook, and replaces it with ReadConfig which is called on boot, module load, and rehash.
*
Prevent changing +r when already set
webczat
2010-08-21
1
-0
/
+7
|
*
Fix desync of chanregister when merging modes
Daniel De Graaf
2010-08-20
1
-20
/
+17
|
*
Add verbose parameter to m_chanregister
webczat
2010-08-20
1
-7
/
+15
|
*
Remove double error check on prefixrequired
webczat
2010-08-20
1
-8
/
+6
|
*
Add multi-registrant support
Jackmcbarn
2010-08-20
1
-26
/
+43
|
*
Remove unneeded VF_COMMON and set default expire time to 21 days
Jackmcbarn
2010-08-19
1
-2
/
+2
|
*
Allow disabling of the database in m_chanregister
Jackmcbarn
2010-08-19
1
-4
/
+6
|
*
Document m_chanregister and mark it VF_VENDOR
Jackmcbarn
2010-08-19
1
-1
/
+1
|
*
Change account.h to use the ServiceProvider hooks
Daniel De Graaf
2010-08-19
1
-47
/
+54
|
*
Add m_chanregister: ircd-side channel registration
webczat
2010-08-19
1
-0
/
+766