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
*
Allow changing registration without unregistering
Jackmcbarn
2010-10-10
1
-13
/
+26
|
*
Remove registrants that no longer exist
Jackmcbarn
2010-10-10
1
-2
/
+65
|
*
Extract IsRegistrant function for clarity
webczat
2010-09-25
1
-25
/
+22
|
*
Add ExtensibleType argument to ExtensionItem to identify item types
Daniel De Graaf
2010-09-22
1
-1
/
+1
|
*
Initialize last_activity when +r is being set
Daniel De Graaf
2010-09-05
1
-0
/
+1
|
*
Break channel database read/write out of m_chanregister
Daniel De Graaf
2010-09-05
1
-566
/
+1
|
*
Add SQL support to m_chanregister
Daniel De Graaf
2010-08-28
1
-67
/
+226
|
*
Avoid future bugs with Attach
Jackmcbarn
2010-08-28
1
-1
/
+1
|
*
Fix unsafe iteration in m_chanregister GarbageCollect
Daniel De Graaf
2010-08-22
1
-6
/
+7
|
*
Make m_chanregister not store +P-r channels in its database
Jackmcbarn
2010-08-22
1
-39
/
+17
|
*
Prevent setting -r without having the ability to reset it once unset
Daniel De Graaf
2010-08-22
1
-5
/
+1
|
*
Change channels/set-registration permission to only bypass +r value checks, ↵
Daniel De Graaf
2010-08-22
1
-3
/
+0
|
|
|
|
not everything
*
Clarify the configuration tag function names
Daniel De Graaf
2010-08-22
1
-1
/
+1
|
*
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