summaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Expand)Author
2010-07-09Removed autotools and the makefiles. This will be reintroduced differently be...Adam
2010-07-08Added an epoll socket engineAdam
2010-06-18Renamed all of source files from .c to .cppAdam
2010-06-18Burned slist, rewrote operservs XLine codeAdam
2010-06-18Fixed cmake build, removed version_flags it is no longer need, removed old un...Adam
2010-06-18Store modes in users and channels using the Flags class, cleanerAdam
2010-06-18Rewrote the hashing system to use std::tr1::unordered_mapAdam
2010-06-18Rewrote the mail system to use threadingAdam
2010-06-18Merged branch threadingengine with master - Added a threading engineAdam
2010-06-18Rewrote all of the server handling codeAdam
2010-04-08Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconn...Adam-
2010-04-04Fixed make installAdam-
2010-03-08Added the --with-mysqlpp option to configure to tell it where mysql++ is inst...Adam-
2010-03-06Added help for sqlsync and fixed installing mydbgen into the wrong directory ...Adam-
2010-02-28Added in support for live updating MySQL databases and the ability to execute...Adam-
2009-12-31Added in new plaintext databases. Note: This currently has no automatic backu...Adam-
2009-11-06Added src/regchannel.cpp and moved the code from include/regchannel.h thereAdam-
2009-10-25Rewrote part of news system and moved it all to os_news.c. Removed src/news.cAdam-
2009-10-13Complete rewrite of everything associated with modes, this breaks saving and ...Adam-
2009-09-27Removed old mod_version system for detecting module versions and replaced wit...Adam-
2009-09-06Fixed Makefiles to only suppress building when using run-cc.plAdam-
2009-08-06Fix Makefile/CMakeLists.txt with the removal of mydbgensjaz
2009-06-29removed include/encrypt.h from the MakefilesDukePyrolator
2009-06-10New timer infrastructure, can be used inside modules. Replaces old ENFORCE/CO...rburchell
2009-02-19Fix a few warnings. Also move split_usermask into cs_akick, as this is the on...rburchell
2009-02-18Add nickalias to build. Also stop sstrdup on args that seem to be NULL, it's ...rburchell
2009-02-15HelpServ has been destroyed, +1000 points. Also fixed the argument order in t...cyberbotx
2009-02-15Split Command implementation from definition.rburchell
2009-02-15Can now correctly tie users to opertypes.rburchell
2009-02-15Shuffle shit around.rburchell
2009-02-15Blah, blah..rburchell
2009-02-15Convert to use new, (drastically) faster matching algorithm, from InspIRCd. T...rburchell
2009-02-15Add svsopers.cpp to build.rburchell
2009-02-15Fix makefile, it's a cpp not a c.rburchell
2009-02-14protocol: split implementation from interface for cleaner code.rburchell
2009-01-26Move Anope's executable (anope.exe for Windows / services for *nix) to be ins...cyberbotx
2008-12-30Fix install errors with Autotools build system.cyberbotx
2008-12-29Final modifications to Autotools build system to work alongside CMake build s...cyberbotx
2008-12-29Modifications to the Autotools build system to try to make it work with the c...cyberbotx
2008-12-29Revived Autotools from the grave, although it'll need some tweaking to work a...cyberbotx
2008-12-29Reverting my last 2 commits in an attempt to fix my own screwball mistake.cyberbotx
2008-12-29Merge branch 'cmake'cyberbotx
2008-12-17Removed the old autotools files that are no longer needed because of the use ...cyberbotx
2008-12-17Implemented CMake build system to replace the old autoconf-based build system.cyberbotx
2008-11-30Removed Service class, if we need something like it later we can add it back,...cyberbotx
2008-11-29Added start of Services class to be used by new and existing pseudo-clients.cyberbotx
2008-11-18Added ConfigReader class from InspIRCd to be used in modules to read config f...cyberbotx
2008-11-13made the use of run-cc.pl optional, if you dont want to use it, add --with-ma...robbeh
2008-11-09Add module.cpp and modulemanager.cpp.Robin Burchell w00t@inspircd.org
2008-11-04Remove space that broke the build again (fuck makefiles)Robin Burchell w00t@inspircd.org