]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Fix this not working.
[user/henk/code/inspircd.git] / src / modules /
2007-02-03 peaveyFix this not working.
2007-02-02 w00tMention that +z means SSL only in the 489, thanks dmb
2007-02-02 specialFixed a bug in m_connflood that caused the bootwait...
2007-02-01 brainAdd <securelist:exception> to allow certain masks to...
2007-01-30 brainFix w00ts compile error :p (if you do an if without...
2007-01-30 brainAdd strerror(errno) to port bind failure on TreeSocket
2007-01-30 w00tIf no topic specified, give index help, thanks Robby
2007-01-29 specialOpertype in /check is now properly spacified
2007-01-28 brainFix this so that it works with outbound connects again.
2007-01-28 brainRemove debug, add a few comments
2007-01-28 brainFix broken openssl outbound connects.
2007-01-27 brainPotential desync on "nick collision at same time as...
2007-01-27 brainfix so that OnWhois is triggered for remote whois,...
2007-01-27 peaveyCorrectly allow all supporting versions of PostgreSQL...
2007-01-27 peaveyThe mob has spoken: PQescapeStringConn is used for...
2007-01-25 brainFor the filter GLINE action, ban *@IP, so that they...
2007-01-24 peaveyFix endless loop on dns hit.
2007-01-21 brainAdd check for openssl >= 0.9.7, and fix for if the...
2007-01-21 brainWhoops put this back to 3.3
2007-01-21 brainFix broken function vcheck() that checks one dot-delimi...
2007-01-21 brainAdd extra macro pkgconfversion("packagename", "version");
2007-01-20 brainFix bad duplication of filters containing spaces across...
2007-01-20 specialFixed (rewrote) m_http_client's URL parsing, it is...
2007-01-20 brainFixing
2007-01-20 brainApply fixes for buffering of headers, and a test module...
2007-01-20 omMøøses > Yøuses
2007-01-19 brainFix dependencies
2007-01-19 brainSplit out rconnect command into its own file (this...
2007-01-19 brainSplit this up even more, much smaller files that are...
2007-01-18 brainA readme file, mainly for devs.
2007-01-18 brainMove this over to left margin now, is no longer part...
2007-01-18 brainRemove space indents
2007-01-18 brainAdd all this crapola
2007-01-18 brainMuch more tidyup, and yes, tons more to go
2007-01-18 brainStart of splitting up. WARNING: This is far from tidy...
2007-01-18 brainWhoops, and commit this :p
2007-01-18 brainMove some stuff into utils.h
2007-01-18 brainStart of moving m_spanningtree into a dir so we can...
2007-01-17 brainMove QueryQueue class into m_sqlv2 to prevent flat...
2007-01-17 brainMass comment removal.
2007-01-17 brainRemove/fix unused variable warning
2007-01-17 brainIt says something about how excessive our debug output...
2007-01-17 brainRemove tons of debug output from spanningtree as the...
2007-01-15 brainCrusade to remove debug from stable and tested parts...
2007-01-15 brainRemove some debug (im on a crusade to make debug mode...
2007-01-15 omdelete -> DELETE()
2007-01-15 omActivate final stage of world-domination plan...d....
2007-01-15 omFix some differences between how this expands partial...
2007-01-15 omConvert all redirecting bans to non-redirecting ones...
2007-01-15 peaveyFix possible segfault if sql query failed. Using a...
2007-01-15 omPrepend nick to user->MakeHostIP().
2007-01-14 peaveyHook qlite3_update_hook to queries to also catch affect...
2007-01-14 brainWhy are we doing append() craq here, when theres a...
2007-01-14 omInitial commit of the ban redirection module. Docs...
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 brainAdded interface 'ChannelBanList' that these two modules...
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 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 brainAlso, if the line already existed, dont OR the value...
2007-01-10 brainClever stuff for applying lines (this needs testing);
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 peaveyMake safelist use repeat timer.
2007-01-09 brainCache channel max bans value to save an O(n) loop of...
2007-01-07 brainDocument dns caching, add a "bool cached" to OnLookupCo...
2007-01-07 brainDNS caching stuff (almost done)
2007-01-07 brainDNS Stuff - this wont work right yet, it will soon...
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 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 brainFix for bug #186 reported by peavey
next