summaryrefslogtreecommitdiff
path: root/modules/protocol
AgeCommit message (Collapse)Author
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)
2012-10-29readded ngircd protocol supportDukePyrolator
2012-10-26Add nickserv:modesonid config option to set what modes users get on identifyAdam
2012-10-26Add sasl support to unreal, inspircdAdam
2012-10-25Fixed showing users from the right server on unreal/bahamutAdam
2012-10-25Fix handling clients on unreal that have no ip (it sends a *)Adam
2012-10-24InspIRCd: Add handler for FIDENT to 2.0 protocol, so we know when someone ↵attilamolnar
changes ident on the network
2012-10-17Fixed protoctl parsing on Unreal + fix SendLogout now the usage has changedAdam
2012-10-14Updated the hybrid protocol module, patch provided by MichaelDukePyrolator
- Change mode handler to use UIDs within SVSMODE messages - The IP can be 0 in UID messages depending whether or not a client is spoofed - Removed SendGlobopsInternal handler. Anope is using GLOBOPS by default - Set user's services timestamp/account to 0 instead of 1 on /ns logout, otherwise the UID message handler will
2012-10-14Use account name for svid on hybridAdam
2012-10-14Better clarify signon vs timestamp and allow updating users timestamp to an ↵Adam
ircd given value from NICK
2012-10-13Add a hybrid 8 protocol module courtesy of Michael <michael@wobst.at>Adam
2012-10-13Add m_sql_operAdam
2012-10-12fixed MODE handling in the ratbox protocol moduleDukePyrolator
2012-10-07InspIRCd: Log when server-side topiclocking is enabled in the config but the ↵attilamolnar
module is not loaded
2012-10-07Fix compile from bda3b1fa3a396e19fb04eda2f66d246e49572c20Adam