summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-26Add m_silence_ext.so to the example confbrain
2006-11-26Add a description to an exception in the constructor, also reformat all the i...brain
2006-11-26Tidy up space indentsbrain
2006-11-26fix a few confusing returnspeavey
2006-11-26Improved drop-in replacement for cmd /SILENCE. This first draft features serv...peavey
2006-11-26Make numeric 443 ERR_USERONCHANNEL conform to the RFCpeavey
2006-11-26Make silence list removals and additions a ton faster by making the silence l...brain
2006-11-25Improve openssl detectionbrain
2006-11-24whoops, !defined not undef!brain
2006-11-24Make this smarter when we dont have pkg-configbrain
2006-11-24More fixesbrain
2006-11-24Fixesbrain
2006-11-24Smarter openssl detectionbrain
2006-11-24In answer to w00ts question, the channel might not exist, because of the foll...brain
2006-11-23Fix #176, not sure how channel can't exist after being created, but apparantl...w00t
2006-11-22Fix my fix, it crashed (thanks skenmy, sorry)w00t
2006-11-22Disallow mode prefix # since it will mess up /whois and /privmsgpeavey
2006-11-22Removed <options:tempdir> - this hasn't been used since modules were updated ...special
2006-11-21Fix spurious deops on channel creation, pointed out by jilles, noted by a num...w00t
2006-11-21fix for bug #175, change OnUserRegister to return int, and if greater than 0 ...peavey
2006-11-21Added *.pid to the svn:ignore for conf/ - I hate all of these files always sh...special
2006-11-21Fixed gnutls_rpath.pl to do rpath for all paths, not just gnutls - this fixes...special
2006-11-19Remove spacebrain
2006-11-19Ooops, remove my debug lineom
2006-11-19Also return for 7.x series > 7.3.15, this still wants testing :p (which versi...om
2006-11-19Hopefully uncraq this script enough to actually work, should return for versi...om
2006-11-19Merge pgsql stuff from darix, but im sure theres something to be looked at in...brain
2006-11-19Make opermotd and randquote paths relativebrain
2006-11-19Apply CXXFLAGS patch from darixbrain
2006-11-19Remove unused /usr/local/lib from helperfuncs.cpp include dirs etc, its not b...brain
2006-11-19Use pkg-config to detect lib paths - thanks darix we've been looking for this...brain
2006-11-19Add -fno-strict-aliasing to shut up gcc when building with -O2. We know what ...brain
2006-11-19Fix all the _FORTIFY_SOURCE warnings except "punned pointer".brain
2006-11-18Add CXXFLAGS appending thing from darixbrain
2006-11-18Apply instmode stuff from darixbrain
2006-11-18The tags must be prefixed with helpop_ in 1.1 beta 5 and abovebrain
2006-11-18Since the last beta, the pid file doesnt have to be specified. If it hasnt be...brain
2006-11-18Change from dos to unix line endings (how did these get in here?)brain
2006-11-18bits_size must be protected, not privatebrain
2006-11-18Add \code and \endcode tags for doxygenbrain
2006-11-18Fix a major whoopsie in that class i just added. It must be derived using vir...brain
2006-11-18Reduce size of max number of bytes in a bitfield from a 4 or 8 byte field to ...brain
2006-11-18Properly document irc::dynamicbitmaskbrain
2006-11-17Remove some debug, add some comments, throw exception in Get() when passed an...brain
2006-11-17Fix this so it works, passes test case. Provide a method to query for a bit a...brain
2006-11-17Add irc::dynamicbitmask class. Feel free to take a look and offer suggestions...brain
2006-11-16Make STATS i, y, c, n more relevent to 1.1brain
2006-11-16Fix /whois on users with lots, and lots of channels (see /whois idleserv). Wa...w00t
2006-11-15Add WHO flag 'm' to show users who have a mode sequencebrain
2006-11-15Tidy up some stuffbrain