summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-18Support CAP LSbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9121 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-18Add m_cap.* stuff, unfinished. Thanks for the initial advice nenolod :)brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9120 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-18Add logging for static callback messages/errors from the database.peavey
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9119 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-17Its better to have asserted and failed, than not to fail at all according to ↵peavey
tds. Fix assertion error on DB down. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9118 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-17Fix the warnings that are worth fixing, ignore the rest of gcc's nannyingbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9117 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-17Translate std::string, irc::string and std::deque to more readable forms in ↵brain
error messages. I'll do others as need be and as i notice them. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9116 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-16Add MsSQL schema for sql oper.peavey
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9115 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-16Add MsSQL schema for sql log.peavey
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9114 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-16and no ssl in here.peavey
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9113 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-16update svn:ignore for m_mssql.cpppeavey
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9112 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-16Add m_mssql.so to example conf.peavey
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9111 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-16There isnt any ssl support here, remove the readvaluebrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9110 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-16OK that should fix it for fail too. And make it compile again.peavey
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9109 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-16new/delete - malloc/free, remember peaveypeavey
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9108 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-16Less mem leaking, thx Brain for noticing.peavey
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9107 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-16A little less debug saying WEEEE :]peavey
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9106 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-16Experimental support for Microsoft SQL Server. Might crash and burn alot. ↵peavey
Appreciate backtraces with full debuginfo if you run this. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9105 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-16Document m_geoip.sobrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9104 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-16Make this work, its all good! :)brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9103 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-16Start of GeoIP module. This is deceptively simple.brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9102 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-16YAY for LDAP oper blocks! :Dbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9101 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-15Support IPV6 links in configurebrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9100 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-15Remove note about need to do anonymous bindbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9098 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-15Document binddn and bindauthbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9096 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-15Allow for binding to non-anonymous DN for searches.brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9093 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-14update svn:ignore for ldapauthpeavey
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9092 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-14clean this up now Brain says it works :)peavey
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9089 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-14Fix deprecation in trunk toopeavey
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9088 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-14Warning about allowing anonymous queriesbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9086 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-14Document!brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9085 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-14Roll back to 1.2, not 4.0 module verbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9082 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-14Fuckin finally!brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9080 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-14Grrr!!!brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9079 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-14Grrr, added this at the wrong location in trunkbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9078 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-14Forward port and make work with trunk. Original code of this module by ↵brain
Carsten Valdemar Munk based on m_sqlauth. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9077 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-14Add fixes to stop people changing the SID of a live server - certain ↵brain
configuration values are silently ignored on rehash, namely the server name and server id. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9073 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-09Add <options:exemptchanops> support to m_censor and m_blockcaps, and tidy up ↵aquanight
the checks in {block,strip}color, and remove an uneeded abs() on the "flowing backwards" warning. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9071 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-08Add blurb about --enable-extras.aquanight
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9070 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-08Advise symlinking instead of copyingbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9068 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-08Update this to read -modupdatebrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9066 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-08Fix multiple (useless) linefeeds on the end of ADDLINE in burstbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9065 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-02Describe server name, description and network name. hopefully this will mean ↵brain
less ninnies defining silly servernames without a dot. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9064 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-02Newer more valid description of the server id (letters in the second and ↵brain
third character are now allowed) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9063 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-02Update doc toow00t
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9062 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-02Not supposed to be here by default, and wouldn't work anyway..w00t
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9061 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-02Sucky nsisbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9060 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-02Make this use the environment variable defined %TEMP% dir, rather than hard ↵brain
coding D:\temp (i no longer have a d:\temp after resizing and reallocating my partitions) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9055 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-02Forgot about .*.inc filesaquanight
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9054 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-02Make ./configure -svnupdate smarter (don't actually do the update if it's ↵aquanight
not needed, or only do -modupdate if full -update isn't needed) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9053 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-01makes more better sense ;)bricker
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9051 e03df62e-2008-0410-955e-edbf42e46eb7