summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)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 (lik...Gravatar Daniel De Graaf2010-05-081-1/+1
* 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 connect•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12659 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-231-3/+6
* Change 2.0 cloak function to use variable-length segments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12656 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-231-30/+40
* A few minor fixups•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12655 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-221-5/+6
* Fix MySQL crash on module unload with empty query queue•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12652 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-221-1/+3
* Move some unused modules to -extras•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12651 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-223-359/+0
* Remove channel argument from OnSendWhoLine, this information is already avail...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12650 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-223-39/+8
* Add RAWIO log level which is more verbose than DEBUG•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12646 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-192-2/+2
* Add configuration options to m_invisible•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12645 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-191-9/+26
* Fix uninit pointer on MySQL initial connection•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12635 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-131-5/+3
* Handle database not present a bit better, add missing MySQL rehash on init•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12634 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-133-14/+34
* Change SQLv3 to format queries during submission, not before•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12633 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-136-146/+144
* Add OnUnloadModule hook to MySQL•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12632 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-131-44/+95
* Change lockserv emergency unlock procedure, and add one for jumpserver [jackm...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12630 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-132-10/+11
* Convert MySQL to SQLv3•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12629 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-133-538/+191
* Implement OnUnloadModule for postgres•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12627 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-131-10/+32
* Convert pgsql to SQLv3•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12626 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-135-630/+261
* Clean up /WHO output for auditorium channels•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12617 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-101-2/+17
* Change "CAP *" reply to "CAP $nick", which is the intended use of the parameter•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12611 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-071-5/+5
* Fix mode +L being visibly reset on every FJOIN•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12610 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-061-0/+2
* Add column names to SQLv3, allow sqloper to specify its own query string•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12606 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-064-30/+81
* Add query debug output to m_sqlauth•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12605 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-061-2/+5
* Add some useful logging output to m_sqloper•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12604 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-061-3/+11
* Convert SQLite driver to SQLv3•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12603 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-063-743/+109
* SQL API v3, drop all the ugly complexity•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12602 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-067-1352/+319
* Fix mode Z being in the wrong section of the CHANMODES list•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12601 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-061-2/+11
* We refer to modules using .so not .cpp•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12599 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-061-1/+1
* 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-03-064-5/+12
* Set m_cgiirc to run its OnUserConnect before m_conn_umodes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12597 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-051-0/+2
* Make CGI:IRC host resolution block registration, fixes bug #1•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12596 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-051-22/+43
* 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-03-054-15/+32
* Fix variable shadowing warning•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12594 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-051-3/+3
* Take auditorium-see into account when building neighbor list•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12593 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-051-3/+10