summaryrefslogtreecommitdiff
path: root/modules/protocol
AgeCommit message (Expand)Author
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
2012-10-07InspIRCd: Log when server-side topiclocking is enabled in the config but the ...attilamolnar
2012-10-07Fix compile from bda3b1fa3a396e19fb04eda2f66d246e49572c20Adam
2012-10-07Merge remote branch 'remotes/attila/1.9+addline' into 1.9Adam
2012-10-07InspIRCd: Make functions that send ADDLINE and DELLINE, call them from the re...attilamolnar
2012-10-06Fixups and cleanup for the last few commitsAdam
2012-10-07InspIRCd: Add support for server side topic locks using METADATA topiclockattilamolnar
2012-10-07InspIRCd: Add support for sending detecting m_topiclock and sending SVSTOPIC ...attilamolnar
2012-10-07InspIRCd: Send channel METADATA using a dedicated functionattilamolnar
2012-10-06Parse and store the spanningtree protocol version for InspIRCdattilamolnar
2012-10-06InspIRCd: Add metadata handler to recognize when a module is loaded or unload...attilamolnar
2012-10-06InspIRCd: Allow METADATA handler to differentiate between user, channel and o...attilamolnar
2012-10-06InspIRCd: Remove has_svshold, use IRCDProto::CanSVSHoldattilamolnar
2012-10-02Attempt #2 at silly topic ts thing, this is actually must cleanerAdam
2012-10-02Revert "Fix topiclock on inspircd"Adam
2012-10-02Fix topiclock on inspircdAdam
2012-10-02Somehow the kick handler got lost in the confusion. Send the topic time with ...Adam
2012-10-02Don't unassociate accounts with users on nick changesAdam
2012-10-02Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope int...DukePyrolator
2012-10-02fixed a small bug in the inspircd protocol modulesDukePyrolator
2012-10-01Fixed handling TOPIC on unreal, dont set topics in Channel::Reset unless we a...Adam
2012-10-01Allow modules to store data in their own databases.Adam
2012-10-01Add networkinfo:chanlen config directiveAdam
2012-10-01Cleanup of all of the protocol modules, rewrote message handling system to be...Adam