]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2006-11-12 brainNeeds testing: SAMODE doesnt send the actual SAMODE...
2006-11-12 brainAllow normal MODE from a server prefix
2006-11-12 brainDont propogate failed mode changes
2006-11-12 w00tAdd m_restrictbanned to example conf.
2006-11-12 w00tAdd m_restrictbanned.so, disalows banned users on a...
2006-11-12 brainWe now have only one string copy for remote topics...
2006-11-11 brainEnable removal of debug info for tiny systems
2006-11-11 peaveyfix a compile warning
2006-11-11 brainEliminate two trivial compile warnings pointed out...
2006-11-11 brainA few lines here are loglevel DEFAULT and should be...
2006-11-11 brainDont allow overlapped ports in these files
2006-11-11 brainAllow checking of overlapped ports. A bit of sensible...
2006-11-11 brainDocument irc::portparser with comments :-)
2006-11-11 braindont use local vars and lose state
2006-11-11 brainHandle out of range port numbers without stopping parsi...
2006-11-11 brainAdd irc::portparser, a class to parse port ranges in...
2006-11-11 brainMake these properly detect port ranges.
2006-11-11 brainDocument port range stuff
2006-11-11 brainSupport hybrid-style port ranges in spanningtree, too
2006-11-11 brainAllow port ranges for client ports (this is still todo...
2006-11-11 peaveyfix small typo (also doubles as test commit)
2006-11-11 brainOops, add special-case for user killing themselves...
2006-11-11 brainYay, comma seperated /kill, same limits as PRIVMSG...
2006-11-11 brainImprove quit messages caused by filtering, now prefixed...
2006-11-10 brainAlso dont try and filter remote users. This is ick.
2006-11-10 brainFiltering should leave ulines alone, and not filter...
2006-11-10 brainAdd fix for patch #166 (this is a reasonably big one)
2006-11-10 brainImplement a change for bug #171. It might not be pretty...
2006-11-10 brainThese should now be VF_COMMON, they sync data
2006-11-10 brainMake /stats s more detailed, fix a grammar error
2006-11-10 brainWhoops, make /stats s work
2006-11-10 brainAdd /stats s
2006-11-10 brainOops, fix crash
2006-11-10 brainWhoops, properly handle rehash now that new filters...
2006-11-10 brainFinally update this
2006-11-10 brainDocument changes to m_filter and m_filter_pcre a little.
2006-11-10 brainImplement on-burst synching of filters
2006-11-10 brainOops, forgot command source, these wouldnt be able...
2006-11-10 brainImplement the /filter command. Note that this is curren...
2006-11-10 brainAdd gline type, and <filter:duration> value to say...
2006-11-10 brainInherit m_filter.cpp and m_filter_pcre.cpp from a base...
2006-11-09 w00tMove peaveydk to core developers, jamie to contributors...
2006-11-09 w00tPatch from peavey to fix GCC3.3 crash correctly, withou...
2006-11-08 specialThis should fix the empty iterator crash with gcc3...
2006-11-06 specialFixed broken syncing for glines and elines using idents...
2006-11-06 specialApply patch for bug #165 (compile warning for users...
2006-11-06 w00tFix IPv4 resolution, spank satmd if you were affected...
2006-11-05 specialFixed bug #164 by peaveydk
2006-11-05 specialModified the server-to-server TIME command to report...
2006-11-05 brainWhoops, make targets case insensitive when cutting...
2006-11-05 brainOlder gcc gets confused when the only parameter has...
2006-11-05 brainChange message to indicate that the count only includes...
2006-11-05 brainFix the 'not all ports could be bound' warning to not...
2006-11-05 specialAdded <options:notimesync> to the example config
2006-11-05 specialMade the 'force' parameter to BURST and TIMESET upperca...
2006-11-05 specialAdded the <options:notimesync> flag to disable time...
2006-11-05 specialAdded time syncing! This is fairly simple - servers...
2006-11-04 brainone line tweak, if the prefix is empty, dont echo ...
2006-11-04 brainSmart voodoo to weed out duplicates in a comma seperate...
2006-11-04 brainFix remote quit notices (some were in the wrong snomask)
2006-11-04 brainShow ident when expiring g and k lines
2006-11-04 brainFix comma-seperated list handling by CommandParser...
2006-11-04 brainAs requested by satmd, inspircd will now run with no...
2006-11-04 brainMerge peaveys patch, tracker #162
2006-11-03 brainMerge peaveydk's example conf change.
2006-11-03 brainFixed at last.
2006-11-03 brainIve been unable to commit this since 9am, somehow port...
2006-11-03 brainTook out a header we needed to keep. Im done stick...
2006-11-03 brainHmm, svn said there was a conflict here, but nobody...
2006-11-03 brainRevert special's sqloper change, nice try but only...
2006-11-03 specialSwitched m_sqloper to use OnPostCommand instead of...
2006-11-03 w00tFix compile error, and spank Brain
2006-11-02 brainWhen we get an event on a userrec of EVENT_ERROR, and...
2006-11-02 brainPlease in the future everyone: DO NOT submit patches...
2006-11-02 brainApply patch by satmd which performs ipv4 lookup on...
2006-11-02 brainSomeone forgot to add m_alltime to the example conf :p
2006-11-02 brainMore pipe. Everyone likes pipe
2006-11-02 brainThis is tidier, we dont need a seperate bool and int
2006-11-02 brainLoadModule will now also return false if the glob patte...
2006-11-02 brainAllow wildcards in LoadModule calls. If a filename...
2006-11-02 specialAdded m_alltime
2006-11-01 specialAdded the send_push event to m_spanningtree (send raw...
2006-11-01 brainNew events for special. Event id's "new_server" and...
2006-11-01 specialFixed another overflow, identical to the last one
2006-11-01 specialFixed a little overflow, noticed by satmd
2006-11-01 brainUpdate this too
2006-11-01 brainRemove <helpop file>
2006-11-01 brainRemove <censor file> directive, we've had <include...
2006-10-31 brainFix broken notice (relatively minor, the notice can...
2006-10-31 brain1.1.0b4+FartGas. Powerful and strong, and drives back...
2006-10-31 brainDont worry this is only comments, not worth rebuilding for
2006-10-31 brainWe should be fine without oneshot, i'll test this.
2006-10-31 brainFix a whoopsy
2006-10-31 brainSet write error when detected
2006-10-31 brainError set handlin g for select socketengine, tidyup...
2006-10-31 brainClose an inspsocket on getting error state
2006-10-31 brainSocket error state stuff
2006-10-31 brainStart of stuff to handle socket error state
2006-10-31 brainWe dont want kqueue to go into an infinite loop when...
2006-10-31 specialRemoved OnRawMode - this hasn't been called at all...
next