aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* src/ecdsakeygen: add tool for generating ecdsa-nist256p-challenge keypairsGravatar William Pitcock2013-02-081-1/+1
* various makefiles: move SUBDIRS above inclusion of buildsys.mk so that they a...Gravatar William Pitcock2012-04-181-2/+2
* dbverify: new tool for verifying object store consistency•••This is basically a fsck(1) for your services object store. Right now, only a couple of checks are implemented, but this can be fairly easily expanded as it builds ontop of the same codebase as atheme itself. Gravatar William Pitcock2012-03-051-1/+1
* footprint: utility for visualizing memory footprints of specific atheme compo...Gravatar William Pitcock2011-11-071-1/+1
* Make the Atheme core a library and add a stub for the services executable.Gravatar William Pitcock2010-12-141-174/+1
* Import charybdis' asyncdns resolver.Gravatar William Pitcock2010-11-281-0/+2
* Replace balloc with mowgli.heap.Gravatar William Pitcock2010-10-081-1/+0
* Remove the dlink code, it has now been entirely replaced by mowgli.list.•••The new mowgli.list code has been improved through usage in audacious and other places, and has many features that atheme has needed for some time. Gravatar William Pitcock2010-10-081-1/+0
* Disable various things in the operserv-only example config:•••* Remove botserv, hostserv, helpserv and groupserv which depend on accounts * Comment out infoserv as it interacts with normal users directly, even though it should work fine without accounts Gravatar Jilles Tjoelker2010-10-091-0/+6
* Migrate user tracking into entity table.Gravatar Elly2010-08-211-0/+1
* Convert xmlrpc into a multi-file module and dump the xmlrpc code into it.•••This allows us to remove it from the core, which is a good thing, because it does not need to be in the core. Gravatar William Pitcock2010-08-211-2/+1
* Kill symbolmatrix.•••We never used it and instead went with the MODULE_USE_SYMBOL() and MODULE_TRY_REQUEST_DEPENDENCY() macros. Gravatar William Pitcock2010-08-211-1/+0
* Backed out changeset ab14aa61e409Gravatar JD Horelick2010-07-231-1/+0
* Add new command processing infrastructure.Gravatar Elly2010-07-191-0/+1
* src/Makefile: build import library as part of linking process.Gravatar William Pitcock2010-06-141-2/+2
* Add core parts of the new database system.Gravatar William Pitcock2010-05-311-0/+1
* Only link the main executable to libpcre.Gravatar Jilles Tjoelker2010-05-231-2/+2
* Add the rpath back in.Gravatar William Pitcock2010-05-191-1/+1
* Remove version.sh since it's really unnecessary and provides no real useful i...Gravatar William Pitcock2010-05-181-4/+0
* Fix install process.Gravatar William Pitcock2010-05-181-0/+9
* Modules are building.Gravatar William Pitcock2010-05-181-2/+2
* src/Makefile is now ported to buildsys.Gravatar William Pitcock2010-05-181-0/+166