Age | Commit message (Expand) | Author |
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 |
2010-06-27 | Fixed unordered_map to build on VS 2008 | Adam |
2010-06-27 | Removed nickserv/chanserv info all, just have info show all information | Adam |
2010-06-27 | Log out users when they log in to another account. | Adam |
2010-06-27 | Don't attempt to enforce sqlines on our own clients | Adam |
2010-06-27 | Log out users from their groups when they disconnect, keeps us from storing i... | Adam |
2010-06-27 | The next of a few "CBX OCDing over code style" commits, focusing on src/core/... | Naram Qashat |
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 in the rest of the InspIRCd 2.0 changes to the protocol module | 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 | Moved src/tools/README to docs/TOOLS | Adam |
2010-06-25 | Changed the versioning system to use git | Adam |
2010-06-25 | Made db-convert handle old corrupted databases from 1.8 that used mysql with rdb | Adam |
2010-06-24 | The next of a few "CBX OCDing over code style" commits, focusing on src/core/... | Naram Qashat |
2010-06-22 | Made db-convert really convert nickalias lastseen/lastused/lastquit | Adam |
2010-06-22 | moved FindMessage() into the Anope class | DukePyrolator |
2010-06-22 | changed the name of the logfile from servics.log.<date> to <date>.services.lo... | DukePyrolator |
2010-06-22 | Fix compile errors I unintentionally caused 2 commits ago. <.< | Naram Qashat |
2010-06-22 | The next of a few "CBX OCDing over code style" commits, for db_plain.cpp | Naram Qashat |
2010-06-21 | The next of a few "CBX OCDing over code style" commits, focusing on src/core/... | Naram Qashat |
2010-06-21 | Fixed some more problems with db-convert | Adam |
2010-06-21 | Fix problem with anope.db being empty even after running /os update. | Naram Qashat |
2010-06-21 | Fixed a few Windows problems with cleaning out the runtime directory | Adam |
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 |