summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-10-161. Tidy up craq (two strcmps, lowercase and uppercase? use strcasecmp)brain
2006-10-16Add m_dccallow module and detail configuration in inspircd.conf.examplejamie
2006-10-12Only tick the timer when there are people doing /LIST, as suggested by specialbrain
2006-10-11Fixed a crash when unloading m_safelist (timers weren't properly tracked to b...special
2006-10-09Fixed percentage in m_tline (division was backwards, so it displayed 200% ins...special
2006-10-08Update commentsbrain
2006-10-07Replaced operonlystats with userstats to improve securityspecial
2006-10-07b4 SVNbrain
2006-10-07Oops, marble.brain
2006-10-07Granite!brain
2006-10-07Fix (we hope!) for the 'internal error processing connection' bug. Thanks to ...brain
2006-10-06/me thwaps special for not reading comments :pbrain
2006-10-06Make this module propogate remote modes by directly calling the MODE command ...brain
2006-10-06Revert tweakbrain
2006-10-06WriteOpers when reaching the softlimitbrain
2006-10-06More.brain
2006-10-06More debugbrain
2006-10-06Extra debuggingbrain
2006-10-06Make the socketengines always clear the slots on DelFd, even if the underlyin...brain
2006-10-06Add extra debugging for socketengines, will now report OS error string when f...brain
2006-10-06Document more classesbrain
2006-10-06Document a ton of classes (e.g. give them a short description for http://svn....brain
2006-10-06Remove a strcpybrain
2006-10-06Update to support modular prefixes, and eliminate some string copyingbrain
2006-10-06Optimize some morebrain
2006-10-06...and actually take out the +i restrictionbrain
2006-10-06Backport improved NAMES code into m_spybrain
2006-10-06Tidy up strlens which are not requiredbrain
2006-10-06And fix typosbrain
2006-10-06tidy up WriteModebrain
2006-10-06Tidy up m_safelist to avoid strlen on every line output, we're strlen()ing a ...brain
2006-10-05Report invalid command name when invalid command is given in negotiation phasebrain
2006-10-05Remove some annoying debugbrain
2006-10-05Fixed freeing of bound sockets when unloading spanningtreebrain
2006-10-05Was checking 'channel', not 'dest'.brain
2006-10-05And fix my typoes :Dbrain
2006-10-05Move opertypes/operclasses maps into ServerConfig, for some reason these were...brain
2006-10-05Remove VF_STATIC from spanningtree and make a clever destructor to close and ...brain
2006-10-05Add <options:announcets> to output the "TS for #chan changed from 1111 to 2222".brain
2006-10-04Eugh. Revert change InspIRCd::Time() -> time()jamie
2006-10-04Check for non-existent channel in FMODEbrain
2006-10-04Whowas is now fixed.brain
2006-10-04Fix jamies fix (you cant strcpy to a char* pointer, without first allocating ...brain
2006-10-04Fix for bug#159 reported by SiliconAI (unloading causes crash, it neglects to...brain
2006-10-04Extra safety checking in ModeSet just to ensure we cant be passed a null pointerbrain
2006-10-04Nickname collisions were broken! :Obrain
2006-10-04*slaps* jamie for not using tabs to indent ;-pbrain
2006-10-04Prepend ident with '~' if we get no responsejamie
2006-10-03Someone review the comments i put in from line 1515 onwards, and see if theyr...brain
2006-10-03Tidyup (remove casts) and commenting FJOIN a lot, so that others can fix stuf...brain