summaryrefslogtreecommitdiff
path: root/src/protocol
AgeCommit message (Expand)Author
2009-02-13Pass the right array to do_umode(), fixes mode tracking on Unreal. Thanks to ...rburchell
2009-02-12insp12: don't try sstrdup() a NULL argument if sid is not set.rburchell
2009-02-12inspircd11: Pass chants in JOIN message to not blow away timestamps.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-08Fixed Autotools to detect *.cpp files in the src/core and src/modules folders.cyberbotx
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-31Possible fix for a crash bug in the InspIRCd 1.1 module.cyberbotx
2008-12-30Fix bug 977, topics should show the nick of the user instead of UID now.cyberbotx
2008-12-29Final modifications to Autotools build system to work alongside CMake build s...cyberbotx
2008-12-29Modifications to the Autotools build system to try to make it work with the c...cyberbotx
2008-12-29Revived Autotools from the grave, although it'll need some tweaking to work a...cyberbotx
2008-12-29Reverting my last 2 commits in an attempt to fix my own screwball mistake.cyberbotx
2008-12-29Merge branch 'cmake'cyberbotx
2008-12-26Minor CMake cleanup, moving include directories and defines to use include_di...cyberbotx
2008-12-23Fixed problem with unreal protocol module not storing usermode changes. Not t...jantje_85
2008-12-23Some more Windows fixes, both in CMake and in the code itself. (I don't like ...cyberbotx
2008-12-21Some more CMake edits, this allows versions of CMake as early as 2.4.0 to wor...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-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