Age | Commit message (Expand) | Author |
2010-07-30 | Cleanup in misc.cpp. | Naram Qashat |
2010-07-30 | Fixed a typo in hashcomp.h for detecting what version of VC is in use | Adam |
2010-07-30 | Cleanup in modulemanager.cpp, make it so CMake only includes the -fno-leading... | Naram Qashat |
2010-07-30 | Some code cleanup and constification in nickserv.cpp. | Naram Qashat |
2010-07-30 | Fixed hash_map code to build on VS 2008 | Adam |
2010-07-30 | Fixed some Windows issues with hashing and sockets. This currently limits bui... | Adam |
2010-07-29 | Used std::list for ignore's IgnoreData instead of using the old C-style doubl... | Naram Qashat |
2010-07-29 | Added support for tracking inspircd2.0 usermode +Q and cahnged the Flags bits... | Adam |
2010-07-29 | Rewrote the hashing systems to properly handle the new Anope::strings which w... | Adam |
2010-07-29 | Made all of IRCDProto use const pointers, with the exception of SendVhostDel ... | Naram Qashat |
2010-07-28 | Clean up send.cpp a bit to use Anope::string, as well as fix Anope::string's ... | Naram Qashat |
2010-07-28 | Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9 | Naram Qashat |
2010-07-28 | Yet more annoying code cleanup, plus made Server's Links list into a normal v... | Naram Qashat |
2010-07-27 | Removed some assertions, replaced with throwing CoreExceptions | Adam |
2010-07-27 | Added debug_cast which uses dynamic_cast on debug builds, and static_cast on ... | Adam |
2010-07-27 | A few more random annoyances cleaned up. | Naram Qashat |
2010-07-27 | Cleaned up some code in src/users.cpp that kinda annoyed me. | Naram Qashat |
2010-07-26 | Trying to make things a little more const-safe, a work in progress but this i... | Naram Qashat |
2010-07-26 | Removed std::string and ci::string versions of LoadModuleList, we only need t... | Naram Qashat |
2010-07-25 | Some windows fixes caused by the last commit | Adam |
2010-07-25 | Epic commit to replace most of the strings in Anope with a single Anope::stri... | Naram Qashat |
2010-07-24 | Always use non-blocking sockets | Adam |
2010-07-24 | Removed MARK_DEPRECATED from the OnDatabaseExpire events | Adam |
2010-07-15 | Moved some files and diretories around, made cmake skip files it knows it can... | Adam |
2010-07-10 | Added options:hideprivilegedcommands config option to hide privileged command... | Adam |
2010-07-10 | Added ns_set_misc and cs_set_misc. | Adam |
2010-07-09 | Removed autotools and the makefiles. This will be reintroduced differently be... | Adam |
2010-07-09 | No need to allocate the numberlist callback classes with new | Adam |
2010-07-08 | Added an epoll socket engine | Adam |
2010-07-05 | Removed OnEncryptInPlace, although it currently causes no problems it is just... | Adam |
2010-06-28 | Some OCDing over version.cpp, and make it so module.cpp doesn't need version.... | Naram Qashat |
2010-06-28 | Fix version system so it doesn't cause the entire build tree to get rebuilt j... | Naram Qashat |
2010-06-28 | No need for BotInfo to have its own ChangeNick function | Adam |
2010-06-27 | Fixed unordered_map to build on VS 2008 | Adam |
2010-06-27 | Made Windows install.js correctly detect the Anope version and made version.c... | Adam |
2010-06-27 | Made Anope track its own clients internally as if they were real users | Adam |
2010-06-26 | Made the flags class take an optional size arg | Adam |
2010-06-26 | Added support for InspIRCd 2.0s dynamic modes. | Adam |
2010-06-26 | Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9 | Naram Qashat |
2010-06-26 | The next of a few "CBX OCDing over code style" commits, focusing on src/core/... | Naram Qashat |
2010-06-25 | Changed the versioning system to use git | Adam |
2010-06-22 | moved FindMessage() into the Anope class | DukePyrolator |
2010-06-20 | Store modules in a list and xlines in a vector, not deques. We need to be abl... | Adam |
2010-06-20 | Fixed Windows build | Adam |
2010-06-20 | Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9 | Naram Qashat |
2010-06-20 | The first of a few "CBX OCDing over code style" commits, focusing on include/... | Naram Qashat |
2010-06-20 | Added m_helpchan to replace the cores helpchannel functionality | Adam |
2010-06-18 | Added in a subcommand system and switched ns_set and ns_saset to use it | Adam |
2010-06-18 | Moved the *Serv help functions to Command, will come in use later with subcom... | Adam |
2010-06-18 | Rewrote all of the command handling to get rid of all the nasty strtoks() eve... | Adam |