summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2006-10-17Remove another 'using' for a symbol we use only oncebrain
2006-10-17Add a ton of comments to make this much more useful now (putting it all in a ...brain
2006-10-17Brain->GoToTownOnThisModule().brain
2006-10-17Finally take ServerInstance out of the global scope in this module, amongst a...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-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-06Document more classesbrain
2006-10-06Document a ton of classes (e.g. give them a short description for http://svn....brain
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-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-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-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-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