]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Fix one issue, add another feature: When sending MODE +beI, weed out duplicates with...
[user/henk/code/inspircd.git] / src / modules /
2007-04-28 peaveysquash a compile warning found by giggsey.
2007-04-27 brainAdd and document m_clones as requested by bug #267
2007-04-27 specialm_dnsbl stats should count no result as a miss
2007-04-26 specialFixed bug #266 (m_dnsbl stats), patch by satmd
2007-04-26 brainMake error reporting work properly, it seemed to loose...
2007-04-25 specialAdded m_chancreate, which adds snomask +j to show when...
2007-04-25 brainPlease try this, satmd
2007-04-25 brainUse segments of 8 in length not ten, reducing the lengt...
2007-04-25 peaveydhost and host are both char[65], so let stringcopy...
2007-04-24 brainShorten the length of ipv6 cloaks so that a character...
2007-04-22 peaveyupdate some comments.
2007-04-22 peaveyFix crash if trying to remove pattern that does not...
2007-04-22 brainFix typo
2007-04-22 peaveycleanup space indenting
2007-04-22 brainSend numeric when item doesnt exist on remove
2007-04-22 brainFix memory consumption of m_slence, users silence lists...
2007-04-21 peaveyAdd *** to +s SNOTICEs
2007-04-21 brainAdd *** to +s SNOTICEs
2007-04-20 peaveyFix bug #259 proper by doing what I should have done...
2007-04-20 peaveyRevert this back to previous.
2007-04-19 peaveyDo not add empty strings to outgoing lines. *needs...
2007-04-19 brainCheck some userrec values in remote whois, so that...
2007-04-18 peaveyAdd another trim() to outgoing metadata accountname...
2007-04-18 peaveyoops, overlooked a reference.
2007-04-18 peaveyAdd fix for bug #259 now that Brain is RAM impaired...
2007-04-16 brainAdded options:deprotectothers, this is like options...
2007-04-15 brainFix for bug that took ages to track down and was very...
2007-04-14 brainWorking in m_filter_pcre.
2007-04-14 brainAdd move-match-to-head-of-queue stuff to pcre filter
2007-04-14 brainWorking for m_filter, needs implementing in m_filter_pcre
2007-04-14 brainSome tweaks suggested by pingbad, dont use yet :p
2007-04-12 brainDont use send_mode_explicit protocol call, use send_mod...
2007-04-09 brainThe hmac stuff was slightly wrong, calculating the...
2007-04-09 brainD'oh, this is what causes it to randomly not allow...
2007-04-09 brainAnd spell it right.
2007-04-09 brainMinor change, easy to roll back if it fucks up
2007-04-09 brainWhoopsie
2007-04-09 brainWait longer before sending data on the connect than...
2007-04-09 brainRevert
2007-04-09 brainTest tweak to make it sync faster
2007-04-09 brainDifferent way of generating random string
2007-04-09 brainGive information in snomask +l to what type of auth...
2007-04-09 brainHandle non-hmac servers smarter without having to globa...
2007-04-09 brainAdd config <options:disablehmac> to support disabling...
2007-04-09 brainRemove debug: This now works!
2007-04-09 brainI think we're almost there now
2007-04-09 brainMore fucking around
2007-04-09 brainThis is likely fucked up beyond all recognition. Today...
2007-04-09 brainDebug, and we seem to be sending capab twice
2007-04-09 brainCheck against the HMAC challenge now: *UNTESTED*
2007-04-09 brainAdd basic HMAC suggested by jilles to make the auth...
2007-04-09 brainTest code that pretends to send a hashed value if its...
2007-04-09 brainAdded ability to send and receive a challenge, dont...
2007-04-09 brainAdd methods needed for storing challenge string
2007-04-08 brainMake the max '3 dots' and not 2
2007-04-08 brainIt might be slightly slower, but memset the array as...
2007-04-08 brainShould change the header too
2007-04-08 brainMake the lines wide enough to hold the new data
2007-04-07 brainAdd licensing headers to files which are missing them...
2007-04-06 brainWe had to roll our own time function because some craqs...
2007-04-06 brainShow expiry times of glines, klines, qlines and elines...
2007-04-06 brainFix bug #224 by refreshing the security ip cache every...
2007-04-05 brainFix for bug #199 (Feature request) submitted by owine...
2007-04-05 brainFix for bug #216, m_cloaking now tries to cloak a large...
2007-04-05 brainAdd filter type 'silent', as requested in bug #235...
2007-04-05 brainAdd support for <link:hidden> fixes feature request...
2007-04-05 brainAdd extra /map info (connection uptime, and lag time...
2007-04-05 brainAdd feature outlined in bug #192, give a notice showing...
2007-04-02 brainThis needs some general QA-ing. Add support to new...
2007-04-02 brainThe other half of special's LUSERS fix
2007-04-01 brainAdd feature to this module which allows you to specify...
2007-04-01 brainAdd -config parameter to bin/inspircd which allows...
2007-04-01 brainAdd m_seenicks.so, adds snomasks +nN which show local...
2007-04-01 brainMake it use the static text for the reason instead...
2007-04-01 brainAdd m_jumpserver, allows server forwarding with RPL_RED...
2007-03-30 w00thidechans: allow showing on self whois, QA, test if...
2007-03-30 brainAdd extra stuff to LIST.
2007-03-29 brainMake this available to all users
2007-03-29 w00tAdd snomasks to /check on a user (QA, please test)...
2007-03-25 brainRemove excessive debugging
2007-03-25 brainAllow some commands to use a mask of * (this usually...
2007-03-24 brainTest stuff to fix remote stats brokage
2007-03-24 specialm_showwhois now sends a message for remote whois as...
2007-03-24 brainCheck validity (length) of all NICK parameters to make...
2007-03-23 brainIdent fixes, to make sure that if you dont get an ident...
2007-03-23 brainident over ipv6 fixes, and fixes to inspsocket BindAddr...
2007-03-23 brainTweak some stuff about
2007-03-23 brainFix small memory leak
2007-03-22 brainEAGAIN fixes for gnutls
2007-03-22 brainWe're checking for non-null session->sess in VerifyCert...
2007-03-22 brainSome tweaks for gnutls
2007-03-22 brainMore checks in IS_HSDONE event hook
2007-03-22 brainFix crashes in ipv6 ssl using gnutls, and crashes when...
2007-03-20 w00tUpdate a notice on server already existing to be more...
2007-03-18 brainChange back to FMODE for channel mode changes from...
2007-03-18 brainset the TS of a channel in JoinUser, not after the...
2007-03-17 brainAbort link at +/- 300secs, warn at +/- 30 secs
2007-03-16 brainRemote /MODULES
2007-03-16 brainNow syncs with the master every 10 mins
2007-03-16 brainWtf, ive found the source of the drift, it adds the...
next