]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2007-04-26 brainMake error reporting work properly, it seemed to loose...
2007-04-25 specialLet's pretend the number after 6838 is 6840, so this...
2007-04-25 specialAdded m_chancreate to the example config
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-24 peaveyversion 1.1.6+DevilsDance
2007-04-22 peaveyupdate some comments.
2007-04-22 peaveyFix crash if trying to remove pattern that does not...
2007-04-22 brainThe devil's dancing :p
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 brainEnsure it cant happen the other way around, either
2007-04-21 brainFix spurious 'found host' messages after being told...
2007-04-21 peaveyAdd *** to +s SNOTICEs
2007-04-21 brainAdd *** to +s SNOTICEs
2007-04-20 brainFix for "hanging" when controlling terminal is not...
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-19 brainFix for bug #261 - Needs QA'ing.
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-18 peaveyAdd trim() to hashcomp to trail leading and traling...
2007-04-16 brainWe dont ever maintain this, lets whack it
2007-04-16 brainDocument options:deprotectothers
2007-04-16 brainAdded options:deprotectothers, this is like options...
2007-04-16 brainNow this looks like it was supposed to.
2007-04-16 brainFix the restart stuff that bricker noticed while testin...
2007-04-16 peaveyDocument <connect:port>
2007-04-15 brainFix for bug that took ages to track down and was very...
2007-04-15 brainWhoooooooooooooooooooops. Forgot to initialize a varaib...
2007-04-15 brainAdd --version parameter to the binary bin/inspircd...
2007-04-15 brainAdd tweaks to support feature request in bug #256,...
2007-04-15 brainFeature request outlined in bug #257, allow connect...
2007-04-15 brainView the diffs for a giggle.
2007-04-15 brainReport the correct MAXMODES value
2007-04-14 brainDon't send SYNTAX to clients which havent registered...
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-14 brainAdd a pair of curly braces because gcc will whine other...
2007-04-14 brainFind out from the commit notices that we're still using...
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 brainFix to reinsert sockets into the list as read event
2007-04-08 brainAdd support for solaris 10 IO Completion Ports, contrib...
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-07 brainSet the signals to 'quick exit' before the fork, not...
2007-04-06 brainGorgonzola!
2007-04-06 brainMore information in error when a module cant be loaded
2007-04-06 brainChange wording of message
2007-04-06 brainFix params passed on /restart
2007-04-06 brainIncrease sleep delay to 20, to provide reading time...
2007-04-06 brainMissing newline
2007-04-06 brainAdd a facility to allow starting as root, bin/inspircd...
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 brainCheck for people with lack of clue putting "!" in gline...
2007-04-06 peaveyAdd <hostname:charmap> to example.conf
2007-04-06 brainFix bug #224 by refreshing the security ip cache every...
2007-04-06 brainFix the previous commit better - always copy the null...
2007-04-06 brainFix issue spotted by devious - if a value is defined...
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 'silent' option to example conf
2007-04-05 brainAdd filter type 'silent', as requested in bug #235...
2007-04-05 brainAdd support for <link:hidden> fixes feature request...
next