summaryrefslogtreecommitdiff
path: root/src/protocol
AgeCommit message (Expand)Author
2008-12-17Fix umode +d bug slightly more properly.rburchell
2008-12-17Don't crash on server-sent private messages.rburchell
2008-12-17Removed the old autotools files that are no longer needed because of the use ...cyberbotx
2008-12-17Massive cleanup of the CMakeLists.txt files to finalize them.cyberbotx
2008-12-17Implemented dependency calculation within CMake, now header file dependencies...cyberbotx
2008-12-17A few GCC 3.4.x and MSVC++ warning fixes.cyberbotx
2008-12-17Fixed issue with the MSVC++ build of Anope crashing on a DLL throwing an exce...cyberbotx
2008-12-17More CMake work, adding win32.rc generation and fixing some other problems.cyberbotx
2008-12-17More CMake work, mostly to handle both *nix and Windows builds.cyberbotx
2008-12-17Implemented CMake build system to replace the old autoconf-based build system.cyberbotx
2008-12-17Forward-port 0f3414de39df90405cf6c98a51194e957e8e5afa from 1.8: don't set +d ...rburchell
2008-11-28Remove (void) args, these just make things ugly.rburchell
2008-11-26Various fixes for compiling under Windows.cyberbotx
2008-11-25Possible fix to the delete that explodes the world.cyberbotx
2008-11-24Fix this, delete that explodes the world.rburchell
2008-11-24Off by one?rburchell
2008-11-23Converted many C-style casts to C++-style casts.cyberbotx
2008-11-22Replaced most uses of smalloc and scalloc with new, replaced most uses of fre...cyberbotx
2008-11-21Finish a comment it seems I only ever half startedrburchell
2008-11-21Don't send OPERTYPE for Services pseudoclients, this should not cause problem...rburchell
2008-11-21Don't allow registration of nicks beginning with a digit on Insp12 (disallows...rburchell
2008-11-21Remove unnecessary commentrburchell
2008-11-21Insp12: override SendGlobopsInternal to properly send GLOBOPS, also remove ha...rburchell
2008-11-21Fix ident changing being brokenrburchell
2008-11-20Removed some signed/unsigned comparison warnings.cyberbotx
2008-11-16Added support for multiple uplink blocks in the new config.cyberbotx
2008-11-16Mark perm channels (partly) fixed. Proper fix will wait for 1.9.1.rburchell
2008-11-16Remove UseTS6. This is now on or off at an ircd, not a config level. Move Cha...rburchell
2008-11-16Enable SVSHOLD for Insp1.1/1.2, remove UseSVSHOLD. Enforcer support may go aw...rburchell
2008-11-16Remove UnRestrictSAdmin.rburchell
2008-11-15Fixes to Insp1.2:rburchell
2008-11-15Fix an incorrect cast causing bans to appear to come from 1940.rburchell
2008-11-15Fix usermode parsing for InspIRCd 1.2rburchell
2008-11-14Insane commit of doom: s/ \t/grburchell
2008-11-14Fix compile error caused by constification of some parametes.rburchell
2008-11-14Various small warning fixes.rburchell
2008-11-13made the use of run-cc.pl optional, if you dont want to use it, add --with-ma...robbeh
2008-11-09Always UseSVS2MODE, too.Robin Burchell w00t@inspircd.org
2008-11-09UseTokens needs to die in a fire, don't let it be turned off.Robin Burchell w00t@inspircd.org
2008-11-08A few compile fixes for protocol modules.Naram Qashat cyberbotx@cyberbotx.com
2008-11-08Merge commit 'cbx/anopeng-config' into anopengRobin Burchell w00t@inspircd.org
2008-11-08moduleAddVersion -> Module::SetVersionRobin Burchell w00t@inspircd.org
2008-11-08Correct protocol module version - this is 1.2, not 1.1Robin Burchell w00t@inspircd.org
2008-11-08moduleAddEventHook -> Module::AddEventHook.Robin Burchell w00t@inspircd.org
2008-11-08moduleSetType() -> Module::SetType().Robin Burchell w00t@inspircd.org
2008-11-08Convert moduleSetType() to not require a module pointer.. actually, this is p...Robin Burchell w00t@inspircd.org
2008-11-08Call the new base constructor too.. let's hope this all works?Robin Burchell w00t@inspircd.org
2008-11-08Convert all the derived module constructors to take the new parameter (sed mu...Robin Burchell w00t@inspircd.org
2008-11-06Add module name to MODULE_INIT. This is not yet actually used, but it will be...Robin Burchell w00t@inspircd.org
2008-11-05Convert protocol modulesRobin Burchell w00t@inspircd.org