summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-29Add fix suggested by mitch to show when nicks dont existbrain
2006-11-29Added a missing error message to SAJOIN - thanks Mitchspecial
2006-11-28Fixed a crash when spanningtree is given a blank line; really simple fix, and...special
2006-11-27O(n^n) is bad. O(log n) is better.brain
2006-11-27Tidyupbrain
2006-11-27There, the guts of it are done, spanningtree now uses the exempt lists to cle...brain
2006-11-27BuildExemptList is becoming pretty ugly. grr.brain
2006-11-27Add OnBuildExemptList, which is used to build an exempt list when passing a p...brain
2006-11-27Add exception lists to OnUserMessage and OnUserNotice, to be used for smarter...brain
2006-11-26C DOS, C DOS RUN, RUN DOS RUN ^M^M^Mpeavey
2006-11-26add m_deaf.so to example.confpeavey
2006-11-26Provides support for ircu style usermode +d (deaf to channel messages and cha...peavey
2006-11-26Fix really minor typobrain
2006-11-26Update the comment for flag 't'brain
2006-11-26Tidyup, avoid ternary if() on every iteration of a loop (bad brain bad)brain
2006-11-26SILENCE_CNOTICE, flag 't'. Needs testing, peavey should probably review to ch...brain
2006-11-26Fix to work with channel notices.brain
2006-11-26now using OnUserPreMessage exempt_list instead of OnPreCommand dup code for b...peavey
2006-11-26Update comments to reflect new APIbrain
2006-11-26Add extra parameter to OnUserPreNotice and OnUserPrePrivmsg, CUList &exempt_l...brain
2006-11-26005 tokens: "ESILENCE SILENCE=999"brain
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