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_account_register.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add email addresses to accounts
Jackmcbarn
2010-11-04
1
-15
/
+103
*
Improve display of information in /ACCTSHOW
Jackmcbarn
2010-11-01
1
-2
/
+2
*
Add account snomask
Jackmcbarn
2010-10-19
1
-1
/
+2
*
Rename some commands
Jackmcbarn
2010-10-18
1
-13
/
+13
*
Fix recentlydropped and maxregcount checks
Jackmcbarn
2010-10-15
1
-7
/
+7
*
Add registration limit
Jackmcbarn
2010-10-15
1
-2
/
+15
*
Do it properly
Jackmcbarn
2010-10-12
1
-35
/
+54
*
Keep recentlydropped the same across servers
Jackmcbarn
2010-10-12
1
-16
/
+33
*
Prevent re-registering a dropped account until a garbage collect runs
Jackmcbarn
2010-10-12
1
-5
/
+18
*
Convert more stuff to printf-style
Jackmcbarn
2010-10-09
1
-16
/
+16
*
Hide TSs other than account creation TS in ACCTSHOW
Jackmcbarn
2010-10-09
1
-1
/
+1
*
Remove connectclass from the account system core
Jackmcbarn
2010-10-09
1
-2
/
+1
*
Password changes and vhosts shouldn't take aliases
Jackmcbarn
2010-10-08
1
-2
/
+2
*
Add account aliases
Jackmcbarn
2010-10-07
1
-8
/
+8
*
Move generic extension items to account.h
Jackmcbarn
2010-10-06
1
-50
/
+0
*
Remove tags from the account system
Jackmcbarn
2010-10-05
1
-2
/
+2
*
Prevent unsafe expiration times and make a value of 0 disable expiration
Jackmcbarn
2010-10-05
1
-0
/
+6
*
Notify users of successful account drop even if they aren't logged in to the ...
Jackmcbarn
2010-09-27
1
-0
/
+2
*
Fix crash in the account system
Jackmcbarn
2010-09-27
1
-14
/
+7
*
Log users out when their account is dropped or TS rollbacked
Jackmcbarn
2010-09-27
1
-3
/
+1
*
Fix other crash
Jackmcbarn
2010-09-26
1
-1
/
+3
*
Fix crash
Jackmcbarn
2010-09-26
1
-1
/
+3
*
Only check local users
Jackmcbarn
2010-09-26
1
-0
/
+2
*
Don't expire held accounts
Jackmcbarn
2010-09-26
1
-1
/
+1
*
Add expiry functionality
Jackmcbarn
2010-09-26
1
-1
/
+35
*
Track last login time
Jackmcbarn
2010-09-26
1
-3
/
+19
*
Call SendUpdate after (un)holding account
Jackmcbarn
2010-09-26
1
-0
/
+1
*
Add a hold flag to m_account_register and a way to store last used time in pr...
Jackmcbarn
2010-09-26
1
-2
/
+93
*
Fix CHGPASS and ACCTSHOW
Jackmcbarn
2010-09-24
1
-0
/
+1
*
Major updates to the account system
Jackmcbarn
2010-09-24
1
-2
/
+182
*
Add very basic register command
Jackmcbarn
2010-09-24
1
-0
/
+169