summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2010-05-08Send HALFOP= line in CAPAB CAPABILITIES for 1201 compat (anope relies on this)Daniel De Graaf
2010-04-29Don't use an empty direction when receiving a sourceless server commandDaniel De Graaf
2010-04-24Emulate a bug in 1.2 to get matching cloaksDaniel De Graaf
2010-04-24Add "CLOAK" command to allow opers to see the cloaked form of any hostDaniel De Graaf
2010-04-24Fix IPv6 cloaking in compatability mode (was using the wrong xtab confusor)Daniel De Graaf
2010-04-24Add custom suffix support for 2.0-style IP cloaking (default of ".IP")Daniel De Graaf
2010-04-16Possible fix for OpenSSL SendQ processing haltsDaniel De Graaf
2010-04-16Fix crash when a remote server has the same name as we doDaniel De Graaf
2010-04-16Check maximum length of ban list for local users, not remoteDaniel De Graaf
2010-04-15Fix cloak key being misread in 2.0 cloaking modesDaniel De Graaf
2010-04-11Prevent using invalid UIDs and enforce UID/SID matchingDaniel De Graaf
2010-04-02Use FindNickOnly in a few commands to prevent enumerating users via UID walkingDaniel De Graaf
2010-03-31Remove unneeded inet_aton callDaniel De Graaf
2010-03-31Allow E:lines to make users exempt from DNSBL checksDaniel De Graaf
2010-03-27Add debouncing to m_cloaking, and fix cloak of hosts without dotsDaniel De Graaf
2010-03-23Fix CommandFloodPenalty overflow on connectdanieldg
2010-03-23Change 2.0 cloak function to use variable-length segmentsdanieldg
2010-03-22A few minor fixupsdanieldg
2010-03-22Fix MySQL crash on module unload with empty query queuedanieldg
2010-03-22Move some unused modules to -extrasdanieldg
2010-03-22Remove channel argument from OnSendWhoLine, this information is already avail...danieldg
2010-03-19Add RAWIO log level which is more verbose than DEBUGdanieldg
2010-03-19Add configuration options to m_invisibledanieldg
2010-03-13Fix uninit pointer on MySQL initial connectiondanieldg
2010-03-13Handle database not present a bit better, add missing MySQL rehash on initdanieldg
2010-03-13Change SQLv3 to format queries during submission, not beforedanieldg
2010-03-13Add OnUnloadModule hook to MySQLdanieldg
2010-03-13Change lockserv emergency unlock procedure, and add one for jumpserver [jackm...danieldg
2010-03-13Convert MySQL to SQLv3danieldg
2010-03-13Implement OnUnloadModule for postgresdanieldg
2010-03-13Convert pgsql to SQLv3danieldg
2010-03-10Clean up /WHO output for auditorium channelsdanieldg
2010-03-07Change "CAP *" reply to "CAP $nick", which is the intended use of the parameterdanieldg
2010-03-06Fix mode +L being visibly reset on every FJOINdanieldg
2010-03-06Add column names to SQLv3, allow sqloper to specify its own query stringdanieldg
2010-03-06Add query debug output to m_sqlauthdanieldg
2010-03-06Add some useful logging output to m_sqloperdanieldg
2010-03-06Convert SQLite driver to SQLv3danieldg
2010-03-06SQL API v3, drop all the ugly complexitydanieldg
2010-03-06Fix mode Z being in the wrong section of the CHANMODES listdanieldg
2010-03-06We refer to modules using .so not .cppdanieldg
2010-03-06Search for SQL service in init(), not in constructordanieldg
2010-03-05Set m_cgiirc to run its OnUserConnect before m_conn_umodesdanieldg
2010-03-05Make CGI:IRC host resolution block registration, fixes bug #1danieldg
2010-03-05Fix SQL modules not all using AddService, noticed by Morpheusdanieldg
2010-03-05Fix variable shadowing warningdanieldg
2010-03-05Take auditorium-see into account when building neighbor listdanieldg
2010-03-05Register channel mode Z when enableddanieldg
2010-03-04Unset umode +x when a different vhost is set on a userdanieldg
2010-03-02Fix m_ident deleting sockets that are still in usedanieldg