summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2006-10-28Allow admins to set the socket timeout on server connectionsbrain
2006-10-28Give this one a go dotslasher, apply to ALL serversbrain
2006-10-28Fix for crash, submitted by peaveydkbrain
2006-10-28Removed a bit of unreachable code I added with the last commit (thanks peaveydk)special
2006-10-28Return CMD_FAILURE from sajoin when given an invalid nickname (thanks Ares)special
2006-10-27When loading, dont try and free the qa modes, we havent allocated them yetbrain
2006-10-27Allow changing of qaprefixes on the fly with REHASH - if this happens, writeo...brain
2006-10-27remove <filter file> - This is no longer neccessary as we've had includes for...brain
2006-10-27Allow relative paths for motd and rules (and anything that uses ReadFile)brain
2006-10-26Fix broken GlobalCloneCount (AGAIN).brain
2006-10-26Fix this to display the channel name when overriding a ban, and to properly d...brain
2006-10-26Don't display this notice on an empty servername (which will happen if an inc...w00t
2006-10-26Hopefully fix override notices on channel bans, also make the override notice...w00t
2006-10-23More missing spaces (and unbreak compile)w00t
2006-10-23Fix bug experienced by satmd, remove space indents + tidy a littlew00t
2006-10-23Merge guestpattern fix by peaveydkbrain
2006-10-23Add $ModDep: special comment, similar to $CompileFlags and $LinkerFlags.brain
2006-10-23This needs TESTING: use modestacker when unloading module to group modes.brain
2006-10-22Merge fix by peaveydk which stops crashes when user doesnt authbrain
2006-10-22More mirc ball-suckage.brain
2006-10-22mIRC sucks, and its author does too!brain
2006-10-22Delete idents when disconnecting?brain
2006-10-22Buffer more stuff up for each write by putting it into larger blocksbrain
2006-10-22Make +beIgqa be sent multiple per line, rather than one per line, using modes...brain
2006-10-22Fix sending bans on sync:brain
2006-10-22Oops, memory leaks!brain
2006-10-21Dont allow people to add censor words containing spaces silently to the censo...brain
2006-10-21Fix counts on spanningtree reload (this made /map look really odd)w00t
2006-10-21Mode +W should be user mode, not channel mode (oops!)brain
2006-10-21Got it! I am teh 1337.brain
2006-10-21Tiny tweakbrain
2006-10-20Const refsbrain
2006-10-19Insert massive change here.brain
2006-10-19References and stuffbrain
2006-10-19More stuff changed to const refbrain
2006-10-19Const ref frenzy!brain
2006-10-19Const ref frenzy!brain
2006-10-19Optimizationsbrain
2006-10-19Improve WriteLine, this should be quite an improvement as it prevents a tempo...brain
2006-10-19Use rfind rather than find when chopping strings, its faster as the \r is mor...brain
2006-10-19Remove unused large varsbrain
2006-10-17Remember to delete the tree root when unloading the modulebrain
2006-10-17Move the declaration of class Link up topbrain
2006-10-17Whoops, forgot to init a varbrain
2006-10-17Remove culllist.h from here, we no longer use it.brain
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