aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Prevent using invalid UIDs and enforce UID/SID matchingGravatar Daniel De Graaf2010-08-031-4/+8
* Use FindNickOnly in a few commands to prevent enumerating users via UID walkingGravatar Daniel De Graaf2010-08-032-2/+2
* Remove unneeded inet_aton callGravatar Daniel De Graaf2010-08-031-10/+5
* Allow E:lines to make users exempt from DNSBL checksGravatar Daniel De Graaf2010-08-031-0/+3
* Remove channel argument from OnSendWhoLineGravatar danieldg2010-08-032-1/+14
* Fix m_ldapoper using incorrect module nameGravatar Daniel De Graaf2010-08-031-4/+4
* Add debouncing to m_cloaking, and fix cloak of hosts without dotsGravatar Daniel De Graaf2010-08-031-19/+39
* Basic counting is too easy to get wrongGravatar Daniel De Graaf2010-08-031-1/+1
* Fix CommandFloodPenalty overflow on connectGravatar Daniel De Graaf2010-08-031-3/+6
* Squash a few warningsGravatar Daniel De Graaf2010-08-035-11/+16
* Change 2.0 cloak function to use variable-length segmentsGravatar Daniel De Graaf2010-08-031-30/+46
* Fix MySQL crash on module unload with empty query queueGravatar danieldg2010-08-031-1/+3
* Remove modules that have moved to extrasGravatar Daniel De Graaf2010-08-033-389/+0
* Fix some issues found using valgrind/pure_staticGravatar Daniel De Graaf2010-08-031-5/+6
* Add RAWIO log level which is more verbose than DEBUGGravatar danieldg2010-08-032-2/+2
* Simplify SASL interface using SASLHookGravatar Daniel De Graaf2010-08-032-138/+80
* Add configuration options to m_invisibleGravatar Daniel De Graaf2010-08-031-9/+26
* Remove some unused duplicate hooksGravatar Daniel De Graaf2010-08-031-3/+4
* Allow m_sqlauth to set connect classGravatar Daniel De Graaf2010-08-031-23/+26
* Fix uninit pointer on MySQL initial connectionGravatar Daniel De Graaf2010-08-031-5/+3
* Handle database not present a bit better, add missing MySQL rehash on initGravatar Daniel De Graaf2010-08-033-6/+18
* SQL API v3Gravatar danieldg2010-08-0311-3222/+980
* Change lockserv emergency unlock procedure, and add one for jumpserverGravatar Jackmcbarn2010-08-032-10/+11
* Rename opermodes parameter to "automodes" to resolve conflict with the migrat...Gravatar Daniel De Graaf2010-08-031-1/+1
* Add interface user list to testnet check outputGravatar Daniel De Graaf2010-08-031-0/+6
* Change OperInfo to store oper/type/class together.•••This allows privelages to be granted using <oper:commands> or <type:commands> instead of requiring <class> blocks. Gravatar Daniel De Graaf2010-08-032-8/+5
* Change "CAP *" reply to "CAP $nick", which is the intended use of the parameterGravatar danieldg2010-08-031-5/+5
* Fix mode +L being visibly reset on every FJOINGravatar danieldg2010-08-031-0/+2
* Add m_chanacl, channel access control groupsGravatar Daniel De Graaf2010-08-033-1/+144
* Fix override permission checking the wrong listGravatar Daniel De Graaf2010-08-031-5/+5
* Funnel access checks through the OnPermissionCheck hookGravatar Daniel De Graaf2010-08-0323-285/+87
* Remove mismerged init() additionGravatar Daniel De Graaf2010-08-031-4/+0
* Fix CGI:IRC cloaking happening too lateGravatar Daniel De Graaf2010-08-031-22/+41
* Search for SQL service in init(), not in constructor•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12598 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-08-033-5/+8
* Fix SQL modules not all using AddService, noticed by Morpheus•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12595 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-08-034-15/+32
* Fix variable shadowing warningGravatar Daniel De Graaf2010-08-031-3/+3
* Use OnChannelPermissionCheck for auditoriumGravatar Daniel De Graaf2010-08-031-7/+6
* Take auditorium-see into account when building neighbor listGravatar danieldg2010-08-031-3/+10
* Change connect class inheritance to use references, allows conn_umode and con...Gravatar Daniel De Graaf2010-08-032-2/+2
* Compile fixGravatar Daniel De Graaf2010-08-031-8/+8
* Change m_override to use the standard <class> permission checksGravatar Daniel De Graaf2010-08-031-17/+8
* Send namebase=Z when talking to 2.0 servers when supporting +ZGravatar Daniel De Graaf2010-08-031-0/+2
* Create OnChannelPermissionCheck hookGravatar Daniel De Graaf2010-08-039-95/+55
* Unset umode +x when a different vhost is set on a userGravatar danieldg2010-08-031-36/+28
* Fix m_ident deleting sockets that are still in useGravatar Daniel De Graaf2010-08-031-36/+18
* Fix some more incorrect socket useGravatar danieldg2010-08-033-13/+1
* Add RESYNC command to allow automatic recovery from a detected desyncGravatar Daniel De Graaf2010-08-037-28/+48
* Fix m_autoop not running its OnUserJoin hookGravatar Daniel De Graaf2010-08-031-1/+7
* Compile fixGravatar danieldg2010-08-031-1/+1
* Log invalid S2S commands a bit betterGravatar Daniel De Graaf2010-08-031-0/+5