summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
* Fix umode -r on nick change being denied by permission checkGravatar Daniel De Graaf2010-05-161-1/+1
|
* Fix negative array access in channameGravatar Daniel De Graaf2010-05-091-13/+14
|
* Correct source of initial BURST line from servers sending it without one ↵Gravatar Daniel De Graaf2010-05-081-1/+1
| | | | (like denora)
* Send HALFOP= line in CAPAB CAPABILITIES for 1201 compat (anope relies on this)Gravatar Daniel De Graaf2010-05-081-0/+2
|
* Don't use an empty direction when receiving a sourceless server commandGravatar Daniel De Graaf2010-04-291-6/+2
|
* Emulate a bug in 1.2 to get matching cloaksGravatar Daniel De Graaf2010-04-241-2/+2
|
* Add "CLOAK" command to allow opers to see the cloaked form of any hostGravatar Daniel De Graaf2010-04-241-23/+51
|
* Fix IPv6 cloaking in compatability mode (was using the wrong xtab confusor)Gravatar Daniel De Graaf2010-04-241-2/+2
|
* Add custom suffix support for 2.0-style IP cloaking (default of ".IP")Gravatar Daniel De Graaf2010-04-241-8/+13
|
* Possible fix for OpenSSL SendQ processing haltsGravatar Daniel De Graaf2010-04-161-1/+3
|
* Fix crash when a remote server has the same name as we doGravatar Daniel De Graaf2010-04-161-2/+3
|
* Check maximum length of ban list for local users, not remoteGravatar Daniel De Graaf2010-04-161-1/+1
|
* Fix cloak key being misread in 2.0 cloaking modesGravatar Daniel De Graaf2010-04-151-9/+9
|
* Prevent using invalid UIDs and enforce UID/SID matchingGravatar Daniel De Graaf2010-04-111-4/+8
|
* Use FindNickOnly in a few commands to prevent enumerating users via UID walkingGravatar Daniel De Graaf2010-04-022-2/+2
|
* Remove unneeded inet_aton callGravatar Daniel De Graaf2010-03-311-10/+5
|
* Allow E:lines to make users exempt from DNSBL checksGravatar Daniel De Graaf2010-03-311-0/+3
|
* Add debouncing to m_cloaking, and fix cloak of hosts without dotsGravatar Daniel De Graaf2010-03-271-19/+39
|
* Fix CommandFloodPenalty overflow on connectGravatar danieldg2010-03-231-3/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12659 e03df62e-2008-0410-955e-edbf42e46eb7
* Change 2.0 cloak function to use variable-length segmentsGravatar danieldg2010-03-231-30/+40
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12656 e03df62e-2008-0410-955e-edbf42e46eb7
* A few minor fixupsGravatar danieldg2010-03-221-5/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12655 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix MySQL crash on module unload with empty query queueGravatar danieldg2010-03-221-1/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12652 e03df62e-2008-0410-955e-edbf42e46eb7
* Move some unused modules to -extrasGravatar danieldg2010-03-223-359/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12651 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove channel argument from OnSendWhoLine, this information is already ↵Gravatar danieldg2010-03-223-39/+8
| | | | | | available in params[0] git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12650 e03df62e-2008-0410-955e-edbf42e46eb7
* Add RAWIO log level which is more verbose than DEBUGGravatar danieldg2010-03-192-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12646 e03df62e-2008-0410-955e-edbf42e46eb7
* Add configuration options to m_invisibleGravatar danieldg2010-03-191-9/+26
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12645 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix uninit pointer on MySQL initial connectionGravatar danieldg2010-03-131-5/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12635 e03df62e-2008-0410-955e-edbf42e46eb7
* Handle database not present a bit better, add missing MySQL rehash on initGravatar danieldg2010-03-133-14/+34
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12634 e03df62e-2008-0410-955e-edbf42e46eb7
* Change SQLv3 to format queries during submission, not beforeGravatar danieldg2010-03-136-146/+144
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12633 e03df62e-2008-0410-955e-edbf42e46eb7
* Add OnUnloadModule hook to MySQLGravatar danieldg2010-03-131-44/+95
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12632 e03df62e-2008-0410-955e-edbf42e46eb7
* Change lockserv emergency unlock procedure, and add one for jumpserver ↵Gravatar danieldg2010-03-132-10/+11
| | | | | | [jackmcbarn] git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12630 e03df62e-2008-0410-955e-edbf42e46eb7
* Convert MySQL to SQLv3Gravatar danieldg2010-03-133-538/+191
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12629 e03df62e-2008-0410-955e-edbf42e46eb7
* Implement OnUnloadModule for postgresGravatar danieldg2010-03-131-10/+32
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12627 e03df62e-2008-0410-955e-edbf42e46eb7
* Convert pgsql to SQLv3Gravatar danieldg2010-03-135-630/+261
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12626 e03df62e-2008-0410-955e-edbf42e46eb7
* Clean up /WHO output for auditorium channelsGravatar danieldg2010-03-101-2/+17
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12617 e03df62e-2008-0410-955e-edbf42e46eb7
* Change "CAP *" reply to "CAP $nick", which is the intended use of the parameterGravatar danieldg2010-03-071-5/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12611 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix mode +L being visibly reset on every FJOINGravatar danieldg2010-03-061-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12610 e03df62e-2008-0410-955e-edbf42e46eb7
* Add column names to SQLv3, allow sqloper to specify its own query stringGravatar danieldg2010-03-064-30/+81
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12606 e03df62e-2008-0410-955e-edbf42e46eb7
* Add query debug output to m_sqlauthGravatar danieldg2010-03-061-2/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12605 e03df62e-2008-0410-955e-edbf42e46eb7
* Add some useful logging output to m_sqloperGravatar danieldg2010-03-061-3/+11
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12604 e03df62e-2008-0410-955e-edbf42e46eb7
* Convert SQLite driver to SQLv3Gravatar danieldg2010-03-063-743/+109
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12603 e03df62e-2008-0410-955e-edbf42e46eb7
* SQL API v3, drop all the ugly complexityGravatar danieldg2010-03-067-1352/+319
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12602 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix mode Z being in the wrong section of the CHANMODES listGravatar danieldg2010-03-061-2/+11
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12601 e03df62e-2008-0410-955e-edbf42e46eb7
* We refer to modules using .so not .cppGravatar danieldg2010-03-061-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12599 e03df62e-2008-0410-955e-edbf42e46eb7
* Search for SQL service in init(), not in constructorGravatar danieldg2010-03-064-5/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12598 e03df62e-2008-0410-955e-edbf42e46eb7
* Set m_cgiirc to run its OnUserConnect before m_conn_umodesGravatar danieldg2010-03-051-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12597 e03df62e-2008-0410-955e-edbf42e46eb7
* Make CGI:IRC host resolution block registration, fixes bug #1Gravatar danieldg2010-03-051-22/+43
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12596 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix SQL modules not all using AddService, noticed by MorpheusGravatar danieldg2010-03-054-15/+32
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12595 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix variable shadowing warningGravatar danieldg2010-03-051-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12594 e03df62e-2008-0410-955e-edbf42e46eb7
* Take auditorium-see into account when building neighbor listGravatar danieldg2010-03-051-3/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12593 e03df62e-2008-0410-955e-edbf42e46eb7