summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-10-17Finally take ServerInstance out of the global scope in this module, amongst a...brain
2006-10-16Added a tiny bit more logging to LoadModule, to log to default loglevel when ...brain
2006-10-16Allow * in override to mean all tokens in 1.1brain
2006-10-16Always allow a user to dcc themselvesbrain
2006-10-16Idea from nenolod, dont allow you to add yourself to your own dccallow list (!)brain
2006-10-16Make parameter count checks more readablebrain
2006-10-16Fix checks on duration, this isnt valid, you cant compare a char* as an int:brain
2006-10-16Update syntax help to include HELP and LISTbrain
2006-10-16you can't compare userrec::nick with ==, its a char[] buffer...brain
2006-10-16if (dl) { do_something() } else { delete dl; } ???brain
2006-10-16Indents all fixed, its all tabs now. Next person i see using spaces is going ...brain
2006-10-16More crashbug fixage, half way through indent fixbrain
2006-10-16This compiles again now -- would have been very unstable in its old state (oo...brain
2006-10-16ReadFlag, oopsbrain
2006-10-16AURGH 4 space indents :/brain
2006-10-16GACK! you cannot ConfigReader::ReadValue to a const char*! you need to read t...brain
2006-10-16Fix: DCC types (CHAT/SEND) are case insensitivebrain
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