summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-22Move ModuleManager::UnloadAll out of modmanager_dynamicdanieldg
2010-03-22Allow static initialization of dynamic_reference objectsdanieldg
2010-03-19Add RAWIO log level which is more verbose than DEBUGdanieldg
2010-03-19Add configuration options to m_invisibledanieldg
2010-03-18Only check password during second connect block check; add registered="yes" t...danieldg
2010-03-18Make /etc/resolv.conf reader slightly less stupiddanieldg
2010-03-18PURE_STATIC fixes to use normal <module> tagsdanieldg
2010-03-16Fix mismatched return value in kqueue DelFddanieldg
2010-03-16Fix typo in kqueuedanieldg
2010-03-15Use CycleHostsFromUser for on-join modes too (m_autoop)danieldg
2010-03-14Add <options:cyclehostsfromuser> to configure source for mode changes on host...danieldg
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-13Remove checkconf, it is no longer neededdanieldg
2010-03-13Implement OnUnloadModule for postgresdanieldg
2010-03-13Convert pgsql to SQLv3danieldg
2010-03-12Filter out modules not applicable to the installed inspircd versiondanieldg
2010-03-11Make MODENOTICE oper-only, noticed by jackmcbarndanieldg
2010-03-11Don't implement --atleast-version ourselves, incorrectlydanieldg
2010-03-11Clean up the Makefile a bit, add DESTDIRdanieldg
2010-03-11Fix empty SID when applying config-specified X:linesdanieldg
2010-03-10Clean up /WHO output for auditorium channelsdanieldg
2010-03-10Complain when duplicate tags are found using ConfValuedanieldg
2010-03-08Fix logic error in comparisondanieldg
2010-03-08Warn about duplicate <type> and <class> blocksdanieldg
2010-03-07Make "topiclock" exemption only apply when +t is setdanieldg
2010-03-07Enable POSIX extra modules in UNIX configuredanieldg
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-06Fix logged error when user is denied by connect classdanieldg
2010-03-06Somehow this return got removed, should fix "Access denied by configuration" ...danieldg
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-06Fix ModuleManager::SetPriority algorithm which did not handle PRIORITY_BEFORE...danieldg
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