Age | Commit message (Expand) | Author |
2012-11-06 | Use std::tr1::unordered_map for a few of the larger maps | Adam |
2012-11-03 | added support for SVSNICK in the ngircd protocol module | DukePyrolator |
2012-11-01 | Accept 1.8s svid ts on plexus too | Adam |
2012-10-30 | Send uids everywhere when setting modes on clients | Adam |
2012-10-30 | Fixed build errors and warnings with -std=c++11 | Adam |
2012-10-30 | Clean up ngircd proto mod slightly, and send sqlines before introducing clients | Adam |
2012-10-30 | Fix inspircd mode message for channel modes. It never actually uses this, but... | Adam |
2012-10-29 | readded ngircd protocol support | DukePyrolator |
2012-10-26 | Add nickserv:modesonid config option to set what modes users get on identify | Adam |
2012-10-26 | Add sasl support to unreal, inspircd | Adam |
2012-10-25 | Fixed showing users from the right server on unreal/bahamut | Adam |
2012-10-25 | Fix handling clients on unreal that have no ip (it sends a *) | Adam |
2012-10-24 | InspIRCd: Add handler for FIDENT to 2.0 protocol, so we know when someone cha... | attilamolnar |
2012-10-17 | Fixed protoctl parsing on Unreal + fix SendLogout now the usage has changed | Adam |
2012-10-14 | Updated the hybrid protocol module, patch provided by Michael | DukePyrolator |
2012-10-14 | Use account name for svid on hybrid | Adam |
2012-10-14 | Better clarify signon vs timestamp and allow updating users timestamp to an i... | Adam |
2012-10-13 | Add a hybrid 8 protocol module courtesy of Michael <michael@wobst.at> | Adam |
2012-10-13 | Add m_sql_oper | Adam |
2012-10-12 | fixed MODE handling in the ratbox protocol module | DukePyrolator |
2012-10-07 | InspIRCd: Log when server-side topiclocking is enabled in the config but the ... | attilamolnar |
2012-10-07 | Fix compile from bda3b1fa3a396e19fb04eda2f66d246e49572c20 | Adam |
2012-10-07 | Merge remote branch 'remotes/attila/1.9+addline' into 1.9 | Adam |
2012-10-07 | InspIRCd: Make functions that send ADDLINE and DELLINE, call them from the re... | attilamolnar |
2012-10-06 | Fixups and cleanup for the last few commits | Adam |
2012-10-07 | InspIRCd: Add support for server side topic locks using METADATA topiclock | attilamolnar |
2012-10-07 | InspIRCd: Add support for sending detecting m_topiclock and sending SVSTOPIC ... | attilamolnar |
2012-10-07 | InspIRCd: Send channel METADATA using a dedicated function | attilamolnar |
2012-10-06 | Parse and store the spanningtree protocol version for InspIRCd | attilamolnar |
2012-10-06 | InspIRCd: Add metadata handler to recognize when a module is loaded or unload... | attilamolnar |
2012-10-06 | InspIRCd: Allow METADATA handler to differentiate between user, channel and o... | attilamolnar |
2012-10-06 | InspIRCd: Remove has_svshold, use IRCDProto::CanSVSHold | attilamolnar |
2012-10-02 | Attempt #2 at silly topic ts thing, this is actually must cleaner | Adam |
2012-10-02 | Revert "Fix topiclock on inspircd" | Adam |
2012-10-02 | Fix topiclock on inspircd | Adam |
2012-10-02 | Somehow the kick handler got lost in the confusion. Send the topic time with ... | Adam |
2012-10-02 | Don't unassociate accounts with users on nick changes | Adam |
2012-10-02 | Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope int... | DukePyrolator |
2012-10-02 | fixed a small bug in the inspircd protocol modules | DukePyrolator |
2012-10-01 | Fixed handling TOPIC on unreal, dont set topics in Channel::Reset unless we a... | Adam |
2012-10-01 | Allow modules to store data in their own databases. | Adam |
2012-10-01 | Add networkinfo:chanlen config directive | Adam |
2012-10-01 | Cleanup of all of the protocol modules, rewrote message handling system to be... | Adam |
2012-09-24 | Fix a few oddball warnings that came up from clang, and also make it so webcp... | Naram Qashat |
2012-09-07 | Add chanserv/set/autoop, like nickserv/set/autoop but for channels | Adam |
2012-07-01 | Actually the core can't handle empty realnames, just ignore them | Adam |
2012-07-01 | Remove some unused code in inspircd20 protocol module & allow /chghost/ident/... | Adam |
2012-07-01 | Don't crash on empty setnames on inspircd1.2 | Adam |
2012-07-01 | Remove ExtensibleString everywhere | Adam |
2012-05-23 | Add support for inspircd2.0+s mlock, improved on Unreal's, and made server si... | Adam |