summaryrefslogtreecommitdiff
path: root/modules/protocol
AgeCommit message (Expand)Author
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
2012-09-24Fix a few oddball warnings that came up from clang, and also make it so webcp...Naram Qashat
2012-09-07Add chanserv/set/autoop, like nickserv/set/autoop but for channelsAdam
2012-07-01Actually the core can't handle empty realnames, just ignore themAdam
2012-07-01Remove some unused code in inspircd20 protocol module & allow /chghost/ident/...Adam
2012-07-01Don't crash on empty setnames on inspircd1.2Adam
2012-07-01Remove ExtensibleString everywhereAdam
2012-05-23Add support for inspircd2.0+s mlock, improved on Unreal's, and made server si...Adam
2012-05-14Fixed parsing FMODE on inspircd 1.1Adam
2012-05-04Use Unreal's MLOCK command if supportedAdam
2012-04-25Fixed non-debug buildAdam
2012-04-24Fixed build from the previous mergeAdam
2012-04-23Reworked live SQL support yet againAdam
2012-04-08Added Chanstats. It uses a new, improved database format and is not compatibl...DukePyrolator
2012-02-26Added chanserv:require config option to set which modes must be on all regist...Adam
2012-02-26Track plexus umode and cmode +C and renamed UMODE_NO_CTCP to match up with th...Adam
2012-02-24Fixed akill setter and ids showing in akill reasonsAdam
2012-02-22Added regex support for many commands, such as akill, sqline, snline,Adam
2012-02-19Made our message sources actual clients/servers, and put in a few more defaul...Adam
2012-02-18Use C++11's explicit override feature if availableAdam
2012-02-14Clean up and reorganize our header filesAdam
2012-01-24Add tracking for Unreal's usermode +IAdam
2012-01-10Add support for Unreals extban ~a:Adam
2012-01-08Fixed topic lock on inspircdAdam