]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2006-12-17 brainCorrectly send TS in JOIN so that services packages...
2006-12-17 brainAdd a message to the makefile, when starting the build...
2006-12-17 brainDont use FJOIN to join users to channels outside the...
2006-12-17 brainUse $^O rather than chomp(`uname`); - use perl's neat...
2006-12-17 peaveyMake RemoveCommand private.
2006-12-17 peaveyInvented safe delete-while-itering for hash_map.
2006-12-17 brainWhen receiving an FJOIN, if we have no local users...
2006-12-17 brainHandle removal of permenant svsholds
2006-12-17 brainFix potential crash, not enough parameters for va_arg...
2006-12-17 peaveyFix a little = turned into a ==
2006-12-17 peaveyUse safe iter for deleting while iterating
2006-12-17 brainsomeone test this please
2006-12-17 brainIf the caller said no linefeeds, dont bail, instead...
2006-12-17 brainFinally document <insane> tag, we've had this since...
2006-12-16 brainAdd format="" value, at request of Emeric.
2006-12-16 peaveyConfig option added for prefixed channel NOTICEs and...
2006-12-16 brainAdd stuff so that the core catches CoreException properly
2006-12-16 brainAllow linefeeds in this module in one value
2006-12-16 brainTidy up text formatting
2006-12-16 brainChange m_helpop to use the new boolean flag in ReadConf...
2006-12-16 brainAdd an optional parameter to ConfigReader::ReadValue...
2006-12-16 brainFix all the left out examples that dont get copied...
2006-12-16 brainAdd some comments to explain whats going off in one...
2006-12-16 brainNot sending capab when theres no transport module attac...
2006-12-16 brainGet rid of HelpopException, use ModuleException thats...
2006-12-16 w00tw00t: the power to rewrite modules in the leap of a...
2006-12-16 peaveyMake SNO notice for +o global
2006-12-16 peaveyMake irc::spacify take 'const char*' instead of 'char*'
2006-12-16 peaveyMake irc::spacify take 'const char*' instead of 'char*'
2006-12-16 brainLinefeeds in quotes, just for w00t.
2006-12-16 peaveyRemove libIRCDaes.so from install
2006-12-16 w00tUsermode +G allowed opers to change other user's modes...
2006-12-16 brainFix setting of * for bans in m_messageflood, this has...
2006-12-15 w00tRemove doc/supported, it's obsoleted by the wiki. Happy...
2006-12-15 w00ts/ChatSpike/InspIRCd/ development team
2006-12-15 w00tAnd now, just to force you to recompile the *whole...
2006-12-15 w00tStill more massive commit fun. Headers in include/...
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-12-15 brainTry harder to make sure the ERROR string gets sent...
2006-12-15 brainCleaning up irrelevent stuff in channels.cpp
2006-12-14 brainRemove commented out FlushWriteBuf()
2006-12-14 brainRemove misc debug
2006-12-14 brainFix silly bug of the day.
2006-12-14 brainRemove FlushWriteBuffer() from DoBackgroundUserStuff...
2006-12-14 brainCPU Usage percent in stats z! yay!
2006-12-14 brainChange how users are quit if they get a write error...
2006-12-14 brainRefactor userrec::chans.
2006-12-14 brainRefactoring:
2006-12-13 brainFix m_watch to properly use OnCleanup, and to delete...
2006-12-13 brainFix configure stuff AGAIN.
2006-12-13 brainOn now-ancient freebsd 5.2.1, fix the compile by forcin...
2006-12-13 brainComments
2006-12-13 brainTurn watchlist back to map. watchlist is small, watchen...
2006-12-13 brainChange m_watch to use hash_map rather than map, because...
2006-12-13 brainImprove the way 005 ISUPPORT is sent to users when...
2006-12-13 brainProperly fix 'changed nickname from one thats on your...
2006-12-13 brainWhoops, one too many params
2006-12-13 brainFix /nick signoff message
2006-12-13 brainMore to fix.
2006-12-13 brainMake this behave more like other WATCH implementations
2006-12-13 brainFix quite a few whoopsies
2006-12-13 brainUntested! New m_watch that should be hundreds of times...
2006-12-12 brainAvoid pointless vsnprintf() when our loglevel doesnt...
2006-12-12 brainRemove unused debug
2006-12-12 brainImprove how we handle ELINEs on connect, turn O(2n...
2006-12-12 brainNew clone counting mechanism (this isnt tested yet)
2006-12-12 brainMake FounderProtectBase::remove_own_privs a reference...
2006-12-12 brainSomeone forgot to do founder too :p
2006-12-12 brainMake the world not end when special commits (this will...
2006-12-12 specialFixed a pretty nasty bug that allowed users to +a thems...
2006-12-12 specialReverted om's commit so we can keep laughing at him...
2006-12-12 omI yell 'LIES' in the face of anyone who says I don...
2006-12-12 brainAnMaster thinks im not committing enough, so heres...
2006-12-12 brainMore comments
2006-12-12 brainFix trivial broken stat counter
2006-12-12 brainWhoops, forgot to unpublish the interface!
2006-12-11 brainirc::string assign(std::string&)
2006-12-11 brainJust comments
2006-12-11 brainTidy up a loop a bit so it isnt for(;;) with a break
2006-12-11 brainAnd fix the typos in it.
2006-12-11 brainAttempt another speedup
2006-12-11 brainFix kinda stupid whoopsie
2006-12-11 brainFaster, stronger, ...err no, not the million dollar...
2006-12-11 brainChange how assembling of multiple lines works, avoid...
2006-12-11 specialFixed a typo in select
2006-12-11 brainFix EOF conditions on inspsockets which are having...
2006-12-11 brainBetter handling of write() failure, but this might...
2006-12-11 brainThis is better now.
2006-12-11 w00tInitial commit of m_dnsbl, v2.0 - based on satmd's...
2006-12-11 brainSomeone forgot to add the copyright headers here :p
2006-12-11 brainAnd give it error checking... whoops.
2006-12-11 brainPinch simple output buffering from m_ssl_openssl
2006-12-11 brainTidyup comments and debug
2006-12-11 brainFinally got read buffering working properly
2006-12-11 brain*annoyance*
2006-12-11 brainDamnit damnit damnit!
2006-12-11 brainThis should do it.
2006-12-11 brainRethink
2006-12-11 brainGrr.
next