summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-12-04Move ipv4 cloaking to cloak4brain
2006-12-04Fix the new ipv4 cloaks to not change wildly if one octet changesbrain
2006-12-04Forgot to include 'version' in the syntaxbrain
2006-12-04Tweak this module to always allow remove from remote, no matter what the perm...brain
2006-12-04Fix for bug #177, generate the version string at configure time and write it ...brain
2006-12-04Reverted the addition of ./inspircd version; I should've considered this a bi...special
2006-12-04Added ./inspircd version, requested and written by Mitchspecial
2006-12-03Account for channels with no modes setbrain
2006-12-03Remove an assignment from definition (damn java thinking)peavey
2006-12-03Make the 'override' parameter actually *do* something, weew00t
2006-12-03Make this look less insane :Pw00t
2006-12-03LOL INFINITE LOOPS IN IRCD ARE ROXw00t
2006-12-03CheckDie was always still here, we were just forgetting to set the die value'...brain
2006-12-03Fix <die:value>, its been broken for quite some time. (whoops *hide*)brain
2006-12-03Remote SQUIT, and god save the coder..w00t
2006-12-02That patch (TM) of controversy, plus a minor cleanupw00t
2006-12-02I don't know if anything actually uses this, but irc::hex is now *much* more ...special
2006-11-30Fix typo that stops m_cban from workingbrain
2006-11-29Added InspIRCd::GetTimeDelta() - previously m_alltime was using a hack to get...special
2006-11-29Same againbrain
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