summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
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
2007-01-14Why are we doing append() craq here, when theres a nice cached userrec::GetHo...brain
2007-01-14Initial commit of the ban redirection module. Docs, additional testing and pr...om
2007-01-14I forgot to exec("gnutls-config --libs") in the configure macrosbrain
2007-01-14Remove some old destroy code not needed with InpSocket.peavey
2007-01-14Make REHASH work.peavey
2007-01-14Dont need to send anything on the notifier socket.peavey
2007-01-14Remove DOS newlines.peavey
2007-01-14Now with SQLite3 support. Fully functional and (hopefully) working.peavey
2007-01-14Added interface 'ChannelBanList' that these two modules implement. Send a req...brain
2007-01-14OMG SQLITE3 support, almost there now =)peavey
2007-01-14Add alias:matchcase config setting (per-alias, determines wether to match cas...brain
2007-01-14Make m_sqlv2.h::SQLquery extend 'classbase', for easy passing as deque parame...peavey
2007-01-14Allow aliasing of anything to anything, removing the need for tons of non-pro...brain
2007-01-14Bang! Gone due to new buildsystem.peavey
2007-01-14Add eval() and exec() macros, that evaluate perl and execute commands at conf...brain
2007-01-13Extra stuff to improve buildsystem, calculate lib and include dirs at configu...brain
2007-01-13Tidy up the buildsystem a lot by encapsulating repeated detection routines fo...brain
2007-01-13Get flags for sqlite3.peavey
2007-01-13Change this to use our md5 provider rather than MD5() in the querybrain
2007-01-13Test fix for breakage with IPv6om
2007-01-12Improve handling of backend server being down. Also decraq some debug output ...peavey