summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-09-23Fix dodgy constructorbrain
2007-09-23More compile fixesbrain
2007-09-23Test from vista laptopbrain
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-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
2007-09-02Completely rewrote m_ident; the old one was written long ago and had a histor...special
2007-08-31Unbreak the compile.w00t
2007-08-31This may not compile, I'll test it on my desktop. Waiting 20 minutes for a bu...w00t
2007-08-31Fixed a double free in m_ident. Found by AnMasterspecial
2007-08-31Fixed a bug introduced in r7827 (does not affect 1.1.12) that would cause an ...special
2007-08-29I lose for being slow. also tidyup a bit, still needs to fix that sizeof..peavey
2007-08-29Add a pointless WriteOpersbrain
2007-08-29Add name.peavey
2007-08-29Add duplicate UID error in ParseUID(), seems pippijn was triggering it and it...brain
2007-08-29Make IsSID completely strict: Must be [digit][A-Zdigit][A-Zdigit], nothing else.brain
2007-08-29This needs to be sent in burst toobrain
2007-08-29Some modules forgotten for conversion to ModuleManagerbrain
2007-08-29Fix to compile with new module apipeavey
2007-08-29We really should SEND it too, if we're looking for it... :pbrain
2007-08-29IMPORTANT: UID command now takes TEN parameters in 1.2. We never had a signon...brain
2007-08-29Swap around ERROR and SNONOTICE in SendError() so that the server doesnt try ...brain
2007-08-29A few more minor cleanupsom
2007-08-28Move everything module-related out of InspIRCd and into ModuleManager, there ...om
2007-08-28Tidy up here, same tidyup cannot go back to stable as it involves uidsbrain
2007-08-28Add SVSPART at request of the Anope team - You can tell if the server has SVS...brain
2007-08-28If we see a NICK message without a timestamp on it, squit the serverbrain
2007-08-28Remove unneeded debug from previous testsbrain
2007-08-28If the user's nick is just a case change, the TS is NOT updated (thanks jilles)brain
2007-08-28Note: NICK now takes two params, a nickname and a timestamp of the change.brain
2007-08-28When a server sends a SERVER command with <5 params, dont just close the conn...brain
2007-08-28DELETE() -> deletew00t
2007-08-28(Om, this commit is safe): remove references to DELETE() macro, revert back t...w00t
2007-08-28First step on the road of module loader rewriting. So far this only really re...om