summaryrefslogtreecommitdiff
path: root/modules/protocol
AgeCommit message (Expand)Author
2013-01-13Add svsjoin and svspart commandsAdam
2013-01-09Update copyright to 2013. This was done with:Adam
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
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
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 a...Adam
2012-11-22Fix compile/pch generationAdam
2012-11-22fixed some compile errorsDukePyrolator
2012-11-22Pretty large coding style cleanup, in source docAdam
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 levels...Adam
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, but...Adam
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 cha...attilamolnar
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
2012-10-14Use account name for svid on hybridAdam
2012-10-14Better clarify signon vs timestamp and allow updating users timestamp to an i...Adam
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