summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2007-10-14Fix indentationbrain
2007-10-14Split up spanningtree some more, the filenames should be more intuitive so th...brain
2007-10-14Change the way origins are shown in snonotice, for djGrrr :pbrain
2007-10-13Fixes for potential 4 byte memory leak, and crashbrain
2007-10-13And some more tweaks to make sure it frees memory :Pbrain
2007-10-13More fixes to the ident stuff to make sure that one socket doesnt go before t...brain
2007-10-13Tweaksbrain
2007-10-13Fix uninitialized var that may stop the ping warning from appearing, thanks d...brain
2007-10-13IMPORTANT checks in here that special took out thinking they were no longer r...brain
2007-10-13This fixes a deletion error here, we were using new[] and not using delete[],...brain
2007-10-13Add sanity checks to the ssl modules so that theres no possibility of an out ...brain
2007-10-11Silent CHGIDENT for ulines to prevent noisyness from anopebrain
2007-10-11Check is off by one, this wont break anything but will cut a character off th...brain
2007-10-11Fix for bug #435 and fix return codes (these cannot be localonly for add/remo...brain
2007-10-09Change 'unrecognised command BLAH' to 'unrecognised or malformed command BLAH...brain
2007-10-09sanity check for existing server in DoFailOver seems to have vanished!brain
2007-10-07dz is determined to crash your ircd :Pspecial
2007-10-07Fixed bug #434 (cycle allows bypassing modes for users outside of the channel...special
2007-10-03PROPAGATE this fixbrain
2007-10-03Cut out redundant loop from nickname introductions, also ensure that each UID...brain
2007-10-02Someone please bp thisbrain
2007-09-30Users were also being attached to the wrong server names (by uid and not by s...brain
2007-09-30Whoops, forgot some stuff for when GECOS was moved to position 10 in the UID ...brain
2007-09-30Minor change, param for local PING wasnt an SID and should bebrain
2007-09-30parameters[0] -> parameter.c_str()brain
2007-09-29Removed extremely verbose debugging from the SSL modules, as I believe that b...special
2007-09-27Forgot part of the fix for bug #404special
2007-09-25Fix compile errorbrain
2007-09-25Fix for bug #415, affects only trunk (wish i'd known this before i started!)brain
2007-09-24Fix for bug #424brain
2007-09-23Seems nobody tested this in windows at all, Module::Module(Inst) is not valid...brain
2007-09-23Fix dodgy constructorbrain
2007-09-23More compile fixesbrain
2007-09-20Thanks dz, forgot uppercase equivalent of AEIOU in the strchrbrain
2007-09-20As per request from Bricker, change the format of the 'you are now an oper of...brain
2007-09-19Fixed m_saquit to direct the command to the user's server and from there send...special
2007-09-13Fixed a compile error in m_ident on ipv6special
2007-09-13Made m_ident bind ident requests to the same IP the user is connected on, whi...special
2007-09-13Redesigned m_rpc_json to work properly in a modular environment, and added th...special
2007-09-13Made m_blockcaps' <blockcaps:minlen> parameter default to 1, not 0, since try...special
2007-09-12Modified m_cloaking to not use need_positive (instead, cast to an unsigned in...special
2007-09-11Fixed the order of signon/signoff messages in m_watch (bug #410)special
2007-09-08Forward port r8021: fixes bug #408 reported and patched by Switchw00t
2007-09-04* Fixed connection messages in ModuleSpanningTree::HandleConnect (reported by...burlex
2007-09-04* Fixed some incorrect declarations in IOCPEngineburlex
2007-09-02Fixed an issue that could cause empty parameters in module commands to not be...special
2007-09-02Completely rewrote m_ident; the old one was written long ago and had a histor...special
2007-08-31Fixed a double free in m_ident. Found by AnMasterspecial
2007-08-31Fixed a bug introduced in r7827 (does not affect 1.1.12) that would cause an ...special
2007-08-29I lose for being slow. also tidyup a bit, still needs to fix that sizeof..peavey