Age | Commit message (Expand) | Author |
2010-07-31 | Don't dynamically allocate commands in modules anymore, instead made them mem... | Adam |
2010-07-30 | Cleanup in misc.cpp. | Naram Qashat |
2010-07-30 | Some more slight cleanups, this time in modes.cpp and module.cpp. | Naram Qashat |
2010-07-30 | Cleanup in modulemanager.cpp, make it so CMake only includes the -fno-leading... | Naram Qashat |
2010-07-30 | Slight cleanup in modules.cpp. | Naram Qashat |
2010-07-30 | Slight code cleanup in nickalias.cpp and nickcore.cpp. | 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-30 | Slight cleanup in operserv.cpp. | Naram Qashat |
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 | Some code cleanup in regchannel.cpp. | 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 | 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-27 | Fix bug in User::CheckAuthenticationToken since it should've been getting an ... | Naram Qashat |
2010-07-27 | Rewrote Anope::Match to use Anope::string instead of doing an ugly reinterpre... | Naram Qashat |
2010-07-27 | Some windows fixes from the Anope::string commit | Adam |
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 | 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 | Properly handle single messages received that have no newline | Adam |
2010-07-15 | Moved some files and diretories around, made cmake skip files it knows it can... | Adam |
2010-07-11 | Added ns_set_misc.cpp which was missing from a previous commit | Adam |
2010-07-10 | Added options:hideprivilegedcommands config option to hide privileged command... | Adam |
2010-07-10 | Properly set up our clients as on our server internally. Fixes crashes when t... | Adam |
2010-07-10 | Fixed tracking of introducing and quitting juped servers | 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-06 | Fixed bug #1173, Made hs_request reject actually reject vhosts | Adam |
2010-07-05 | Removed OnEncryptInPlace, although it currently causes no problems it is just... | Adam |
2010-06-29 | Missed OCDing over src/protocol/*, plus fixed a minor lack of braces and fixe... | Naram Qashat |
2010-06-28 | Some OCDing over version.cpp, and make it so module.cpp doesn't need version.... | Naram Qashat |
2010-06-28 | added some missing includes to src/tools/smtp.h | DukePyrolator |
2010-06-28 | This was in the wrong place, better now. | Adam |
2010-06-28 | Delete all users when we disconnect from the uplink | Adam |
2010-06-28 | Unset all known status modes when we recieve a ts older than ours, and remove... | Adam |
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-28 | Fixed the makefiles to correctly build and install the new anopesmtp and db-c... | Adam |
2010-06-27 | The next of a few "CBX OCDing over code style" commits, maybe the last. | Naram Qashat |