summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-28w00t forgot to edit these out.eggy
2007-09-27Remove /summon and /users (I think 15+ years of being marked deprecated is en...w00t
2007-09-27Forgot part of the fix for bug #404special
2007-09-26Fixed bug #404; this was caused by recieving multiple OPERTYPEs from a remote...special
2007-09-26Is this thing on?eggy
2007-09-25Remove compiler warnings in windows buildbrain
2007-09-25Fix compile errorbrain
2007-09-25Fix for bug #415, affects only trunk (wish i'd known this before i started!)brain
2007-09-25Fix for bug #407, set ref[fd] AFTER some checks that may return false and lea...brain
2007-09-25The only solution is to hide the killing oper even from other opers, and make...brain
2007-09-25added a '!bricker
2007-09-24Final part of fix for #419brain
2007-09-24Fix part of bug #419 (source nick showing in KILL message to user with hideki...brain
2007-09-24Fix for bug #424brain
2007-09-24conformity is yay! ok, fixed some typo's, etc etc...bricker
2007-09-23Remove InspIRCd::DoOneIteration, throwback to software threading (lulz)brain
2007-09-23add extra modules folder and exclude from buildbrain
2007-09-23Seems nobody tested this in windows at all, Module::Module(Inst) is not valid...brain
2007-09-23Add command handlers (excluded from build) toobrain
2007-09-23Fix dodgy constructorbrain
2007-09-23Add modules to the project and exclude from build (its often a pain to track ...brain
2007-09-23Directory creation fixesbrain
2007-09-23More compile fixesbrain
2007-09-23More compile fixesbrain
2007-09-23Add dbghelp.libbrain
2007-09-23Fix configure to make release directories during build brain
2007-09-23Fix library paths for compilation on my laptopbrain
2007-09-23Test from vista laptopbrain
2007-09-21Fix some words and capitalizations etc...bricker
2007-09-20capitalized "Bugtracker" "Forums" "Development"bricker
2007-09-20Thanks dz, forgot uppercase equivalent of AEIOU in the strchrbrain
2007-09-20As per request from Bricker, change the format of the 'you are now an oper of...brain
2007-09-19Fixed m_saquit to direct the command to the user's server and from there send...special
2007-09-18Fixed bug #418 (incorrect numerics for part of /ADMIN and /USERS) - patch by ...special
2007-09-18Fixed bug #417 (empty userstats allowed all stats to be viewed)special
2007-09-15Fixed bug #414 (cosmetic issue with oper failure notices). Patch by dzspecial
2007-09-15Added support for subdirectories in module directories (for organization). I ...special
2007-09-13Fixed a compile error in m_ident on ipv6special
2007-09-13Made m_ident bind ident requests to the same IP the user is connected on, whi...special
2007-09-13Redesigned m_rpc_json to work properly in a modular environment, and added th...special
2007-09-13Fixed a rare infinite loop in InspSocket::FlushWriteBuffer() - this could onl...special
2007-09-13Made m_blockcaps' <blockcaps:minlen> parameter default to 1, not 0, since try...special
2007-09-12Modified m_cloaking to not use need_positive (instead, cast to an unsigned in...special
2007-09-12Renamed the needs_unsigned parameter of ConfigReader::ReadInteger to need_pos...special
2007-09-11Fixed the order of signon/signoff messages in m_watch (bug #410)special
2007-09-08Forward port r8021: fixes bug #408 reported and patched by Switchw00t
2007-09-05Fixed IPv6 resolving on big-endian machines (bug #403). Patch by Stric.special
2007-09-04* Fixed connection messages in ModuleSpanningTree::HandleConnect (reported by...burlex
2007-09-04* Fixed some incorrect declarations in IOCPEngineburlex
2007-09-02Fixed an issue that could cause empty parameters in module commands to not be...special