Lists: don't overwrite from: header. this only needs to be done for participates.
[citadel.git] / citadel / netconfig.c
2013-02-24 Wilfried GoesgensLists: don't overwrite from: header. this only needs...
2013-02-17 Wilfried GoesgensRNCFG: implement missing handler for room aliases.
2013-02-17 Wilfried GoesgensNETCFG: cleanup & memleaks fixed.
2013-02-10 Wilfried GoesgensRNCFG: add forward declaration missing in last commit.
2013-02-10 Wilfried GoesgensRNCFG: if we are going to overwrite the contents of...
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.