summaryrefslogtreecommitdiff
path: root/src/protocol
AgeCommit message (Collapse)Author
2014-01-01Update copyright to 2014. This was done with:Adam
find include/ src/ lang/ docs/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
2013-07-26Properly jupe servers on inspircd by using RSQUIT, waiting for the ↵Adam
corresponding SQUIT, and then introducing the new server
2013-07-25Bug: Remove server from internal list if it exists on /os jupe on Unreal. ↵mokkori
Not doing so leads to duplicated entries which cause side-effects such as sending a global to the same server more than once.
2013-06-21updated Hybrid protocol module to support vhostsDukePyrolator
2013-05-25Update Hybrid protocol module for Hybrid 8.1Michael Wobst
2013-02-17Also mark bots that were previously -o on UnrealIRCd as +H to hide them from ↵Adam
the oper count in /lusers and /stats, which is closer to the old behavior.
2013-01-29Bug #1474 - Fixed setting user modes on BotServ bots on Unreal3.2.10Adam
This was caused by Unreal's revision 58c35ea52a1f
2013-01-09Update copyright to 2013. This was done with:Adam
find include/ src/ lang/ docs/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \;
2012-12-23Adding Hybrid 8.0 support since Hybrid 8.0 has some services support now.Faw-kes
Removed experimental Hybrid 7.x support, because Hybrid 7 is now deprecated. Updated example.conf file. Protocol Module provided by the Hybrid Development Team. Special thanks to Michael.
2012-10-31Cleanup many compile warnings from make and make strictAdam
2012-10-27Update Windows install script for VS 2012, update Windows README, and fixed ↵Adam
VS 2012 build
2012-07-30Fixed crash when InspIRCd sends user MODE changesAdam
for users that don't "exist" (probably us)
2012-02-25Bug #1380 - Do not allow akill masks to end in @.Adam
This can be used to cause the IRCd to SQUIT us by adding invalid akills. The only known affected is Charybdis. Also fixed a crash caused by receiving a SQUIT for ourselves.
2012-01-02Updated Copyright to 2012Adam
2011-12-15Implemented API support for the SVSJOIN and SVSPART commands on UltimateIRCd 3.Viper
2011-08-18Bug #1318 - #1320 - Added support for Hybrid's +S and +O channel modes, and ↵Adam
removed support for +a
2011-08-09Bug #1287 - Fixed chan_set_correct_modes to not deop the first user from ↵Adam
syncing servers
2011-05-30Bug #1273 - Fixed removing vhosts on InspIRCd when m_cloaking is unloadedAdam
2011-03-21Forgot videntsAdam
2011-03-21Added support m_services.c and m_change.c from Hybrid's contrib folderAdam
2011-03-04Change to users masked host instead of the real one after turning vhost off ↵lethality
in inspircd.
2011-03-03Fixed opping our clients on ratbox when TS6 is not used.Adam
2011-02-23Rejoin our clients if kicked on TS6 IRCDs and made ratbox protocol module ↵Adam
use account tracking
2011-01-28Fixed not introducing our clients with usermode +k on InspIRCd 2.0Adam
2011-01-21Bug #1233 - Fixed some misuse of apostrophes - patch by binkilethality
2011-01-08Enable NICKIP for InspIRCd 1.2+Adam
2011-01-07Some more copyright/typo fixes, spotted by chaz :Plethality
2011-01-06Updated Copyright to 2011lethality
2010-10-31Fixed bug #1202 - Made Anope aware of plexus3's channel mode +zAdam
2010-09-10Fixed InspIRCd 1.1,1.2 and 2.0 protocol modules to oper pseudo-clients only ↵Viper
when needed.
2010-09-10Fixed comments to be accepted by all compilers..Viper
2010-09-08Fixed Windows buildAdam
2010-09-07Merge branch '1.8' of git.sigterm.info:gitroot/anope/anope into 1.8Adam
2010-09-07Fixed make strict build and cleaned up some warningsAdam
2010-09-05Added InspIRCd 2.0 supportAdam
2010-08-25Fixed InspIRCd1.2 protocol module passing invalid users in the SJOIN string ↵Adam
which made internal debug messages confusing/wrong
2010-08-16Kill users using our nicks when on InspIRCd 1.2Adam
Apparently InspIRCd does not value ULines
2010-08-12fixed line break in my last commit :(lethality
2010-08-12Fixed some English when unreals link block is incorrect and bump version ↵lethality
number from my last commit
2010-08-05Fixed bug #1180 - Fixed tracking of internal clients when they change nicks ↵Adam
on TS6 IRCds
2010-07-27Log out superadmins when someone forces them to logout, and fixed crash when ↵Adam
using /os umode +r on an unregistered user when using inspircd12
2010-07-25Properly handle FMODEs from InspIRCd with more than 25 arguments.. reported ↵Adam
by Angel-SL
2010-07-06Fixed Windows buildAdam
2010-06-24Fixed charybdis and ratbox protocol modules not (properly) translating TS6 ↵Viper
UIDs into nicks on kills.
2010-06-18Removed all references to the SVN keyword IdAdam
2010-06-18Set all of the core modules versions to VERSION_STRING - SVN is now ↵Adam
officially not used anymore
2010-06-15Grab users cloaked hosts on Unreal after setting +x, fixes us never knowing ↵Adam-
cloaked hosts if the user is introduced with a vhost git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@3003 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-23Backport of r2980 - Fixed bug #1167 - Fixed SQUITing juped servers on ↵Adam-
InspIRCd 1.2 git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2981 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-10Fixed a memory leak and use of uninitialized values in ↵Adam-
unreal_jointhrottle_mode_check. Note we don't even use this function currently. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2947 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-05Print an error if the TS6 SID isn't set/is set incorrectly, most people ↵Adam-
don't know how to work logfiles git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2930 5417fbe8-f217-4b02-8779-1006273d7864