summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-03-042.0 beta 4 releasedanieldg
2010-03-04Unset umode +x when a different vhost is set on a userdanieldg
2010-03-02Move DNSBL and ident lookups after <connect deny>/bancache/Z:line checksdanieldg
2010-03-02Fix m_ident deleting sockets that are still in usedanieldg
2010-03-02Fix some more incorrect socket usedanieldg
2010-03-02DelFd should not fail, it will leave a bad dangling pointer in that casedanieldg
2010-03-02Don't try quite so hard to writev() the entire buffer in one godanieldg
2010-03-02Don't send events for removed FDs when both read and write are readydanieldg
2010-03-02What, I have to make this compile now?danieldg
2010-03-02Log duplicate UUID events a bit betterdanieldg
2010-03-02Log invalid S2S commands a bit betterdanieldg
2010-03-01Let ENCAP target match on server names, not just SIDsdanieldg
2010-03-01Make <insane blah="no"> disallow insanity, to match the documentationdanieldg
2010-03-01Cap masks and bans at 250 charactersdanieldg
2010-02-28Fix snomask sending having the final-parameter colon stripped (noticed in glo...danieldg
2010-02-28Fix misspellingdanieldg
2010-02-28Fix m_customprefix trying to add the first tag twicedanieldg
2010-02-26Documentation for <auditorium> tagdanieldg
2010-02-26Allow auditorium mode to be customized via exemptchanopsdanieldg
2010-02-25Make remote/local snomasks consistent and allow use without namingdanieldg
2010-02-25Don't strip ENCAP from WHOISNOTICE, it will delink 1.2 serversdanieldg
2010-02-25Fix /LUSERS miscountingdanieldg
2010-02-25GCC doesn't like characters being used in array subscriptsdanieldg
2010-02-24Fix empty prefixes in m_chanprotectdanieldg