summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-14Fix the code that nobody tested :pbrain
2007-01-14And take the return out again to stop w00t throwing a tantrumom
2007-01-14Add return statement at the end of the special-case block for listing listmodes.om
2007-01-14Fix this so that if the beforemode clears the parameter, and it was supposed ...brain
2007-01-14Fix BeforeMode to have the parameter available, if there are enough parameter...brain
2007-01-14Added interface 'ChannelBanList' that these two modules implement. Send a req...brain
2007-01-14g++ is picky about default params with overloadingbrain
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
2007-01-11Anyway the reason for this discussion - i wanted to do a test commit :p (inse...brain
2007-01-11More tidyup.peavey
2007-01-11Only use force if necessary! Tidy up debug output.peavey
2007-01-11pgsql should now work thx to added posibility to force a fd out of the socket...peavey
2007-01-11Closer now, but somehow libpq invalidates the file descriptor on server shutd...peavey
2007-01-10reconnects still broken, but getting there.peavey
2007-01-10SQLConn rewritten to use EventHandler instead of InspSocket. This is much nea...peavey
2007-01-10If we have a bitmask of 0 in apply_lines, dont even bother to run the function!brain
2007-01-10Also, if the line already existed, dont OR the value in, so that if all the s...brain
2007-01-10Clever stuff for applying lines (this needs testing);brain
2007-01-10Only send snotice if the eline doesnt exist yetbrain
2007-01-10Improve speed of these, and only send out snotice if the gline doesnt already...brain
2007-01-10Typopeavey
2007-01-10Change stats z to show volountary and involountary seperatelybrain
2007-01-09Add a call to InvalidateCache() to fix this:brain
2007-01-09Made the real name value for /admin optional (line isn't displayed if not spe...special
2007-01-09Whoever added clearcache must have been asleep; they left the definition of i...special
2007-01-09Made m_denychans support wildcardsspecial
2007-01-09Revert repeat timer to old one, to make sure it only runs if list was actuall...peavey
2007-01-09TimeSyncTimer now uses repeat timer.peavey
2007-01-09Assigning a std::string var initially to "" is pointless.brain
2007-01-09Make safelist use repeat timer.peavey
2007-01-09Tidy up (optimize, improve) chanrec::WriteChannelWithServbrain