]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Socket engine tweaks to fix a glitch, and improvements to new m_ident
[user/henk/code/inspircd.git] / src /
2007-10-18 brainSocket engine tweaks to fix a glitch, and improvements...
2007-10-18 brainSet IdentRequestSocket::done on failure to getsockname...
2007-10-18 brainThis new ident module now seems to work rudimentarily.
2007-10-18 brainNo gaurantees this works AT ALL. do not use yet!!!
2007-10-17 brainRemove debug
2007-10-17 brainUID translator broken with space or comma seperated...
2007-10-16 w00tCache the culllist' GetUser() return. Looks cleaner.
2007-10-16 w00tRemove second overridden (fully duplicated :/) copy...
2007-10-16 w00tTypo fix
2007-10-16 w00tUpdate a comment
2007-10-15 w00tMove oper classes and types stuff from users to configr...
2007-10-15 w00tApply some readability changes to ProcessCommand, which...
2007-10-15 w00tMove some other stuff to helperfuncs (uline related...
2007-10-15 w00tFuck. Press save, then commit.
2007-10-15 w00tMove InspIRCd::Duration from command_parse to helperfuncs
2007-10-15 w00tSplit user resolver into its own file.
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-15 w00tInspTimer -> Timer
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-10-15 w00tBad Brain, bad. *spank* :p
2007-10-14 brainAnother dodgy count fixed
2007-10-14 brainFix the 'total of -1 modules have been loaded' due...
2007-10-14 brainMake error messages on failure to load command more...
2007-10-14 brainFix crashing on startup if there was an error condition...
2007-10-14 brainRemove crashdump stuff
2007-10-14 brainPut this back how it was, it didnt help with the fix...
2007-10-14 brainFix indentation
2007-10-14 brainSplit up spanningtree some more, the filenames should...
2007-10-14 brainChange the way origins are shown in snonotice, for...
2007-10-14 brainmove opening of log before opening of config so that...
2007-10-14 brainTweaks
2007-10-13 brainMove some stuff around, this will move a crash to a...
2007-10-13 brainFixes for potential 4 byte memory leak, and crash
2007-10-13 brainAnd some more tweaks to make sure it frees memory :P
2007-10-13 brainMore fixes to the ident stuff to make sure that one...
2007-10-13 brainTweaks
2007-10-13 brainShut up, valgrind
2007-10-13 brainFix uninitialized var that may stop the ping warning...
2007-10-13 brainIMPORTANT checks in here that special took out thinking...
2007-10-13 brainThis fixes a deletion error here, we were using new...
2007-10-13 brainAdd sanity checks to the ssl modules so that theres...
2007-10-13 brainFix potential for ssl to block, based on patch submitte...
2007-10-11 brainSilent CHGIDENT for ulines to prevent noisyness from...
2007-10-11 brainCheck is off by one, this wont break anything but will...
2007-10-11 brainFix for bug #435 and fix return codes (these cannot...
2007-10-11 specialAdded a warning when 4in6 is used for binding
2007-10-10 specialFixed bug #437 (Empty userstats setting denies stats...
2007-10-09 brainChange 'unrecognised command BLAH' to 'unrecognised...
2007-10-09 brainsanity check for existing server in DoFailOver seems...
2007-10-07 brainThis should fix m_svshold to not allow the nick to...
2007-10-07 brainSupport 501 numeric (its different for user modes compa...
2007-10-07 specialdz is determined to crash your ircd :P
2007-10-07 specialFixed bug #434 (cycle allows bypassing modes for users...
2007-10-03 brainPROPAGATE this fix
2007-10-03 brainCut out redundant loop from nickname introductions...
2007-10-03 brainTweaks to icky icky select() engine (thanks Ersan)...
2007-10-02 brainSomeone please bp this
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 specialRemoved extremely verbose debugging from the SSL module...
2007-09-28 brainCorrect wording of message in cmd_invite pointed 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-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-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-23 brainRemove InspIRCd::DoOneIteration, throwback to software...
2007-09-23 brainSeems nobody tested this in windows at all, Module...
2007-09-23 brainFix dodgy constructor
2007-09-23 brainMore compile fixes
2007-09-23 brainTest from vista laptop
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-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...
next