summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-08Put motd in conf/ not data/ and fixed the default values in the configRobby
2012-08-08Update pid and motd file pathsCronus
2012-07-18Warn about really big integer values in the configAdam
2012-07-01Actually the core can't handle empty realnames, just ignore themAdam
2012-07-01Remove some unused code in inspircd20 protocol module & allow ↵Adam
/chghost/ident/naming services clients
2012-07-01Don't crash on empty setnames on inspircd1.2Adam
2012-07-01Remove ExtensibleString everywhereAdam
2012-06-26Removed old set xop references and cleared up some other stuff.lethality
2012-06-26Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9lethality
2012-06-25Fixed accidentally recursion in User::SendMessage from last commitAdam
2012-06-22Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9lethality
2012-06-18Allow userless command sourcesAdam
2012-06-17Updated MODULES somewhatlethality
2012-06-11Split up bs_setAdam
2012-06-06Fixed fd leak in win32/pipe.cppAdam
2012-06-04Some more fantasy character help outputlethality
2012-06-04minor help output changes, including some confusion in fantasy charslethality
2012-06-01Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2012-06-01updated chanstatsDukePyrolator
2012-05-26This should actually be LOG_TERMINAL, quitmsg isn't logged to terminal on ↵Adam
shutdown
2012-05-26Some access level fixes from Robby to more closely match the historic ↵Adam
levels, and some code cleanup
2012-05-24Added a ./Config option for using precompiled headersAdam
2012-05-23Add support for inspircd2.0+s mlock, improved on Unreal's, and made server ↵Adam
side mlock usage configurable
2012-05-23Fixed some problems found by RobbyAdam
2012-05-20Updated help messages for ns_list, cs_list, cs_entrymsg, and cs_info. Also ↵Robby
fixed logging for cs_entrymsg.
2012-05-20Fixed cs_entrymsg loading entries from the databaseAdam
2012-05-17reinterpret_cast off of a virtual base does Bad ThingsAdam
2012-05-17Fixed not always calling operator bool() in dynamic_reference, which would ↵Adam
mess up service references and do weird things
2012-05-15m_ldap_authentication: Removed the dependency on a specific binddn in favour ↵Jeremy
of searching the tree for matching criteria and using the returned DN
2012-05-15Grab the DN for every LDAP query and send it in the resultAdam
2012-05-14Fixed parsing FMODE on inspircd 1.1Adam
2012-05-11Do not show help for set message if useprivmsg is disabledAdam
2012-05-10Fixed crash on access del + valgrind errorsAdam
2012-05-09Made ssl cert and keyfiles configurableAdam
2012-05-09fixed paste error (failed awesomeness) in last commit.lethality
2012-05-09Fixed saving backupslethality
2012-05-08Fixed some 100% cpu bugs with the new SQL stuff, and fixed sqlite+db_sql_liveAdam
2012-05-08Allow services operators to release other user's nicks, and allow services ↵Robby
operators to view the access list of other operators
2012-05-06Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2012-05-06Split up db/conf/lib/locale install directories, and allow alternate ones to ↵Adam
be specified at runtime
2012-05-05Readding missing valid nick check to ns register/group removed in os_forbid ↵DukePyrolator
commit
2012-05-04Use Unreal's MLOCK command if supportedAdam
2012-04-29Set quitmsg on ERRORAdam
2012-04-29Pull table schemas from SQL on startup so we can alter the schemas if we ↵Adam
need to, fixed sqlite to work again
2012-04-29Added options:casemap to chose how case insensitive strings are compared, ↵Adam
using ascii, rfc1459, or a locale installed on the system
2012-04-27Fixes to db_sqlAdam
2012-04-27Process defines even before includes, fixes defining{} pseudoclient names to ↵Adam
something else in their respective configurations
2012-04-27Add db_sql:prefix allow prefixing all anope tables similarly, and changed ↵Adam
db_sql to update the databases incrementally instead of one big flush
2012-04-25Clarify access denied messages caused by NSSecureAdminsAdam
2012-04-25Check for os_sesion to exist before having defcon try and place session bansAdam