../
|
autoconf/
|
(from config.guess/1.1)
initial import. the most important changes since Atheme are:
- fixed many memory leaks
- fixed many bugs
- converted to C++ and use more STL containers
- added a (not very enhanced yet) perl module
- greatly improved XML-RPC speed
- added a JSON-RPC module with code from json-cpp
- added a valgrind memcheck module to operserv
- added a more object oriented base64 implementation
- added a specialised unit test framework
- improved stability
- use gettimeofday() if available
- reworked adding/removing commands
- MemoServ IGNORE DEL can now remove indices
|
dist/
|
(from example.conf/1.2)
- changed name
- updated the example config to the new system
- added more documentation
- enhanced documentation generators
- added a link to the pdf to the website
- added an RSS feed generator
- transitioned hooks to c++ callbacks
- did various merges with upstream along the way
- added const where appropriate
- removed the old block allocator
- fixed most memory leaks
- transitioned some dictionaries to std::map
- transitioned some lists to std::vector
- made some free functions members where appropriate
- renamed string to dynstr and added a static string ststr
- use NOW instead of time (NULL) if possible
- completely reworked database backends, crypto handlers and protocol handlers
to use an object factory
- removed the old module system. ermyth does not do any dynamic loading anymore
- fixed most of the build system
- reworked how protocol commands work
|
doc/
|
(from Makefile.in/1.7)
split up ermyth into ermyth-modules, libermyth (currently just ermyth-util) and ermyth-core
|
help/
|
|
include/
|
(from atheme.h/1.10)
split up ermyth into ermyth-modules, libermyth (currently just ermyth-util) and ermyth-core
|
libermyth/
|
(from Makefile.common.in/1.1)
split up ermyth into ermyth-modules, libermyth (currently just ermyth-util) and ermyth-core
|
m4/
|
(from ermyth-c.m4/1.2)
- moved to new documentation system
- fixed small build error
|
modules/
|
(from Makefile.common.in/1.4)
split up ermyth into ermyth-modules, libermyth (currently just ermyth-util) and ermyth-core
|
po/
|
(from Makevars/1.3)
split up ermyth into ermyth-modules, libermyth (currently just ermyth-util) and ermyth-core
|
src/
|
(from Makefile.in/1.12)
split up ermyth into ermyth-modules, libermyth (currently just ermyth-util) and ermyth-core
|
test/
|
(from Makefile.in/1.6)
removed GPLed code and put license back to BSD
|
wwwroot/
|
(from ermyth_web.yml/1.3)
- some api changes
- more documentation
|
.logo
|
1.2
(17 years ago)
by pippijn:
updated logo
|
ABOUT-NLS
(dead)
|
1.2
(17 years ago)
by pippijn:
removed old files
|
COPYING
|
1.4
(17 years ago)
by pippijn:
#defines to enum
|
COPYING.GPL
(dead)
|
1.2
(17 years ago)
by pippijn:
removed GPLed code and put license back to BSD
|
Changes
|
1.3
(17 years ago)
by pippijn:
- tweaks
- added helpentry for set whois
|
INSTALL
|
1.5
(17 years ago)
by pippijn:
split up ermyth into ermyth-modules, libermyth (currently just ermyth-util) and ermyth-core
|
MANIFEST
(dead)
|
1.6
(17 years ago)
by pippijn:
removed old files
|
Makefile.in
|
1.10
(17 years ago)
by pippijn:
split up ermyth into ermyth-modules, libermyth (currently just ermyth-util) and ermyth-core
|
README
|
1.3
(17 years ago)
by pippijn:
split up ermyth into ermyth-modules, libermyth (currently just ermyth-util) and ermyth-core
|
TODO
|
1.2
(17 years ago)
by pippijn:
added the web interface
|
autogen.sh
|
1.1
(17 years ago)
by pippijn:
initial import. the most important changes since Atheme are:
- fixed many memory leaks
- fixed many bugs
- converted to C++ and use more STL containers
- added a (not very enhanced yet) perl module
- greatly improved XML-RPC speed
- added a JSON-RPC module with code from json-cpp
- added a valgrind memcheck module to operserv
- added a more object oriented base64 implementation
- added a specialised unit test framework
- improved stability
- use gettimeofday() if available
- reworked adding/removing commands
- MemoServ IGNORE DEL can now remove indices
|
configure.ac
|
1.12
(17 years ago)
by pippijn:
split up ermyth into ermyth-modules, libermyth (currently just ermyth-util) and ermyth-core
|
setup
|
1.3
(17 years ago)
by pippijn:
- changed name
- updated the example config to the new system
- added more documentation
- enhanced documentation generators
- added a link to the pdf to the website
- added an RSS feed generator
- transitioned hooks to c++ callbacks
- did various merges with upstream along the way
- added const where appropriate
- removed the old block allocator
- fixed most memory leaks
- transitioned some dictionaries to std::map
- transitioned some lists to std::vector
- made some free functions members where appropriate
- renamed string to dynstr and added a static string ststr
- use NOW instead of time (NULL) if possible
- completely reworked database backends, crypto handlers and protocol handlers
to use an object factory
- removed the old module system. ermyth does not do any dynamic loading anymore
- fixed most of the build system
- reworked how protocol commands work
|