RNCFG: fix room access check function for posters; this was still using an old method.
[citadel.git] / citadel / netconfig.c
2013-02-09 Wilfried GoesgensRNCFG: fix room access check function for posters;...
2013-01-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-01-27 Wilfried GoesgensNETCFG: fix leaks & oddities
2013-01-26 Wilfried GoesgensNETCFG: migrate list subscription to the new room facility
2013-01-22 Wilfried GoesgensRNCFG: fix destructing, implement reloading on SNET
2013-01-21 Wilfried GoesgensNETCFG: save messages if changed.
2013-01-15 Wilfried GoesgensWhen loading the netmap always create a hash. else...
2013-01-12 Wilfried GoesgensNETCFG: reimplement network_sync_to using the new api
2013-01-09 Wilfried GoesgensROOMS: add foreach handler featuring netconfigs
2013-01-09 Wilfried GoesgensNETCFG: make basic parsing
2013-01-01 Wilfried GoesgensNetworkConfig: move to RoomNetworkConfig; move NTT...
2012-12-31 Wilfried GoesgensNETCFG: move netconfig parser into its own file.