Age | Commit message (Expand) | Author |
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 |
2012-05-14 | Fixed parsing FMODE on inspircd 1.1 | Adam |
2012-05-04 | Use Unreal's MLOCK command if supported | Adam |
2012-04-25 | Fixed non-debug build | Adam |
2012-04-24 | Fixed build from the previous merge | Adam |
2012-04-23 | Reworked live SQL support yet again | Adam |
2012-04-08 | Added Chanstats. It uses a new, improved database format and is not compatibl... | DukePyrolator |
2012-02-26 | Added chanserv:require config option to set which modes must be on all regist... | Adam |
2012-02-26 | Track plexus umode and cmode +C and renamed UMODE_NO_CTCP to match up with th... | Adam |
2012-02-24 | Fixed akill setter and ids showing in akill reasons | Adam |
2012-02-22 | Added regex support for many commands, such as akill, sqline, snline, | Adam |
2012-02-19 | Made our message sources actual clients/servers, and put in a few more defaul... | Adam |
2012-02-18 | Use C++11's explicit override feature if available | Adam |
2012-02-14 | Clean up and reorganize our header files | Adam |
2012-01-24 | Add tracking for Unreal's usermode +I | Adam |
2012-01-10 | Add support for Unreals extban ~a: | Adam |
2012-01-08 | Fixed topic lock on inspircd | Adam |