summaryrefslogtreecommitdiff
path: root/src/protocol
AgeCommit message (Expand)Author
2009-06-06New events stuff, patch totally by Adam (aka Awesome).rburchell
2009-05-31Add SendSWhois() to inspircd12.cpp, patch by Adam.cyberbotx
2009-04-03Patch from DukePyrolator to include an OnUserNickChange() event to replace EV...cyberbotx
2009-04-03Fix ratbox protocol to use TS6SID for sending (UN)RESV, and fix m_privmsg to ...cyberbotx
2009-04-03Don't generate UID twice in ratbox protocol module. This is a leftover from b...rburchell
2009-04-02Remove rootmodeonid, opermodeonid, adminmodeonid - unused, and utterly useles...rburchell
2009-03-31These are (now) horribly out of date. When we're ready to implement what ones...rburchell
2009-03-30Yet *neither* send HOST_OFF here..rburchell
2009-03-30Needed to apply this to 1.2 too, oops.rburchell
2009-03-30Forward-port Szymek's vhost patch.rburchell
2009-03-25Fix bug #1009, patch inspired by DukePyrolator, add a TS6 SID generator from ...cyberbotx
2009-03-11Fix the CMake generation to work with older versions of CMake 2.4.x, cleaning...cyberbotx
2009-03-03Fix bug #1022, the problem was inspircd12 specific and the pseudo-clients wil...cyberbotx
2009-03-03Fix typo in inspircd11 module preventing it from connecting even if m_hidecha...cyberbotx
2009-03-02Added a strip_string function to Anope.cmake, cleaned up other parts of Anope...cyberbotx
2009-02-28Patch from Adam, reducing duplication in cs_modes. Untested.rburchell
2009-02-25fix inspircd sending broken UID message when introducing its clientspimpmylinux
2009-02-23Fix SendAkill() in inspircd* modules, they were sending the wrong timestamp (...cyberbotx
2009-02-23Updated inspircd11 module to look for m_hidechans.so module and updated inspi...cyberbotx
2009-02-23Fix slight CMake issue where it wasn't including win32_memory.cpp with protoc...cyberbotx
2009-02-23Fix odd crash bug in the inspircd* modules by replacing use of myStrGetToken ...cyberbotx
2009-02-19Fix missing variable.rburchell
2009-02-15Remove User::na, use User::nc everywhere. Will probably break everything, but...rburchell
2009-02-15Edit IRCDVar of inspircd12 so certain modules don't load on that IRCd, and sm...cyberbotx
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