Age | Commit message (Expand) | Author |
2013-01-13 | Add svsjoin and svspart commands | Adam |
2013-01-09 | Update copyright to 2013. This was done with: | Adam |
2013-01-07 | Track +g on inspircd, fix saving/loading mode locks for generic modes | Adam |
2013-01-06 | Buggy compilers are buggy | Adam |
2013-01-06 | Fix fmode handling on inspircd20 | Adam |
2013-01-02 | Move nickserv validate stuff to an event in nickserv.cpp | Adam |
2012-12-29 | Cleanup after mode locks, badwords, akick, access, if destructed | Adam |
2012-12-28 | Use the same object for chanusercontainer and userchancontainer | Adam |
2012-12-27 | ngircd protocol module: Fix NJOIN, actually join users to the channel | Alexander Barton |
2012-12-24 | We can svsjoin on plexus | Adam |
2012-12-18 | Fixed typo in b6407afa06917910732966ea3c49ac4bd7850fe4 | Adam |
2012-12-15 | Fix chghost/chgident/etc on inspircd20 | Adam |
2012-12-05 | ngircd protocol module: improved vhost support | DukePyrolator |
2012-11-30 | Allow modules to use the encryption modules to encrypt arbitrary things. | Adam |
2012-11-28 | Use signon for svid on bahamut, not timestamp | Adam |
2012-11-27 | Use signon for svid on unreal, not timestamp | Adam |
2012-11-26 | Keep track on what ircds we can svsjoin, add an svspart method | Adam |
2012-11-25 | Remove UnrealIRCd's TOKENS, they are kinda useless | Cronus |
2012-11-25 | Merge ns_ghost, ns_recover, and ns_release. Fix svskilling users on Unreal. | Adam |
2012-11-24 | Fix parsing fjoin on inspircd | Adam |
2012-11-23 | Made IRCDProto a Service | Adam |
2012-11-23 | Change the return type of ircdmessage to void now that we don't use it, add a... | Adam |
2012-11-22 | Fix compile/pch generation | Adam |
2012-11-22 | fixed some compile errors | DukePyrolator |
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam |
2012-11-18 | added METADATA and vhost support to the ngircd protocol module | DukePyrolator |
2012-11-18 | fixed a typo in IRCDMessageSetName in the unreal protocol module | DukePyrolator |
2012-11-16 | Fixed some stuff spotted by Cronus, made db_old convert ACCESS_INVALID levels... | Adam |
2012-11-10 | added support for the ngircd SQUERY command | DukePyrolator |
2012-11-09 | Add a config option to disable sasl | Adam |
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 |