]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2007-09-30 brainUsers were also being attached to the wrong server...
2007-09-30 brainWhoops, forgot some stuff for when GECOS was moved...
2007-09-30 brainMinor change, param for local PING wasnt an SID and...
2007-09-30 brainparameters[0] -> parameter.c_str()
2007-09-29 brainmove headers into other filters
2007-09-29 brainremove cmd_summon and cmd_users from solution
2007-09-29 specialRemoved extremely verbose debugging from the SSL module...
2007-09-28 brainCorrect wording of message in cmd_invite pointed out...
2007-09-28 eggyw00t forgot to edit these out.
2007-09-27 w00tRemove /summon and /users (I think 15+ years of being...
2007-09-27 specialForgot part of the fix for bug #404
2007-09-26 specialFixed bug #404; this was caused by recieving multiple...
2007-09-26 eggyIs this thing on?
2007-09-25 brainRemove compiler warnings in windows build
2007-09-25 brainFix compile error
2007-09-25 brainFix for bug #415, affects only trunk (wish i'd known...
2007-09-25 brainFix for bug #407, set ref[fd] AFTER some checks that...
2007-09-25 brainThe only solution is to hide the killing oper even...
2007-09-25 brickeradded a '!
2007-09-24 brainFinal part of fix for #419
2007-09-24 brainFix part of bug #419 (source nick showing in KILL messa...
2007-09-24 brainFix for bug #424
2007-09-24 brickerconformity is yay! ok, fixed some typo's, etc etc...
2007-09-23 brainRemove InspIRCd::DoOneIteration, throwback to software...
2007-09-23 brainadd extra modules folder and exclude from build
2007-09-23 brainSeems nobody tested this in windows at all, Module...
2007-09-23 brainAdd command handlers (excluded from build) too
2007-09-23 brainFix dodgy constructor
2007-09-23 brainAdd modules to the project and exclude from build ...
2007-09-23 brainDirectory creation fixes
2007-09-23 brainMore compile fixes
2007-09-23 brainMore compile fixes
2007-09-23 brainAdd dbghelp.lib
2007-09-23 brainFix configure to make release directories during build
2007-09-23 brainFix library paths for compilation on my laptop
2007-09-23 brainTest from vista laptop
2007-09-21 brickerFix some words and capitalizations etc...
2007-09-20 brickercapitalized "Bugtracker" "Forums" "Development"
2007-09-20 brainThanks dz, forgot uppercase equivalent of AEIOU in...
2007-09-20 brainAs per request from Bricker, change the format of the...
2007-09-19 specialFixed m_saquit to direct the command to the user's...
2007-09-18 specialFixed bug #418 (incorrect numerics for part of /ADMIN...
2007-09-18 specialFixed bug #417 (empty userstats allowed all stats to...
2007-09-15 specialFixed bug #414 (cosmetic issue with oper failure notice...
2007-09-15 specialAdded support for subdirectories in module directories...
2007-09-13 specialFixed a compile error in m_ident on ipv6
2007-09-13 specialMade m_ident bind ident requests to the same IP the...
2007-09-13 specialRedesigned m_rpc_json to work properly in a modular...
2007-09-13 specialFixed a rare infinite loop in InspSocket::FlushWriteBuf...
2007-09-13 specialMade m_blockcaps' <blockcaps:minlen> parameter default...
2007-09-12 specialModified m_cloaking to not use need_positive (instead...
2007-09-12 specialRenamed the needs_unsigned parameter of ConfigReader...
2007-09-11 specialFixed the order of signon/signoff messages in m_watch...
2007-09-08 w00tForward port r8021: fixes bug #408 reported and patched...
2007-09-05 specialFixed IPv6 resolving on big-endian machines (bug #403...
2007-09-04 burlex* Fixed connection messages in ModuleSpanningTree:...
2007-09-04 burlex* Fixed some incorrect declarations in IOCPEngine
2007-09-02 specialFixed an issue that could cause empty parameters in...
2007-09-02 specialCompletely rewrote m_ident; the old one was written...
2007-08-31 w00tUnbreak the compile.
2007-08-31 w00tThis may not compile, I'll test it on my desktop. Waiti...
2007-08-31 specialFixed a double free in m_ident. Found by AnMaster
2007-08-31 specialFixed a bug introduced in r7827 (does not affect 1...
2007-08-29 peaveyI lose for being slow. also tidyup a bit, still needs...
2007-08-29 w00tHah, I win *hide*
2007-08-29 w00tReformat this pointlessly
2007-08-29 brainAdd a pointless WriteOpers
2007-08-29 peaveyAdd name.
2007-08-29 brainAdd duplicate UID error in ParseUID(), seems pippijn...
2007-08-29 brainMake IsSID completely strict: Must be [digit][A-Zdigit...
2007-08-29 brainThis needs to be sent in burst too
2007-08-29 brainSome modules forgotten for conversion to ModuleManager
2007-08-29 peaveyFix to compile with new module api
2007-08-29 brainWe really should SEND it too, if we're looking for...
2007-08-29 brainIMPORTANT: UID command now takes TEN parameters in...
2007-08-29 brainSwap around ERROR and SNONOTICE in SendError() so that...
2007-08-29 omA few more minor cleanups
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-28 brainTidy up here, same tidyup cannot go back to stable...
2007-08-28 brainAdd SVSPART at request of the Anope team - You can...
2007-08-28 brainIf we see a NICK message without a timestamp on it...
2007-08-28 brainRemove unneeded debug from previous tests
2007-08-28 brainIf the user's nick is just a case change, the TS is...
2007-08-28 brainNote: NICK now takes two params, a nickname and a times...
2007-08-28 brainWhen a server sends a SERVER command with <5 params...
2007-08-28 w00tDELETE() -> delete
2007-08-28 w00t(Om, this commit is safe): remove references to DELETE...
2007-08-28 omFirst step on the road of module loader rewriting....
2007-08-28 w00tUse MODULE_INIT here too
2007-08-28 w00tNo idea why this wasn't using MODULE_INIT. Thanks Om.
2007-08-28 w00tDamn strict typing to hell
2007-08-28 brainLast raft of compile fixes
2007-08-28 w00tOops. We were missing a param on this SVSNICK for remot...
2007-08-28 brainFixes 2
2007-08-28 brainFixes 1
2007-08-28 brainConvert yet more to ServerConfig::GetSID() - this is...
2007-08-28 w00tMake the notes on not using the two services modules...
2007-08-28 brainFirst round of servername->sid stuffs
2007-08-28 brainUse it here, too
2007-08-28 brainTidy up duplicate code, provide GetSID() method on...
next