summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-01-22Or so i thought...brain
2006-01-22Fixedbrain
2006-01-22Was using OnUserPre* when i wanted to use OnUser*, which meant that remote se...brain
2006-01-22Put some stuff back that was NEEDED.brain
2006-01-22Removed need for server kicks to be managed in herebrain
2006-01-22Added MakeWildHost to userrec (*!*@dhost)brain
2006-01-22Fixes to server kick (i hope)brain
2006-01-22Forgot NOTICE and PRIVMSG implements()brain
2006-01-22And yae, the compiler sayeth to brain, fix thine warning. and thou warning ar...brain
2006-01-22Fixed simple typosbrain
2006-01-22Fixes to make server kicks workbrain
2006-01-22Added facility for servers to send KICK message (ew, i hate this crap)brain
2006-01-22Made '*' ban-specifier workbrain
2006-01-22Fixed typos etc to make this compile nowbrain
2006-01-22Fixed 005 to be f not Lbrain
2006-01-22Added OnChannelDelete() method (called on KICK, PART or QUIT where a channel ...brain
2006-01-22Tweaks for openssl compatibilitybrain
2006-01-22Stopped lines longer than 512b from being killed, instead, warning sent and d...frostycoolslug
2006-01-21Fix to m_redirect to prevent circular link to selfbrain
2006-01-19Added <allowchannel:name> to allow specific channelsbrain
2006-01-18Test-fix for crazy's bug (/who 0 * as oper while on no channels)brain
2006-01-18Tony hart stars in a new show, to replace hart attack. YES, ITS CRAQ ATTACK! ...brain
2006-01-18Umode +R was broken (only worked for channels) -- fixedbrain
2006-01-18Removed all strncpy() calls and replaced with strlcpy()brain
2006-01-18strncpy sucks ass! -- Old code was using strncpy which doesnt null terminate ...brain
2006-01-17Added unlink() to tidy up /tmp after each dlopen()brain
2006-01-17Added support for part messages in the module API (and therefore between serv...brain
2006-01-16Fixed bug with {} -> [] etc in NICK where nick == newnick apart from irc-case:brain
2006-01-16Fixed so that ONLY ports of type "" or type "clients" are bound by the core, ...brain
2006-01-15Fixed deprecated checks here that potentially break it with spanningtree (thr...brain
2006-01-15Changed lots of icky #define's to enumsbrain
2006-01-15missing linefeedbrain
2006-01-15Made <disabled> non-manditory, added check for when singular tags arent defin...brain
2006-01-15CleanFilename movagebrain
2006-01-15Fixed SIGHUP rehash to actually send rehash event to modulesbrain
2006-01-15Fixes to make this actually WORK.brain
2006-01-15Added checks to forbid declaring certain config tags twice (ones which should...brain
2006-01-15Fix for warning in OpenLog callbrain
2006-01-15Test-compiled m_vhost, compiles finebrain
2006-01-15Added m_vhost, authenticated vhosts from the conf similar to unrealircd's way...brain
2006-01-15Changed some .cpp to .so in the this->source fieldbrain
2006-01-15Removed deprecated default= for bind tagsbrain
2006-01-15Removed deprecated LocalOp typebrain
2006-01-15Added support for <options customversion> to customize the second part of VER...brain
2006-01-15Bug found by PinkFreud - If an oper deopers themselves by removing the +o mod...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-15Made inspircd close and reopen its log on rehashbrain
2006-01-15Removed some redundant (and commented out) functionsbrain
2006-01-15Made InspSocket::Read return an empty but non-NULL string when it receives EA...brain
2006-01-14SQL uses some crappy structs with pointer voodoo that prevent comparison with...brain