aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_autoop.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix garbage collect of dropped accountsGravatar Jackmcbarn2011-08-221-1/+1
|
* Update copyright notices to 2011Gravatar Jackmcbarn2011-05-041-1/+1
|
* Remove protocol.h from inspircd.hGravatar Jackmcbarn2011-01-291-0/+1
|
* Fix bug preventing removal of deleted usersGravatar Jackmcbarn2010-11-151-1/+1
|
* Fix desyncGravatar Jackmcbarn2010-10-131-1/+1
|
* Remove autoop entries for accounts that no longer existGravatar Jackmcbarn2010-10-101-3/+36
|
* Remove unused variableGravatar Jackmcbarn2010-09-241-1/+0
|
* Show opflags changesGravatar Jackmcbarn2010-09-111-1/+5
|
* Avoid future bugs with AttachGravatar Jackmcbarn2010-08-281-1/+1
|
* It is useful to register hooks that you implementGravatar Daniel De Graaf2010-08-261-2/+2
|
* Allow users in the autoop list to apply the permitted mode/opflag changes to ↵Gravatar Daniel De Graaf2010-08-261-39/+57
| | | | themselves
* Add umode +n - never autoop this user unless /UP is usedGravatar Jackmcbarn2010-08-251-4/+14
|
* Add options to config to recheck autoop upon logging in or changing hostGravatar Jackmcbarn2010-08-241-3/+14
|
* Recheck autoop lists upon account loginGravatar Jackmcbarn2010-08-241-2/+14
|
* Change modelist back to 2.0 definition to remove double-dereference in BanItemGravatar Daniel De Graaf2010-08-211-3/+3
|
* Change m_autoop to use OnPostJoin and add /UP commandGravatar Jackmcbarn2010-08-211-12/+45
|
* Change config reading hook for better error reportingGravatar Daniel De Graaf2010-08-211-3/+3
| | | | | This eliminates the OnRehash hook, and replaces it with ReadConfig which is called on boot, module load, and rehash.
* Fix m_autoop sync of opflags and extra send of mode changesGravatar Daniel De Graaf2010-08-201-2/+2
|
* Respect CycleHostsFromUser configuration for mode changes generated by m_autoopGravatar Daniel De Graaf2010-08-201-3/+4
|
* Change ModeHandler::AccessCheck to use PermissionDataGravatar Daniel De Graaf2010-08-181-10/+13
|
* Don't try to tidy m_autoop entries (fixes extra !*@*)Gravatar Daniel De Graaf2010-08-081-0/+1
|
* Allow users to specify opflags in m_autoopGravatar Daniel De Graaf2010-08-071-12/+3
|
* Prevent kicks of users who have a protecting low-rank prefix setGravatar Daniel De Graaf2010-08-071-1/+1
|
* Fix m_autoop not running its OnUserJoin hookGravatar Daniel De Graaf2010-08-031-1/+7
|
* Fix access check when m_autoop is granting multiple flagsGravatar Daniel De Graaf2010-08-031-20/+21
|
* Allow m_autoop to grant channel flags, source its mode changes from the ↵Gravatar Daniel De Graaf2010-08-031-20/+36
| | | | joining user
* Extend +w and +X to take named modes in addition to mode lettersGravatar Daniel De Graaf2010-08-031-2/+7
|
* Allow autoop to use long namesGravatar danieldg2010-08-031-22/+23
|
* Convert ban list elements to be ExtensibleGravatar Daniel De Graaf2010-08-031-3/+3
|
* Add support for <modeletters> config block to adjust mode lettersGravatar Daniel De Graaf2010-08-031-0/+1
|
* Implement missing modechange constructorsGravatar Daniel De Graaf2010-08-031-0/+1
|
* Remove duplication of some huge functionsGravatar Daniel De Graaf2010-08-031-5/+0
|
* Module compilation fixupsGravatar Daniel De Graaf2010-08-031-8/+6
|
* Better error messages for m_autoopGravatar danieldg2010-02-101-1/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12423 e03df62e-2008-0410-955e-edbf42e46eb7
* Add access checking for m_autoopGravatar danieldg2010-02-031-6/+25
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12361 e03df62e-2008-0410-955e-edbf42e46eb7
* Add m_autoop.so - ircd-side channel access lists via listmode +wGravatar danieldg2010-02-031-0/+92
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12359 e03df62e-2008-0410-955e-edbf42e46eb7