index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_autoop.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix garbage collect of dropped accounts
Jackmcbarn
2011-08-22
1
-1
/
+1
*
Update copyright notices to 2011
Jackmcbarn
2011-05-04
1
-1
/
+1
*
Remove protocol.h from inspircd.h
Jackmcbarn
2011-01-29
1
-0
/
+1
*
Fix bug preventing removal of deleted users
Jackmcbarn
2010-11-15
1
-1
/
+1
*
Fix desync
Jackmcbarn
2010-10-13
1
-1
/
+1
*
Remove autoop entries for accounts that no longer exist
Jackmcbarn
2010-10-10
1
-3
/
+36
*
Remove unused variable
Jackmcbarn
2010-09-24
1
-1
/
+0
*
Show opflags changes
Jackmcbarn
2010-09-11
1
-1
/
+5
*
Avoid future bugs with Attach
Jackmcbarn
2010-08-28
1
-1
/
+1
*
It is useful to register hooks that you implement
Daniel De Graaf
2010-08-26
1
-2
/
+2
*
Allow users in the autoop list to apply the permitted mode/opflag changes to ...
Daniel De Graaf
2010-08-26
1
-39
/
+57
*
Add umode +n - never autoop this user unless /UP is used
Jackmcbarn
2010-08-25
1
-4
/
+14
*
Add options to config to recheck autoop upon logging in or changing host
Jackmcbarn
2010-08-24
1
-3
/
+14
*
Recheck autoop lists upon account login
Jackmcbarn
2010-08-24
1
-2
/
+14
*
Change modelist back to 2.0 definition to remove double-dereference in BanItem
Daniel De Graaf
2010-08-21
1
-3
/
+3
*
Change m_autoop to use OnPostJoin and add /UP command
Jackmcbarn
2010-08-21
1
-12
/
+45
*
Change config reading hook for better error reporting
•••
This eliminates the OnRehash hook, and replaces it with ReadConfig which is called on boot, module load, and rehash.
Daniel De Graaf
2010-08-21
1
-3
/
+3
*
Fix m_autoop sync of opflags and extra send of mode changes
Daniel De Graaf
2010-08-20
1
-2
/
+2
*
Respect CycleHostsFromUser configuration for mode changes generated by m_autoop
Daniel De Graaf
2010-08-20
1
-3
/
+4
*
Change ModeHandler::AccessCheck to use PermissionData
Daniel De Graaf
2010-08-18
1
-10
/
+13
*
Don't try to tidy m_autoop entries (fixes extra !*@*)
Daniel De Graaf
2010-08-08
1
-0
/
+1
*
Allow users to specify opflags in m_autoop
Daniel De Graaf
2010-08-07
1
-12
/
+3
*
Prevent kicks of users who have a protecting low-rank prefix set
Daniel De Graaf
2010-08-07
1
-1
/
+1
*
Fix m_autoop not running its OnUserJoin hook
Daniel De Graaf
2010-08-03
1
-1
/
+7
*
Fix access check when m_autoop is granting multiple flags
Daniel De Graaf
2010-08-03
1
-20
/
+21
*
Allow m_autoop to grant channel flags, source its mode changes from the joini...
Daniel De Graaf
2010-08-03
1
-20
/
+36
*
Extend +w and +X to take named modes in addition to mode letters
Daniel De Graaf
2010-08-03
1
-2
/
+7
*
Allow autoop to use long names
danieldg
2010-08-03
1
-22
/
+23
*
Convert ban list elements to be Extensible
Daniel De Graaf
2010-08-03
1
-3
/
+3
*
Add support for <modeletters> config block to adjust mode letters
Daniel De Graaf
2010-08-03
1
-0
/
+1
*
Implement missing modechange constructors
Daniel De Graaf
2010-08-03
1
-0
/
+1
*
Remove duplication of some huge functions
Daniel De Graaf
2010-08-03
1
-5
/
+0
*
Module compilation fixups
Daniel De Graaf
2010-08-03
1
-8
/
+6
*
Better error messages for m_autoop
•••
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12423 e03df62e-2008-0410-955e-edbf42e46eb7
danieldg
2010-02-10
1
-1
/
+9
*
Add access checking for m_autoop
•••
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12361 e03df62e-2008-0410-955e-edbf42e46eb7
danieldg
2010-02-03
1
-6
/
+25
*
Add m_autoop.so - ircd-side channel access lists via listmode +w
•••
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12359 e03df62e-2008-0410-955e-edbf42e46eb7
danieldg
2010-02-03
1
-0
/
+92