summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2007-02-02Fixed a bug in m_connflood that caused the bootwait value to have no effectspecial
2007-02-01Add <securelist:exception> to allow certain masks to get around securelist.brain
2007-01-30Fix w00ts compile error :p (if you do an if without braces, vars declared wit...brain
2007-01-30Add strerror(errno) to port bind failure on TreeSocketbrain
2007-01-30If no topic specified, give index help, thanks Robbyw00t
2007-01-29Opertype in /check is now properly spacifiedspecial
2007-01-28Fix this so that it works with outbound connects again.brain
2007-01-28Remove debug, add a few commentsbrain
2007-01-28Fix broken openssl outbound connects.brain
2007-01-27Potential desync on "nick collision at same time as fjoin" fixbrain
2007-01-27fix so that OnWhois is triggered for remote whois, and remove smelly bold cha...brain
2007-01-27Correctly allow all supporting versions of PostgreSQL to use secure string es...peavey
2007-01-27The mob has spoken: PQescapeStringConn is used for pgsql >= 8.1.4peavey
2007-01-25For the filter GLINE action, ban *@IP, so that they cant change their ident a...brain
2007-01-24Fix endless loop on dns hit.peavey
2007-01-21Add check for openssl >= 0.9.7, and fix for if the library cant be found at allbrain
2007-01-21Whoops put this back to 3.3brain
2007-01-21Fix broken function vcheck() that checks one dot-delimited version string aga...brain
2007-01-21Add extra macro pkgconfversion("packagename", "version");brain
2007-01-20Fix bad duplication of filters containing spaces across the network.brain
2007-01-20Fixed (rewrote) m_http_client's URL parsing, it is now more flexible and.. ac...special
2007-01-20Fixingbrain
2007-01-20Apply fixes for buffering of headers, and a test module both by psychonbrain
2007-01-20Møøses > Yøusesom
2007-01-19Fix dependenciesbrain
2007-01-19Split out rconnect command into its own file (this ones already a command han...brain
2007-01-19Split this up even more, much smaller files that are easier for gcc to digestbrain
2007-01-18A readme file, mainly for devs.brain
2007-01-18Move this over to left margin now, is no longer part of a huge inlined classbrain
2007-01-18Remove space indentsbrain
2007-01-18Add all this crapolabrain
2007-01-18Much more tidyup, and yes, tons more to gobrain
2007-01-18Start of splitting up. WARNING: This is far from tidy or finished in terms of...brain
2007-01-18Whoops, and commit this :pbrain
2007-01-18Move some stuff into utils.hbrain
2007-01-18Start of moving m_spanningtree into a dir so we can split it, cutting down ra...brain
2007-01-17Move QueryQueue class into m_sqlv2 to prevent flat-out duplication of identic...brain
2007-01-17Mass comment removal.brain
2007-01-17Remove/fix unused variable warningbrain
2007-01-17It says something about how excessive our debug output is when the ssl module...brain
2007-01-17Remove tons of debug output from spanningtree as the first step in optimizing...brain
2007-01-15Crusade to remove debug from stable and tested parts of the core and base mod...brain
2007-01-15Remove some debug (im on a crusade to make debug mode useful, but at the same...brain
2007-01-15delete -> DELETE()om
2007-01-15Activate final stage of world-domination plan...d...o...n...om
2007-01-15Fix some differences between how this expands partial banmasks with how the c...om
2007-01-15Convert all redirecting bans to non-redirecting ones when the module unloads.om
2007-01-15Fix possible segfault if sql query failed. Using a free'd char is probably no...peavey
2007-01-15Prepend nick to user->MakeHostIP().om
2007-01-14Hook qlite3_update_hook to queries to also catch affected rows on UPDATE/INSE...peavey