]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
SQLite3 schema for sqloper.
[user/henk/code/inspircd.git] / src /
2007-01-14 brainI forgot to exec("gnutls-config --libs") in the configu...
2007-01-14 peaveyRemove some old destroy code not needed with InpSocket.
2007-01-14 peaveyMake REHASH work.
2007-01-14 peaveyDont need to send anything on the notifier socket.
2007-01-14 peaveyRemove DOS newlines.
2007-01-14 peaveyNow with SQLite3 support. Fully functional and (hopeful...
2007-01-14 brainFix the code that nobody tested :p
2007-01-14 omAnd take the return out again to stop w00t throwing...
2007-01-14 omAdd return statement at the end of the special-case...
2007-01-14 brainFix this so that if the beforemode clears the parameter...
2007-01-14 brainFix BeforeMode to have the parameter available, if...
2007-01-14 brainAdded interface 'ChannelBanList' that these two modules...
2007-01-14 braing++ is picky about default params with overloading
2007-01-14 peaveyOMG SQLITE3 support, almost there now =)
2007-01-14 brainAdd alias:matchcase config setting (per-alias, determin...
2007-01-14 peaveyMake m_sqlv2.h::SQLquery extend 'classbase', for easy...
2007-01-14 brainAllow aliasing of anything to anything, removing the...
2007-01-14 peaveyBang! Gone due to new buildsystem.
2007-01-14 brainAdd eval() and exec() macros, that evaluate perl and...
2007-01-13 brainExtra stuff to improve buildsystem, calculate lib and...
2007-01-13 brainTidy up the buildsystem a lot by encapsulating repeated...
2007-01-13 peaveyGet flags for sqlite3.
2007-01-13 brainChange this to use our md5 provider rather than MD5...
2007-01-13 omTest fix for breakage with IPv6
2007-01-12 peaveyImprove handling of backend server being down. Also...
2007-01-11 brainAnyway the reason for this discussion - i wanted to...
2007-01-11 peaveyMore tidyup.
2007-01-11 peaveyOnly use force if necessary! Tidy up debug output.
2007-01-11 peaveypgsql should now work thx to added posibility to force...
2007-01-11 peaveyCloser now, but somehow libpq invalidates the file...
2007-01-10 peaveyreconnects still broken, but getting there.
2007-01-10 peaveySQLConn rewritten to use EventHandler instead of InspSo...
2007-01-10 brainIf we have a bitmask of 0 in apply_lines, dont even...
2007-01-10 brainAlso, if the line already existed, dont OR the value...
2007-01-10 brainClever stuff for applying lines (this needs testing);
2007-01-10 brainOnly send snotice if the eline doesnt exist yet
2007-01-10 brainImprove speed of these, and only send out snotice if...
2007-01-10 peaveyTypo
2007-01-10 brainChange stats z to show volountary and involountary...
2007-01-09 brainAdd a call to InvalidateCache() to fix this:
2007-01-09 specialMade the real name value for /admin optional (line...
2007-01-09 specialWhoever added clearcache must have been asleep; they...
2007-01-09 specialMade m_denychans support wildcards
2007-01-09 peaveyRevert repeat timer to old one, to make sure it only...
2007-01-09 peaveyTimeSyncTimer now uses repeat timer.
2007-01-09 brainAssigning a std::string var initially to "" is pointless.
2007-01-09 peaveyMake safelist use repeat timer.
2007-01-09 brainTidy up (optimize, improve) chanrec::WriteChannelWithServ
2007-01-09 brainTidy up an if/then/else chain into a switch
2007-01-09 brainCache channel max bans value to save an O(n) loop of...
2007-01-08 peaveycmd_whowas now uses the shiny new repeating timer.
2007-01-08 brainTweaks to mode parser
2007-01-08 brainAdd repeating timers, and make an hourly prune of the...
2007-01-08 brain user->WriteServ( "371 %s :. o O ( The Inspire...
2007-01-08 peaveyMove whowas containers into whowas class to avoid all...
2007-01-08 brainAdd /CLEARCACHE, oper only command which completely...
2007-01-08 peaveyNow even less leakage on add.
2007-01-08 brainOh, this tweak is for w00t -- rehash will remove expire...
2007-01-07 brainIf the result is cached, dont bother waiting for the...
2007-01-07 brainDocument dns caching, add a "bool cached" to OnLookupCo...
2007-01-07 brainDNS caching stuff (almost done)
2007-01-07 peaveyTidy up old MaintainWhoWas.
2007-01-07 brainDNS Stuff - this wont work right yet, it will soon...
2007-01-07 peaveyMove all /WHOWAS related out of core and into cmd_whowas.
2007-01-07 brainFix m_testcommand which tries to use an undefined point...
2007-01-07 brainAdd TTL stuff to dns system (pass it to inherited objects)
2007-01-07 brainRename all the classes in m_httpd to be HttpServer...
2007-01-07 brainMake this use the newer format of class Request (this...
2007-01-07 peaveyMake this compile.
2007-01-07 specialAdded m_http_client - this is incomplete and won't...
2007-01-07 brainAdding CIDR support to m_check: as easy as adding a...
2007-01-06 brainWhoops
2007-01-06 brainDont try and show idle time of remote opers in STATS P
2007-01-06 peaveyFix remote opers not being added to all_opers.
2007-01-06 w00tFix modecount on remote NICK
2007-01-06 w00tFix SVSJOIN desync (nothing too severe, don't panic...
2007-01-06 brainExtra check so that we dont get -O-s when doing:
2007-01-06 brainFix for bug #186 reported by peavey
2007-01-06 w00tFix minor NICK / modes issue that goes against our...
2007-01-06 brainFix desync with halfop and voice when opped (this happe...
2007-01-06 brain*slaps self* for not test compiling
2007-01-06 brainFix crash when unloading ssl module on shutdown --...
2007-01-06 brainTry this AnMaster
2007-01-06 brainFix oper count, we cant decrement ModeCount('o') from...
2007-01-06 brainRepeat after me class, deleting values that arent newed...
2007-01-04 brainAnd fix this bit too
2007-01-04 brainMassive speedups for applying and checking perm xlines...
2007-01-03 brainBeta 9 RELEASE .... *cough* just kidding, i mean beta...
2007-01-03 brain1.1.0+B8-Hamster!
2007-01-03 brainFix lusers breakage introduced by latest set of optimiz...
2007-01-03 brainSirOlli gets credit for this fix, because he was the...
2007-01-02 peaveyFix for crash in desync of whowas lists on rehash....
2007-01-02 peaveyRemove a TODO comment. Also added support for <database...
2007-01-02 peaveym_mysql can now do REHASH proper. Detects any changes...
2007-01-02 peaveyFix: If sql user and pass matched, but not operclass...
2007-01-02 peaveyAlso use SQLhost for host config.
2007-01-02 peaveyUse SQLhost from m_sqlv2.h and tidyup some code. Plus...
2007-01-02 peaveyAdd class SQLhost that represents a <database> config...
2007-01-02 brainAdd support for suffixes K, M, G (kilo, mega, gigabyte...
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
next