]> jfr.im git - irc/quakenet/newserv.git/commit - trusts/db-slave.c
Okay, HUGE commit.
authorChris Porter <redacted>
Sun, 5 Oct 2008 07:33:37 +0000 (08:33 +0100)
committerChris Porter <redacted>
Sun, 5 Oct 2008 07:33:37 +0000 (08:33 +0100)
commit82a316e722b477e7611ca31e711faf32e922f445
tree7c813af02aba247282912ec151b83b989976f4f5
parenteeebe3f63d10a163955dd0a7c90ceb1b6a826b52
Okay, HUGE commit.
Add replication functionality via a master/slave protocol.
Refactor all database inserting, and all paramters for t{g,h}_{copy,new,add}.
Refactor all parsers and add trustdump.
Add trustforceresync and trustsync.
15 files changed:
core/hooks.h
trusts/Makefile.in
trusts/data.c
trusts/db-migration.c
trusts/db-slave.c [new file with mode: 0644]
trusts/formats.c
trusts/migration.c
trusts/trusts.c
trusts/trusts.h
trusts/trusts_commands.c
trusts/trusts_db.c
trusts/trusts_management.c
trusts/trusts_master.c
trusts/trusts_migration.c
trusts/trusts_slave.c