Age | Commit message (Expand) | Author |
2013-08-31 | add vhost support for hybrid | DukePyrolator |
2013-08-01 | Use MessageSource as the source for many IRCDProto funcs | Adam |
2013-07-21 | Move SendLogin() back to User::Identify, it was moved at some point? but does... | Adam |
2013-06-19 | Set vhosts when users id to an account (and not a nick), add account arg to u... | Adam |
2013-05-26 | Get rid of the remaining references in the core to specific services. Move mo... | Adam |
2013-05-05 | Rework the config file reader to be much more flexible and move many configur... | Adam |
2013-04-08 | Check the channel secure option isn't set in ChannelInfo::AccessFor too | Adam |
2013-04-07 | Optimizations of much of the more commonly used code | Adam |
2013-01-21 | Merge usefulness of Flags and Extensible classes into Extensible, made most f... | Adam |
2013-01-09 | Update copyright to 2013. This was done with: | Adam |
2013-01-03 | Don't delete users immediately when quit or killed, instead wait until messag... | Adam |
2012-12-28 | Use the same object for chanusercontainer and userchancontainer | Adam |
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam |
2012-11-06 | Use std::tr1::unordered_map for a few of the larger maps | Adam |
2012-10-14 | Better clarify signon vs timestamp and allow updating users timestamp to an i... | Adam |
2012-10-01 | Cleanup of all of the protocol modules, rewrote message handling system to be... | Adam |
2012-09-02 | Fix Windows | Adam |
2012-06-18 | Allow userless command sources | Adam |
2012-04-23 | Reworked live SQL support yet again | Adam |
2012-02-14 | Clean up and reorganize our header files | Adam |
2012-01-02 | Updated Copyright to 2012 | Adam |
2011-09-09 | Changed User::IsRecognized check to default to secure | Adam |
2011-08-12 | Allow bot usermodes to be configurable | Adam |
2011-08-06 | Fixed suepradmin | Adam |
2011-07-14 | Rewrote how commands are handled within Anope. | Adam |
2011-05-16 | Moved some global functions to be member functions and misc cleanup | Adam |
2011-03-14 | Fixed compile | Adam |
2011-03-14 | Rewrote some of the opertype system, added os_login | Adam |
2011-03-12 | added ns_cert | DukePyrolator |
2011-02-11 | Made the help command description code more sane | Adam |
2011-02-04 | Moved the language strings which are only used once | Adam |
2011-01-08 | Made the Flag class able to convert flags to strings and back | Adam |
2011-01-05 | update copyrights for 2011 | lethality |
2010-12-12 | store the ssl fingerprint in the userstruct | DukePyrolator |
2010-12-12 | Cleaned up some things, made the protocol modules use some basic inheritance ... | Adam |
2010-12-12 | Fixed looking up users to use case insensitivity | Adam |
2010-12-12 | Allow the patricia tree to store non-pointers | Adam |
2010-12-12 | Added cs_mode, rewrote the old list mode code, and added CIDR support | Adam |
2010-12-12 | Switched the system for storing users, channels, and sesions to a patricia | Adam |
2010-12-12 | Added m_xmlrpc and m_xmlrpc main, which allows remote programs to execute | Adam |
2010-10-11 | Fixed Windows build | Adam |
2010-09-27 | Cleaned up some unused code, moved handling of user modes around so we dont g... | Adam |
2010-09-26 | Changed the language system to use gettext | Adam |
2010-09-09 | Added an asynchronous DNS system and m_dnsbl, which checks clients against DN... | Adam |
2010-08-28 | Properly store our clients internal channel status's and burst them if needed. | Adam |
2010-08-27 | Added a new logging system | Adam |
2010-08-21 | Made Anope keep track of channels its clients are in if it splits from its up... | Adam |
2010-08-19 | Changed the svid system back to using user timestamps for IRCds limited to ju... | Adam |
2010-08-01 | some code cleanup in misc.cpp and fixed a small typo | DukePyrolator |
2010-07-30 | Fixed some Windows issues with hashing and sockets. This currently limits bui... | Adam |