summaryrefslogtreecommitdiff
path: root/src/protocol/inspircd12.cpp
AgeCommit message (Expand)Author
2009-02-12insp12: don't try sstrdup() a NULL argument if sid is not set.rburchell
2009-02-11Fix 1.9.0 -> 1.9.1 incompatibility on a patch.rburchell
2009-02-11Revert oper protection patch from SciFi, it breaks things. This reverts commi...rburchell
2009-02-09Squashed commit: merge next (1.9.1) back to trunk.rburchell
2009-02-07Backported mooncups patch and added a message to /hs off when using inspircd12.robbeh
2009-02-07Add the capability to (properly) send login/logout account messages, used for...rburchell
2009-01-23Fix warning.rburchell
2009-01-23Fix stuff. Thanks Ankit.rburchell
2009-01-23Correctly handle parameterised modes in FJOIN, fixes bug #987.rburchell
2009-01-23Insp sends QUIT on KILL, so don't destroy the user record immediately. Fixes ...rburchell
2009-01-15Fix bug 997, Anope no longer crashes if a kick is non on a non-existant user.cyberbotx
2009-01-03Housekeeping contact address updates.sjaz
2009-01-02Update copyrights for 2009.rburchell
2008-12-30Fix bug 977, topics should show the nick of the user instead of UID now.cyberbotx
2008-12-19Updated the CMakeLists.txt files to function under CMake 2.4.x (earliest vers...cyberbotx
2008-12-19Fix compile error.rburchell
2008-12-17Don't crash on server-sent private messages.rburchell
2008-12-17A few GCC 3.4.x and MSVC++ warning fixes.cyberbotx
2008-11-28Remove (void) args, these just make things ugly.rburchell
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-21Insp12: override SendGlobopsInternal to properly send GLOBOPS, also remove ha...rburchell
2008-11-21Fix ident changing being brokenrburchell
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-16Enable SVSHOLD for Insp1.1/1.2, remove UseSVSHOLD. Enforcer support may go aw...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-09UseTokens needs to die in a fire, don't let it be turned off.Robin 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-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
2008-11-04Experimental fixes (that don't seem to work) to the server problem.Robin Burchell w00t@inspircd.org
2008-11-03Consolidate modes: we really don't need to have a different one for every pse...Robin Burchell w00t@inspircd.org
2008-11-03Make whois reply come from the correct service.Robin Burchell w00t@inspircd.org
2008-11-03Don't crash on channel messages.Robin Burchell w00t@inspircd.org
2008-11-03Fix FJOIN sending.Robin Burchell w00t@inspircd.org