summaryrefslogtreecommitdiff
path: root/modules/protocol
AgeCommit message (Collapse)Author
2013-02-25Don't enforce session limit on clients with no IP on Unreal, fix typo in /cs ↵Adam
down syntax, fix os_session messages to reference ip
2013-02-23Add SVSNICK and SVSHOLD to hybridAdam
2013-02-23Revert "do not send RESV from operserv when its not introduced"DukePyrolator
This reverts commit 2336b4723c484bd1d4307c24f8f0b16de18e502c.
2013-02-23Add missing SVSHold funcs to plexus protocol moduleAdam
2013-02-23do not send RESV from operserv when its not introducedDukePyrolator
2013-02-22This OnServerSync event hook in inspircd20 can go away (it does nothing ↵Adam
currently)
2013-02-19fixed a typo in the last SASL commitDukePyrolator
2013-02-17SASL sends AUTHFAIL on unsupported mechanisms, fixes bug #1482DukePyrolator
2013-02-16InsIRCd only sends QUIT on KILL for users 1 hop from us, so always ↵Adam
internally kill users that we kill. Bug #1481
2013-02-15Fix setting modes on botserv bots in channels that have other bots in them ↵Adam
on startup
2013-02-14Fix CommandCSMode::CanSet letting everyone set voiceAdam
2013-02-02Some more typo and help text fixes, proper formatting of control codes, ↵Robby-
missing privileges, and settings corrections.
2013-01-21Merge usefulness of Flags and Extensible classes into Extensible, made most ↵Adam
flags we have juse strings instead of defines/enums
2013-01-13Add svsjoin and svspart commandsAdam
2013-01-09Update copyright to 2013. This was done with:Adam
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \;
2013-01-07Track +g on inspircd, fix saving/loading mode locks for generic modesAdam
2013-01-06Buggy compilers are buggyAdam
2013-01-06Fix fmode handling on inspircd20Adam
2013-01-02Move nickserv validate stuff to an event in nickserv.cppAdam
2012-12-29Cleanup after mode locks, badwords, akick, access, if destructedAdam
2012-12-28Use the same object for chanusercontainer and userchancontainerAdam
2012-12-27ngircd protocol module: Fix NJOIN, actually join users to the channelAlexander Barton
Bug introduced by commit d33a0f75: "Pretty large coding style cleanup, in source doc cleanup, and allow protocol mods to depend on each other": Since then, the NJOIN command has been "ignored", no users were added to channels at all while linking ...
2012-12-24We can svsjoin on plexusAdam
2012-12-18Fixed typo in b6407afa06917910732966ea3c49ac4bd7850fe4Adam
2012-12-15Fix chghost/chgident/etc on inspircd20Adam
2012-12-05ngircd protocol module: improved vhost supportDukePyrolator
2012-11-30Allow modules to use the encryption modules to encrypt arbitrary things.Adam
Made enc_old depend on enc_md5. Allow not loading any encryption modules if you want to only use an external mechanism. Removed ns_sendpass since it's just a bad idea.
2012-11-28Use signon for svid on bahamut, not timestampAdam
2012-11-27Use signon for svid on unreal, not timestampAdam
2012-11-26Keep track on what ircds we can svsjoin, add an svspart methodAdam
2012-11-25Remove UnrealIRCd's TOKENS, they are kinda uselessCronus
2012-11-25Merge ns_ghost, ns_recover, and ns_release. Fix svskilling users on Unreal.Adam
2012-11-24Fix parsing fjoin on inspircdAdam
2012-11-23Made IRCDProto a ServiceAdam
2012-11-23Change the return type of ircdmessage to void now that we don't use it, add ↵Adam
an ircd message module event, and a few more fixups
2012-11-22Fix compile/pch generationAdam
2012-11-22fixed some compile errorsDukePyrolator
2012-11-22Pretty large coding style cleanup, in source docAdam
cleanup, and allow protocol mods to depend on each other
2012-11-18added METADATA and vhost support to the ngircd protocol moduleDukePyrolator
2012-11-18fixed a typo in IRCDMessageSetName in the unreal protocol moduleDukePyrolator
2012-11-16Fixed some stuff spotted by Cronus, made db_old convert ACCESS_INVALID ↵Adam
levels to ACCESS_FOUNDER, fix cs_enforce +R from an earlier commit, fixed ChangeModeInternal TS checking when IRCds don't send TS on mode
2012-11-10added support for the ngircd SQUERY commandDukePyrolator
2012-11-09Add a config option to disable saslAdam
2012-11-06Use std::tr1::unordered_map for a few of the larger mapsAdam
2012-11-03added support for SVSNICK in the ngircd protocol moduleDukePyrolator
2012-11-01Accept 1.8s svid ts on plexus tooAdam
2012-10-30Send uids everywhere when setting modes on clientsAdam
2012-10-30Fixed build errors and warnings with -std=c++11Adam
2012-10-30Clean up ngircd proto mod slightly, and send sqlines before introducing clientsAdam
2012-10-30Fix inspircd mode message for channel modes. It never actually uses this, ↵Adam
but other pseudoservers may send modes using this and not fmode (it has no timestamp)